Skip to content

Commit 9973665

Browse files
1 parent e0cc48b commit 9973665

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13303,22 +13303,22 @@ public List setName(java.lang.String name) {
1330313303
}
1330413304

1330513305
/**
13306-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
13307-
* is primarily intended for internal usage.
13306+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
13307+
* documented otherwise. This is primarily for internal usage.
1330813308
*/
1330913309
@com.google.api.client.util.Key
1331013310
private java.util.List<java.lang.String> extraLocationTypes;
1331113311

13312-
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is
13313-
primarily intended for internal usage.
13312+
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
13313+
otherwise. This is primarily for internal usage.
1331413314
*/
1331513315
public java.util.List<java.lang.String> getExtraLocationTypes() {
1331613316
return extraLocationTypes;
1331713317
}
1331813318

1331913319
/**
13320-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
13321-
* is primarily intended for internal usage.
13320+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
13321+
* documented otherwise. This is primarily for internal usage.
1332213322
*/
1332313323
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
1332413324
this.extraLocationTypes = extraLocationTypes;

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ public final class ColumnFamily extends com.google.api.client.json.GenericJson {
5050
/**
5151
* The type of data stored in each of this family's cell values, including its full encoding. If
5252
* omitted, the family only serves raw untyped bytes. For now, only the `Aggregate` type is
53-
* supported. `Aggregate` can only be set at family creation and is immutable afterwards. If
54-
* `value_type` is `Aggregate`, written data must be compatible with: * `value_type.input_type`
55-
* for `AddInput` mutations
53+
* supported. `Aggregate` can only be set at family creation and is immutable afterwards. This
54+
* field is mutually exclusive with `sql_type`. If `value_type` is `Aggregate`, written data must
55+
* be compatible with: * `value_type.input_type` for `AddInput` mutations
5656
* The value may be {@code null}.
5757
*/
5858
@com.google.api.client.util.Key
@@ -101,9 +101,9 @@ public ColumnFamily setStats(ColumnFamilyStats stats) {
101101
/**
102102
* The type of data stored in each of this family's cell values, including its full encoding. If
103103
* omitted, the family only serves raw untyped bytes. For now, only the `Aggregate` type is
104-
* supported. `Aggregate` can only be set at family creation and is immutable afterwards. If
105-
* `value_type` is `Aggregate`, written data must be compatible with: * `value_type.input_type`
106-
* for `AddInput` mutations
104+
* supported. `Aggregate` can only be set at family creation and is immutable afterwards. This
105+
* field is mutually exclusive with `sql_type`. If `value_type` is `Aggregate`, written data must
106+
* be compatible with: * `value_type.input_type` for `AddInput` mutations
107107
* @return value or {@code null} for none
108108
*/
109109
public Type getValueType() {
@@ -113,9 +113,9 @@ public Type getValueType() {
113113
/**
114114
* The type of data stored in each of this family's cell values, including its full encoding. If
115115
* omitted, the family only serves raw untyped bytes. For now, only the `Aggregate` type is
116-
* supported. `Aggregate` can only be set at family creation and is immutable afterwards. If
117-
* `value_type` is `Aggregate`, written data must be compatible with: * `value_type.input_type`
118-
* for `AddInput` mutations
116+
* supported. `Aggregate` can only be set at family creation and is immutable afterwards. This
117+
* field is mutually exclusive with `sql_type`. If `value_type` is `Aggregate`, written data must
118+
* be compatible with: * `value_type.input_type` for `AddInput` mutations
119119
* @param valueType valueType or {@code null} for none
120120
*/
121121
public ColumnFamily setValueType(Type valueType) {

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-rev20251012-2.0.0</version>
12-
<name>Cloud Bigtable Admin API v2-rev20251012-2.0.0</name>
11+
<version>v2-rev20251026-2.0.0</version>
12+
<name>Cloud Bigtable Admin API v2-rev20251026-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-rev20251012-2.0.0</version>
25+
<version>v2-rev20251026-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-rev20251012-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20251026-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)