Skip to content

Commit f91f3ce

Browse files
1 parent 20b7b87 commit f91f3ce

15 files changed

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
public final class AutomatedBackupPolicy extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Required. How frequently automated backups should occur. The only supported value at this time
35-
* is 24 hours.
34+
* How frequently automated backups should occur. The only supported value at this time is 24
35+
* hours. An undefined frequency is treated as 24 hours.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -47,17 +47,17 @@ public final class AutomatedBackupPolicy extends com.google.api.client.json.Gene
4747
private String retentionPeriod;
4848

4949
/**
50-
* Required. How frequently automated backups should occur. The only supported value at this time
51-
* is 24 hours.
50+
* How frequently automated backups should occur. The only supported value at this time is 24
51+
* hours. An undefined frequency is treated as 24 hours.
5252
* @return value or {@code null} for none
5353
*/
5454
public String getFrequency() {
5555
return frequency;
5656
}
5757

5858
/**
59-
* Required. How frequently automated backups should occur. The only supported value at this time
60-
* is 24 hours.
59+
* How frequently automated backups should occur. The only supported value at this time is 24
60+
* hours. An undefined frequency is treated as 24 hours.
6161
* @param frequency frequency or {@code null} for none
6262
*/
6363
public AutomatedBackupPolicy setFrequency(String frequency) {

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
/**
2020
* A value that combines incremental updates into a summarized value. Data is never directly written
21-
* or read using type `Aggregate`. Writes will provide either the `input_type` or `state_type`, and
22-
* reads will always return the `state_type` .
21+
* or read using type `Aggregate`. Writes provide either the `input_type` or `state_type`, and reads
22+
* always return the `state_type` .
2323
*
2424
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2525
* transmitted over HTTP when working with the Cloud Bigtable Admin API. For a detailed explanation
@@ -40,8 +40,8 @@ public final class GoogleBigtableAdminV2TypeAggregate extends com.google.api.cli
4040
private GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount hllppUniqueCount;
4141

4242
/**
43-
* Type of the inputs that are accumulated by this `Aggregate`, which must specify a full
44-
* encoding. Use `AddInput` mutations to accumulate new inputs.
43+
* Type of the inputs that are accumulated by this `Aggregate`. Use `AddInput` mutations to
44+
* accumulate new inputs.
4545
* The value may be {@code null}.
4646
*/
4747
@com.google.api.client.util.Key
@@ -63,7 +63,7 @@ public final class GoogleBigtableAdminV2TypeAggregate extends com.google.api.cli
6363

6464
/**
6565
* Output only. Type that holds the internal accumulator state for the `Aggregate`. This is a
66-
* function of the `input_type` and `aggregator` chosen, and will always specify a full encoding.
66+
* function of the `input_type` and `aggregator` chosen.
6767
* The value may be {@code null}.
6868
*/
6969
@com.google.api.client.util.Key
@@ -94,17 +94,17 @@ public GoogleBigtableAdminV2TypeAggregate setHllppUniqueCount(GoogleBigtableAdmi
9494
}
9595

9696
/**
97-
* Type of the inputs that are accumulated by this `Aggregate`, which must specify a full
98-
* encoding. Use `AddInput` mutations to accumulate new inputs.
97+
* Type of the inputs that are accumulated by this `Aggregate`. Use `AddInput` mutations to
98+
* accumulate new inputs.
9999
* @return value or {@code null} for none
100100
*/
101101
public Type getInputType() {
102102
return inputType;
103103
}
104104

105105
/**
106-
* Type of the inputs that are accumulated by this `Aggregate`, which must specify a full
107-
* encoding. Use `AddInput` mutations to accumulate new inputs.
106+
* Type of the inputs that are accumulated by this `Aggregate`. Use `AddInput` mutations to
107+
* accumulate new inputs.
108108
* @param inputType inputType or {@code null} for none
109109
*/
110110
public GoogleBigtableAdminV2TypeAggregate setInputType(Type inputType) {
@@ -148,7 +148,7 @@ public GoogleBigtableAdminV2TypeAggregate setMin(GoogleBigtableAdminV2TypeAggreg
148148

149149
/**
150150
* Output only. Type that holds the internal accumulator state for the `Aggregate`. This is a
151-
* function of the `input_type` and `aggregator` chosen, and will always specify a full encoding.
151+
* function of the `input_type` and `aggregator` chosen.
152152
* @return value or {@code null} for none
153153
*/
154154
public Type getStateType() {
@@ -157,7 +157,7 @@ public Type getStateType() {
157157

158158
/**
159159
* Output only. Type that holds the internal accumulator state for the `Aggregate`. This is a
160-
* function of the `input_type` and `aggregator` chosen, and will always specify a full encoding.
160+
* function of the `input_type` and `aggregator` chosen.
161161
* @param stateType stateType or {@code null} for none
162162
*/
163163
public GoogleBigtableAdminV2TypeAggregate setStateType(Type stateType) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
public final class GoogleBigtableAdminV2TypeBytes extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* The encoding to use when converting to/from lower level types.
34+
* The encoding to use when converting to or from lower level types.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private GoogleBigtableAdminV2TypeBytesEncoding encoding;
3939

4040
/**
41-
* The encoding to use when converting to/from lower level types.
41+
* The encoding to use when converting to or from lower level types.
4242
* @return value or {@code null} for none
4343
*/
4444
public GoogleBigtableAdminV2TypeBytesEncoding getEncoding() {
4545
return encoding;
4646
}
4747

4848
/**
49-
* The encoding to use when converting to/from lower level types.
49+
* The encoding to use when converting to or from lower level types.
5050
* @param encoding encoding or {@code null} for none
5151
*/
5252
public GoogleBigtableAdminV2TypeBytes setEncoding(GoogleBigtableAdminV2TypeBytesEncoding encoding) {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.bigtableadmin.v2.model;
1818

1919
/**
20-
* Rules used to convert to/from lower level types.
20+
* Rules used to convert to or from lower level types.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Cloud Bigtable Admin API. For a detailed explanation

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
package com.google.api.services.bigtableadmin.v2.model;
1818

1919
/**
20-
* Leaves the value "as-is" * Order-preserving? Yes * Self-delimiting? No * Compatibility? N/A
20+
* Leaves the value as-is. Sorted mode: all values are supported. Distinct mode: all values are
21+
* supported.
2122
*
2223
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2324
* transmitted over HTTP when working with the Cloud Bigtable Admin API. For a detailed explanation

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
public final class GoogleBigtableAdminV2TypeInt64 extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* The encoding to use when converting to/from lower level types.
34+
* The encoding to use when converting to or from lower level types.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private GoogleBigtableAdminV2TypeInt64Encoding encoding;
3939

4040
/**
41-
* The encoding to use when converting to/from lower level types.
41+
* The encoding to use when converting to or from lower level types.
4242
* @return value or {@code null} for none
4343
*/
4444
public GoogleBigtableAdminV2TypeInt64Encoding getEncoding() {
4545
return encoding;
4646
}
4747

4848
/**
49-
* The encoding to use when converting to/from lower level types.
49+
* The encoding to use when converting to or from lower level types.
5050
* @param encoding encoding or {@code null} for none
5151
*/
5252
public GoogleBigtableAdminV2TypeInt64 setEncoding(GoogleBigtableAdminV2TypeInt64Encoding encoding) {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.bigtableadmin.v2.model;
1818

1919
/**
20-
* Rules used to convert to/from lower level types.
20+
* Rules used to convert to or from lower level types.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Cloud Bigtable Admin API. For a detailed explanation

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
package com.google.api.services.bigtableadmin.v2.model;
1818

1919
/**
20-
* Encodes the value as an 8-byte big endian twos complement `Bytes` value. * Order-preserving? No
21-
* (positive values only) * Self-delimiting? Yes * Compatibility? - BigQuery Federation `BINARY`
22-
* encoding - HBase `Bytes.toBytes` - Java `ByteBuffer.putLong()` with `ByteOrder.BIG_ENDIAN`
20+
* Encodes the value as an 8-byte big-endian two's complement value. Sorted mode: non-negative
21+
* values are supported. Distinct mode: all values are supported. Compatible with: - BigQuery
22+
* `BINARY` encoding - HBase `Bytes.toBytes` - Java `ByteBuffer.putLong()` with
23+
* `ByteOrder.BIG_ENDIAN`
2324
*
2425
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2526
* transmitted over HTTP when working with the Cloud Bigtable Admin API. For a detailed explanation

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
public final class GoogleBigtableAdminV2TypeString extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* The encoding to use when converting to/from lower level types.
34+
* The encoding to use when converting to or from lower level types.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private GoogleBigtableAdminV2TypeStringEncoding encoding;
3939

4040
/**
41-
* The encoding to use when converting to/from lower level types.
41+
* The encoding to use when converting to or from lower level types.
4242
* @return value or {@code null} for none
4343
*/
4444
public GoogleBigtableAdminV2TypeStringEncoding getEncoding() {
4545
return encoding;
4646
}
4747

4848
/**
49-
* The encoding to use when converting to/from lower level types.
49+
* The encoding to use when converting to or from lower level types.
5050
* @param encoding encoding or {@code null} for none
5151
*/
5252
public GoogleBigtableAdminV2TypeString setEncoding(GoogleBigtableAdminV2TypeStringEncoding encoding) {

0 commit comments

Comments
 (0)