Skip to content

Commit bc3581c

Browse files
1 parent 7741996 commit bc3581c

File tree

8 files changed

+36
-48
lines changed

8 files changed

+36
-48
lines changed

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

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

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,17 @@ public final class GoogleCloudOsloginControlplaneRegionalV1alphaSignSshPublicKey
3838
private java.lang.String appEngineInstance;
3939

4040
/**
41-
* The compute instance to sign the SSH public key for. Expected format:
41+
* The Compute instance to sign the SSH public key for. Expected format:
4242
* projects/{project}/zones/{zone}/instances/{numeric_instance_id}
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
4646
private java.lang.String computeInstance;
4747

4848
/**
49-
* Optional. The service account for the Compute instance. If the instance in question does not
50-
* have a service account, this field should be left empty. If the wrong service account is
51-
* provided, this operation will return a signed certificate that will not be accepted by the VM.
52-
* During rollout of the new regionalized SignSshPublicKey API, this field will be required for
53-
* all requests, but the VM will not initially carry out the
49+
* Optional. The service account for the instance. If the instance in question does not have a
50+
* service account, this field should be left empty. If the wrong service account is provided,
51+
* this operation will return a signed certificate that will not be accepted by the VM.
5452
* The value may be {@code null}.
5553
*/
5654
@com.google.api.client.util.Key
@@ -83,7 +81,7 @@ public GoogleCloudOsloginControlplaneRegionalV1alphaSignSshPublicKeyRequest setA
8381
}
8482

8583
/**
86-
* The compute instance to sign the SSH public key for. Expected format:
84+
* The Compute instance to sign the SSH public key for. Expected format:
8785
* projects/{project}/zones/{zone}/instances/{numeric_instance_id}
8886
* @return value or {@code null} for none
8987
*/
@@ -92,7 +90,7 @@ public java.lang.String getComputeInstance() {
9290
}
9391

9492
/**
95-
* The compute instance to sign the SSH public key for. Expected format:
93+
* The Compute instance to sign the SSH public key for. Expected format:
9694
* projects/{project}/zones/{zone}/instances/{numeric_instance_id}
9795
* @param computeInstance computeInstance or {@code null} for none
9896
*/
@@ -102,23 +100,19 @@ public GoogleCloudOsloginControlplaneRegionalV1alphaSignSshPublicKeyRequest setC
102100
}
103101

104102
/**
105-
* Optional. The service account for the Compute instance. If the instance in question does not
106-
* have a service account, this field should be left empty. If the wrong service account is
107-
* provided, this operation will return a signed certificate that will not be accepted by the VM.
108-
* During rollout of the new regionalized SignSshPublicKey API, this field will be required for
109-
* all requests, but the VM will not initially carry out the
103+
* Optional. The service account for the instance. If the instance in question does not have a
104+
* service account, this field should be left empty. If the wrong service account is provided,
105+
* this operation will return a signed certificate that will not be accepted by the VM.
110106
* @return value or {@code null} for none
111107
*/
112108
public java.lang.String getServiceAccount() {
113109
return serviceAccount;
114110
}
115111

