Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update generation configuration at Fri Aug 23 02:16:42 UTC 2024 #3244

Merged
merged 17 commits into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
cec58a0
chore: Update generation configuration at Wed Aug 7 02:16:44 UTC 2024
cloud-java-bot Aug 7, 2024
e686aa5
chore: Update generation configuration at Thu Aug 8 02:16:27 UTC 2024
cloud-java-bot Aug 8, 2024
b26a8cb
chore: Update generation configuration at Fri Aug 9 02:16:46 UTC 2024
cloud-java-bot Aug 9, 2024
0a7a26b
chore: Update generation configuration at Sat Aug 10 02:16:13 UTC 2024
cloud-java-bot Aug 10, 2024
c2b3f90
chore: generate libraries at Sat Aug 10 02:16:42 UTC 2024
cloud-java-bot Aug 10, 2024
2573ee7
chore: Update generation configuration at Tue Aug 13 02:17:09 UTC 2024
cloud-java-bot Aug 13, 2024
b015d7a
chore: generate libraries at Tue Aug 13 02:17:41 UTC 2024
cloud-java-bot Aug 13, 2024
bc065ed
chore: Update generation configuration at Wed Aug 14 02:16:30 UTC 2024
cloud-java-bot Aug 14, 2024
6178b83
chore: generate libraries at Wed Aug 14 02:16:54 UTC 2024
cloud-java-bot Aug 14, 2024
8650519
chore: Update generation configuration at Thu Aug 15 02:13:36 UTC 2024
cloud-java-bot Aug 15, 2024
1566e45
chore: Update generation configuration at Fri Aug 16 02:16:04 UTC 2024
cloud-java-bot Aug 16, 2024
71185ff
chore: Update generation configuration at Sat Aug 17 02:14:54 UTC 2024
cloud-java-bot Aug 17, 2024
14ecdfc
chore: Update generation configuration at Sun Aug 18 02:17:51 UTC 2024
cloud-java-bot Aug 18, 2024
b39594c
chore: generate libraries at Sun Aug 18 02:18:18 UTC 2024
cloud-java-bot Aug 18, 2024
46ecb32
chore: Update generation configuration at Tue Aug 20 02:16:12 UTC 2024
cloud-java-bot Aug 20, 2024
d340226
chore: Update generation configuration at Wed Aug 21 02:16:17 UTC 2024
cloud-java-bot Aug 21, 2024
061e597
chore: Update generation configuration at Fri Aug 23 02:16:42 UTC 2024
cloud-java-bot Aug 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you are using Maven without the BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.43.0')
implementation platform('com.google.cloud:libraries-bom:26.44.0')

implementation 'com.google.cloud:google-cloud-spanner'
```
Expand Down Expand Up @@ -516,6 +516,7 @@ Samples are in the [`samples/`](https://github.com/googleapis/java-spanner/tree/
| 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) |
| 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) |
| 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) |
| 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) |
| 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) |
| 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) |
| 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) |
Expand Down
6 changes: 3 additions & 3 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gapic_generator_version: 2.43.0
googleapis_commitish: 7314e20f5e3b2550b2e10a8c53f58ae57c511773
libraries_bom_version: 26.43.0
gapic_generator_version: 2.44.0
googleapis_commitish: 54d659d0ae74f39e92755948b821a1495b3cb3c8
libraries_bom_version: 26.44.0
libraries:
- api_shortname: spanner
name_pretty: Cloud Spanner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2987,6 +2987,15 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.spanner.admin.instance.v1.Instance$Edition",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.spanner.admin.instance.v1.Instance$State",
"queryAllDeclaredConstructors": true,
Expand Down Expand Up @@ -3239,6 +3248,60 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.spanner.admin.instance.v1.MoveInstanceMetadata",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.spanner.admin.instance.v1.MoveInstanceMetadata$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.spanner.admin.instance.v1.MoveInstanceRequest",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.spanner.admin.instance.v1.MoveInstanceRequest$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.spanner.admin.instance.v1.MoveInstanceResponse",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.spanner.admin.instance.v1.MoveInstanceResponse$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.spanner.admin.instance.v1.OperationProgress",
"queryAllDeclaredConstructors": true,
Expand Down
Loading
Loading