Skip to content

Commit b9094ba

Browse files
1 parent 2799c31 commit b9094ba

File tree

5 files changed

+30
-27
lines changed

5 files changed

+30
-27
lines changed

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

clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/Node.java

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,45 +31,45 @@
3131
public final class Node extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
34+
* Output only. The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.String id;
3939

4040
/**
41-
* The private IP address of the VM e.g. "10.57.0.34".
41+
* Output only. The private IP address of the VM e.g. "10.57.0.34".
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
4545
private java.lang.String ip;
4646

4747
/**
48-
* Determined by state of the compute VM and postgres-service health. Compute VM state can have
49-
* values listed in https://cloud.google.com/compute/docs/instances/instance-life-cycle and
50-
* postgres-service health can have values: HEALTHY and UNHEALTHY.
48+
* Output only. Determined by state of the compute VM and postgres-service health. Compute VM
49+
* state can have values listed in https://cloud.google.com/compute/docs/instances/instance-life-
50+
* cycle and postgres-service health can have values: HEALTHY and UNHEALTHY.
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
5454
private java.lang.String state;
5555

5656
/**
57-
* The Compute Engine zone of the VM e.g. "us-central1-b".
57+
* Output only. The Compute Engine zone of the VM e.g. "us-central1-b".
5858
* The value may be {@code null}.
5959
*/
6060
@com.google.api.client.util.Key
6161
private java.lang.String zoneId;
6262

6363
/**
64-
* The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
64+
* Output only. The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
6565
* @return value or {@code null} for none
6666
*/
6767
public java.lang.String getId() {
6868
return id;
6969
}
7070

7171
/**
72-
* The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
72+
* Output only. The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
7373
* @param id id or {@code null} for none
7474
*/
7575
public Node setId(java.lang.String id) {
@@ -78,15 +78,15 @@ public Node setId(java.lang.String id) {
7878
}
7979

8080
/**
81-
* The private IP address of the VM e.g. "10.57.0.34".
81+
* Output only. The private IP address of the VM e.g. "10.57.0.34".
8282
* @return value or {@code null} for none
8383
*/
8484
public java.lang.String getIp() {
8585
return ip;
8686
}
8787

8888
/**
89-
* The private IP address of the VM e.g. "10.57.0.34".
89+
* Output only. The private IP address of the VM e.g. "10.57.0.34".
9090
* @param ip ip or {@code null} for none
9191
*/
9292
public Node setIp(java.lang.String ip) {
@@ -95,19 +95,19 @@ public Node setIp(java.lang.String ip) {
9595
}
9696

9797
/**
98-
* Determined by state of the compute VM and postgres-service health. Compute VM state can have
99-
* values listed in https://cloud.google.com/compute/docs/instances/instance-life-cycle and
100-
* postgres-service health can have values: HEALTHY and UNHEALTHY.
98+
* Output only. Determined by state of the compute VM and postgres-service health. Compute VM
99+
* state can have values listed in https://cloud.google.com/compute/docs/instances/instance-life-
100+
* cycle and postgres-service health can have values: HEALTHY and UNHEALTHY.
101101
* @return value or {@code null} for none
102102
*/
103103
public java.lang.String getState() {
104104
return state;
105105
}
106106

107107
/**
108-
* Determined by state of the compute VM and postgres-service health. Compute VM state can have
109-
* values listed in https://cloud.google.com/compute/docs/instances/instance-life-cycle and
110-
* postgres-service health can have values: HEALTHY and UNHEALTHY.
108+
* Output only. Determined by state of the compute VM and postgres-service health. Compute VM
109+
* state can have values listed in https://cloud.google.com/compute/docs/instances/instance-life-
110+
* cycle and postgres-service health can have values: HEALTHY and UNHEALTHY.
111111
* @param state state or {@code null} for none
112112
*/
113113
public Node setState(java.lang.String state) {
@@ -116,15 +116,15 @@ public Node setState(java.lang.String state) {
116116
}
117117

118118
/**
119-
* The Compute Engine zone of the VM e.g. "us-central1-b".
119+
* Output only. The Compute Engine zone of the VM e.g. "us-central1-b".
120120
* @return value or {@code null} for none
121121
*/
122122
public java.lang.String getZoneId() {
123123
return zoneId;
124124
}
125125

126126
/**
127-
* The Compute Engine zone of the VM e.g. "us-central1-b".
127+
* Output only. The Compute Engine zone of the VM e.g. "us-central1-b".
128128
* @param zoneId zoneId or {@code null} for none
129129
*/
130130
public Node setZoneId(java.lang.String zoneId) {

clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainMachineConfiguration.java

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

3232
/**
33-
* The number of CPUs. TODO(b/342344482, b/342346271) add proto validations again after bug fix.
33+
* The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482, b/342346271) add
34+
* proto validations again after bug fix.
3435
* The value may be {@code null}.
3536
*/
3637
@com.google.api.client.util.Key
@@ -59,15 +60,17 @@ public final class StorageDatabasecenterPartnerapiV1mainMachineConfiguration ext
5960
private java.lang.Double vcpuCount;
6061

6162
/**
62-
* The number of CPUs. TODO(b/342344482, b/342346271) add proto validations again after bug fix.
63+
* The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482, b/342346271) add
64+
* proto validations again after bug fix.
6365
* @return value or {@code null} for none
6466
*/
6567
public java.lang.Integer getCpuCount() {
6668
return cpuCount;
6769
}
6870

6971
/**
70-
* The number of CPUs. TODO(b/342344482, b/342346271) add proto validations again after bug fix.
72+
* The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482, b/342346271) add
73+
* proto validations again after bug fix.
7174
* @param cpuCount cpuCount or {@code null} for none
7275
*/
7376
public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setCpuCount(java.lang.Integer cpuCount) {

clients/google-api-services-alloydb/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-alloydb</artifactId>
11-
<version>v1beta-rev20241204-2.0.0</version>
12-
<name>AlloyDB API v1beta-rev20241204-2.0.0</name>
11+
<version>v1beta-rev20241228-2.0.0</version>
12+
<name>AlloyDB API v1beta-rev20241228-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)