@@ -471,49 +471,49 @@ public GetLoginProfile setName(java.lang.String name) {
471471 return this ;
472472 }
473473
474- /** The type of operating system associated with the account. */
474+ /** Optional. The type of operating system associated with the account. */
475475 @ com .google .api .client .util .Key
476476 private java .lang .String operatingSystemType ;
477477
478- /** The type of operating system associated with the account.
478+ /** Optional. The type of operating system associated with the account.
479479 */
480480 public java .lang .String getOperatingSystemType () {
481481 return operatingSystemType ;
482482 }
483483
484- /** The type of operating system associated with the account. */
484+ /** Optional. The type of operating system associated with the account. */
485485 public GetLoginProfile setOperatingSystemType (java .lang .String operatingSystemType ) {
486486 this .operatingSystemType = operatingSystemType ;
487487 return this ;
488488 }
489489
490- /** The project ID of the Google Cloud Platform project. */
490+ /** Required. The project ID of the Google Cloud Platform project. */
491491 @ com .google .api .client .util .Key
492492 private java .lang .String projectId ;
493493
494- /** The project ID of the Google Cloud Platform project.
494+ /** Required. The project ID of the Google Cloud Platform project.
495495 */
496496 public java .lang .String getProjectId () {
497497 return projectId ;
498498 }
499499
500- /** The project ID of the Google Cloud Platform project. */
500+ /** Required. The project ID of the Google Cloud Platform project. */
501501 public GetLoginProfile setProjectId (java .lang .String projectId ) {
502502 this .projectId = projectId ;
503503 return this ;
504504 }
505505
506- /** A system ID for filtering the results of the request. */
506+ /** Optional. A system ID for filtering the results of the request. */
507507 @ com .google .api .client .util .Key
508508 private java .lang .String systemId ;
509509
510- /** A system ID for filtering the results of the request.
510+ /** Optional. A system ID for filtering the results of the request.
511511 */
512512 public java .lang .String getSystemId () {
513513 return systemId ;
514514 }
515515
516- /** A system ID for filtering the results of the request. */
516+ /** Optional. A system ID for filtering the results of the request. */
517517 public GetLoginProfile setSystemId (java .lang .String systemId ) {
518518 this .systemId = systemId ;
519519 return this ;
@@ -889,17 +889,17 @@ public Delete setName(java.lang.String name) {
889889 return this ;
890890 }
891891
892- /** The type of operating system associated with the account. */
892+ /** Optional. The type of operating system associated with the account. */
893893 @ com .google .api .client .util .Key
894894 private java .lang .String operatingSystemType ;
895895
896- /** The type of operating system associated with the account.
896+ /** Optional. The type of operating system associated with the account.
897897 */
898898 public java .lang .String getOperatingSystemType () {
899899 return operatingSystemType ;
900900 }
901901
902- /** The type of operating system associated with the account. */
902+ /** Optional. The type of operating system associated with the account. */
903903 public Delete setOperatingSystemType (java .lang .String operatingSystemType ) {
904904 this .operatingSystemType = operatingSystemType ;
905905 return this ;
@@ -1071,7 +1071,7 @@ public class Locations {
10711071 * This request holds the parameters needed by the oslogin server. After setting any optional
10721072 * parameters, call the {@link SignSshPublicKey#execute()} method to invoke the remote operation.
10731073 *
1074- * @param parent The parent project and region for the signing request.
1074+ * @param parent Required. The parent project and region for the signing request.
10751075 * @param content the {@link com.google.api.services.oslogin.v1alpha.model.SignSshPublicKeyRequest}
10761076 * @return the request
10771077 */
@@ -1100,7 +1100,7 @@ public class SignSshPublicKey extends CloudOSLoginRequest<com.google.api.service
11001100 * ClientRequest)} must be called to initialize this instance immediately after invoking the
11011101 * constructor. </p>
11021102 *
1103- * @param parent The parent project and region for the signing request.
1103+ * @param parent Required. The parent project and region for the signing request.
11041104 * @param content the {@link com.google.api.services.oslogin.v1alpha.model.SignSshPublicKeyRequest}
11051105 * @since 1.13
11061106 */
@@ -1169,17 +1169,17 @@ public SignSshPublicKey setUploadProtocol(java.lang.String uploadProtocol) {
11691169 return (SignSshPublicKey ) super .setUploadProtocol (uploadProtocol );
11701170 }
11711171
1172- /** The parent project and region for the signing request. */
1172+ /** Required. The parent project and region for the signing request. */
11731173 @ com .google .api .client .util .Key
11741174 private java .lang .String parent ;
11751175
1176- /** The parent project and region for the signing request.
1176+ /** Required. The parent project and region for the signing request.
11771177 */
11781178 public java .lang .String getParent () {
11791179 return parent ;
11801180 }
11811181
1182- /** The parent project and region for the signing request. */
1182+ /** Required. The parent project and region for the signing request. */
11831183 public SignSshPublicKey setParent (java .lang .String parent ) {
11841184 if (!getSuppressPatternChecks ()) {
11851185 com .google .api .client .util .Preconditions .checkArgument (PARENT_PATTERN .matcher (parent ).matches (),
@@ -1225,7 +1225,7 @@ public class Zones {
12251225 * This request holds the parameters needed by the oslogin server. After setting any optional
12261226 * parameters, call the {@link SignSshPublicKey#execute()} method to invoke the remote operation.
12271227 *
1228- * @param parent The parent project and region for the signing request.
1228+ * @param parent Required. The parent project and region for the signing request.
12291229 * @param content the {@link com.google.api.services.oslogin.v1alpha.model.SignSshPublicKeyRequest}
12301230 * @return the request
12311231 */
@@ -1254,7 +1254,7 @@ public class SignSshPublicKey extends CloudOSLoginRequest<com.google.api.service
12541254 * ClientRequest)} must be called to initialize this instance immediately after invoking the
12551255 * constructor. </p>
12561256 *
1257- * @param parent The parent project and region for the signing request.
1257+ * @param parent Required. The parent project and region for the signing request.
12581258 * @param content the {@link com.google.api.services.oslogin.v1alpha.model.SignSshPublicKeyRequest}
12591259 * @since 1.13
12601260 */
@@ -1323,17 +1323,17 @@ public SignSshPublicKey setUploadProtocol(java.lang.String uploadProtocol) {
13231323 return (SignSshPublicKey ) super .setUploadProtocol (uploadProtocol );
13241324 }
13251325
1326- /** The parent project and region for the signing request. */
1326+ /** Required. The parent project and region for the signing request. */
13271327 @ com .google .api .client .util .Key
13281328 private java .lang .String parent ;
13291329
1330- /** The parent project and region for the signing request.
1330+ /** Required. The parent project and region for the signing request.
13311331 */
13321332 public java .lang .String getParent () {
13331333 return parent ;
13341334 }
13351335
1336- /** The parent project and region for the signing request. */
1336+ /** Required. The parent project and region for the signing request. */
13371337 public SignSshPublicKey setParent (java .lang .String parent ) {
13381338 if (!getSuppressPatternChecks ()) {
13391339 com .google .api .client .util .Preconditions .checkArgument (PARENT_PATTERN .matcher (parent ).matches (),
@@ -1937,17 +1937,17 @@ public Patch setName(java.lang.String name) {
19371937 return this ;
19381938 }
19391939
1940- /** Mask to control which fields get updated. Updates all if not present. */
1940+ /** Optional. Mask to control which fields get updated. Updates all if not present. */
19411941 @ com .google .api .client .util .Key
19421942 private String updateMask ;
19431943
1944- /** Mask to control which fields get updated. Updates all if not present.
1944+ /** Optional. Mask to control which fields get updated. Updates all if not present.
19451945 */
19461946 public String getUpdateMask () {
19471947 return updateMask ;
19481948 }
19491949
1950- /** Mask to control which fields get updated. Updates all if not present. */
1950+ /** Optional. Mask to control which fields get updated. Updates all if not present. */
19511951 public Patch setUpdateMask (String updateMask ) {
19521952 this .updateMask = updateMask ;
19531953 return this ;
0 commit comments