Skip to content

Commit b69f9a4

Browse files
1 parent a7d6d4b commit b69f9a4

24 files changed

+468
-75
lines changed

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

clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/Backup.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,14 @@ public final class Backup extends com.google.api.client.json.GenericJson {
176176
@com.google.api.client.util.Key
177177
private java.lang.String state;
178178

179+
/**
180+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
181+
* ``` "123/environment": "production", "123/costCenter": "marketing" ```
182+
* The value may be {@code null}.
183+
*/
184+
@com.google.api.client.util.Key
185+
private java.util.Map<String, java.lang.String> tags;
186+
179187
/**
180188
* The backup type, which suggests the trigger for the backup.
181189
* The value may be {@code null}.
@@ -549,6 +557,25 @@ public Backup setState(java.lang.String state) {
549557
return this;
550558
}
551559

560+
/**
561+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
562+
* ``` "123/environment": "production", "123/costCenter": "marketing" ```
563+
* @return value or {@code null} for none
564+
*/
565+
public java.util.Map<String, java.lang.String> getTags() {
566+
return tags;
567+
}
568+
569+
/**
570+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
571+
* ``` "123/environment": "production", "123/costCenter": "marketing" ```
572+
* @param tags tags or {@code null} for none
573+
*/
574+
public Backup setTags(java.util.Map<String, java.lang.String> tags) {
575+
this.tags = tags;
576+
return this;
577+
}
578+
552579
/**
553580
* The backup type, which suggests the trigger for the backup.
554581
* @return value or {@code null} for none

clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/Cluster.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,14 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
255255
@com.google.api.client.util.Key
256256
private java.lang.String subscriptionType;
257257

258+
/**
259+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
260+
* ``` "123/environment": "production", "123/costCenter": "marketing" ```
261+
* The value may be {@code null}.
262+
*/
263+
@com.google.api.client.util.Key
264+
private java.util.Map<String, java.lang.String> tags;
265+
258266
/**
259267
* Output only. Metadata for free trial clusters
260268
* The value may be {@code null}.
@@ -812,6 +820,25 @@ public Cluster setSubscriptionType(java.lang.String subscriptionType) {
812820
return this;
813821
}
814822

823+
/**
824+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
825+
* ``` "123/environment": "production", "123/costCenter": "marketing" ```
826+
* @return value or {@code null} for none
827+
*/
828+
public java.util.Map<String, java.lang.String> getTags() {
829+
return tags;
830+
}
831+
832+
/**
833+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
834+
* ``` "123/environment": "production", "123/costCenter": "marketing" ```
835+
* @param tags tags or {@code null} for none
836+
*/
837+
public Cluster setTags(java.util.Map<String, java.lang.String> tags) {
838+
this.tags = tags;
839+
return this;
840+
}
841+
815842
/**
816843
* Output only. Metadata for free trial clusters
817844
* @return value or {@code null} for none

clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/GoogleTypeTimeOfDay.java

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -32,47 +32,51 @@
3232
public final class GoogleTypeTimeOfDay extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value
36-
* "24:00:00" for scenarios like business closing time.
35+
* Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less
36+
* than or equal to 23. An API may choose to allow the value "24:00:00" for scenarios like
37+
* business closing time.
3738
* The value may be {@code null}.
3839
*/
3940
@com.google.api.client.util.Key
4041
private java.lang.Integer hours;
4142

4243
/**
43-
* Minutes of hour of day. Must be from 0 to 59.
44+
* Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
4445
* The value may be {@code null}.
4546
*/
4647
@com.google.api.client.util.Key
4748
private java.lang.Integer minutes;
4849

4950
/**
50-
* Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
51+
* Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal
52+
* to 999,999,999.
5153
* The value may be {@code null}.
5254
*/
5355
@com.google.api.client.util.Key
5456
private java.lang.Integer nanos;
5557

5658
/**
57-
* Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if
58-
* it allows leap-seconds.
59+
* Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or
60+
* equal to 59. An API may allow the value 60 if it allows leap-seconds.
5961
* The value may be {@code null}.
6062
*/
6163
@com.google.api.client.util.Key
6264
private java.lang.Integer seconds;
6365

6466
/**
65-
* Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value
66-
* "24:00:00" for scenarios like business closing time.
67+
* Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less
68+
* than or equal to 23. An API may choose to allow the value "24:00:00" for scenarios like
69+
* business closing time.
6770
* @return value or {@code null} for none
6871
*/
6972
public java.lang.Integer getHours() {
7073
return hours;
7174
}
7275

7376
/**
74-
* Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value
75-
* "24:00:00" for scenarios like business closing time.
77+
* Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less
78+
* than or equal to 23. An API may choose to allow the value "24:00:00" for scenarios like
79+
* business closing time.
7680
* @param hours hours or {@code null} for none
7781
*/
7882
public GoogleTypeTimeOfDay setHours(java.lang.Integer hours) {
@@ -81,15 +85,15 @@ public GoogleTypeTimeOfDay setHours(java.lang.Integer hours) {
8185
}
8286

8387
/**
84-
* Minutes of hour of day. Must be from 0 to 59.
88+
* Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
8589
* @return value or {@code null} for none
8690
*/
8791
public java.lang.Integer getMinutes() {
8892
return minutes;
8993
}
9094

9195
/**
92-
* Minutes of hour of day. Must be from 0 to 59.
96+
* Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
9397
* @param minutes minutes or {@code null} for none
9498
*/
9599
public GoogleTypeTimeOfDay setMinutes(java.lang.Integer minutes) {
@@ -98,15 +102,17 @@ public GoogleTypeTimeOfDay setMinutes(java.lang.Integer minutes) {
98102
}
99103

100104
/**
101-
* Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
105+
* Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal
106+
* to 999,999,999.
102107
* @return value or {@code null} for none
103108
*/
104109
public java.lang.Integer getNanos() {
105110
return nanos;
106111
}
107112

108113
/**
109-
* Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
114+
* Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal
115+
* to 999,999,999.
110116
* @param nanos nanos or {@code null} for none
111117
*/
112118
public GoogleTypeTimeOfDay setNanos(java.lang.Integer nanos) {
@@ -115,17 +121,17 @@ public GoogleTypeTimeOfDay setNanos(java.lang.Integer nanos) {
115121
}
116122

117123
/**
118-
* Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if
119-
* it allows leap-seconds.
124+
* Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or
125+
* equal to 59. An API may allow the value 60 if it allows leap-seconds.
120126
* @return value or {@code null} for none
121127
*/
122128
public java.lang.Integer getSeconds() {
123129
return seconds;
124130
}
125131

126132
/**
127-
* Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if
128-
* it allows leap-seconds.
133+
* Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or
134+
* equal to 59. An API may allow the value 60 if it allows leap-seconds.
129135
* @param seconds seconds or {@code null} for none
130136
*/
131137
public GoogleTypeTimeOfDay setSeconds(java.lang.Integer seconds) {

clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata.java

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.alloydb.v1.model;
1818

1919
/**
20-
* Common model for database resource instance metadata. Next ID: 22
20+
* Common model for database resource instance metadata. Next ID: 23
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the AlloyDB API. For a detailed explanation see:
@@ -72,6 +72,14 @@ public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata
7272
@com.google.api.client.util.Key
7373
private StorageDatabasecenterPartnerapiV1mainCustomMetadataData customMetadata;
7474

75+
/**
76+
* Optional. Edition represents whether the instance is ENTERPRISE or ENTERPRISE_PLUS. This
77+
* information is core to Cloud SQL only and is used to identify the edition of the instance.
78+
* The value may be {@code null}.
79+
*/
80+
@com.google.api.client.util.Key
81+
private java.lang.String edition;
82+
7583
/**
7684
* Entitlements associated with the resource
7785
* The value may be {@code null}.
@@ -283,6 +291,25 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata setCustomMe
283291
return this;
284292
}
285293

294+
/**
295+
* Optional. Edition represents whether the instance is ENTERPRISE or ENTERPRISE_PLUS. This
296+
* information is core to Cloud SQL only and is used to identify the edition of the instance.
297+
* @return value or {@code null} for none
298+
*/
299+
public java.lang.String getEdition() {
300+
return edition;
301+
}
302+
303+
/**
304+
* Optional. Edition represents whether the instance is ENTERPRISE or ENTERPRISE_PLUS. This
305+
* information is core to Cloud SQL only and is used to identify the edition of the instance.
306+
* @param edition edition or {@code null} for none
307+
*/
308+
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata setEdition(java.lang.String edition) {
309+
this.edition = edition;
310+
return this;
311+
}
312+
286313
/**
287314
* Entitlements associated with the resource
288315
* @return value or {@code null} for none

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

1515
<inceptionYear>2011</inceptionYear>

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

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

clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/Backup.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,14 @@ public final class Backup extends com.google.api.client.json.GenericJson {
183183
@com.google.api.client.util.Key
184184
private java.lang.String state;
185185

186+
/**
187+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
188+
* ``` "123/environment": "production", "123/costCenter": "marketing" ```
189+
* The value may be {@code null}.
190+
*/
191+
@com.google.api.client.util.Key
192+
private java.util.Map<String, java.lang.String> tags;
193+
186194
/**
187195
* The backup type, which suggests the trigger for the backup.
188196
* The value may be {@code null}.
@@ -573,6 +581,25 @@ public Backup setState(java.lang.String state) {
573581
return this;
574582
}
575583

584+
/**
585+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
586+
* ``` "123/environment": "production", "123/costCenter": "marketing" ```
587+
* @return value or {@code null} for none
588+
*/
589+
public java.util.Map<String, java.lang.String> getTags() {
590+
return tags;
591+
}
592+
593+
/**
594+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
595+
* ``` "123/environment": "production", "123/costCenter": "marketing" ```
596+
* @param tags tags or {@code null} for none
597+
*/
598+
public Backup setTags(java.util.Map<String, java.lang.String> tags) {
599+
this.tags = tags;
600+
return this;
601+
}
602+
576603
/**
577604
* The backup type, which suggests the trigger for the backup.
578605
* @return value or {@code null} for none

0 commit comments

Comments
 (0)