Skip to content

Commit 2da2ae8

Browse files
1 parent 492eb43 commit 2da2ae8

16 files changed

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
package com.google.api.services.analyticshub.v1.model;
1818

1919
/**
20-
* Information about an associated Analytics Hub subscription
21-
* (https://cloud.google.com/bigquery/docs/analytics-hub-manage-subscriptions).
20+
* Information about an associated [Analytics Hub
21+
* subscription](https://cloud.google.com/bigquery/docs/analytics-hub-manage-subscriptions).
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 Analytics Hub API. For a detailed explanation see:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
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.analyticshub.v1.model;
18+
19+
/**
20+
* Commercial info contains the information about the commercial data products associated with the
21+
* listing.
22+
*
23+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24+
* transmitted over HTTP when working with the Analytics Hub API. For a detailed explanation see:
25+
* <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>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Output only. Details of the Marketplace Data Product associated with the Listing.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo cloudMarketplace;
39+
40+
/**
41+
* Output only. Details of the Marketplace Data Product associated with the Listing.
42+
* @return value or {@code null} for none
43+
*/
44+
public GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo getCloudMarketplace() {
45+
return cloudMarketplace;
46+
}
47+
48+
/**
49+
* Output only. Details of the Marketplace Data Product associated with the Listing.
50+
* @param cloudMarketplace cloudMarketplace or {@code null} for none
51+
*/
52+
public GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo setCloudMarketplace(GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo cloudMarketplace) {
53+
this.cloudMarketplace = cloudMarketplace;
54+
return this;
55+
}
56+
57+
@Override
58+
public GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo set(String fieldName, Object value) {
59+
return (GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo) super.set(fieldName, value);
60+
}
61+
62+
@Override
63+
public GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo clone() {
64+
return (GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo) super.clone();
65+
}
66+
67+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
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.analyticshub.v1.model;
18+
19+
/**
20+
* Specifies the details of the Marketplace Data Product associated with the Listing.
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 Analytics Hub 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 GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Output only. Commercial state of the Marketplace Data Product.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String commercialState;
38+
39+
/**
40+
* Output only. Resource name of the commercial service associated with the Marketplace Data
41+
* Product. e.g. example.com
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.String service;
46+
47+
/**
48+
* Output only. Commercial state of the Marketplace Data Product.
49+
* @return value or {@code null} for none
50+
*/
51+
public java.lang.String getCommercialState() {
52+
return commercialState;
53+
}
54+
55+
/**
56+
* Output only. Commercial state of the Marketplace Data Product.
57+
* @param commercialState commercialState or {@code null} for none
58+
*/
59+
public GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo setCommercialState(java.lang.String commercialState) {
60+
this.commercialState = commercialState;
61+
return this;
62+
}
63+
64+
/**
65+
* Output only. Resource name of the commercial service associated with the Marketplace Data
66+
* Product. e.g. example.com
67+
* @return value or {@code null} for none
68+
*/
69+
public java.lang.String getService() {
70+
return service;
71+
}
72+
73+
/**
74+
* Output only. Resource name of the commercial service associated with the Marketplace Data
75+
* Product. e.g. example.com
76+
* @param service service or {@code null} for none
77+
*/
78+
public GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo setService(java.lang.String service) {
79+
this.service = service;
80+
return this;
81+
}
82+
83+
@Override
84+
public GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo set(String fieldName, Object value) {
85+
return (GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo) super.set(fieldName, value);
86+
}
87+
88+
@Override
89+
public GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo clone() {
90+
return (GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo) super.clone();
91+
}
92+
93+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
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.analyticshub.v1.model;
18+
19+
/**
20+
* Commercial info metadata for this subscription.
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 Analytics Hub 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 GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Output only. This is set when the subscription is commercialised via Cloud Marketplace.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfoGoogleCloudMarketplaceInfo cloudMarketplace;
38+
39+
/**
40+
* Output only. This is set when the subscription is commercialised via Cloud Marketplace.
41+
* @return value or {@code null} for none
42+
*/
43+
public GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfoGoogleCloudMarketplaceInfo getCloudMarketplace() {
44+
return cloudMarketplace;
45+
}
46+
47+
/**
48+
* Output only. This is set when the subscription is commercialised via Cloud Marketplace.
49+
* @param cloudMarketplace cloudMarketplace or {@code null} for none
50+
*/
51+
public GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo setCloudMarketplace(GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfoGoogleCloudMarketplaceInfo cloudMarketplace) {
52+
this.cloudMarketplace = cloudMarketplace;
53+
return this;
54+
}
55+
56+
@Override
57+
public GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo set(String fieldName, Object value) {
58+
return (GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo) super.set(fieldName, value);
59+
}
60+
61+
@Override
62+
public GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo clone() {
63+
return (GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo) super.clone();
64+
}
65+
66+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
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.analyticshub.v1.model;
18+
19+
/**
20+
* Cloud Marketplace commercial metadata for this subscription.
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 Analytics Hub 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 GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfoGoogleCloudMarketplaceInfo extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Resource name of the Marketplace Order.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String order;
38+
39+
/**
40+
* Resource name of the Marketplace Order.
41+
* @return value or {@code null} for none
42+
*/
43+
public java.lang.String getOrder() {
44+
return order;
45+
}
46+
47+
/**
48+
* Resource name of the Marketplace Order.
49+
* @param order order or {@code null} for none
50+
*/
51+
public GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfoGoogleCloudMarketplaceInfo setOrder(java.lang.String order) {
52+
this.order = order;
53+
return this;
54+
}
55+
56+
@Override
57+
public GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfoGoogleCloudMarketplaceInfo set(String fieldName, Object value) {
58+
return (GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfoGoogleCloudMarketplaceInfo) super.set(fieldName, value);
59+
}
60+
61+
@Override
62+
public GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfoGoogleCloudMarketplaceInfo clone() {
63+
return (GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfoGoogleCloudMarketplaceInfo) super.clone();
64+
}
65+
66+
}

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ public final class Listing extends com.google.api.client.json.GenericJson {
4545
@com.google.api.client.util.Key
4646
private java.util.List<java.lang.String> categories;
4747

48+
/**
49+
* Output only. Commercial info contains the information about the commercial data products
50+
* associated with the listing.
51+
* The value may be {@code null}.
52+
*/
53+
@com.google.api.client.util.Key
54+
private GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo commercialInfo;
55+
4856
/**
4957
* Optional. Details of the data provider who owns the source data.
5058
* The value may be {@code null}.
@@ -187,6 +195,25 @@ public Listing setCategories(java.util.List<java.lang.String> categories) {
187195
return this;
188196
}
189197

198+
/**
199+
* Output only. Commercial info contains the information about the commercial data products
200+
* associated with the listing.
201+
* @return value or {@code null} for none
202+
*/
203+
public GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo getCommercialInfo() {
204+
return commercialInfo;
205+
}
206+
207+
/**
208+
* Output only. Commercial info contains the information about the commercial data products
209+
* associated with the listing.
210+
* @param commercialInfo commercialInfo or {@code null} for none
211+
*/
212+
public Listing setCommercialInfo(GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo commercialInfo) {
213+
this.commercialInfo = commercialInfo;
214+
return this;
215+
}
216+
190217
/**
191218
* Optional. Details of the data provider who owns the source data.
192219
* @return value or {@code null} for none

0 commit comments

Comments
 (0)