@@ -471,33 +471,33 @@ public GetLoginProfile setName(java.lang.String name) {
471471 return this ;
472472 }
473473
474- /** The project ID of the Google Cloud Platform project. */
474+ /** Required. The project ID of the Google Cloud Platform project. */
475475 @ com .google .api .client .util .Key
476476 private java .lang .String projectId ;
477477
478- /** The project ID of the Google Cloud Platform project.
478+ /** Required. The project ID of the Google Cloud Platform project.
479479 */
480480 public java .lang .String getProjectId () {
481481 return projectId ;
482482 }
483483
484- /** The project ID of the Google Cloud Platform project. */
484+ /** Required. The project ID of the Google Cloud Platform project. */
485485 public GetLoginProfile setProjectId (java .lang .String projectId ) {
486486 this .projectId = projectId ;
487487 return this ;
488488 }
489489
490- /** A system ID for filtering the results of the request. */
490+ /** Optional. A system ID for filtering the results of the request. */
491491 @ com .google .api .client .util .Key
492492 private java .lang .String systemId ;
493493
494- /** A system ID for filtering the results of the request.
494+ /** Optional. A system ID for filtering the results of the request.
495495 */
496496 public java .lang .String getSystemId () {
497497 return systemId ;
498498 }
499499
500- /** A system ID for filtering the results of the request. */
500+ /** Optional. A system ID for filtering the results of the request. */
501501 public GetLoginProfile setSystemId (java .lang .String systemId ) {
502502 this .systemId = systemId ;
503503 return this ;
@@ -1036,7 +1036,7 @@ public class Locations {
10361036 * This request holds the parameters needed by the oslogin server. After setting any optional
10371037 * parameters, call the {@link SignSshPublicKey#execute()} method to invoke the remote operation.
10381038 *
1039- * @param parent The parent project and region for the signing request.
1039+ * @param parent Required. The parent project and region for the signing request.
10401040 * @param content the {@link com.google.api.services.oslogin.v1beta.model.SignSshPublicKeyRequest}
10411041 * @return the request
10421042 */
@@ -1064,7 +1064,7 @@ public class SignSshPublicKey extends CloudOSLoginRequest<com.google.api.service
10641064 * ClientRequest)} must be called to initialize this instance immediately after invoking the
10651065 * constructor. </p>
10661066 *
1067- * @param parent The parent project and region for the signing request.
1067+ * @param parent Required. The parent project and region for the signing request.
10681068 * @param content the {@link com.google.api.services.oslogin.v1beta.model.SignSshPublicKeyRequest}
10691069 * @since 1.13
10701070 */
@@ -1133,17 +1133,17 @@ public SignSshPublicKey setUploadProtocol(java.lang.String uploadProtocol) {
11331133 return (SignSshPublicKey ) super .setUploadProtocol (uploadProtocol );
11341134 }
11351135
1136- /** The parent project and region for the signing request. */
1136+ /** Required. The parent project and region for the signing request. */
11371137 @ com .google .api .client .util .Key
11381138 private java .lang .String parent ;
11391139
1140- /** The parent project and region for the signing request.
1140+ /** Required. The parent project and region for the signing request.
11411141 */
11421142 public java .lang .String getParent () {
11431143 return parent ;
11441144 }
11451145
1146- /** The parent project and region for the signing request. */
1146+ /** Required. The parent project and region for the signing request. */
11471147 public SignSshPublicKey setParent (java .lang .String parent ) {
11481148 if (!getSuppressPatternChecks ()) {
11491149 com .google .api .client .util .Preconditions .checkArgument (PARENT_PATTERN .matcher (parent ).matches (),
@@ -1189,7 +1189,7 @@ public class Zones {
11891189 * This request holds the parameters needed by the oslogin server. After setting any optional
11901190 * parameters, call the {@link SignSshPublicKey#execute()} method to invoke the remote operation.
11911191 *
1192- * @param parent The parent project and region for the signing request.
1192+ * @param parent Required. The parent project and region for the signing request.
11931193 * @param content the {@link com.google.api.services.oslogin.v1beta.model.SignSshPublicKeyRequest}
11941194 * @return the request
11951195 */
@@ -1217,7 +1217,7 @@ public class SignSshPublicKey extends CloudOSLoginRequest<com.google.api.service
12171217 * ClientRequest)} must be called to initialize this instance immediately after invoking the
12181218 * constructor. </p>
12191219 *
1220- * @param parent The parent project and region for the signing request.
1220+ * @param parent Required. The parent project and region for the signing request.
12211221 * @param content the {@link com.google.api.services.oslogin.v1beta.model.SignSshPublicKeyRequest}
12221222 * @since 1.13
12231223 */
@@ -1286,17 +1286,17 @@ public SignSshPublicKey setUploadProtocol(java.lang.String uploadProtocol) {
12861286 return (SignSshPublicKey ) super .setUploadProtocol (uploadProtocol );
12871287 }
12881288
1289- /** The parent project and region for the signing request. */
1289+ /** Required. The parent project and region for the signing request. */
12901290 @ com .google .api .client .util .Key
12911291 private java .lang .String parent ;
12921292
1293- /** The parent project and region for the signing request.
1293+ /** Required. The parent project and region for the signing request.
12941294 */
12951295 public java .lang .String getParent () {
12961296 return parent ;
12971297 }
12981298
1299- /** The parent project and region for the signing request. */
1299+ /** Required. The parent project and region for the signing request. */
13001300 public SignSshPublicKey setParent (java .lang .String parent ) {
13011301 if (!getSuppressPatternChecks ()) {
13021302 com .google .api .client .util .Preconditions .checkArgument (PARENT_PATTERN .matcher (parent ).matches (),
0 commit comments