Skip to content

Commit d2e3dfe

Browse files
1 parent 8213414 commit d2e3dfe

24 files changed

+888
-84
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-rev20251106-2.0.0</version>
25+
<version>v1-rev20251204-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-rev20251106-2.0.0'
38+
implementation 'com.google.apis:google-api-services-alloydb:v1-rev20251204-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: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7615,30 +7615,31 @@ public List setPageToken(java.lang.String pageToken) {
76157615

76167616
/**
76177617
* When set to `true`, operations that are reachable are returned as normal, and those
7618-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
7619-
* This can only be `true` when reading across collections e.g. when `parent` is set to
7620-
* `"projects/example/locations/-"`. This field is not by default supported and will
7618+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
7619+
* can only be `true` when reading across collections. For example, when `parent` is set
7620+
* to `"projects/example/locations/-"`. This field is not supported by default and will
76217621
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
76227622
* service or product specific documentation.
76237623
*/
76247624
@com.google.api.client.util.Key
76257625
private java.lang.Boolean returnPartialSuccess;
76267626

76277627
/** When set to `true`, operations that are reachable are returned as normal, and those that are
7628-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
7629-
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
7630-
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
7631-
explicitly documented otherwise in service or product specific documentation.
7628+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
7629+
when reading across collections. For example, when `parent` is set to
7630+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
7631+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
7632+
documentation.
76327633
*/
76337634
public java.lang.Boolean getReturnPartialSuccess() {
76347635
return returnPartialSuccess;
76357636
}
76367637

76377638
/**
76387639
* When set to `true`, operations that are reachable are returned as normal, and those
7639-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
7640-
* This can only be `true` when reading across collections e.g. when `parent` is set to
7641-
* `"projects/example/locations/-"`. This field is not by default supported and will
7640+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
7641+
* can only be `true` when reading across collections. For example, when `parent` is set
7642+
* to `"projects/example/locations/-"`. This field is not supported by default and will
76427643
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
76437644
* service or product specific documentation.
76447645
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
4545

4646
/**
4747
* Unordered list. Unreachable resources. Populated when the request sets
48-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
48+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
4949
* attempting to list all resources across all supported locations.
5050
* The value may be {@code null}.
5151
*/
@@ -88,7 +88,7 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
8888

