Skip to content

Commit fee49e4

Browse files
1 parent eae1858 commit fee49e4

File tree

18 files changed

+537
-250
lines changed

18 files changed

+537
-250
lines changed

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

clients/google-api-services-analyticshub/v1/2.0.0/com/google/api/services/analyticshub/v1/AnalyticsHub.java

Lines changed: 114 additions & 112 deletions
Large diffs are not rendered by default.

clients/google-api-services-analyticshub/v1/2.0.0/com/google/api/services/analyticshub/v1/model/DataExchange.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public final class DataExchange extends com.google.api.client.json.GenericJson {
9090

9191
/**
9292
* Output only. The resource name of the data exchange. e.g.
93-
* `projects/myproject/locations/US/dataExchanges/123`.
93+
* `projects/myproject/locations/us/dataExchanges/123`.
9494
* The value may be {@code null}.
9595
*/
9696
@com.google.api.client.util.Key
@@ -284,7 +284,7 @@ public DataExchange setLogLinkedDatasetQueryUserEmail(java.lang.Boolean logLinke
284284

285285
/**
286286
* Output only. The resource name of the data exchange. e.g.
287-
* `projects/myproject/locations/US/dataExchanges/123`.
287+
* `projects/myproject/locations/us/dataExchanges/123`.
288288
* @return value or {@code null} for none
289289
*/
290290
public java.lang.String getName() {
@@ -293,7 +293,7 @@ public java.lang.String getName() {
293293

294294
/**
295295
* Output only. The resource name of the data exchange. e.g.
296-
* `projects/myproject/locations/US/dataExchanges/123`.
296+
* `projects/myproject/locations/us/dataExchanges/123`.
297297
* @param name name or {@code null} for none
298298
*/
299299
public DataExchange setName(java.lang.String name) {

clients/google-api-services-analyticshub/v1/2.0.0/com/google/api/services/analyticshub/v1/model/DestinationDataset.java

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,6 @@ public final class DestinationDataset extends com.google.api.client.json.Generic
6767
@com.google.api.client.util.Key
6868
private java.lang.String location;
6969

70-
/**
71-
* Optional. The geographic locations where the dataset should be replicated. See
72-
* https://cloud.google.com/bigquery/docs/locations for supported locations.
73-
* The value may be {@code null}.
74-
*/
75-
@com.google.api.client.util.Key
76-
private java.util.List<java.lang.String> replicaLocations;
77-
7870
/**
7971
* Required. A reference that identifies the destination dataset.
8072
* @return value or {@code null} for none
@@ -166,25 +158,6 @@ public DestinationDataset setLocation(java.lang.String location) {
166158
return this;
167159
}
168160

169-
/**
170-
* Optional. The geographic locations where the dataset should be replicated. See
171-
* https://cloud.google.com/bigquery/docs/locations for supported locations.
172-
* @return value or {@code null} for none
173-
*/
174-
public java.util.List<java.lang.String> getReplicaLocations() {
175-
return replicaLocations;
176-
}
177-
178-
/**
179-
* Optional. The geographic locations where the dataset should be replicated. See
180-
* https://cloud.google.com/bigquery/docs/locations for supported locations.
181-
* @param replicaLocations replicaLocations or {@code null} for none
182-
*/
183-
public DestinationDataset setReplicaLocations(java.util.List<java.lang.String> replicaLocations) {
184-
this.replicaLocations = replicaLocations;
185-
return this;
186-
}
187-
188161
@Override
189162
public DestinationDataset set(String fieldName, Object value) {
190163
return (DestinationDataset) super.set(fieldName, value);

clients/google-api-services-analyticshub/v1/2.0.0/com/google/api/services/analyticshub/v1/model/Listing.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public final class Listing extends com.google.api.client.json.GenericJson {
119119

120120
/**
121121
* Output only. The resource name of the listing. e.g.
122-
* `projects/myproject/locations/US/dataExchanges/123/listings/456`
122+
* `projects/myproject/locations/us/dataExchanges/123/listings/456`
123123
* The value may be {@code null}.
124124
*/
125125
@com.google.api.client.util.Key
@@ -417,7 +417,7 @@ public Listing setLogLinkedDatasetQueryUserEmail(java.lang.Boolean logLinkedData
417417

418418
/**
419419
* Output only. The resource name of the listing. e.g.
420-
* `projects/myproject/locations/US/dataExchanges/123/listings/456`
420+
* `projects/myproject/locations/us/dataExchanges/123/listings/456`
421421
* @return value or {@code null} for none
422422
*/
423423
public java.lang.String getName() {
@@ -426,7 +426,7 @@ public java.lang.String getName() {
426426

427427
/**
428428
* Output only. The resource name of the listing. e.g.
429-
* `projects/myproject/locations/US/dataExchanges/123/listings/456`
429+
* `projects/myproject/locations/us/dataExchanges/123/listings/456`
430430
* @param name name or {@code null} for none
431431
*/
432432
public Listing setName(java.lang.String name) {

clients/google-api-services-analyticshub/v1/2.0.0/com/google/api/services/analyticshub/v1/model/SubscribeDataExchangeRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public final class SubscribeDataExchangeRequest extends com.google.api.client.js
3131

3232
/**
3333
* Required. The parent resource path of the Subscription. e.g.
34-
* `projects/subscriberproject/locations/US`
34+
* `projects/subscriberproject/locations/us`
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -60,7 +60,7 @@ public final class SubscribeDataExchangeRequest extends com.google.api.client.js
6060

6161
/**
6262
* Required. The parent resource path of the Subscription. e.g.
63-
* `projects/subscriberproject/locations/US`
63+
* `projects/subscriberproject/locations/us`
6464
* @return value or {@code null} for none
6565
*/
6666
public java.lang.String getDestination() {
@@ -69,7 +69,7 @@ public java.lang.String getDestination() {
6969

7070
/**
7171
* Required. The parent resource path of the Subscription. e.g.
72-
* `projects/subscriberproject/locations/US`
72+
* `projects/subscriberproject/locations/us`
7373
* @param destination destination or {@code null} for none
7474
*/
7575
public SubscribeDataExchangeRequest setDestination(java.lang.String destination) {

clients/google-api-services-analyticshub/v1/2.0.0/com/google/api/services/analyticshub/v1/model/Subscription.java

Lines changed: 36 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,19 @@ public final class Subscription extends com.google.api.client.json.GenericJson {
4747

4848
/**
4949
* Output only. Resource name of the source Data Exchange. e.g.
50-
* projects/123/locations/US/dataExchanges/456
50+
* projects/123/locations/us/dataExchanges/456
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
5454
private java.lang.String dataExchange;
5555

56+
/**
57+
* Optional. BigQuery destination dataset to create for the subscriber.
58+
* The value may be {@code null}.
59+
*/
60+
@com.google.api.client.util.Key
61+
private DestinationDataset destinationDataset;
62+
5663
/**
5764
* Output only. Timestamp when the subscription was last modified.
5865
* The value may be {@code null}.
@@ -62,7 +69,7 @@ public final class Subscription extends com.google.api.client.json.GenericJson {
6269

6370
/**
6471
* Output only. Map of listing resource names to associated linked resource, e.g.
65-
* projects/123/locations/US/dataExchanges/456/listings/789 -> projects/123/datasets/my_dataset
72+
* projects/123/locations/us/dataExchanges/456/listings/789 -> projects/123/datasets/my_dataset
6673
* For listing-level subscriptions, this is a map of size 1. Only contains values if state ==
6774
* STATE_ACTIVE.
6875
* The value may be {@code null}.
@@ -92,7 +99,7 @@ public final class Subscription extends com.google.api.client.json.GenericJson {
9299

93100
/**
94101
* Output only. Resource name of the source Listing. e.g.
95-
* projects/123/locations/US/dataExchanges/456/listings/789
102+
* projects/123/locations/us/dataExchanges/456/listings/789
96103
* The value may be {@code null}.
97104
*/
98105
@com.google.api.client.util.Key
@@ -108,7 +115,7 @@ public final class Subscription extends com.google.api.client.json.GenericJson {
108115

109116
/**
110117
* Output only. The resource name of the subscription. e.g.
111-
* `projects/myproject/locations/US/subscriptions/123`.
118+
* `projects/myproject/locations/us/subscriptions/123`.
112119
* The value may be {@code null}.
113120
*/
114121
@com.google.api.client.util.Key
@@ -187,7 +194,7 @@ public Subscription setCreationTime(String creationTime) {
187194

188195
/**
189196
* Output only. Resource name of the source Data Exchange. e.g.
190-
* projects/123/locations/US/dataExchanges/456
197+
* projects/123/locations/us/dataExchanges/456
191198
* @return value or {@code null} for none
192199
*/
193200
public java.lang.String getDataExchange() {
@@ -196,14 +203,31 @@ public java.lang.String getDataExchange() {
196203

197204
/**
198205
* Output only. Resource name of the source Data Exchange. e.g.
199-
* projects/123/locations/US/dataExchanges/456
206+
* projects/123/locations/us/dataExchanges/456
200207
* @param dataExchange dataExchange or {@code null} for none
201208
*/
202209
public Subscription setDataExchange(java.lang.String dataExchange) {
203210
this.dataExchange = dataExchange;
204211
return this;
205212
}
206213

214+
/**
215+
* Optional. BigQuery destination dataset to create for the subscriber.
216+
* @return value or {@code null} for none
217+
*/
218+
public DestinationDataset getDestinationDataset() {
219+
return destinationDataset;
220+
}
221+
222+
/**
223+
* Optional. BigQuery destination dataset to create for the subscriber.
224+
* @param destinationDataset destinationDataset or {@code null} for none
225+
*/
226+
public Subscription setDestinationDataset(DestinationDataset destinationDataset) {
227+
this.destinationDataset = destinationDataset;
228+
return this;
229+
}
230+
207231
/**
208232
* Output only. Timestamp when the subscription was last modified.
209233
* @return value or {@code null} for none
@@ -223,7 +247,7 @@ public Subscription setLastModifyTime(String lastModifyTime) {
223247

224248
/**
225249
* Output only. Map of listing resource names to associated linked resource, e.g.
226-
* projects/123/locations/US/dataExchanges/456/listings/789 -> projects/123/datasets/my_dataset
250+
* projects/123/locations/us/dataExchanges/456/listings/789 -> projects/123/datasets/my_dataset
227251
* For listing-level subscriptions, this is a map of size 1. Only contains values if state ==
228252
* STATE_ACTIVE.
229253
* @return value or {@code null} for none
@@ -234,7 +258,7 @@ public java.util.Map<String, LinkedResource> getLinkedDatasetMap() {
234258

235259
/**
236260
* Output only. Map of listing resource names to associated linked resource, e.g.
237-
* projects/123/locations/US/dataExchanges/456/listings/789 -> projects/123/datasets/my_dataset
261+
* projects/123/locations/us/dataExchanges/456/listings/789 -> projects/123/datasets/my_dataset
238262
* For listing-level subscriptions, this is a map of size 1. Only contains values if state ==
239263
* STATE_ACTIVE.
240264
* @param linkedDatasetMap linkedDatasetMap or {@code null} for none
@@ -265,7 +289,7 @@ public Subscription setLinkedResources(java.util.List<LinkedResource> linkedReso
265289

266290
/**
267291
* Output only. Resource name of the source Listing. e.g.
268-
* projects/123/locations/US/dataExchanges/456/listings/789
292+
* projects/123/locations/us/dataExchanges/456/listings/789
269293
* @return value or {@code null} for none
270294
*/
271295
public java.lang.String getListing() {
@@ -274,7 +298,7 @@ public java.lang.String getListing() {
274298

275299
/**
276300
* Output only. Resource name of the source Listing. e.g.
277-
* projects/123/locations/US/dataExchanges/456/listings/789
301+
* projects/123/locations/us/dataExchanges/456/listings/789
278302
* @param listing listing or {@code null} for none
279303
*/
280304
public Subscription setListing(java.lang.String listing) {
@@ -303,7 +327,7 @@ public Subscription setLogLinkedDatasetQueryUserEmail(java.lang.Boolean logLinke
303327

304328
/**
305329
* Output only. The resource name of the subscription. e.g.
306-
* `projects/myproject/locations/US/subscriptions/123`.
330+
* `projects/myproject/locations/us/subscriptions/123`.
307331
* @return value or {@code null} for none
308332
*/
309333
public java.lang.String getName() {
@@ -312,7 +336,7 @@ public java.lang.String getName() {
312336

313337
/**
314338
* Output only. The resource name of the subscription. e.g.
315-
* `projects/myproject/locations/US/subscriptions/123`.
339+
* `projects/myproject/locations/us/subscriptions/123`.
316340
* @param name name or {@code null} for none
317341
*/
318342
public Subscription setName(java.lang.String name) {

clients/google-api-services-analyticshub/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-analyticshub</artifactId>
11-
<version>v1-rev20250418-2.0.0</version>
12-
<name>Analytics Hub API v1-rev20250418-2.0.0</name>
11+
<version>v1-rev20250507-2.0.0</version>
12+
<name>Analytics Hub API v1-rev20250507-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-analyticshub/v1beta1/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-analyticshub</artifactId>
25-
<version>v1beta1-rev20250418-2.0.0</version>
25+
<version>v1beta1-rev20250507-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-analyticshub:v1beta1-rev20250418-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticshub:v1beta1-rev20250507-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)