116112
/**
117-
* Optional. The service account for the Compute instance. If the instance in question does not
118-
* have a service account, this field should be left empty. If the wrong service account is
119-
* provided, this operation will return a signed certificate that will not be accepted by the VM.
120-
* During rollout of the new regionalized SignSshPublicKey API, this field will be required for
121-
* all requests, but the VM will not initially carry out the
113+
* Optional. The service account for the instance. If the instance in question does not have a
114+
* service account, this field should be left empty. If the wrong service account is provided,
115+
* this operation will return a signed certificate that will not be accepted by the VM.
122116
* @param serviceAccount serviceAccount or {@code null} for none
123117
*/
124118
public GoogleCloudOsloginControlplaneRegionalV1alphaSignSshPublicKeyRequest setServiceAccount(java.lang.String serviceAccount) {

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-rev20250317-2.0.0</version>
12-
<name>Cloud OS Login API v1alpha-rev20250317-2.0.0</name>
11+
<version>v1alpha-rev20250406-2.0.0</version>
12+
<name>Cloud OS Login API v1alpha-rev20250406-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-rev20250317-2.0.0</version>
25+
<version>v1alpha-rev20250406-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-rev20250317-2.0.0'
38+
implementation 'com.google.apis:google-api-services-oslogin:v1alpha-rev20250406-2.0.0'
3939
}
4040
```
4141

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

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

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,17 @@ public final class GoogleCloudOsloginControlplaneRegionalV1betaSignSshPublicKeyR
3838
private java.lang.String appEngineInstance;
3939

4040
/**
41-
* The compute instance to sign the SSH public key for. Expected format:
41+
* The Compute instance to sign the SSH public key for. Expected format:
4242
* projects/{project}/zones/{zone}/instances/{numeric_instance_id}
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
4646
private java.lang.String computeInstance;
4747

4848
/**
49-
* Optional. The service account for the Compute instance. If the instance in question does not
50-
* have a service account, this field should be left empty. If the wrong service account is
51-
* provided, this operation will return a signed certificate that will not be accepted by the VM.
52-
* During rollout of the new regionalized SignSshPublicKey API, this field will be required for
53-
* all requests, but the VM will not initially carry out the
49+
* Optional. The service account for the instance. If the instance in question does not have a
50+
* service account, this field should be left empty. If the wrong service account is provided,
51+
* this operation will return a signed certificate that will not be accepted by the VM.
5452
* The value may be {@code null}.
5553
*/
5654
@com.google.api.client.util.Key
@@ -83,7 +81,7 @@ public GoogleCloudOsloginControlplaneRegionalV1betaSignSshPublicKeyRequest setAp
8381
}
8482

8583
/**
86-
* The compute instance to sign the SSH public key for. Expected format:
84+
* The Compute instance to sign the SSH public key for. Expected format:
8785
* projects/{project}/zones/{zone}/instances/{numeric_instance_id}
8886
* @return value or {@code null} for none
8987
*/
@@ -92,7 +90,7 @@ public java.lang.String getComputeInstance() {
9290
}
9391

9492
/**
95-
* The compute instance to sign the SSH public key for. Expected format:
93+
* The Compute instance to sign the SSH public key for. Expected format:
9694
* projects/{project}/zones/{zone}/instances/{numeric_instance_id}
9795
* @param computeInstance computeInstance or {@code null} for none
9896
*/
@@ -102,23 +100,19 @@ public GoogleCloudOsloginControlplaneRegionalV1betaSignSshPublicKeyRequest setCo
102100
}
103101

104102
/**
105-
* Optional. The service account for the Compute instance. If the instance in question does not
106-
* have a service account, this field should be left empty. If the wrong service account is
107-
* provided, this operation will return a signed certificate that will not be accepted by the VM.
108-
* During rollout of the new regionalized SignSshPublicKey API, this field will be required for
109-
* all requests, but the VM will not initially carry out the
103+
* Optional. The service account for the instance. If the instance in question does not have a
104+
* service account, this field should be left empty. If the wrong service account is provided,
105+
* this operation will return a signed certificate that will not be accepted by the VM.
110106
* @return value or {@code null} for none
111107
*/
112108
public java.lang.String getServiceAccount() {
113109
return serviceAccount;
114110
}
115111

116112
/**
117-
* Optional. The service account for the Compute instance. If the instance in question does not
118-
* have a service account, this field should be left empty. If the wrong service account is
119-
* provided, this operation will return a signed certificate that will not be accepted by the VM.
120-
* During rollout of the new regionalized SignSshPublicKey API, this field will be required for
121-
* all requests, but the VM will not initially carry out the
113+
* Optional. The service account for the instance. If the instance in question does not have a
114+
* service account, this field should be left empty. If the wrong service account is provided,
115+
* this operation will return a signed certificate that will not be accepted by the VM.
122116
* @param serviceAccount serviceAccount or {@code null} for none
123117
*/
124118
public GoogleCloudOsloginControlplaneRegionalV1betaSignSshPublicKeyRequest setServiceAccount(java.lang.String serviceAccount) {

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-rev20250317-2.0.0</version>
12-
<name>Cloud OS Login API v1beta-rev20250317-2.0.0</name>
11+
<version>v1beta-rev20250406-2.0.0</version>
12+
<name>Cloud OS Login API v1beta-rev20250406-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-rev20250317-2.0.0</version>
25+
<version>v1beta-rev20250406-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-rev20250317-2.0.0'
38+
implementation 'com.google.apis:google-api-services-oslogin:v1beta-rev20250406-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)