Skip to content

Commit 2e4db57

Browse files
1 parent 5a6032d commit 2e4db57

File tree

9 files changed

+49
-49
lines changed

9 files changed

+49
-49
lines changed

clients/google-api-services-oslogin/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-oslogin</artifactId>
25-
<version>v1-rev20250317-2.0.0</version>
25+
<version>v1-rev20250518-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-oslogin:v1-rev20250317-2.0.0'
38+
implementation 'com.google.apis:google-api-services-oslogin:v1-rev20250518-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-oslogin/v1/2.0.0/com/google/api/services/oslogin/v1/CloudOSLogin.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -289,33 +289,33 @@ public GetLoginProfile setName(java.lang.String name) {
289289
return this;
290290
}
291291

292-
/** The project ID of the Google Cloud Platform project. */
292+
/** Required. The project ID of the Google Cloud Platform project. */
293293
@com.google.api.client.util.Key
294294
private java.lang.String projectId;
295295

296-
/** The project ID of the Google Cloud Platform project.
296+
/** Required. The project ID of the Google Cloud Platform project.
297297
*/
298298
public java.lang.String getProjectId() {
299299
return projectId;
300300
}
301301

302-
/** The project ID of the Google Cloud Platform project. */
302+
/** Required. The project ID of the Google Cloud Platform project. */
303303
public GetLoginProfile setProjectId(java.lang.String projectId) {
304304
this.projectId = projectId;
305305
return this;
306306
}
307307

308-
/** A system ID for filtering the results of the request. */
308+
/** Optional. A system ID for filtering the results of the request. */
309309
@com.google.api.client.util.Key
310310
private java.lang.String systemId;
311311

312-
/** A system ID for filtering the results of the request.
312+
/** Optional. A system ID for filtering the results of the request.
313313
*/
314314
public java.lang.String getSystemId() {
315315
return systemId;
316316
}
317317

318-
/** A system ID for filtering the results of the request. */
318+
/** Optional. A system ID for filtering the results of the request. */
319319
public GetLoginProfile setSystemId(java.lang.String systemId) {
320320
this.systemId = systemId;
321321
return this;
@@ -1248,17 +1248,17 @@ public Patch setName(java.lang.String name) {
12481248
return this;
12491249
}
12501250

1251-
/** Mask to control which fields get updated. Updates all if not present. */
1251+
/** Optional. Mask to control which fields get updated. Updates all if not present. */
12521252
@com.google.api.client.util.Key
12531253
private String updateMask;
12541254

1255-
/** Mask to control which fields get updated. Updates all if not present.
1255+
/** Optional. Mask to control which fields get updated. Updates all if not present.
12561256
*/
12571257
public String getUpdateMask() {
12581258
return updateMask;
12591259
}
12601260

1261-
/** Mask to control which fields get updated. Updates all if not present. */
1261+
/** Optional. Mask to control which fields get updated. Updates all if not present. */
12621262
public Patch setUpdateMask(String updateMask) {
12631263
this.updateMask = updateMask;
12641264
return this;

clients/google-api-services-oslogin/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-oslogin</artifactId>
11-
<version>v1-rev20250317-2.0.0</version>
12-
<name>Cloud OS Login API v1-rev20250317-2.0.0</name>
11+
<version>v1-rev20250518-2.0.0</version>
12+
<name>Cloud OS Login API v1-rev20250518-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-oslogin/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-oslogin</artifactId>
25-
<version>v1-rev20250317-2.0.0</version>
25+
<version>v1-rev20250518-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-oslogin:v1-rev20250317-2.0.0'
38+
implementation 'com.google.apis:google-api-services-oslogin:v1-rev20250518-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-oslogin/v1alpha/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-oslogin</artifactId>
25-
<version>v1alpha-rev20250504-2.0.0</version>
25+
<version>v1alpha-rev20250518-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-oslogin:v1alpha-rev20250504-2.0.0'
38+
implementation 'com.google.apis:google-api-services-oslogin:v1alpha-rev20250518-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-oslogin/v1alpha/2.0.0/com/google/api/services/oslogin/v1alpha/CloudOSLogin.java

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -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;

clients/google-api-services-oslogin/v1alpha/2.0.0/com/google/api/services/oslogin/v1alpha/model/SignSshPublicKeyRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@
3030
public final class SignSshPublicKeyRequest extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* The SSH public key to sign.
33+
* Required. The SSH public key to sign.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private java.lang.String sshPublicKey;
3838

3939
/**
40-
* The SSH public key to sign.
40+
* Required. The SSH public key to sign.
4141
* @return value or {@code null} for none
4242
*/
4343
public java.lang.String getSshPublicKey() {
4444
return sshPublicKey;
4545
}
4646

4747
/**
48-
* The SSH public key to sign.
48+
* Required. The SSH public key to sign.
4949
* @param sshPublicKey sshPublicKey or {@code null} for none
5050
*/
5151
public SignSshPublicKeyRequest setSshPublicKey(java.lang.String sshPublicKey) {

clients/google-api-services-oslogin/v1alpha/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-oslogin</artifactId>
11-
<version>v1alpha-rev20250504-2.0.0</version>
12-
<name>Cloud OS Login API v1alpha-rev20250504-2.0.0</name>
11+
<version>v1alpha-rev20250518-2.0.0</version>
12+
<name>Cloud OS Login API v1alpha-rev20250518-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-oslogin/v1alpha/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-oslogin</artifactId>
25-
<version>v1alpha-rev20250504-2.0.0</version>
25+
<version>v1alpha-rev20250518-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-oslogin:v1alpha-rev20250504-2.0.0'
38+
implementation 'com.google.apis:google-api-services-oslogin:v1alpha-rev20250518-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)