Skip to content

Commit 49686fb

Browse files
1 parent b86e5f0 commit 49686fb

File tree

6 files changed

+150
-6
lines changed

6 files changed

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

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,14 @@ public final class GooglePubsubV1Subscription extends com.google.api.client.json
190190
@com.google.api.client.util.Key
191191
private RetryPolicy retryPolicy;
192192

193+
/**
194+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
195+
* "123/environment": "production", "123/costCenter": "marketing"
196+
* The value may be {@code null}.
197+
*/
198+
@com.google.api.client.util.Key
199+
private java.util.Map<String, java.lang.String> tags;
200+
193201
/**
194202
* Optional. The approximate amount of time (on a best-effort basis) Pub/Sub waits for the
195203
* subscriber to acknowledge receipt before resending the message. In the interval after the
@@ -556,6 +564,25 @@ public GooglePubsubV1Subscription setRetryPolicy(RetryPolicy retryPolicy) {
556564
return this;
557565
}
558566

567+
/**
568+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
569+
* "123/environment": "production", "123/costCenter": "marketing"
570+
* @return value or {@code null} for none
571+
*/
572+
public java.util.Map<String, java.lang.String> getTags() {
573+
return tags;
574+
}
575+
576+
/**
577+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
578+
* "123/environment": "production", "123/costCenter": "marketing"
579+
* @param tags tags or {@code null} for none
580+
*/
581+
public GooglePubsubV1Subscription setTags(java.util.Map<String, java.lang.String> tags) {
582+
this.tags = tags;
583+
return this;
584+
}
585+
559586
@Override
560587
public GooglePubsubV1Subscription set(String fieldName, Object value) {
561588
return (GooglePubsubV1Subscription) super.set(fieldName, value);

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
@@ -176,6 +176,14 @@ public final class Listing extends com.google.api.client.json.GenericJson {
176176
@com.google.api.client.util.Key
177177
private java.lang.String state;
178178

179+
/**
180+
* Optional. If set, stored procedure configuration will be propagated and enforced on the linked
181+
* dataset.
182+
* The value may be {@code null}.
183+
*/
184+
@com.google.api.client.util.Key
185+
private StoredProcedureConfig storedProcedureConfig;
186+
179187
/**
180188
* Optional. If true, the listing is only available to get the resource metadata. Listing is non
181189
* subscribable.
@@ -557,6 +565,25 @@ public Listing setState(java.lang.String state) {
557565
return this;
558566
}
559567

568+
/**
569+
* Optional. If set, stored procedure configuration will be propagated and enforced on the linked
570+
* dataset.
571+
* @return value or {@code null} for none
572+
*/
573+
public StoredProcedureConfig getStoredProcedureConfig() {
574+
return storedProcedureConfig;
575+
}
576+
577+
/**
578+
* Optional. If set, stored procedure configuration will be propagated and enforced on the linked
579+
* dataset.
580+
* @param storedProcedureConfig storedProcedureConfig or {@code null} for none
581+
*/
582+
public Listing setStoredProcedureConfig(StoredProcedureConfig storedProcedureConfig) {
583+
this.storedProcedureConfig = storedProcedureConfig;
584+
return this;
585+
}
586+
560587
@Override
561588
public Listing set(String fieldName, Object value) {
562589
return (Listing) super.set(fieldName, value);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
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+
* Stored procedure configuration, used to configure stored procedure sharing on linked dataset.
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 StoredProcedureConfig extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Output only. Types of stored procedure supported to share.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.util.List<java.lang.String> allowedStoredProcedureTypes;
38+
39+
/**
40+
* Optional. If true, enable sharing of stored procedure.
41+
* The value may be {@code null}.
42+
*/
43+
@com.google.api.client.util.Key
44+
private java.lang.Boolean enabled;
45+
46+
/**
47+
* Output only. Types of stored procedure supported to share.
48+
* @return value or {@code null} for none
49+
*/
50+
public java.util.List<java.lang.String> getAllowedStoredProcedureTypes() {
51+
return allowedStoredProcedureTypes;
52+
}
53+
54+
/**
55+
* Output only. Types of stored procedure supported to share.
56+
* @param allowedStoredProcedureTypes allowedStoredProcedureTypes or {@code null} for none
57+
*/
58+
public StoredProcedureConfig setAllowedStoredProcedureTypes(java.util.List<java.lang.String> allowedStoredProcedureTypes) {
59+
this.allowedStoredProcedureTypes = allowedStoredProcedureTypes;
60+
return this;
61+
}
62+
63+
/**
64+
* Optional. If true, enable sharing of stored procedure.
65+
* @return value or {@code null} for none
66+
*/
67+
public java.lang.Boolean getEnabled() {
68+
return enabled;
69+
}
70+
71+
/**
72+
* Optional. If true, enable sharing of stored procedure.
73+
* @param enabled enabled or {@code null} for none
74+
*/
75+
public StoredProcedureConfig setEnabled(java.lang.Boolean enabled) {
76+
this.enabled = enabled;
77+
return this;
78+
}
79+
80+
@Override
81+
public StoredProcedureConfig set(String fieldName, Object value) {
82+
return (StoredProcedureConfig) super.set(fieldName, value);
83+
}
84+
85+
@Override
86+
public StoredProcedureConfig clone() {
87+
return (StoredProcedureConfig) super.clone();
88+
}
89+
90+
}

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

0 commit comments

Comments
 (0)