Skip to content

Commit 3358f17

Browse files
chore: Update generation configuration at Thu Aug 29 02:18:19 UTC 2024 (#2690)
* chore: Update generation configuration at Thu Aug 29 02:18:19 UTC 2024 * chore: generate libraries at Thu Aug 29 02:18:42 UTC 2024
1 parent 01c02be commit 3358f17

File tree

4 files changed

+41
-5
lines changed

4 files changed

+41
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>libraries-bom</artifactId>
22-
<version>26.44.0</version>
22+
<version>26.45.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -60,7 +60,7 @@ If you are using Maven without the BOM, add this to your dependencies:
6060
If you are using Gradle 5.x or later, add this to your dependencies:
6161

6262
```Groovy
63-
implementation platform('com.google.cloud:libraries-bom:2.42.0')
63+
implementation platform('com.google.cloud:libraries-bom:26.45.0')
6464
6565
implementation 'com.google.cloud:google-cloud-storage'
6666
```
@@ -512,7 +512,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
512512
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-storage/java11.html
513513
[stability-image]: https://img.shields.io/badge/stability-stable-green
514514
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-storage.svg
515-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storage/2.41.0
515+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storage/2.42.0
516516
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
517517
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
518518
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

gapic-google-cloud-storage-v2/src/main/resources/META-INF/native-image/com.google.storage.v2/reflect-config.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,24 @@
305305
"allDeclaredClasses": true,
306306
"allPublicClasses": true
307307
},
308+
{
309+
"name": "com.google.api.PythonSettings$ExperimentalFeatures",
310+
"queryAllDeclaredConstructors": true,
311+
"queryAllPublicConstructors": true,
312+
"queryAllDeclaredMethods": true,
313+
"allPublicMethods": true,
314+
"allDeclaredClasses": true,
315+
"allPublicClasses": true
316+
},
317+
{
318+
"name": "com.google.api.PythonSettings$ExperimentalFeatures$Builder",
319+
"queryAllDeclaredConstructors": true,
320+
"queryAllPublicConstructors": true,
321+
"queryAllDeclaredMethods": true,
322+
"allPublicMethods": true,
323+
"allDeclaredClasses": true,
324+
"allPublicClasses": true
325+
},
308326
{
309327
"name": "com.google.api.ResourceDescriptor",
310328
"queryAllDeclaredConstructors": true,

generation_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
gapic_generator_version: 2.44.0
2-
googleapis_commitish: 54d659d0ae74f39e92755948b821a1495b3cb3c8
3-
libraries_bom_version: 26.44.0
2+
googleapis_commitish: b83ceb6200f3af1dfab314583622452f4e514231
3+
libraries_bom_version: 26.45.0
44
libraries:
55
- api_shortname: storage
66
name_pretty: Cloud Storage

google-cloud-storage-control/src/main/resources/META-INF/native-image/com.google.storage.control.v2/reflect-config.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,24 @@
332332
"allDeclaredClasses": true,
333333
"allPublicClasses": true
334334
},
335+
{
336+
"name": "com.google.api.PythonSettings$ExperimentalFeatures",
337+
"queryAllDeclaredConstructors": true,
338+
"queryAllPublicConstructors": true,
339+
"queryAllDeclaredMethods": true,
340+
"allPublicMethods": true,
341+
"allDeclaredClasses": true,
342+
"allPublicClasses": true
343+
},
344+
{
345+
"name": "com.google.api.PythonSettings$ExperimentalFeatures$Builder",
346+
"queryAllDeclaredConstructors": true,
347+
"queryAllPublicConstructors": true,
348+
"queryAllDeclaredMethods": true,
349+
"allPublicMethods": true,
350+
"allDeclaredClasses": true,
351+
"allPublicClasses": true
352+
},
335353
{
336354
"name": "com.google.api.ResourceDescriptor",
337355
"queryAllDeclaredConstructors": true,

0 commit comments

Comments
 (0)