@@ -471,33 +471,33 @@ public GetLoginProfile setName(java.lang.String name) {
471
471
return this ;
472
472
}
473
473
474
- /** The project ID of the Google Cloud Platform project. */
474
+ /** Required. The project ID of the Google Cloud Platform project. */
475
475
@ com .google .api .client .util .Key
476
476
private java .lang .String projectId ;
477
477
478
- /** The project ID of the Google Cloud Platform project.
478
+ /** Required. The project ID of the Google Cloud Platform project.
479
479
*/
480
480
public java .lang .String getProjectId () {
481
481
return projectId ;
482
482
}
483
483
484
- /** The project ID of the Google Cloud Platform project. */
484
+ /** Required. The project ID of the Google Cloud Platform project. */
485
485
public GetLoginProfile setProjectId (java .lang .String projectId ) {
486
486
this .projectId = projectId ;
487
487
return this ;
488
488
}
489
489
490
- /** A system ID for filtering the results of the request. */
490
+ /** Optional. A system ID for filtering the results of the request. */
491
491
@ com .google .api .client .util .Key
492
492
private java .lang .String systemId ;
493
493
494
- /** A system ID for filtering the results of the request.
494
+ /** Optional. A system ID for filtering the results of the request.
495
495
*/
496
496
public java .lang .String getSystemId () {
497
497
return systemId ;
498
498
}
499
499
500
- /** A system ID for filtering the results of the request. */
500
+ /** Optional. A system ID for filtering the results of the request. */
501
501
public GetLoginProfile setSystemId (java .lang .String systemId ) {
502
502
this .systemId = systemId ;
503
503
return this ;
@@ -1036,7 +1036,7 @@ public class Locations {
1036
1036
* This request holds the parameters needed by the oslogin server. After setting any optional
1037
1037
* parameters, call the {@link SignSshPublicKey#execute()} method to invoke the remote operation.
1038
1038
*
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.
1040
1040
* @param content the {@link com.google.api.services.oslogin.v1beta.model.SignSshPublicKeyRequest}
1041
1041
* @return the request
1042
1042
*/
@@ -1064,7 +1064,7 @@ public class SignSshPublicKey extends CloudOSLoginRequest<com.google.api.service
1064
1064
* ClientRequest)} must be called to initialize this instance immediately after invoking the
1065
1065
* constructor. </p>
1066
1066
*
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.
1068
1068
* @param content the {@link com.google.api.services.oslogin.v1beta.model.SignSshPublicKeyRequest}
1069
1069
* @since 1.13
1070
1070
*/
@@ -1133,17 +1133,17 @@ public SignSshPublicKey setUploadProtocol(java.lang.String uploadProtocol) {
1133
1133
return (SignSshPublicKey ) super .setUploadProtocol (uploadProtocol );
1134
1134
}
1135
1135
1136
- /** The parent project and region for the signing request. */
1136
+ /** Required. The parent project and region for the signing request. */
1137
1137
@ com .google .api .client .util .Key
1138
1138
private java .lang .String parent ;
1139
1139
1140
- /** The parent project and region for the signing request.
1140
+ /** Required. The parent project and region for the signing request.
1141
1141
*/
1142
1142
public java .lang .String getParent () {
1143
1143
return parent ;
1144
1144
}
1145
1145
1146
- /** The parent project and region for the signing request. */
1146
+ /** Required. The parent project and region for the signing request. */
1147
1147
public SignSshPublicKey setParent (java .lang .String parent ) {
1148
1148
if (!getSuppressPatternChecks ()) {
1149
1149
com .google .api .client .util .Preconditions .checkArgument (PARENT_PATTERN .matcher (parent ).matches (),
@@ -1189,7 +1189,7 @@ public class Zones {
1189
1189
* This request holds the parameters needed by the oslogin server. After setting any optional
1190
1190
* parameters, call the {@link SignSshPublicKey#execute()} method to invoke the remote operation.
1191
1191
*
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.
1193
1193
* @param content the {@link com.google.api.services.oslogin.v1beta.model.SignSshPublicKeyRequest}
1194
1194
* @return the request
1195
1195
*/
@@ -1217,7 +1217,7 @@ public class SignSshPublicKey extends CloudOSLoginRequest<com.google.api.service
1217
1217
* ClientRequest)} must be called to initialize this instance immediately after invoking the
1218
1218
* constructor. </p>
1219
1219
*
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.
1221
1221
* @param content the {@link com.google.api.services.oslogin.v1beta.model.SignSshPublicKeyRequest}
1222
1222
* @since 1.13
1223
1223
*/
@@ -1286,17 +1286,17 @@ public SignSshPublicKey setUploadProtocol(java.lang.String uploadProtocol) {
1286
1286
return (SignSshPublicKey ) super .setUploadProtocol (uploadProtocol );
1287
1287
}
1288
1288
1289
- /** The parent project and region for the signing request. */
1289
+ /** Required. The parent project and region for the signing request. */
1290
1290
@ com .google .api .client .util .Key
1291
1291
private java .lang .String parent ;
1292
1292
1293
- /** The parent project and region for the signing request.
1293
+ /** Required. The parent project and region for the signing request.
1294
1294
*/
1295
1295
public java .lang .String getParent () {
1296
1296
return parent ;
1297
1297
}
1298
1298
1299
- /** The parent project and region for the signing request. */
1299
+ /** Required. The parent project and region for the signing request. */
1300
1300
public SignSshPublicKey setParent (java .lang .String parent ) {
1301
1301
if (!getSuppressPatternChecks ()) {
1302
1302
com .google .api .client .util .Preconditions .checkArgument (PARENT_PATTERN .matcher (parent ).matches (),
0 commit comments