Skip to content

Commit 6b7e6ca

Browse files
chore: Update generation configuration at Fri Aug 23 02:16:42 UTC 2024 (#3244)
* chore: Update generation configuration at Wed Aug 7 02:16:44 UTC 2024 * chore: Update generation configuration at Thu Aug 8 02:16:27 UTC 2024 * chore: Update generation configuration at Fri Aug 9 02:16:46 UTC 2024 * chore: Update generation configuration at Sat Aug 10 02:16:13 UTC 2024 * chore: generate libraries at Sat Aug 10 02:16:42 UTC 2024 * chore: Update generation configuration at Tue Aug 13 02:17:09 UTC 2024 * chore: generate libraries at Tue Aug 13 02:17:41 UTC 2024 * chore: Update generation configuration at Wed Aug 14 02:16:30 UTC 2024 * chore: generate libraries at Wed Aug 14 02:16:54 UTC 2024 * chore: Update generation configuration at Thu Aug 15 02:13:36 UTC 2024 * chore: Update generation configuration at Fri Aug 16 02:16:04 UTC 2024 * chore: Update generation configuration at Sat Aug 17 02:14:54 UTC 2024 * chore: Update generation configuration at Sun Aug 18 02:17:51 UTC 2024 * chore: generate libraries at Sun Aug 18 02:18:18 UTC 2024 * chore: Update generation configuration at Tue Aug 20 02:16:12 UTC 2024 * chore: Update generation configuration at Wed Aug 21 02:16:17 UTC 2024 * chore: Update generation configuration at Fri Aug 23 02:16:42 UTC 2024
1 parent 5bac028 commit 6b7e6ca

File tree

440 files changed

+6028
-1500
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

440 files changed

+6028
-1500
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you are using Maven without the BOM, add this to your dependencies:
5050
If you are using Gradle 5.x or later, add this to your dependencies:
5151

5252
```Groovy
53-
implementation platform('com.google.cloud:libraries-bom:26.43.0')
53+
implementation platform('com.google.cloud:libraries-bom:26.44.0')
5454
5555
implementation 'com.google.cloud:google-cloud-spanner'
5656
```
@@ -516,6 +516,7 @@ Samples are in the [`samples/`](https://github.com/googleapis/java-spanner/tree/
516516
| Create Database With Version Retention Period Sample | [source code](https://github.com/googleapis/java-spanner/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateDatabaseWithVersionRetentionPeriodSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateDatabaseWithVersionRetentionPeriodSample.java) |
517517
| Create Instance Config Sample | [source code](https://github.com/googleapis/java-spanner/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateInstanceConfigSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateInstanceConfigSample.java) |
518518
| Create Instance Example | [source code](https://github.com/googleapis/java-spanner/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateInstanceExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateInstanceExample.java) |
519+
| Create Instance Partition Sample | [source code](https://github.com/googleapis/java-spanner/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateInstancePartitionSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateInstancePartitionSample.java) |
519520
| Create Instance With Autoscaling Config Example | [source code](https://github.com/googleapis/java-spanner/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithAutoscalingConfigExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithAutoscalingConfigExample.java) |
520521
| Create Instance With Processing Units Example | [source code](https://github.com/googleapis/java-spanner/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithProcessingUnitsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithProcessingUnitsExample.java) |
521522
| Create Sequence Sample | [source code](https://github.com/googleapis/java-spanner/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateSequenceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateSequenceSample.java) |

generation_config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
gapic_generator_version: 2.43.0
2-
googleapis_commitish: 7314e20f5e3b2550b2e10a8c53f58ae57c511773
3-
libraries_bom_version: 26.43.0
1+
gapic_generator_version: 2.44.0
2+
googleapis_commitish: 6f3c628e7fc39b5ca7186aba1a67ae39454d0752
3+
libraries_bom_version: 26.44.0
44
libraries:
55
- api_shortname: spanner
66
name_pretty: Cloud Spanner

google-cloud-spanner-executor/src/main/resources/META-INF/native-image/com.google.cloud.spanner.executor.v1/reflect-config.json

+63
Original file line numberDiff line numberDiff line change
@@ -2987,6 +2987,15 @@
29872987
"allDeclaredClasses": true,
29882988
"allPublicClasses": true
29892989
},
2990+
{
2991+
"name": "com.google.spanner.admin.instance.v1.Instance$Edition",
2992+
"queryAllDeclaredConstructors": true,
2993+
"queryAllPublicConstructors": true,
2994+
"queryAllDeclaredMethods": true,
2995+
"allPublicMethods": true,
2996+
"allDeclaredClasses": true,
2997+
"allPublicClasses": true
2998+
},
29902999
{
29913000
"name": "com.google.spanner.admin.instance.v1.Instance$State",
29923001
"queryAllDeclaredConstructors": true,
@@ -3239,6 +3248,60 @@
32393248
"allDeclaredClasses": true,
32403249
"allPublicClasses": true
32413250
},
3251+
{
3252+
"name": "com.google.spanner.admin.instance.v1.MoveInstanceMetadata",
3253+
"queryAllDeclaredConstructors": true,
3254+
"queryAllPublicConstructors": true,
3255+
"queryAllDeclaredMethods": true,
3256+
"allPublicMethods": true,
3257+
"allDeclaredClasses": true,
3258+
"allPublicClasses": true
3259+
},
3260+
{
3261+
"name": "com.google.spanner.admin.instance.v1.MoveInstanceMetadata$Builder",
3262+
"queryAllDeclaredConstructors": true,
3263+
"queryAllPublicConstructors": true,
3264+
"queryAllDeclaredMethods": true,
3265+
"allPublicMethods": true,
3266+
"allDeclaredClasses": true,
3267+
"allPublicClasses": true
3268+
},
3269+
{
3270+
"name": "com.google.spanner.admin.instance.v1.MoveInstanceRequest",
3271+
"queryAllDeclaredConstructors": true,
3272+
"queryAllPublicConstructors": true,
3273+
"queryAllDeclaredMethods": true,
3274+
"allPublicMethods": true,
3275+
"allDeclaredClasses": true,
3276+
"allPublicClasses": true
3277+
},
3278+
{
3279+
"name": "com.google.spanner.admin.instance.v1.MoveInstanceRequest$Builder",
3280+
"queryAllDeclaredConstructors": true,
3281+
"queryAllPublicConstructors": true,
3282+
"queryAllDeclaredMethods": true,
3283+
"allPublicMethods": true,
3284+
"allDeclaredClasses": true,
3285+
"allPublicClasses": true
3286+
},
3287+
{
3288+
"name": "com.google.spanner.admin.instance.v1.MoveInstanceResponse",
3289+
"queryAllDeclaredConstructors": true,
3290+
"queryAllPublicConstructors": true,
3291+
"queryAllDeclaredMethods": true,
3292+
"allPublicMethods": true,
3293+
"allDeclaredClasses": true,
3294+
"allPublicClasses": true
3295+
},
3296+
{
3297+
"name": "com.google.spanner.admin.instance.v1.MoveInstanceResponse$Builder",
3298+
"queryAllDeclaredConstructors": true,
3299+
"queryAllPublicConstructors": true,
3300+
"queryAllDeclaredMethods": true,
3301+
"allPublicMethods": true,
3302+
"allDeclaredClasses": true,
3303+
"allPublicClasses": true
3304+
},
32423305
{
32433306
"name": "com.google.spanner.admin.instance.v1.OperationProgress",
32443307
"queryAllDeclaredConstructors": true,

0 commit comments

Comments
 (0)