Skip to content

Commit 57c0431

Browse files
1 parent 895e164 commit 57c0431

File tree

5 files changed

+25
-25
lines changed

5 files changed

+25
-25
lines changed

clients/google-api-services-oslogin/v1beta/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>v1beta-rev20250504-2.0.0</version>
25+
<version>v1beta-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:v1beta-rev20250504-2.0.0'
38+
implementation 'com.google.apis:google-api-services-oslogin:v1beta-rev20250518-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -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(),

clients/google-api-services-oslogin/v1beta/2.0.0/com/google/api/services/oslogin/v1beta/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/v1beta/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>v1beta-rev20250504-2.0.0</version>
12-
<name>Cloud OS Login API v1beta-rev20250504-2.0.0</name>
11+
<version>v1beta-rev20250518-2.0.0</version>
12+
<name>Cloud OS Login API v1beta-rev20250518-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-oslogin/v1beta/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>v1beta-rev20250504-2.0.0</version>
25+
<version>v1beta-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:v1beta-rev20250504-2.0.0'
38+
implementation 'com.google.apis:google-api-services-oslogin:v1beta-rev20250518-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)