Skip to content

Commit

Permalink
chore: Update generation configuration at Sun Oct 27 02:27:47 UTC 2024 (
Browse files Browse the repository at this point in the history
#2379)

* chore: Update generation configuration at Sat Oct 12 02:22:52 UTC 2024

* chore: Update generation configuration at Sun Oct 13 02:27:03 UTC 2024

* chore: Update generation configuration at Tue Oct 15 02:25:53 UTC 2024

* chore: Update generation configuration at Wed Oct 16 02:26:16 UTC 2024

* chore: Update generation configuration at Thu Oct 17 02:25:21 UTC 2024

* chore: generate libraries at Thu Oct 17 02:25:49 UTC 2024

* chore: Update generation configuration at Fri Oct 18 02:25:48 UTC 2024

* chore: Update generation configuration at Sat Oct 19 02:24:06 UTC 2024

* chore: Update generation configuration at Tue Oct 22 02:25:49 UTC 2024

* chore: Update generation configuration at Wed Oct 23 02:25:19 UTC 2024

* chore: Update generation configuration at Thu Oct 24 02:25:07 UTC 2024

* chore: generate libraries at Thu Oct 24 02:25:32 UTC 2024

* chore: Update generation configuration at Fri Oct 25 02:25:47 UTC 2024

* chore: Update generation configuration at Sat Oct 26 02:23:01 UTC 2024

* chore: Update generation configuration at Sun Oct 27 02:27:47 UTC 2024
  • Loading branch information
cloud-java-bot authored Oct 28, 2024
1 parent cc117df commit ef5941f
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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.48.0')
implementation platform('com.google.cloud:libraries-bom:26.49.0')
implementation 'com.google.cloud:google-cloud-bigtable'
```
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.47.0
googleapis_commitish: de509e38d37a2a9d8b95e1ce78831189f4f3c0f4
libraries_bom_version: 26.48.0
gapic_generator_version: 2.49.0
googleapis_commitish: 48d30c4966ef9ea31b897e13f75d8f94070cc8e9
libraries_bom_version: 26.49.0
template_excludes:
- .gitignore
- .kokoro/presubmit/integration.cfg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.api.SelectiveGapicGeneration",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.api.SelectiveGapicGeneration$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.bigtable.admin.v2.AppProfile",
"queryAllDeclaredConstructors": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.api.SelectiveGapicGeneration",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.api.SelectiveGapicGeneration$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.bigtable.v2.ArrayValue",
"queryAllDeclaredConstructors": true,
Expand Down

0 comments on commit ef5941f

Please sign in to comment.