Skip to content

Commit 6cc42fc

Browse files
1 parent 31a9d9f commit 6cc42fc

21 files changed

+759
-42
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-rev20250820-2.0.0</version>
25+
<version>v1-rev20250904-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-rev20250820-2.0.0'
38+
implementation 'com.google.apis:google-api-services-alloydb:v1-rev20250904-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -445,22 +445,22 @@ public List setName(java.lang.String name) {
445445
}
446446

447447
/**
448-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
449-
* documented otherwise. This is primarily for internal usage.
448+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
449+
* is primarily intended for internal usage.
450450
*/
451451
@com.google.api.client.util.Key
452452
private java.util.List<java.lang.String> extraLocationTypes;
453453

454-
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
455-
otherwise. This is primarily for internal usage.
454+
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is
455+
primarily intended for internal usage.
456456
*/
457457
public java.util.List<java.lang.String> getExtraLocationTypes() {
458458
return extraLocationTypes;
459459
}
460460

461461
/**
462-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
463-
* documented otherwise. This is primarily for internal usage.
462+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
463+
* is primarily intended for internal usage.
464464
*/
465465
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
466466
this.extraLocationTypes = extraLocationTypes;

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

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* DatabaseResourceFeed is the top level proto to be used to ingest different database resource
21-
* level events into Condor platform. Next ID: 11
21+
* level events into Condor platform. Next ID: 12
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the AlloyDB API. For a detailed explanation see:
@@ -45,6 +45,13 @@ public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed ext
4545
@com.google.api.client.util.Key
4646
private StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData configBasedSignalData;
4747

