Skip to content

Commit ecb4b25

Browse files
chore: regenerate bigtableadmin client
1 parent 699393d commit ecb4b25

4 files changed

Lines changed: 33 additions & 6 deletions

File tree

clients/google-api-services-bigtableadmin/v2/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-bigtableadmin</artifactId>
25-
<version>v2-rev20260514-2.0.0</version>
25+
<version>v2-rev20260624-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-bigtableadmin:v2-rev20260514-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20260624-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-bigtableadmin/v2/2.0.0/com/google/api/services/bigtableadmin/v2/model/Instance.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ public final class Instance extends com.google.api.client.json.GenericJson {
5454
@com.google.api.client.util.Key
5555
private java.lang.String edition;
5656

57+
/**
58+
* Output only. The region where Knowledge Catalog data is synced to and stored, including user-
59+
* created aspects.
60+
* The value may be {@code null}.
61+
*/
62+
@com.google.api.client.util.Key
63+
private java.lang.String knowledgeCatalogRegion;
64+
5765
/**
5866
* Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that
5967
* reflect a customer's organizational needs and deployment strategies. They can be used to filter
@@ -169,6 +177,25 @@ public Instance setEdition(java.lang.String edition) {
169177
return this;
170178
}
171179

180+
/**
181+
* Output only. The region where Knowledge Catalog data is synced to and stored, including user-
182+
* created aspects.
183+
* @return value or {@code null} for none
184+
*/
185+
public java.lang.String getKnowledgeCatalogRegion() {
186+
return knowledgeCatalogRegion;
187+
}
188+
189+
/**
190+
* Output only. The region where Knowledge Catalog data is synced to and stored, including user-
191+
* created aspects.
192+
* @param knowledgeCatalogRegion knowledgeCatalogRegion or {@code null} for none
193+
*/
194+
public Instance setKnowledgeCatalogRegion(java.lang.String knowledgeCatalogRegion) {
195+
this.knowledgeCatalogRegion = knowledgeCatalogRegion;
196+
return this;
197+
}
198+
172199
/**
173200
* Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that
174201
* reflect a customer's organizational needs and deployment strategies. They can be used to filter

clients/google-api-services-bigtableadmin/v2/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-bigtableadmin</artifactId>
11-
<version>v2-rev20260514-2.0.0</version>
12-
<name>Cloud Bigtable Admin API v2-rev20260514-2.0.0</name>
11+
<version>v2-rev20260624-2.0.0</version>
12+
<name>Cloud Bigtable Admin API v2-rev20260624-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-bigtableadmin/v2/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-bigtableadmin</artifactId>
25-
<version>v2-rev20260514-2.0.0</version>
25+
<version>v2-rev20260624-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-bigtableadmin:v2-rev20260514-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20260624-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)