Skip to content

Commit ab826b7

Browse files
1 parent b591c65 commit ab826b7

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
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-rev20241008-2.0.0</version>
25+
<version>v2-rev20241203-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-rev20241008-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20241203-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
@@ -39,8 +39,8 @@ public final class AutomatedBackupPolicy extends com.google.api.client.json.Gene
3939
private String frequency;
4040

4141
/**
42-
* Required. How long the automated backups should be retained. The only supported value at this
43-
* time is 3 days.
42+
* Required. How long the automated backups should be retained. Values must be at least 3 days and
43+
* at most 90 days.
4444
* The value may be {@code null}.
4545
*/
4646
@com.google.api.client.util.Key
@@ -66,17 +66,17 @@ public AutomatedBackupPolicy setFrequency(String frequency) {
6666
}
6767

6868
/**
69-
* Required. How long the automated backups should be retained. The only supported value at this
70-
* time is 3 days.
69+
* Required. How long the automated backups should be retained. Values must be at least 3 days and
70+
* at most 90 days.
7171
* @return value or {@code null} for none
7272
*/
7373
public String getRetentionPeriod() {
7474
return retentionPeriod;
7575
}
7676

7777
/**
78-
* Required. How long the automated backups should be retained. The only supported value at this
79-
* time is 3 days.
78+
* Required. How long the automated backups should be retained. Values must be at least 3 days and
79+
* at most 90 days.
8080
* @param retentionPeriod retentionPeriod or {@code null} for none
8181
*/
8282
public AutomatedBackupPolicy setRetentionPeriod(String retentionPeriod) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class RestoreTableMetadata extends com.google.api.client.json.Gener
4646
/**
4747
* If exists, the name of the long-running operation that will be used to track the post-restore
4848
* optimization process to optimize the performance of the restored table. The metadata type of
49-
* the long-running operation is OptimizeRestoreTableMetadata. The response type is Empty. This
49+
* the long-running operation is OptimizeRestoredTableMetadata. The response type is Empty. This
5050
* long-running operation may be automatically created by the system if applicable after the
5151
* RestoreTable long-running operation completes successfully. This operation may not be created
5252
* if the table is already optimized or the restore was not successful.
@@ -104,7 +104,7 @@ public RestoreTableMetadata setName(java.lang.String name) {
104104
/**
105105
* If exists, the name of the long-running operation that will be used to track the post-restore
106106
* optimization process to optimize the performance of the restored table. The metadata type of
107-
* the long-running operation is OptimizeRestoreTableMetadata. The response type is Empty. This
107+
* the long-running operation is OptimizeRestoredTableMetadata. The response type is Empty. This
108108
* long-running operation may be automatically created by the system if applicable after the
109109
* RestoreTable long-running operation completes successfully. This operation may not be created
110110
* if the table is already optimized or the restore was not successful.
@@ -117,7 +117,7 @@ public java.lang.String getOptimizeTableOperationName() {
117117
/**
118118
* If exists, the name of the long-running operation that will be used to track the post-restore
119119
* optimization process to optimize the performance of the restored table. The metadata type of
120-
* the long-running operation is OptimizeRestoreTableMetadata. The response type is Empty. This
120+
* the long-running operation is OptimizeRestoredTableMetadata. The response type is Empty. This
121121
* long-running operation may be automatically created by the system if applicable after the
122122
* RestoreTable long-running operation completes successfully. This operation may not be created
123123
* if the table is already optimized or the restore was not successful.

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

0 commit comments

Comments
 (0)