Skip to content

Commit 0232b0a

Browse files
chore: generate libraries at Wed Nov 26 02:34:42 UTC 2025
1 parent 2da3a40 commit 0232b0a

13 files changed

Lines changed: 5814 additions & 2299 deletions

File tree

gapic-libraries-bom/pom.xml

Lines changed: 200 additions & 200 deletions
Large diffs are not rendered by default.

java-asset/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-asset</artifactId>
45-
<version>3.84.0</version>
45+
<version>3.84.1</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-asset:3.84.0'
52+
implementation 'com.google.cloud:google-cloud-asset:3.84.1'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "3.84.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "3.84.1"
5959
```
6060

6161
## Authentication
@@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
194194
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
195195
[stability-image]: https://img.shields.io/badge/stability-stable-green
196196
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-asset.svg
197-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-asset/3.84.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-asset/3.84.1
198198
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
199199
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
200200
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

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

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,6 +1061,42 @@
10611061
"allDeclaredClasses": true,
10621062
"allPublicClasses": true
10631063
},
1064+
{
1065+
"name": "com.google.cloud.eventarc.v1.GoogleApiSource$OrganizationSubscription",
1066+
"queryAllDeclaredConstructors": true,
1067+
"queryAllPublicConstructors": true,
1068+
"queryAllDeclaredMethods": true,
1069+
"allPublicMethods": true,
1070+
"allDeclaredClasses": true,
1071+
"allPublicClasses": true
1072+
},
1073+
{
1074+
"name": "com.google.cloud.eventarc.v1.GoogleApiSource$OrganizationSubscription$Builder",
1075+
"queryAllDeclaredConstructors": true,
1076+
"queryAllPublicConstructors": true,
1077+
"queryAllDeclaredMethods": true,
1078+
"allPublicMethods": true,
1079+
"allDeclaredClasses": true,
1080+
"allPublicClasses": true
1081+
},
1082+
{
1083+
"name": "com.google.cloud.eventarc.v1.GoogleApiSource$ProjectSubscriptions",
1084+
"queryAllDeclaredConstructors": true,
1085+
"queryAllPublicConstructors": true,
1086+
"queryAllDeclaredMethods": true,
1087+
"allPublicMethods": true,
1088+
"allDeclaredClasses": true,
1089+
"allPublicClasses": true
1090+
},
1091+
{
1092+
"name": "com.google.cloud.eventarc.v1.GoogleApiSource$ProjectSubscriptions$Builder",
1093+
"queryAllDeclaredConstructors": true,
1094+
"queryAllPublicConstructors": true,
1095+
"queryAllDeclaredMethods": true,
1096+
"allPublicMethods": true,
1097+
"allDeclaredClasses": true,
1098+
"allPublicClasses": true
1099+
},
10641100
{
10651101
"name": "com.google.cloud.eventarc.v1.GoogleChannelConfig",
10661102
"queryAllDeclaredConstructors": true,
@@ -1844,6 +1880,24 @@
18441880
"allDeclaredClasses": true,
18451881
"allPublicClasses": true
18461882
},
1883+
{
1884+
"name": "com.google.cloud.eventarc.v1.Trigger$RetryPolicy",
1885+
"queryAllDeclaredConstructors": true,
1886+
"queryAllPublicConstructors": true,
1887+
"queryAllDeclaredMethods": true,
1888+
"allPublicMethods": true,
1889+
"allDeclaredClasses": true,
1890+
"allPublicClasses": true
1891+
},
1892+
{
1893+
"name": "com.google.cloud.eventarc.v1.Trigger$RetryPolicy$Builder",
1894+
"queryAllDeclaredConstructors": true,
1895+
"queryAllPublicConstructors": true,
1896+
"queryAllDeclaredMethods": true,
1897+
"allPublicMethods": true,
1898+
"allDeclaredClasses": true,
1899+
"allPublicClasses": true
1900+
},
18471901
{
18481902
"name": "com.google.cloud.eventarc.v1.UpdateChannelRequest",
18491903
"queryAllDeclaredConstructors": true,

java-eventarc/google-cloud-eventarc/src/test/java/com/google/cloud/eventarc/v1/EventarcClientHttpJsonTest.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ public void getTriggerTest() throws Exception {
120120
.putAllConditions(new HashMap<String, StateCondition>())
121121
.setEventDataContentType("eventDataContentType1497299791")
122122
.setSatisfiesPzs(true)
123+
.setRetryPolicy(Trigger.RetryPolicy.newBuilder().build())
123124
.setEtag("etag3123477")
124125
.build();
125126
mockService.addResponse(expectedResponse);
@@ -177,6 +178,7 @@ public void getTriggerTest2() throws Exception {
177178
.putAllConditions(new HashMap<String, StateCondition>())
178179
.setEventDataContentType("eventDataContentType1497299791")
179180
.setSatisfiesPzs(true)
181+
.setRetryPolicy(Trigger.RetryPolicy.newBuilder().build())
180182
.setEtag("etag3123477")
181183
.build();
182184
mockService.addResponse(expectedResponse);
@@ -334,6 +336,7 @@ public void createTriggerTest() throws Exception {
334336
.putAllConditions(new HashMap<String, StateCondition>())
335337
.setEventDataContentType("eventDataContentType1497299791")
336338
.setSatisfiesPzs(true)
339+
.setRetryPolicy(Trigger.RetryPolicy.newBuilder().build())
337340
.setEtag("etag3123477")
338341
.build();
339342
Operation resultOperation =
@@ -400,6 +403,7 @@ public void createTriggerTest2() throws Exception {
400403
.putAllConditions(new HashMap<String, StateCondition>())
401404
.setEventDataContentType("eventDataContentType1497299791")
402405
.setSatisfiesPzs(true)
406+
.setRetryPolicy(Trigger.RetryPolicy.newBuilder().build())
403407
.setEtag("etag3123477")
404408
.build();
405409
Operation resultOperation =
@@ -466,6 +470,7 @@ public void updateTriggerTest() throws Exception {
466470
.putAllConditions(new HashMap<String, StateCondition>())
467471
.setEventDataContentType("eventDataContentType1497299791")
468472
.setSatisfiesPzs(true)
473+
.setRetryPolicy(Trigger.RetryPolicy.newBuilder().build())
469474
.setEtag("etag3123477")
470475
.build();
471476
Operation resultOperation =
@@ -491,6 +496,7 @@ public void updateTriggerTest() throws Exception {
491496
.putAllConditions(new HashMap<String, StateCondition>())
492497
.setEventDataContentType("eventDataContentType1497299791")
493498
.setSatisfiesPzs(true)
499+
.setRetryPolicy(Trigger.RetryPolicy.newBuilder().build())
494500
.setEtag("etag3123477")
495501
.build();
496502
FieldMask updateMask = FieldMask.newBuilder().build();
@@ -537,6 +543,7 @@ public void updateTriggerExceptionTest() throws Exception {
537543
.putAllConditions(new HashMap<String, StateCondition>())
538544
.setEventDataContentType("eventDataContentType1497299791")
539545
.setSatisfiesPzs(true)
546+
.setRetryPolicy(Trigger.RetryPolicy.newBuilder().build())
540547
.setEtag("etag3123477")
541548
.build();
542549
FieldMask updateMask = FieldMask.newBuilder().build();
@@ -564,6 +571,7 @@ public void deleteTriggerTest() throws Exception {
564571
.putAllConditions(new HashMap<String, StateCondition>())
565572
.setEventDataContentType("eventDataContentType1497299791")
566573
.setSatisfiesPzs(true)
574+
.setRetryPolicy(Trigger.RetryPolicy.newBuilder().build())
567575
.setEtag("etag3123477")
568576
.build();
569577
Operation resultOperation =
@@ -628,6 +636,7 @@ public void deleteTriggerTest2() throws Exception {
628636
.putAllConditions(new HashMap<String, StateCondition>())
629637
.setEventDataContentType("eventDataContentType1497299791")
630638
.setSatisfiesPzs(true)
639+
.setRetryPolicy(Trigger.RetryPolicy.newBuilder().build())
631640
.setEtag("etag3123477")
632641
.build();
633642
Operation resultOperation =

java-eventarc/google-cloud-eventarc/src/test/java/com/google/cloud/eventarc/v1/EventarcClientTest.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ public void getTriggerTest() throws Exception {
130130
.putAllConditions(new HashMap<String, StateCondition>())
131131
.setEventDataContentType("eventDataContentType1497299791")
132132
.setSatisfiesPzs(true)
133+
.setRetryPolicy(Trigger.RetryPolicy.newBuilder().build())
133134
.setEtag("etag3123477")
134135
.build();
135136
mockEventarc.addResponse(expectedResponse);
@@ -181,6 +182,7 @@ public void getTriggerTest2() throws Exception {
181182
.putAllConditions(new HashMap<String, StateCondition>())
182183
.setEventDataContentType("eventDataContentType1497299791")
183184
.setSatisfiesPzs(true)
185+
.setRetryPolicy(Trigger.RetryPolicy.newBuilder().build())
184186
.setEtag("etag3123477")
185187
.build();
186188
mockEventarc.addResponse(expectedResponse);
@@ -320,6 +322,7 @@ public void createTriggerTest() throws Exception {
320322
.putAllConditions(new HashMap<String, StateCondition>())
321323
.setEventDataContentType("eventDataContentType1497299791")
322324
.setSatisfiesPzs(true)
325+
.setRetryPolicy(Trigger.RetryPolicy.newBuilder().build())
323326
.setEtag("etag3123477")
324327
.build();
325328
Operation resultOperation =
@@ -385,6 +388,7 @@ public void createTriggerTest2() throws Exception {
385388
.putAllConditions(new HashMap<String, StateCondition>())
386389
.setEventDataContentType("eventDataContentType1497299791")
387390
.setSatisfiesPzs(true)
391+
.setRetryPolicy(Trigger.RetryPolicy.newBuilder().build())
388392
.setEtag("etag3123477")
389393
.build();
390394
Operation resultOperation =
@@ -450,6 +454,7 @@ public void updateTriggerTest() throws Exception {
450454
.putAllConditions(new HashMap<String, StateCondition>())
451455
.setEventDataContentType("eventDataContentType1497299791")
452456
.setSatisfiesPzs(true)
457+
.setRetryPolicy(Trigger.RetryPolicy.newBuilder().build())
453458
.setEtag("etag3123477")
454459
.build();
455460
Operation resultOperation =
@@ -515,6 +520,7 @@ public void deleteTriggerTest() throws Exception {
515520
.putAllConditions(new HashMap<String, StateCondition>())
516521
.setEventDataContentType("eventDataContentType1497299791")
517522
.setSatisfiesPzs(true)
523+
.setRetryPolicy(Trigger.RetryPolicy.newBuilder().build())
518524
.setEtag("etag3123477")
519525
.build();
520526
Operation resultOperation =
@@ -577,6 +583,7 @@ public void deleteTriggerTest2() throws Exception {
577583
.putAllConditions(new HashMap<String, StateCondition>())
578584
.setEventDataContentType("eventDataContentType1497299791")
579585
.setSatisfiesPzs(true)
586+
.setRetryPolicy(Trigger.RetryPolicy.newBuilder().build())
580587
.setEtag("etag3123477")
581588
.build();
582589
Operation resultOperation =

0 commit comments

Comments
 (0)