8989
/**
9090
* Unordered list. Unreachable resources. Populated when the request sets
91-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
91+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
9292
* attempting to list all resources across all supported locations.
9393
* @return value or {@code null} for none
9494
*/
@@ -98,7 +98,7 @@ public java.util.List<java.lang.String> getUnreachable() {
9898

9999
/**
100100
* Unordered list. Unreachable resources. Populated when the request sets
101-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
101+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
102102
* attempting to list all resources across all supported locations.
103103
* @param unreachable unreachable or {@code null} for none
104104
*/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,243 @@
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+
* BigQueryResourceMetadata contains information about the BigQuery resource. Next ID: 9
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the AlloyDB API. For a detailed explanation see:
24+
* <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>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* The creation time of the resource, i.e. the time when resource is created and recorded in
34+
* partner service.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private String createTime;
39+
40+
/**
41+
* Required. Full resource name of this instance.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.String fullResourceName;
46+
47+
/**
48+
* Required. location of the resource
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private java.lang.String location;
53+
54+
/**
55+
* The product this resource represents.
56+
* The value may be {@code null}.
57+
*/
58+
@com.google.api.client.util.Key
59+
private StorageDatabasecenterProtoCommonProduct product;
60+
61+
/**
62+
* Closest parent Cloud Resource Manager container of this resource. It must be resource name of a
63+
* Cloud Resource Manager project with the format of "/", such as "projects/123". For GCP provided
64+
* resources, number should be project number.
65+
* The value may be {@code null}.
66+
*/
67+
@com.google.api.client.util.Key
68+
private java.lang.String resourceContainer;
69+
70+
/**
71+
* Required. Database resource id.
72+
* The value may be {@code null}.
73+
*/
74+
@com.google.api.client.util.Key
75+
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId;
76+
77+
/**
78+
* The time at which the resource was updated and recorded at partner service.
79+
* The value may be {@code null}.
80+
*/
81+
@com.google.api.client.util.Key
82+
private String updateTime;
83+
84+
/**
85+
* User-provided labels associated with the resource
86+
* The value may be {@code null}.
87+
*/
88+
@com.google.api.client.util.Key
89+
private StorageDatabasecenterPartnerapiV1mainUserLabels userLabelSet;
90+
91+
/**
92+
* The creation time of the resource, i.e. the time when resource is created and recorded in
93+
* partner service.
94+
* @return value or {@code null} for none
95+
*/
96+
public String getCreateTime() {
97+
return createTime;
98+
}
99+
100+
/**
101+
* The creation time of the resource, i.e. the time when resource is created and recorded in
102+
* partner service.
103+
* @param createTime createTime or {@code null} for none
104+
*/
105+
public StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata setCreateTime(String createTime) {
106+
this.createTime = createTime;
107+
return this;
108+
}
109+
110+
/**
111+
* Required. Full resource name of this instance.
112+
* @return value or {@code null} for none
113+
*/
114+
public java.lang.String getFullResourceName() {
115+
return fullResourceName;
116+
}
117+
118+
/**
119+
* Required. Full resource name of this instance.
120+
* @param fullResourceName fullResourceName or {@code null} for none
121+
*/
122+
public StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata setFullResourceName(java.lang.String fullResourceName) {
123+
this.fullResourceName = fullResourceName;
124+
return this;
125+
}
126+
127+
/**
128+
* Required. location of the resource
129+
* @return value or {@code null} for none
130+
*/
131+
public java.lang.String getLocation() {
132+
return location;
133+
}
134+
135+
/**
136+
* Required. location of the resource
137+
* @param location location or {@code null} for none
138+
*/
139+
public StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata setLocation(java.lang.String location) {
140+
this.location = location;
141+
return this;
142+
}
143+
144+
/**
145+
* The product this resource represents.
146+
* @return value or {@code null} for none
147+
*/
148+
public StorageDatabasecenterProtoCommonProduct getProduct() {
149+
return product;
150+
}
151+
152+
/**
153+
* The product this resource represents.
154+
* @param product product or {@code null} for none
155+
*/
156+
public StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata setProduct(StorageDatabasecenterProtoCommonProduct product) {
157+
this.product = product;
158+
return this;
159+
}
160+
161+
/**
162+
* Closest parent Cloud Resource Manager container of this resource. It must be resource name of a
163+
* Cloud Resource Manager project with the format of "/", such as "projects/123". For GCP provided
164+
* resources, number should be project number.
165+
* @return value or {@code null} for none
166+
*/
167+
public java.lang.String getResourceContainer() {
168+
return resourceContainer;
169+
}
170+
171+
/**
172+
* Closest parent Cloud Resource Manager container of this resource. It must be resource name of a
173+
* Cloud Resource Manager project with the format of "/", such as "projects/123". For GCP provided
174+
* resources, number should be project number.
175+
* @param resourceContainer resourceContainer or {@code null} for none
176+
*/
177+
public StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata setResourceContainer(java.lang.String resourceContainer) {
178+
this.resourceContainer = resourceContainer;
179+
return this;
180+
}
181+
182+
/**
183+
* Required. Database resource id.
184+
* @return value or {@code null} for none
185+
*/
186+
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId getResourceId() {
187+
return resourceId;
188+
}
189+
190+
/**
191+
* Required. Database resource id.
192+
* @param resourceId resourceId or {@code null} for none
193+
*/
194+
public StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata setResourceId(StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId) {
195+
this.resourceId = resourceId;
196+
return this;
197+
}
198+
199+
/**
200+
* The time at which the resource was updated and recorded at partner service.
201+
* @return value or {@code null} for none
202+
*/
203+
public String getUpdateTime() {
204+
return updateTime;
205+
}
206+
207+
/**
208+
* The time at which the resource was updated and recorded at partner service.
209+
* @param updateTime updateTime or {@code null} for none
210+
*/
211+
public StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata setUpdateTime(String updateTime) {
212+
this.updateTime = updateTime;
213+
return this;
214+
}
215+
216+
/**
217+
* User-provided labels associated with the resource
218+
* @return value or {@code null} for none
219+
*/
220+
public StorageDatabasecenterPartnerapiV1mainUserLabels getUserLabelSet() {
221+
return userLabelSet;
222+
}
223+
224+
/**
225+
* User-provided labels associated with the resource
226+
* @param userLabelSet userLabelSet or {@code null} for none
227+
*/
228+
public StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata setUserLabelSet(StorageDatabasecenterPartnerapiV1mainUserLabels userLabelSet) {
229+
this.userLabelSet = userLabelSet;
230+
return this;
231+
}
232+
233+
@Override
234+
public StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata set(String fieldName, Object value) {
235+
return (StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata) super.set(fieldName, value);
236+
}
237+
238+
@Override
239+
public StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata clone() {
240+
return (StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata) super.clone();
241+
}
242+
243+
}

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed ext
3737
@com.google.api.client.util.Key
3838
private StorageDatabasecenterPartnerapiV1mainBackupDRMetadata backupdrMetadata;
3939

40+
/**
41+
* For BigQuery resource metadata.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata bigqueryResourceMetadata;
46+
4047
/**
4148
* Config based signal data is used to ingest signals that are generated based on the
4249
* configuration of the database resource.
@@ -125,6 +132,23 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setBackupdrMeta
125132
return this;
126133
}
127134

135+
/**
136+
* For BigQuery resource metadata.
137+
* @return value or {@code null} for none
138+
*/
139+
public StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata getBigqueryResourceMetadata() {
140+
return bigqueryResourceMetadata;
141+
}
142+
143+
/**
144+
* For BigQuery resource metadata.
145+
* @param bigqueryResourceMetadata bigqueryResourceMetadata or {@code null} for none
146+
*/
147+
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setBigqueryResourceMetadata(StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata bigqueryResourceMetadata) {
148+
this.bigqueryResourceMetadata = bigqueryResourceMetadata;
149+
return this;
150+
}
151+
128152
/**
129153
* Config based signal data is used to ingest signals that are generated based on the
130154
* configuration of the database resource.

0 commit comments

Comments
 (0)