Skip to content

Commit 9f35c0b

Browse files
1 parent 19b3593 commit 9f35c0b

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
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-rev20260308-2.0.0</version>
25+
<version>v1-rev20260406-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-rev20260308-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticshub:v1-rev20260406-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: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,9 @@ public final class GooglePubsubV1Subscription extends com.google.api.client.json
201201

202202
/**
203203
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
204-
* "123/environment": "production", "123/costCenter": "marketing"
204+
* "123/environment": "production", "123/costCenter": "marketing" See
205+
* https://{$universe.dns_names.final_documentation_domain}/pubsub/docs/tags for more information
206+
* on using tags with Pub/Sub resources.
205207
* The value may be {@code null}.
206208
*/
207209
@com.google.api.client.util.Key
@@ -596,7 +598,9 @@ public GooglePubsubV1Subscription setRetryPolicy(RetryPolicy retryPolicy) {
596598

597599
/**
598600
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
599-
* "123/environment": "production", "123/costCenter": "marketing"
601+
* "123/environment": "production", "123/costCenter": "marketing" See
602+
* https://{$universe.dns_names.final_documentation_domain}/pubsub/docs/tags for more information
603+
* on using tags with Pub/Sub resources.
600604
* @return value or {@code null} for none
601605
*/
602606
public java.util.Map<String, java.lang.String> getTags() {
@@ -605,7 +609,9 @@ public java.util.Map<String, java.lang.String> getTags() {
605609

606610
/**
607611
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
608-
* "123/environment": "production", "123/costCenter": "marketing"
612+
* "123/environment": "production", "123/costCenter": "marketing" See
613+
* https://{$universe.dns_names.final_documentation_domain}/pubsub/docs/tags for more information
614+
* on using tags with Pub/Sub resources.
609615
* @param tags tags or {@code null} for none
610616
*/
611617
public GooglePubsubV1Subscription setTags(java.util.Map<String, java.lang.String> tags) {

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

0 commit comments

Comments
 (0)