Skip to content

Commit b82e5a5

Browse files
1 parent 85ce905 commit b82e5a5

File tree

4 files changed

+42
-37
lines changed

4 files changed

+42
-37
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-rev20240807-2.0.0</version>
25+
<version>v1-rev20240814-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-rev20240807-2.0.0'
38+
implementation 'com.google.apis:google-api-services-spanner:v1-rev20240814-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: 35 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5525,17 +5525,19 @@ public List setParent(java.lang.String parent) {
55255525
* sensitive. The following fields in the Backup are eligible for filtering: * `name` *
55265526
* `database` * `state` * `create_time` (and values are of the format YYYY-MM-
55275527
* DDTHH:MM:SSZ) * `expire_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ) *
5528-
* `version_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ) * `size_bytes` You
5529-
* can combine multiple expressions by enclosing each expression in parentheses. By
5530-
* default, expressions are combined with AND logic, but you can specify AND, OR, and NOT
5531-
* logic explicitly. Here are a few examples: * `name:Howl` - The backup's name contains
5532-
* the string "howl". * `database:prod` - The database's name contains the string "prod".
5533-
* * `state:CREATING` - The backup is pending creation. * `state:READY` - The backup is
5534-
* fully created and ready for use. * `(name:howl) AND (create_time <
5535-
* \"2018-03-28T14:50:00Z\")` - The backup name contains the string "howl" and
5536-
* `create_time` of the backup is before 2018-03-28T14:50:00Z. * `expire_time <
5528+
* `version_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ) * `size_bytes` *
5529+
* `backup_schedules` You can combine multiple expressions by enclosing each expression in
5530+
* parentheses. By default, expressions are combined with AND logic, but you can specify
5531+
* AND, OR, and NOT logic explicitly. Here are a few examples: * `name:Howl` - The
5532+
* backup's name contains the string "howl". * `database:prod` - The database's name
5533+
* contains the string "prod". * `state:CREATING` - The backup is pending creation. *
5534+
* `state:READY` - The backup is fully created and ready for use. * `(name:howl) AND
5535+
* (create_time < \"2018-03-28T14:50:00Z\")` - The backup name contains the string "howl"
5536+
* and `create_time` of the backup is before 2018-03-28T14:50:00Z. * `expire_time <
55375537
* \"2018-03-28T14:50:00Z\"` - The backup `expire_time` is before 2018-03-28T14:50:00Z. *
5538-
* `size_bytes > 10000000000` - The backup's size is greater than 10GB
5538+
* `size_bytes > 10000000000` - The backup's size is greater than 10GB *
5539+
* `backup_schedules:daily` - The backup is created from a schedule with "daily" in its
5540+
* name.
55395541
*/
55405542
@com.google.api.client.util.Key
55415543
private java.lang.String filter;
@@ -5546,16 +5548,17 @@ public List setParent(java.lang.String parent) {
55465548
is the contains operator. Filter rules are not case sensitive. The following fields in the Backup
55475549
are eligible for filtering: * `name` * `database` * `state` * `create_time` (and values are of the
55485550
format YYYY-MM-DDTHH:MM:SSZ) * `expire_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ) *
5549-
`version_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ) * `size_bytes` You can combine
5550-
multiple expressions by enclosing each expression in parentheses. By default, expressions are
5551-
combined with AND logic, but you can specify AND, OR, and NOT logic explicitly. Here are a few
5552-
examples: * `name:Howl` - The backup's name contains the string "howl". * `database:prod` - The
5553-
database's name contains the string "prod". * `state:CREATING` - The backup is pending creation. *
5554-
`state:READY` - The backup is fully created and ready for use. * `(name:howl) AND (create_time <
5555-
\"2018-03-28T14:50:00Z\")` - The backup name contains the string "howl" and `create_time` of the
5556-
backup is before 2018-03-28T14:50:00Z. * `expire_time < \"2018-03-28T14:50:00Z\"` - The backup
5557-
`expire_time` is before 2018-03-28T14:50:00Z. * `size_bytes > 10000000000` - The backup's size is
5558-
greater than 10GB
5551+
`version_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ) * `size_bytes` *
5552+
`backup_schedules` You can combine multiple expressions by enclosing each expression in
5553+
parentheses. By default, expressions are combined with AND logic, but you can specify AND, OR, and
5554+
NOT logic explicitly. Here are a few examples: * `name:Howl` - The backup's name contains the
5555+
string "howl". * `database:prod` - The database's name contains the string "prod". *
5556+
`state:CREATING` - The backup is pending creation. * `state:READY` - The backup is fully created
5557+
and ready for use. * `(name:howl) AND (create_time < \"2018-03-28T14:50:00Z\")` - The backup name
5558+
contains the string "howl" and `create_time` of the backup is before 2018-03-28T14:50:00Z. *
5559+
`expire_time < \"2018-03-28T14:50:00Z\"` - The backup `expire_time` is before 2018-03-28T14:50:00Z.
5560+
* `size_bytes > 10000000000` - The backup's size is greater than 10GB * `backup_schedules:daily` -
5561+
The backup is created from a schedule with "daily" in its name.
55595562
*/
55605563
public java.lang.String getFilter() {
55615564
return filter;
@@ -5569,17 +5572,19 @@ public java.lang.String getFilter() {
55695572
* sensitive. The following fields in the Backup are eligible for filtering: * `name` *
55705573
* `database` * `state` * `create_time` (and values are of the format YYYY-MM-
55715574
* DDTHH:MM:SSZ) * `expire_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ) *
5572-
* `version_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ) * `size_bytes` You
5573-
* can combine multiple expressions by enclosing each expression in parentheses. By
5574-
* default, expressions are combined with AND logic, but you can specify AND, OR, and NOT
5575-
* logic explicitly. Here are a few examples: * `name:Howl` - The backup's name contains
5576-
* the string "howl". * `database:prod` - The database's name contains the string "prod".
5577-
* * `state:CREATING` - The backup is pending creation. * `state:READY` - The backup is
5578-
* fully created and ready for use. * `(name:howl) AND (create_time <
5579-
* \"2018-03-28T14:50:00Z\")` - The backup name contains the string "howl" and
5580-
* `create_time` of the backup is before 2018-03-28T14:50:00Z. * `expire_time <
5575+
* `version_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ) * `size_bytes` *
5576+
* `backup_schedules` You can combine multiple expressions by enclosing each expression in
5577+
* parentheses. By default, expressions are combined with AND logic, but you can specify
5578+
* AND, OR, and NOT logic explicitly. Here are a few examples: * `name:Howl` - The
5579+
* backup's name contains the string "howl". * `database:prod` - The database's name
5580+
* contains the string "prod". * `state:CREATING` - The backup is pending creation. *
5581+
* `state:READY` - The backup is fully created and ready for use. * `(name:howl) AND
5582+
* (create_time < \"2018-03-28T14:50:00Z\")` - The backup name contains the string "howl"
5583+
* and `create_time` of the backup is before 2018-03-28T14:50:00Z. * `expire_time <
55815584
* \"2018-03-28T14:50:00Z\"` - The backup `expire_time` is before 2018-03-28T14:50:00Z. *
5582-
* `size_bytes > 10000000000` - The backup's size is greater than 10GB
5585+
* `size_bytes > 10000000000` - The backup's size is greater than 10GB *
5586+
* `backup_schedules:daily` - The backup is created from a schedule with "daily" in its
5587+
* name.
55835588
*/
55845589
public List setFilter(java.lang.String filter) {
55855590
this.filter = filter;

clients/google-api-services-spanner/v1/2.0.0/pom.xml

Lines changed: 3 additions & 3 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-rev20240807-2.0.0</version>
12-
<name>Cloud Spanner API v1-rev20240807-2.0.0</name>
11+
<version>v1-rev20240814-2.0.0</version>
12+
<name>Cloud Spanner API v1-rev20240814-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,7 +90,7 @@
9090
<windowtitle>Cloud Spanner API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.44.2/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.45.0/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.36.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.6.0/</link>
9696
</links>

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

0 commit comments

Comments
 (0)