Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-bigtableadmin</artifactId>
<version>v2-rev20260425-2.0.0</version>
<version>v2-rev20260514-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20260425-2.0.0'
implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20260514-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ public final class AutomatedBackupPolicy extends com.google.api.client.json.Gene
/**
* Optional. A list of Cloud Bigtable zones where automated backups are allowed to be created. If
* empty, automated backups will be created in all zones of the instance. Locations are in the
* format `projects/{project}/locations/{zone}`. This field can only set for tables in Enterprise
* Plus instances.
* format `projects/{project}/locations/{zone}`. You can set this field only for tables in
* Enterprise Plus instances.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -78,8 +78,8 @@ public AutomatedBackupPolicy setFrequency(String frequency) {
/**
* Optional. A list of Cloud Bigtable zones where automated backups are allowed to be created. If
* empty, automated backups will be created in all zones of the instance. Locations are in the
* format `projects/{project}/locations/{zone}`. This field can only set for tables in Enterprise
* Plus instances.
* format `projects/{project}/locations/{zone}`. You can set this field only for tables in
* Enterprise Plus instances.
* @return value or {@code null} for none
*/
public java.util.List<java.lang.String> getLocations() {
Expand All @@ -89,8 +89,8 @@ public java.util.List<java.lang.String> getLocations() {
/**
* Optional. A list of Cloud Bigtable zones where automated backups are allowed to be created. If
* empty, automated backups will be created in all zones of the instance. Locations are in the
* format `projects/{project}/locations/{zone}`. This field can only set for tables in Enterprise
* Plus instances.
* format `projects/{project}/locations/{zone}`. You can set this field only for tables in
* Enterprise Plus instances.
* @param locations locations or {@code null} for none
*/
public AutomatedBackupPolicy setLocations(java.util.List<java.lang.String> locations) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package com.google.api.services.bigtableadmin.v2.model;

/**
* Represents a protobuf schema.
* Represents a collection of protobuf schemas.
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Cloud Bigtable Admin API. For a detailed explanation
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-bigtableadmin/v2/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-bigtableadmin</artifactId>
<version>v2-rev20260425-2.0.0</version>
<name>Cloud Bigtable Admin API v2-rev20260425-2.0.0</name>
<version>v2-rev20260514-2.0.0</version>
<name>Cloud Bigtable Admin API v2-rev20260514-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-bigtableadmin/v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-bigtableadmin</artifactId>
<version>v2-rev20260425-2.0.0</version>
<version>v2-rev20260514-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20260425-2.0.0'
implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20260514-2.0.0'
}
```

Expand Down