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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-analyticshub</artifactId >
25
- <version >v1-rev20250414 -2.0.0</version >
25
+ <version >v1-rev20250418 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change 31
31
@ SuppressWarnings ("javadoc" )
32
32
public final class Listing extends com .google .api .client .json .GenericJson {
33
33
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
+
34
42
/**
35
43
* Shared dataset i.e. BigQuery dataset source.
36
44
* The value may be {@code null}.
@@ -168,6 +176,25 @@ public final class Listing extends com.google.api.client.json.GenericJson {
168
176
@ com .google .api .client .util .Key
169
177
private java .lang .String state ;
170
178
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
+
171
198
/**
172
199
* Shared dataset i.e. BigQuery dataset source.
173
200
* @return value or {@code null} for none
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-analyticshub</artifactId >
25
- <version >v1-rev20250414 -2.0.0</version >
25
+ <version >v1-rev20250418 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-analyticshub</artifactId >
25
- <version >v1beta1-rev20250217 -2.0.0</version >
25
+ <version >v1beta1-rev20250418 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change 31
31
@ SuppressWarnings ("javadoc" )
32
32
public final class Listing extends com .google .api .client .json .GenericJson {
33
33
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
+
34
42
/**
35
43
* Required. Shared dataset i.e. BigQuery dataset source.
36
44
* The value may be {@code null}.
@@ -132,6 +140,25 @@ public final class Listing extends com.google.api.client.json.GenericJson {
132
140
@ com .google .api .client .util .Key
133
141
private java .lang .String state ;
134
142
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
+
135
162
/**
136
163
* Required. Shared dataset i.e. BigQuery dataset source.
137
164
* @return value or {@code null} for none
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-analyticshub</artifactId >
25
- <version >v1beta1-rev20250217 -2.0.0</version >
25
+ <version >v1beta1-rev20250418 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments