Skip to content

Commit 941c934

Browse files
1 parent a6e8124 commit 941c934

File tree

4 files changed

+33
-6
lines changed

4 files changed

+33
-6
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-rev20250310-2.0.0</version>
25+
<version>v1-rev20250315-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-rev20250310-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticshub:v1-rev20250315-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ 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+
7078
/**
7179
* Required. A reference that identifies the destination dataset.
7280
* @return value or {@code null} for none
@@ -158,6 +166,25 @@ public DestinationDataset setLocation(java.lang.String location) {
158166
return this;
159167
}
160168

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+
161188
@Override
162189
public DestinationDataset set(String fieldName, Object value) {
163190
return (DestinationDataset) super.set(fieldName, value);

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-rev20250310-2.0.0</version>
12-
<name>Analytics Hub API v1-rev20250310-2.0.0</name>
11+
<version>v1-rev20250315-2.0.0</version>
12+
<name>Analytics Hub API v1-rev20250315-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-rev20250310-2.0.0</version>
25+
<version>v1-rev20250315-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-rev20250310-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticshub:v1-rev20250315-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)