48+
/**
49+
* Database resource signal data is used to ingest signals from database resource signal feeds.
50+
* The value may be {@code null}.
51+
*/
52+
@com.google.api.client.util.Key
53+
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData databaseResourceSignalData;
54+
4855
/**
4956
* Required. Timestamp when feed is generated.
5057
* The value may be {@code null}.
@@ -137,6 +144,23 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setConfigBasedS
137144
return this;
138145
}
139146

147+
/**
148+
* Database resource signal data is used to ingest signals from database resource signal feeds.
149+
* @return value or {@code null} for none
150+
*/
151+
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData getDatabaseResourceSignalData() {
152+
return databaseResourceSignalData;
153+
}
154+
155+
/**
156+
* Database resource signal data is used to ingest signals from database resource signal feeds.
157+
* @param databaseResourceSignalData databaseResourceSignalData or {@code null} for none
158+
*/
159+
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setDatabaseResourceSignalData(StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData databaseResourceSignalData) {
160+
this.databaseResourceSignalData = databaseResourceSignalData;
161+
return this;
162+
}
163+
140164
/**
141165
* Required. Timestamp when feed is generated.
142166
* @return value or {@code null} for none

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: 26
20+
* Common model for database resource instance metadata. Next ID: 27
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:
@@ -208,6 +208,14 @@ public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata
208208
@com.google.api.client.util.Key
209209
private StorageDatabasecenterPartnerapiV1mainUserLabels userLabelSet;
210210

211+
/**
212+
* The resource zone. This is only applicable for zonal resources and will be empty for regional
213+
* and multi-regional resources.
214+
* The value may be {@code null}.
215+
*/
216+
@com.google.api.client.util.Key
217+
private java.lang.String zone;
218+
211219
/**
212220
* Availability configuration for this instance
213221
* @return value or {@code null} for none
@@ -638,6 +646,25 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata setUserLabe
638646
return this;
639647
}
640648

649+
/**
650+
* The resource zone. This is only applicable for zonal resources and will be empty for regional
651+
* and multi-regional resources.
652+
* @return value or {@code null} for none
653+
*/
654+
public java.lang.String getZone() {
655+
return zone;
656+
}
657+
658+
/**
659+
* The resource zone. This is only applicable for zonal resources and will be empty for regional
660+
* and multi-regional resources.
661+
* @param zone zone or {@code null} for none
662+
*/
663+
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata setZone(java.lang.String zone) {
664+
this.zone = zone;
665+
return this;
666+
}
667+
641668
@Override
642669
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata set(String fieldName, Object value) {
643670
return (StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata) super.set(fieldName, value);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,188 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.alloydb.v1.model;
18+
19+
/**
20+
* Database resource signal data. This is used to send signals to Condor which are based on the
21+
* DB/Instance/Fleet level configurations. These will be used to send signals for all inventory
22+
* types. Next ID: 7
23+
*
24+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
25+
* transmitted over HTTP when working with the AlloyDB API. For a detailed explanation see:
26+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
27+
* </p>
28+
*
29+
* @author Google, Inc.
30+
*/
31+
@SuppressWarnings("javadoc")
32+
public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData extends com.google.api.client.json.GenericJson {
33+
34+
/**
35+
* Required. Full Resource name of the source resource.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private java.lang.String fullResourceName;
40+
41+
/**
42+
* Required. Last time signal was refreshed
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private String lastRefreshTime;
47+
48+
/**
49+
* Database resource id.
50+
* The value may be {@code null}.
51+
*/
52+
@com.google.api.client.util.Key
53+
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId;
54+
55+
/**
56+
* Signal data for boolean signals.
57+
* The value may be {@code null}.
58+
*/
59+
@com.google.api.client.util.Key
60+
private java.lang.Boolean signalBoolValue;
61+
62+
/**
63+
* Required. Output only. Signal state of the signal
64+
* The value may be {@code null}.
65+
*/
66+
@com.google.api.client.util.Key
67+
private java.lang.String signalState;
68+
69+
/**
70+
* Required. Signal type of the signal
71+
* The value may be {@code null}.
72+
*/
73+
@com.google.api.client.util.Key
74+
private java.lang.String signalType;
75+
76+
/**
77+
* Required. Full Resource name of the source resource.
78+
* @return value or {@code null} for none
79+
*/
80+
public java.lang.String getFullResourceName() {
81+
return fullResourceName;
82+
}
83+
84+
/**
85+
* Required. Full Resource name of the source resource.
86+
* @param fullResourceName fullResourceName or {@code null} for none
87+
*/
88+
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData setFullResourceName(java.lang.String fullResourceName) {
89+
this.fullResourceName = fullResourceName;
90+
return this;
91+
}
92+
93+
/**
94+
* Required. Last time signal was refreshed
95+
* @return value or {@code null} for none
96+
*/
97+
public String getLastRefreshTime() {
98+
return lastRefreshTime;
99+
}
100+
101+
/**
102+
* Required. Last time signal was refreshed
103+
* @param lastRefreshTime lastRefreshTime or {@code null} for none
104+
*/
105+
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData setLastRefreshTime(String lastRefreshTime) {
106+
this.lastRefreshTime = lastRefreshTime;
107+
return this;
108+
}
109+
110+
/**
111+
* Database resource id.
112+
* @return value or {@code null} for none
113+
*/
114+
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId getResourceId() {
115+
return resourceId;
116+
}
117+
118+
/**
119+
* Database resource id.
120+
* @param resourceId resourceId or {@code null} for none
121+
*/
122+
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData setResourceId(StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId) {
123+
this.resourceId = resourceId;
124+
return this;
125+
}
126+
127+
/**
128+
* Signal data for boolean signals.
129+
* @return value or {@code null} for none
130+
*/
131+
public java.lang.Boolean getSignalBoolValue() {
132+
return signalBoolValue;
133+
}
134+
135+
/**
136+
* Signal data for boolean signals.
137+
* @param signalBoolValue signalBoolValue or {@code null} for none
138+
*/
139+
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData setSignalBoolValue(java.lang.Boolean signalBoolValue) {
140+
this.signalBoolValue = signalBoolValue;
141+
return this;
142+
}
143+
144+
/**
145+
* Required. Output only. Signal state of the signal
146+
* @return value or {@code null} for none
147+
*/
148+
public java.lang.String getSignalState() {
149+
return signalState;
150+
}
151+
152+
/**
153+
* Required. Output only. Signal state of the signal
154+
* @param signalState signalState or {@code null} for none
155+
*/
156+
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData setSignalState(java.lang.String signalState) {
157+
this.signalState = signalState;
158+
return this;
159+
}
160+
161+
/**
162+
* Required. Signal type of the signal
163+
* @return value or {@code null} for none
164+
*/
165+
public java.lang.String getSignalType() {
166+
return signalType;
167+
}
168+
169+
/**
170+
* Required. Signal type of the signal
171+
* @param signalType signalType or {@code null} for none
172+
*/
173+
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData setSignalType(java.lang.String signalType) {
174+
this.signalType = signalType;
175+
return this;
176+
}
177+
178+
@Override
179+
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData set(String fieldName, Object value) {
180+
return (StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData) super.set(fieldName, value);
181+
}
182+
183+
@Override
184+
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData clone() {
185+
return (StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData) super.clone();
186+
}
187+
188+
}

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-rev20250820-2.0.0</version>
12-
<name>AlloyDB API v1-rev20250820-2.0.0</name>
11+
<version>v1-rev20250904-2.0.0</version>
12+
<name>AlloyDB API v1-rev20250904-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-rev20250820-2.0.0</version>
25+
<version>v1-rev20250904-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-rev20250820-2.0.0'
38+
implementation 'com.google.apis:google-api-services-alloydb:v1-rev20250904-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-rev20250820-2.0.0</version>
25+
<version>v1alpha-rev20250904-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-rev20250820-2.0.0'
38+
implementation 'com.google.apis:google-api-services-alloydb:v1alpha-rev20250904-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)