File tree Expand file tree Collapse file tree 8 files changed +66
-12
lines changed
clients/google-api-services-analyticshub
com/google/api/services/analyticshub/v1beta1/model
com/google/api/services/analyticshub/v1/model Expand file tree Collapse file tree 8 files changed +66
-12
lines changed Original file line number Diff line number Diff 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-rev20250414 -2.0.0</version >
25+ <version >v1-rev20250418 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-analyticshub:v1-rev20250414 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-analyticshub:v1-rev20250418 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 3131@ SuppressWarnings ("javadoc" )
3232public final class Listing extends com .google .api .client .json .GenericJson {
3333
34+ /**
35+ * Optional. If true, the listing is only available to get the resource metadata. Listing is non
36+ * subscribable.
37+ * The value may be {@code null}.
38+ */
39+ @ com .google .api .client .util .Key
40+ private java .lang .Boolean allowOnlyMetadataSharing ;
41+
3442 /**
3543 * Shared dataset i.e. BigQuery dataset source.
3644 * The value may be {@code null}.
@@ -168,6 +176,25 @@ public final class Listing extends com.google.api.client.json.GenericJson {
168176 @ com .google .api .client .util .Key
169177 private java .lang .String state ;
170178
179+ /**
180+ * Optional. If true, the listing is only available to get the resource metadata. Listing is non
181+ * subscribable.
182+ * @return value or {@code null} for none
183+ */
184+ public java .lang .Boolean getAllowOnlyMetadataSharing () {
185+ return allowOnlyMetadataSharing ;
186+ }
187+
188+ /**
189+ * Optional. If true, the listing is only available to get the resource metadata. Listing is non
190+ * subscribable.
191+ * @param allowOnlyMetadataSharing allowOnlyMetadataSharing or {@code null} for none
192+ */
193+ public Listing setAllowOnlyMetadataSharing (java .lang .Boolean allowOnlyMetadataSharing ) {
194+ this .allowOnlyMetadataSharing = allowOnlyMetadataSharing ;
195+ return this ;
196+ }
197+
171198 /**
172199 * Shared dataset i.e. BigQuery dataset source.
173200 * @return value or {@code null} for none
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-analyticshub</artifactId >
11- <version >v1-rev20250414 -2.0.0</version >
12- <name >Analytics Hub API v1-rev20250414 -2.0.0</name >
11+ <version >v1-rev20250418 -2.0.0</version >
12+ <name >Analytics Hub API v1-rev20250418 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-rev20250414 -2.0.0</version >
25+ <version >v1-rev20250418 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-analyticshub:v1-rev20250414 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-analyticshub:v1-rev20250418 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff 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-rev20250217 -2.0.0</version >
25+ <version >v1beta1-rev20250418 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-analyticshub:v1beta1-rev20250217 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-analyticshub:v1beta1-rev20250418 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 3131@ SuppressWarnings ("javadoc" )
3232public final class Listing extends com .google .api .client .json .GenericJson {
3333
34+ /**
35+ * Optional. If true, the listing is only available to get the resource metadata. Listing is non
36+ * subscribable.
37+ * The value may be {@code null}.
38+ */
39+ @ com .google .api .client .util .Key
40+ private java .lang .Boolean allowOnlyMetadataSharing ;
41+
3442 /**
3543 * Required. Shared dataset i.e. BigQuery dataset source.
3644 * The value may be {@code null}.
@@ -132,6 +140,25 @@ public final class Listing extends com.google.api.client.json.GenericJson {
132140 @ com .google .api .client .util .Key
133141 private java .lang .String state ;
134142
143+ /**
144+ * Optional. If true, the listing is only available to get the resource metadata. Listing is non
145+ * subscribable.
146+ * @return value or {@code null} for none
147+ */
148+ public java .lang .Boolean getAllowOnlyMetadataSharing () {
149+ return allowOnlyMetadataSharing ;
150+ }
151+
152+ /**
153+ * Optional. If true, the listing is only available to get the resource metadata. Listing is non
154+ * subscribable.
155+ * @param allowOnlyMetadataSharing allowOnlyMetadataSharing or {@code null} for none
156+ */
157+ public Listing setAllowOnlyMetadataSharing (java .lang .Boolean allowOnlyMetadataSharing ) {
158+ this .allowOnlyMetadataSharing = allowOnlyMetadataSharing ;
159+ return this ;
160+ }
161+
135162 /**
136163 * Required. Shared dataset i.e. BigQuery dataset source.
137164 * @return value or {@code null} for none
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-analyticshub</artifactId >
11- <version >v1beta1-rev20250217 -2.0.0</version >
12- <name >Analytics Hub API v1beta1-rev20250217 -2.0.0</name >
11+ <version >v1beta1-rev20250418 -2.0.0</version >
12+ <name >Analytics Hub API v1beta1-rev20250418 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-rev20250217 -2.0.0</version >
25+ <version >v1beta1-rev20250418 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-analyticshub:v1beta1-rev20250217 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-analyticshub:v1beta1-rev20250418 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments