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 Sun Oct 27 02:27:47 UTC 2024 #2379

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
784e830
chore: Update generation configuration at Sat Oct 12 02:22:52 UTC 2024
cloud-java-bot Oct 12, 2024
42f6e1f
chore: Update generation configuration at Sun Oct 13 02:27:03 UTC 2024
cloud-java-bot Oct 13, 2024
5467435
chore: Update generation configuration at Tue Oct 15 02:25:53 UTC 2024
cloud-java-bot Oct 15, 2024
3b2bd51
chore: Update generation configuration at Wed Oct 16 02:26:16 UTC 2024
cloud-java-bot Oct 16, 2024
83f4076
chore: Update generation configuration at Thu Oct 17 02:25:21 UTC 2024
cloud-java-bot Oct 17, 2024
48ef015
chore: generate libraries at Thu Oct 17 02:25:49 UTC 2024
cloud-java-bot Oct 17, 2024
f97ddbd
chore: Update generation configuration at Fri Oct 18 02:25:48 UTC 2024
cloud-java-bot Oct 18, 2024
f41d3ee
chore: Update generation configuration at Sat Oct 19 02:24:06 UTC 2024
cloud-java-bot Oct 19, 2024
165fbe6
chore: Update generation configuration at Tue Oct 22 02:25:49 UTC 2024
cloud-java-bot Oct 22, 2024
40328ad
chore: Update generation configuration at Wed Oct 23 02:25:19 UTC 2024
cloud-java-bot Oct 23, 2024
3812e6f
chore: Update generation configuration at Thu Oct 24 02:25:07 UTC 2024
cloud-java-bot Oct 24, 2024
f74556d
chore: generate libraries at Thu Oct 24 02:25:32 UTC 2024
cloud-java-bot Oct 24, 2024
3dddcc0
chore: Update generation configuration at Fri Oct 25 02:25:47 UTC 2024
cloud-java-bot Oct 25, 2024
8679775
chore: Update generation configuration at Sat Oct 26 02:23:01 UTC 2024
cloud-java-bot Oct 26, 2024
153844e
chore: Update generation configuration at Sun Oct 27 02:27:47 UTC 2024
cloud-java-bot Oct 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading