Skip to content

Commit 372332a

Browse files
1 parent fe41696 commit 372332a

15 files changed

+1046
-12
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-rev20250224-2.0.0</version>
25+
<version>v2-rev20250227-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-rev20250224-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20250227-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: 467 additions & 6 deletions
Large diffs are not rendered by default.

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,33 @@
3131
@SuppressWarnings("javadoc")
3232
public final class GoogleBigtableAdminV2TypeBytesEncodingRaw extends com.google.api.client.json.GenericJson {
3333

34+
/**
35+
* If set, allows NULL values to be encoded as the empty string "". The actual empty string, or
36+
* any value which only contains the null byte 0x00, has one more null byte appended.
37+
* The value may be {@code null}.
38+
*/
39+
@com.google.api.client.util.Key
40+
private java.lang.Boolean escapeNulls;
41+
42+
/**
43+
* If set, allows NULL values to be encoded as the empty string "". The actual empty string, or
44+
* any value which only contains the null byte 0x00, has one more null byte appended.
45+
* @return value or {@code null} for none
46+
*/
47+
public java.lang.Boolean getEscapeNulls() {
48+
return escapeNulls;
49+
}
50+
51+
/**
52+
* If set, allows NULL values to be encoded as the empty string "". The actual empty string, or
53+
* any value which only contains the null byte 0x00, has one more null byte appended.
54+
* @param escapeNulls escapeNulls or {@code null} for none
55+
*/
56+
public GoogleBigtableAdminV2TypeBytesEncodingRaw setEscapeNulls(java.lang.Boolean escapeNulls) {
57+
this.escapeNulls = escapeNulls;
58+
return this;
59+
}
60+
3461
@Override
3562
public GoogleBigtableAdminV2TypeBytesEncodingRaw set(String fieldName, Object value) {
3663
return (GoogleBigtableAdminV2TypeBytesEncodingRaw) super.set(fieldName, value);

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ public final class GoogleBigtableAdminV2TypeInt64Encoding extends com.google.api
3737
@com.google.api.client.util.Key
3838
private GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes bigEndianBytes;
3939

40+
/**
41+
* Use `OrderedCodeBytes` encoding.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes orderedCodeBytes;
46+
4047
/**
4148
* Use `BigEndianBytes` encoding.
4249
* @return value or {@code null} for none
@@ -54,6 +61,23 @@ public GoogleBigtableAdminV2TypeInt64Encoding setBigEndianBytes(GoogleBigtableAd
5461
return this;
5562
}
5663

64+
/**
65+
* Use `OrderedCodeBytes` encoding.
66+
* @return value or {@code null} for none
67+
*/
68+
public GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes getOrderedCodeBytes() {
69+
return orderedCodeBytes;
70+
}
71+
72+
/**
73+
* Use `OrderedCodeBytes` encoding.
74+
* @param orderedCodeBytes orderedCodeBytes or {@code null} for none
75+
*/
76+
public GoogleBigtableAdminV2TypeInt64Encoding setOrderedCodeBytes(GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes orderedCodeBytes) {
77+
this.orderedCodeBytes = orderedCodeBytes;
78+
return this;
79+
}
80+
5781
@Override
5882
public GoogleBigtableAdminV2TypeInt64Encoding set(String fieldName, Object value) {
5983
return (GoogleBigtableAdminV2TypeInt64Encoding) super.set(fieldName, value);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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.bigtableadmin.v2.model;
18+
19+
/**
20+
* Encodes the value in a variable length binary format of up to 10 bytes. Values that are closer to
21+
* zero use fewer bytes. Sorted mode: all values are supported. Distinct mode: all values are
22+
* supported.
23+
*
24+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
25+
* transmitted over HTTP when working with the Cloud Bigtable Admin API. For a detailed explanation
26+
* see:
27+
* <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>
28+
* </p>
29+
*
30+
* @author Google, Inc.
31+
*/
32+
@SuppressWarnings("javadoc")
33+
public final class GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes extends com.google.api.client.json.GenericJson {
34+
35+
@Override
36+
public GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes set(String fieldName, Object value) {
37+
return (GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes) super.set(fieldName, value);
38+
}
39+
40+
@Override
41+
public GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes clone() {
42+
return (GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes) super.clone();
43+
}
44+
45+
}

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,42 @@
3232
@SuppressWarnings("javadoc")
3333
public final class GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes extends com.google.api.client.json.GenericJson {
3434

35+
/**
36+
* Single-character escape sequence used to support NULL values. If set, allows NULL values to be
37+
* encoded as the empty string "". The actual empty string, or any value where every character
38+
* equals `null_escape_char`, has one more `null_escape_char` appended. If `null_escape_char` is
39+
* set and does not equal the ASCII null character 0x00, then the encoding will not support sorted
40+
* mode. .
41+
* The value may be {@code null}.
42+
*/
43+
@com.google.api.client.util.Key
44+
private java.lang.String nullEscapeChar;
45+
46+
/**
47+
* Single-character escape sequence used to support NULL values. If set, allows NULL values to be
48+
* encoded as the empty string "". The actual empty string, or any value where every character
49+
* equals `null_escape_char`, has one more `null_escape_char` appended. If `null_escape_char` is
50+
* set and does not equal the ASCII null character 0x00, then the encoding will not support sorted
51+
* mode. .
52+
* @return value or {@code null} for none
53+
*/
54+
public java.lang.String getNullEscapeChar() {
55+
return nullEscapeChar;
56+
}
57+
58+
/**
59+
* Single-character escape sequence used to support NULL values. If set, allows NULL values to be
60+
* encoded as the empty string "". The actual empty string, or any value where every character
61+
* equals `null_escape_char`, has one more `null_escape_char` appended. If `null_escape_char` is
62+
* set and does not equal the ASCII null character 0x00, then the encoding will not support sorted
63+
* mode. .
64+
* @param nullEscapeChar nullEscapeChar or {@code null} for none
65+
*/
66+
public GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes setNullEscapeChar(java.lang.String nullEscapeChar) {
67+
this.nullEscapeChar = nullEscapeChar;
68+
return this;
69+
}
70+
3571
@Override
3672
public GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes set(String fieldName, Object value) {
3773
return (GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes) super.set(fieldName, value);

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,37 @@
3232
@SuppressWarnings("javadoc")
3333
public final class GoogleBigtableAdminV2TypeStruct extends com.google.api.client.json.GenericJson {
3434

35+
/**
36+
* The encoding to use when converting to or from lower level types.
37+
* The value may be {@code null}.
38+
*/
39+
@com.google.api.client.util.Key
40+
private GoogleBigtableAdminV2TypeStructEncoding encoding;
41+
3542
/**
3643
* The names and types of the fields in this struct.
3744
* The value may be {@code null}.
3845
*/
3946
@com.google.api.client.util.Key
4047
private java.util.List<GoogleBigtableAdminV2TypeStructField> fields;
4148

49+
/**
50+
* The encoding to use when converting to or from lower level types.
51+
* @return value or {@code null} for none
52+
*/
53+
public GoogleBigtableAdminV2TypeStructEncoding getEncoding() {
54+
return encoding;
55+
}
56+
57+
/**
58+
* The encoding to use when converting to or from lower level types.
59+
* @param encoding encoding or {@code null} for none
60+
*/
61+
public GoogleBigtableAdminV2TypeStruct setEncoding(GoogleBigtableAdminV2TypeStructEncoding encoding) {
62+
this.encoding = encoding;
63+
return this;
64+
}
65+
4266
/**
4367
* The names and types of the fields in this struct.
4468
* @return value or {@code null} for none
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
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.bigtableadmin.v2.model;
18+
19+
/**
20+
* Rules used to convert to or from lower level types.
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 Cloud Bigtable Admin API. For a detailed explanation
24+
* see:
25+
* <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>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class GoogleBigtableAdminV2TypeStructEncoding extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Use `DelimitedBytes` encoding.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes delimitedBytes;
39+
40+
/**
41+
* User `OrderedCodeBytes` encoding.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes orderedCodeBytes;
46+
47+
/**
48+
* Use `Singleton` encoding.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private GoogleBigtableAdminV2TypeStructEncodingSingleton singleton;
53+
54+
/**
55+
* Use `DelimitedBytes` encoding.
56+
* @return value or {@code null} for none
57+
*/
58+
public GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes getDelimitedBytes() {
59+
return delimitedBytes;
60+
}
61+
62+
/**
63+
* Use `DelimitedBytes` encoding.
64+
* @param delimitedBytes delimitedBytes or {@code null} for none
65+
*/
66+
public GoogleBigtableAdminV2TypeStructEncoding setDelimitedBytes(GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes delimitedBytes) {
67+
this.delimitedBytes = delimitedBytes;
68+
return this;
69+
}
70+
71+
/**
72+
* User `OrderedCodeBytes` encoding.
73+
* @return value or {@code null} for none
74+
*/
75+
public GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes getOrderedCodeBytes() {
76+
return orderedCodeBytes;
77+
}
78+
79+
/**
80+
* User `OrderedCodeBytes` encoding.
81+
* @param orderedCodeBytes orderedCodeBytes or {@code null} for none
82+
*/
83+
public GoogleBigtableAdminV2TypeStructEncoding setOrderedCodeBytes(GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes orderedCodeBytes) {
84+
this.orderedCodeBytes = orderedCodeBytes;
85+
return this;
86+
}
87+
88+
/**
89+
* Use `Singleton` encoding.
90+
* @return value or {@code null} for none
91+
*/
92+
public GoogleBigtableAdminV2TypeStructEncodingSingleton getSingleton() {
93+
return singleton;
94+
}
95+
96+
/**
97+
* Use `Singleton` encoding.
98+
* @param singleton singleton or {@code null} for none
99+
*/
100+
public GoogleBigtableAdminV2TypeStructEncoding setSingleton(GoogleBigtableAdminV2TypeStructEncodingSingleton singleton) {
101+
this.singleton = singleton;
102+
return this;
103+
}
104+
105+
@Override
106+
public GoogleBigtableAdminV2TypeStructEncoding set(String fieldName, Object value) {
107+
return (GoogleBigtableAdminV2TypeStructEncoding) super.set(fieldName, value);
108+
}
109+
110+
@Override
111+
public GoogleBigtableAdminV2TypeStructEncoding clone() {
112+
return (GoogleBigtableAdminV2TypeStructEncoding) super.clone();
113+
}
114+
115+
}

0 commit comments

Comments
 (0)