Skip to content

Commit e3d9eb2

Browse files
1 parent 5242f6e commit e3d9eb2

File tree

10 files changed

+58
-34
lines changed

10 files changed

+58
-34
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-rev20240925-2.0.0</version>
25+
<version>v1-rev20241028-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-rev20240925-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticshub:v1-rev20241028-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ public final class SubscribeDataExchangeRequest extends com.google.api.client.js
3737
@com.google.api.client.util.Key
3838
private java.lang.String destination;
3939

40+
/**
41+
* Optional. BigQuery destination dataset to create for the subscriber.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private DestinationDataset destinationDataset;
46+
4047
/**
4148
* Email of the subscriber.
4249
* The value may be {@code null}.
@@ -70,6 +77,23 @@ public SubscribeDataExchangeRequest setDestination(java.lang.String destination)
7077
return this;
7178
}
7279

80+
/**
81+
* Optional. BigQuery destination dataset to create for the subscriber.
82+
* @return value or {@code null} for none
83+
*/
84+
public DestinationDataset getDestinationDataset() {
85+
return destinationDataset;
86+
}
87+
88+
/**
89+
* Optional. BigQuery destination dataset to create for the subscriber.
90+
* @param destinationDataset destinationDataset or {@code null} for none
91+
*/
92+
public SubscribeDataExchangeRequest setDestinationDataset(DestinationDataset destinationDataset) {
93+
this.destinationDataset = destinationDataset;
94+
return this;
95+
}
96+
7397
/**
7498
* Email of the subscriber.
7599
* @return value or {@code null} for none

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

clients/google-api-services-analyticshub/v1beta1/2.0.0/com/google/api/services/analyticshub/v1beta1/model/DestinationDataset.java renamed to clients/google-api-services-analyticshub/v1beta1/2.0.0/com/google/api/services/analyticshub/v1beta1/model/GoogleCloudBigqueryDataexchangeV1beta1DestinationDataset.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
* @author Google, Inc.
2828
*/
2929
@SuppressWarnings("javadoc")
30-
public final class DestinationDataset extends com.google.api.client.json.GenericJson {
30+
public final class GoogleCloudBigqueryDataexchangeV1beta1DestinationDataset extends com.google.api.client.json.GenericJson {
3131

3232
/**
3333
* Required. A reference that identifies the destination dataset.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
37-
private DestinationDatasetReference datasetReference;
37+
private GoogleCloudBigqueryDataexchangeV1beta1DestinationDatasetReference datasetReference;
3838

3939
/**
4040
* Optional. A user-friendly description of the dataset.
@@ -71,15 +71,15 @@ public final class DestinationDataset extends com.google.api.client.json.Generic
7171
* Required. A reference that identifies the destination dataset.
7272
* @return value or {@code null} for none
7373
*/
74-
public DestinationDatasetReference getDatasetReference() {
74+
public GoogleCloudBigqueryDataexchangeV1beta1DestinationDatasetReference getDatasetReference() {
7575
return datasetReference;
7676
}
7777

7878
/**
7979
* Required. A reference that identifies the destination dataset.
8080
* @param datasetReference datasetReference or {@code null} for none
8181
*/
82-
public DestinationDataset setDatasetReference(DestinationDatasetReference datasetReference) {
82+
public GoogleCloudBigqueryDataexchangeV1beta1DestinationDataset setDatasetReference(GoogleCloudBigqueryDataexchangeV1beta1DestinationDatasetReference datasetReference) {
8383
this.datasetReference = datasetReference;
8484
return this;
8585
}
@@ -96,7 +96,7 @@ public java.lang.String getDescription() {
9696
* Optional. A user-friendly description of the dataset.
9797
* @param description description or {@code null} for none
9898
*/
99-
public DestinationDataset setDescription(java.lang.String description) {
99+
public GoogleCloudBigqueryDataexchangeV1beta1DestinationDataset setDescription(java.lang.String description) {
100100
this.description = description;
101101
return this;
102102
}
@@ -113,7 +113,7 @@ public java.lang.String getFriendlyName() {
113113
* Optional. A descriptive name for the dataset.
114114
* @param friendlyName friendlyName or {@code null} for none
115115
*/
116-
public DestinationDataset setFriendlyName(java.lang.String friendlyName) {
116+
public GoogleCloudBigqueryDataexchangeV1beta1DestinationDataset setFriendlyName(java.lang.String friendlyName) {
117117
this.friendlyName = friendlyName;
118118
return this;
119119
}
@@ -134,7 +134,7 @@ public java.util.Map<String, java.lang.String> getLabels() {
134134
* https://cloud.google.com/resource-manager/docs/creating-managing-labels for more information.
135135
* @param labels labels or {@code null} for none
136136
*/
137-
public DestinationDataset setLabels(java.util.Map<String, java.lang.String> labels) {
137+
public GoogleCloudBigqueryDataexchangeV1beta1DestinationDataset setLabels(java.util.Map<String, java.lang.String> labels) {
138138
this.labels = labels;
139139
return this;
140140
}
@@ -153,19 +153,19 @@ public java.lang.String getLocation() {
153153
* https://cloud.google.com/bigquery/docs/locations for supported locations.
154154
* @param location location or {@code null} for none
155155
*/
156-
public DestinationDataset setLocation(java.lang.String location) {
156+
public GoogleCloudBigqueryDataexchangeV1beta1DestinationDataset setLocation(java.lang.String location) {
157157
this.location = location;
158158
return this;
159159
}
160160

161161
@Override
162-
public DestinationDataset set(String fieldName, Object value) {
163-
return (DestinationDataset) super.set(fieldName, value);
162+
public GoogleCloudBigqueryDataexchangeV1beta1DestinationDataset set(String fieldName, Object value) {
163+
return (GoogleCloudBigqueryDataexchangeV1beta1DestinationDataset) super.set(fieldName, value);
164164
}
165165

166166
@Override
167-
public DestinationDataset clone() {
168-
return (DestinationDataset) super.clone();
167+
public GoogleCloudBigqueryDataexchangeV1beta1DestinationDataset clone() {
168+
return (GoogleCloudBigqueryDataexchangeV1beta1DestinationDataset) super.clone();
169169
}
170170

171171
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @author Google, Inc.
2828
*/
2929
@SuppressWarnings("javadoc")
30-
public final class DestinationDatasetReference extends com.google.api.client.json.GenericJson {
30+
public final class GoogleCloudBigqueryDataexchangeV1beta1DestinationDatasetReference extends com.google.api.client.json.GenericJson {
3131

3232
/**
3333
* Required. A unique ID for this dataset, without the project name. The ID must contain only
@@ -58,7 +58,7 @@ public java.lang.String getDatasetId() {
5858
* letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
5959
* @param datasetId datasetId or {@code null} for none
6060
*/
61-
public DestinationDatasetReference setDatasetId(java.lang.String datasetId) {
61+
public GoogleCloudBigqueryDataexchangeV1beta1DestinationDatasetReference setDatasetId(java.lang.String datasetId) {
6262
this.datasetId = datasetId;
6363
return this;
6464
}
@@ -75,19 +75,19 @@ public java.lang.String getProjectId() {
7575
* Required. The ID of the project containing this dataset.
7676
* @param projectId projectId or {@code null} for none
7777
*/
78-
public DestinationDatasetReference setProjectId(java.lang.String projectId) {
78+
public GoogleCloudBigqueryDataexchangeV1beta1DestinationDatasetReference setProjectId(java.lang.String projectId) {
7979
this.projectId = projectId;
8080
return this;
8181
}
8282

8383
@Override
84-
public DestinationDatasetReference set(String fieldName, Object value) {
85-
return (DestinationDatasetReference) super.set(fieldName, value);
84+
public GoogleCloudBigqueryDataexchangeV1beta1DestinationDatasetReference set(String fieldName, Object value) {
85+
return (GoogleCloudBigqueryDataexchangeV1beta1DestinationDatasetReference) super.set(fieldName, value);
8686
}
8787

8888
@Override
89-
public DestinationDatasetReference clone() {
90-
return (DestinationDatasetReference) super.clone();
89+
public GoogleCloudBigqueryDataexchangeV1beta1DestinationDatasetReference clone() {
90+
return (GoogleCloudBigqueryDataexchangeV1beta1DestinationDatasetReference) super.clone();
9191
}
9292

9393
}

clients/google-api-services-analyticshub/v1beta1/2.0.0/com/google/api/services/analyticshub/v1beta1/model/SubscribeListingRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ public final class SubscribeListingRequest extends com.google.api.client.json.Ge
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
37-
private DestinationDataset destinationDataset;
37+
private GoogleCloudBigqueryDataexchangeV1beta1DestinationDataset destinationDataset;
3838

3939
/**
4040
* BigQuery destination dataset to create for the subscriber.
4141
* @return value or {@code null} for none
4242
*/
43-
public DestinationDataset getDestinationDataset() {
43+
public GoogleCloudBigqueryDataexchangeV1beta1DestinationDataset getDestinationDataset() {
4444
return destinationDataset;
4545
}
4646

4747
/**
4848
* BigQuery destination dataset to create for the subscriber.
4949
* @param destinationDataset destinationDataset or {@code null} for none
5050
*/
51-
public SubscribeListingRequest setDestinationDataset(DestinationDataset destinationDataset) {
51+
public SubscribeListingRequest setDestinationDataset(GoogleCloudBigqueryDataexchangeV1beta1DestinationDataset destinationDataset) {
5252
this.destinationDataset = destinationDataset;
5353
return this;
5454
}

clients/google-api-services-analyticshub/v1beta1/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>v1beta1-rev20240624-2.0.0</version>
12-
<name>Analytics Hub API v1beta1-rev20240624-2.0.0</name>
11+
<version>v1beta1-rev20241028-2.0.0</version>
12+
<name>Analytics Hub API v1beta1-rev20241028-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)