Skip to content

Commit 94741d6

Browse files
1 parent 3ca46e9 commit 94741d6

File tree

7 files changed

+14
-13
lines changed

7 files changed

+14
-13
lines changed

clients/google-api-services-spanner/v1/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-spanner</artifactId>
25-
<version>v1-rev20241020-2.0.0</version>
25+
<version>v1-rev20241119-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-spanner:v1-rev20241020-2.0.0'
38+
implementation 'com.google.apis:google-api-services-spanner:v1-rev20241119-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-spanner/v1/2.0.0/com/google/api/services/spanner/v1/Spanner.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14064,14 +14064,15 @@ public List setFilter(java.lang.String filter) {
1406414064
/**
1406514065
* Optional. Deadline used while retrieving metadata for instance partition operations.
1406614066
* Instance partitions whose operation metadata cannot be retrieved within this deadline
14067-
* will be added to unreachable in ListInstancePartitionOperationsResponse.
14067+
* will be added to unreachable_instance_partitions in
14068+
* ListInstancePartitionOperationsResponse.
1406814069
*/
1406914070
@com.google.api.client.util.Key
1407014071
private String instancePartitionDeadline;
1407114072

1407214073
/** Optional. Deadline used while retrieving metadata for instance partition operations. Instance
1407314074
partitions whose operation metadata cannot be retrieved within this deadline will be added to
14074-
unreachable in ListInstancePartitionOperationsResponse.
14075+
unreachable_instance_partitions in ListInstancePartitionOperationsResponse.
1407514076
*/
1407614077
public String getInstancePartitionDeadline() {
1407714078
return instancePartitionDeadline;
@@ -14080,7 +14081,8 @@ public String getInstancePartitionDeadline() {
1408014081
/**
1408114082
* Optional. Deadline used while retrieving metadata for instance partition operations.
1408214083
* Instance partitions whose operation metadata cannot be retrieved within this deadline
14083-
* will be added to unreachable in ListInstancePartitionOperationsResponse.
14084+
* will be added to unreachable_instance_partitions in
14085+
* ListInstancePartitionOperationsResponse.
1408414086
*/
1408514087
public List setInstancePartitionDeadline(String instancePartitionDeadline) {
1408614088
this.instancePartitionDeadline = instancePartitionDeadline;

clients/google-api-services-spanner/v1/2.0.0/com/google/api/services/spanner/v1/model/BackupSchedule.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
package com.google.api.services.spanner.v1.model;
1818

1919
/**
20-
* BackupSchedule expresses the automated backup creation specification for a Spanner database. Next
21-
* ID: 10
20+
* BackupSchedule expresses the automated backup creation specification for a Spanner database.
2221
*
2322
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2423
* transmitted over HTTP when working with the Cloud Spanner API. For a detailed explanation see:

clients/google-api-services-spanner/v1/2.0.0/com/google/api/services/spanner/v1/model/CreateInstanceConfigRequest.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.spanner.v1.model;
1818

1919
/**
20-
* The request for CreateInstanceConfigRequest.
20+
* The request for CreateInstanceConfig.
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 Spanner API. For a detailed explanation see:

clients/google-api-services-spanner/v1/2.0.0/com/google/api/services/spanner/v1/model/UpdateInstanceConfigRequest.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.spanner.v1.model;
1818

1919
/**
20-
* The request for UpdateInstanceConfigRequest.
20+
* The request for UpdateInstanceConfig.
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 Spanner API. For a detailed explanation see:

clients/google-api-services-spanner/v1/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-spanner</artifactId>
11-
<version>v1-rev20241020-2.0.0</version>
12-
<name>Cloud Spanner API v1-rev20241020-2.0.0</name>
11+
<version>v1-rev20241119-2.0.0</version>
12+
<name>Cloud Spanner API v1-rev20241119-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-spanner/v1/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-spanner</artifactId>
25-
<version>v1-rev20241020-2.0.0</version>
25+
<version>v1-rev20241119-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-spanner:v1-rev20241020-2.0.0'
38+
implementation 'com.google.apis:google-api-services-spanner:v1-rev20241119-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)