Skip to content

Commit 19eaf7a

Browse files
chore: Update generation configuration at Thu Oct 24 02:27:13 UTC 2024 (#1744)
* chore: Update generation configuration at Wed Oct 9 02:26:59 UTC 2024 * chore: Update generation configuration at Thu Oct 10 02:27:13 UTC 2024 * chore: Update generation configuration at Fri Oct 11 02:26:48 UTC 2024 * chore: generate libraries at Fri Oct 11 02:27:11 UTC 2024 * chore: Update generation configuration at Sat Oct 12 02:24:53 UTC 2024 * chore: Update generation configuration at Sun Oct 13 02:29:06 UTC 2024 * chore: Update generation configuration at Tue Oct 15 02:27:53 UTC 2024 * chore: Update generation configuration at Wed Oct 16 02:28:05 UTC 2024 * chore: Update generation configuration at Thu Oct 17 02:27:27 UTC 2024 * chore: Update generation configuration at Fri Oct 18 02:27:45 UTC 2024 * chore: Update generation configuration at Sat Oct 19 02:26:01 UTC 2024 * chore: Update generation configuration at Tue Oct 22 02:27:34 UTC 2024 * chore: Update generation configuration at Wed Oct 23 02:27:15 UTC 2024 * chore: Update generation configuration at Thu Oct 24 02:27:13 UTC 2024 * chore: generate libraries at Thu Oct 24 18:15:13 UTC 2024
1 parent fc8cbb0 commit 19eaf7a

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Java idiomatic client for [Cloud Pub/Sub Lite][product-docs].
1414

1515
If you are using Maven, add this to your pom.xml file:
1616

17-
<!-- {x-version-update-start:google-cloud-pubsublite:released} -->
1817

1918
```xml
2019
<dependency>
@@ -41,7 +40,6 @@ If you are using SBT, add this to your dependencies:
4140
```Scala
4241
libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.14.4"
4342
```
44-
<!-- {x-version-update-end} -->
4543

4644
## Authentication
4745

generation_config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
gapic_generator_version: 2.47.0
2-
googleapis_commitish: 3effbf23b1a1d1fe1306356e94397e20d01d31a0
3-
libraries_bom_version: 26.48.0
1+
gapic_generator_version: 2.48.0
2+
googleapis_commitish: 7d0624db6f5b5b7d8f5cf36571b33ded2067c5e1
3+
libraries_bom_version: 26.49.0
44
libraries:
55
- api_shortname: pubsublite
66
name_pretty: Cloud Pub/Sub Lite

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,24 @@
395395
"allDeclaredClasses": true,
396396
"allPublicClasses": true
397397
},
398+
{
399+
"name": "com.google.api.SelectiveGapicGeneration",
400+
"queryAllDeclaredConstructors": true,
401+
"queryAllPublicConstructors": true,
402+
"queryAllDeclaredMethods": true,
403+
"allPublicMethods": true,
404+
"allDeclaredClasses": true,
405+
"allPublicClasses": true
406+
},
407+
{
408+
"name": "com.google.api.SelectiveGapicGeneration$Builder",
409+
"queryAllDeclaredConstructors": true,
410+
"queryAllPublicConstructors": true,
411+
"queryAllDeclaredMethods": true,
412+
"allPublicMethods": true,
413+
"allDeclaredClasses": true,
414+
"allPublicClasses": true
415+
},
398416
{
399417
"name": "com.google.cloud.pubsublite.proto.AttributeValues",
400418
"queryAllDeclaredConstructors": true,

0 commit comments

Comments
 (0)