@@ -471,49 +471,49 @@ public GetLoginProfile setName(java.lang.String name) {
471
471
return this ;
472
472
}
473
473
474
- /** The type of operating system associated with the account. */
474
+ /** Optional. The type of operating system associated with the account. */
475
475
@ com .google .api .client .util .Key
476
476
private java .lang .String operatingSystemType ;
477
477
478
- /** The type of operating system associated with the account.
478
+ /** Optional. The type of operating system associated with the account.
479
479
*/
480
480
public java .lang .String getOperatingSystemType () {
481
481
return operatingSystemType ;
482
482
}
483
483
484
- /** The type of operating system associated with the account. */
484
+ /** Optional. The type of operating system associated with the account. */
485
485
public GetLoginProfile setOperatingSystemType (java .lang .String operatingSystemType ) {
486
486
this .operatingSystemType = operatingSystemType ;
487
487
return this ;
488
488
}
489
489
490
- /** The project ID of the Google Cloud Platform project. */
490
+ /** Required. The project ID of the Google Cloud Platform project. */
491
491
@ com .google .api .client .util .Key
492
492
private java .lang .String projectId ;
493
493
494
- /** The project ID of the Google Cloud Platform project.
494
+ /** Required. The project ID of the Google Cloud Platform project.
495
495
*/
496
496
public java .lang .String getProjectId () {
497
497
return projectId ;
498
498
}
499
499
500
- /** The project ID of the Google Cloud Platform project. */
500
+ /** Required. The project ID of the Google Cloud Platform project. */
501
501
public GetLoginProfile setProjectId (java .lang .String projectId ) {
502
502
this .projectId = projectId ;
503
503
return this ;
504
504
}
505
505
506
- /** A system ID for filtering the results of the request. */
506
+ /** Optional. A system ID for filtering the results of the request. */
507
507
@ com .google .api .client .util .Key
508
508
private java .lang .String systemId ;
509
509
510
- /** A system ID for filtering the results of the request.
510
+ /** Optional. A system ID for filtering the results of the request.
511
511
*/
512
512
public java .lang .String getSystemId () {
513
513
return systemId ;
514
514
}
515
515
516
- /** A system ID for filtering the results of the request. */
516
+ /** Optional. A system ID for filtering the results of the request. */
517
517
public GetLoginProfile setSystemId (java .lang .String systemId ) {
518
518
this .systemId = systemId ;
519
519
return this ;
@@ -889,17 +889,17 @@ public Delete setName(java.lang.String name) {
889
889
return this ;
890
890
}
891
891
892
- /** The type of operating system associated with the account. */
892
+ /** Optional. The type of operating system associated with the account. */
893
893
@ com .google .api .client .util .Key
894
894
private java .lang .String operatingSystemType ;
895
895
896
- /** The type of operating system associated with the account.
896
+ /** Optional. The type of operating system associated with the account.
897
897
*/
898
898
public java .lang .String getOperatingSystemType () {
899
899
return operatingSystemType ;
900
900
}
901
901
902
- /** The type of operating system associated with the account. */
902
+ /** Optional. The type of operating system associated with the account. */
903
903
public Delete setOperatingSystemType (java .lang .String operatingSystemType ) {
904
904
this .operatingSystemType = operatingSystemType ;
905
905
return this ;
@@ -1071,7 +1071,7 @@ public class Locations {
1071
1071
* This request holds the parameters needed by the oslogin server. After setting any optional
1072
1072
* parameters, call the {@link SignSshPublicKey#execute()} method to invoke the remote operation.
1073
1073
*
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.
1075
1075
* @param content the {@link com.google.api.services.oslogin.v1alpha.model.SignSshPublicKeyRequest}
1076
1076
* @return the request
1077
1077
*/
@@ -1100,7 +1100,7 @@ public class SignSshPublicKey extends CloudOSLoginRequest<com.google.api.service
1100
1100
* ClientRequest)} must be called to initialize this instance immediately after invoking the
1101
1101
* constructor. </p>
1102
1102
*
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.
1104
1104
* @param content the {@link com.google.api.services.oslogin.v1alpha.model.SignSshPublicKeyRequest}
1105
1105
* @since 1.13
1106
1106
*/
@@ -1169,17 +1169,17 @@ public SignSshPublicKey setUploadProtocol(java.lang.String uploadProtocol) {
1169
1169
return (SignSshPublicKey ) super .setUploadProtocol (uploadProtocol );
1170
1170
}
1171
1171
1172
- /** The parent project and region for the signing request. */
1172
+ /** Required. The parent project and region for the signing request. */
1173
1173
@ com .google .api .client .util .Key
1174
1174
private java .lang .String parent ;
1175
1175
1176
- /** The parent project and region for the signing request.
1176
+ /** Required. The parent project and region for the signing request.
1177
1177
*/
1178
1178
public java .lang .String getParent () {
1179
1179
return parent ;
1180
1180
}
1181
1181
1182
- /** The parent project and region for the signing request. */
1182
+ /** Required. The parent project and region for the signing request. */
1183
1183
public SignSshPublicKey setParent (java .lang .String parent ) {
1184
1184
if (!getSuppressPatternChecks ()) {
1185
1185
com .google .api .client .util .Preconditions .checkArgument (PARENT_PATTERN .matcher (parent ).matches (),
@@ -1225,7 +1225,7 @@ public class Zones {
1225
1225
* This request holds the parameters needed by the oslogin server. After setting any optional
1226
1226
* parameters, call the {@link SignSshPublicKey#execute()} method to invoke the remote operation.
1227
1227
*
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.
1229
1229
* @param content the {@link com.google.api.services.oslogin.v1alpha.model.SignSshPublicKeyRequest}
1230
1230
* @return the request
1231
1231
*/
@@ -1254,7 +1254,7 @@ public class SignSshPublicKey extends CloudOSLoginRequest<com.google.api.service
1254
1254
* ClientRequest)} must be called to initialize this instance immediately after invoking the
1255
1255
* constructor. </p>
1256
1256
*
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.
1258
1258
* @param content the {@link com.google.api.services.oslogin.v1alpha.model.SignSshPublicKeyRequest}
1259
1259
* @since 1.13
1260
1260
*/
@@ -1323,17 +1323,17 @@ public SignSshPublicKey setUploadProtocol(java.lang.String uploadProtocol) {
1323
1323
return (SignSshPublicKey ) super .setUploadProtocol (uploadProtocol );
1324
1324
}
1325
1325
1326
- /** The parent project and region for the signing request. */
1326
+ /** Required. The parent project and region for the signing request. */
1327
1327
@ com .google .api .client .util .Key
1328
1328
private java .lang .String parent ;
1329
1329
1330
- /** The parent project and region for the signing request.
1330
+ /** Required. The parent project and region for the signing request.
1331
1331
*/
1332
1332
public java .lang .String getParent () {
1333
1333
return parent ;
1334
1334
}
1335
1335
1336
- /** The parent project and region for the signing request. */
1336
+ /** Required. The parent project and region for the signing request. */
1337
1337
public SignSshPublicKey setParent (java .lang .String parent ) {
1338
1338
if (!getSuppressPatternChecks ()) {
1339
1339
com .google .api .client .util .Preconditions .checkArgument (PARENT_PATTERN .matcher (parent ).matches (),
@@ -1937,17 +1937,17 @@ public Patch setName(java.lang.String name) {
1937
1937
return this ;
1938
1938
}
1939
1939
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. */
1941
1941
@ com .google .api .client .util .Key
1942
1942
private String updateMask ;
1943
1943
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.
1945
1945
*/
1946
1946
public String getUpdateMask () {
1947
1947
return updateMask ;
1948
1948
}
1949
1949
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. */
1951
1951
public Patch setUpdateMask (String updateMask ) {
1952
1952
this .updateMask = updateMask ;
1953
1953
return this ;
0 commit comments