Skip to content

Commit 3e83aa6

Browse files
1 parent 528517a commit 3e83aa6

File tree

7 files changed

+113
-19
lines changed

7 files changed

+113
-19
lines changed

clients/google-api-services-eventarc/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-eventarc</artifactId>
25-
<version>v1-rev20251024-2.0.0</version>
25+
<version>v1-rev20251202-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-eventarc:v1-rev20251024-2.0.0'
38+
implementation 'com.google.apis:google-api-services-eventarc:v1-rev20251202-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-eventarc/v1/2.0.0/com/google/api/services/eventarc/v1/Eventarc.java

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9033,30 +9033,31 @@ public List setPageToken(java.lang.String pageToken) {
90339033

90349034
/**
90359035
* When set to `true`, operations that are reachable are returned as normal, and those
9036-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
9037-
* This can only be `true` when reading across collections e.g. when `parent` is set to
9038-
* `"projects/example/locations/-"`. This field is not by default supported and will
9036+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
9037+
* can only be `true` when reading across collections. For example, when `parent` is set
9038+
* to `"projects/example/locations/-"`. This field is not supported by default and will
90399039
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
90409040
* service or product specific documentation.
90419041
*/
90429042
@com.google.api.client.util.Key
90439043
private java.lang.Boolean returnPartialSuccess;
90449044

90459045
/** When set to `true`, operations that are reachable are returned as normal, and those that are
9046-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
9047-
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
9048-
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
9049-
explicitly documented otherwise in service or product specific documentation.
9046+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
9047+
when reading across collections. For example, when `parent` is set to
9048+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
9049+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
9050+
documentation.
90509051
*/
90519052
public java.lang.Boolean getReturnPartialSuccess() {
90529053
return returnPartialSuccess;
90539054
}
90549055

90559056
/**
90569057
* When set to `true`, operations that are reachable are returned as normal, and those
9057-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
9058-
* This can only be `true` when reading across collections e.g. when `parent` is set to
9059-
* `"projects/example/locations/-"`. This field is not by default supported and will
9058+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
9059+
* can only be `true` when reading across collections. For example, when `parent` is set
9060+
* to `"projects/example/locations/-"`. This field is not supported by default and will
90609061
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
90619062
* service or product specific documentation.
90629063
*/

clients/google-api-services-eventarc/v1/2.0.0/com/google/api/services/eventarc/v1/model/GoogleLongrunningListOperationsResponse.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class GoogleLongrunningListOperationsResponse extends com.google.ap
4545

4646
/**
4747
* Unordered list. Unreachable resources. Populated when the request sets
48-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
48+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
4949
* attempting to list all resources across all supported locations.
5050
* The value may be {@code null}.
5151
*/
@@ -88,7 +88,7 @@ public GoogleLongrunningListOperationsResponse setOperations(java.util.List<Goog
8888

8989
/**
9090
* Unordered list. Unreachable resources. Populated when the request sets
91-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
91+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
9292
* attempting to list all resources across all supported locations.
9393
* @return value or {@code null} for none
9494
*/
@@ -98,7 +98,7 @@ public java.util.List<java.lang.String> getUnreachable() {
9898

9999
/**
100100
* Unordered list. Unreachable resources. Populated when the request sets
101-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
101+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
102102
* attempting to list all resources across all supported locations.
103103
* @param unreachable unreachable or {@code null} for none
104104
*/
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.eventarc.v1.model;
18+
19+
/**
20+
* The retry policy configuration for the Trigger. Can only be set with Cloud Run destinations.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Eventarc API. For a detailed explanation see:
24+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class RetryPolicy extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Optional. The maximum number of delivery attempts for any message. The only valid value is 1.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.Integer maxAttempts;
38+
39+
/**
40+
* Optional. The maximum number of delivery attempts for any message. The only valid value is 1.
41+
* @return value or {@code null} for none
42+
*/
43+
public java.lang.Integer getMaxAttempts() {
44+
return maxAttempts;
45+
}
46+
47+
/**
48+
* Optional. The maximum number of delivery attempts for any message. The only valid value is 1.
49+
* @param maxAttempts maxAttempts or {@code null} for none
50+
*/
51+
public RetryPolicy setMaxAttempts(java.lang.Integer maxAttempts) {
52+
this.maxAttempts = maxAttempts;
53+
return this;
54+
}
55+
56+
@Override
57+
public RetryPolicy set(String fieldName, Object value) {
58+
return (RetryPolicy) super.set(fieldName, value);
59+
}
60+
61+
@Override
62+
public RetryPolicy clone() {
63+
return (RetryPolicy) super.clone();
64+
}
65+
66+
}

clients/google-api-services-eventarc/v1/2.0.0/com/google/api/services/eventarc/v1/model/Trigger.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,14 @@ public final class Trigger extends com.google.api.client.json.GenericJson {
111111
@com.google.api.client.util.Key
112112
private java.lang.String name;
113113

114+
/**
115+
* Optional. The retry policy to use in the Trigger. If unset, event delivery will be retried for
116+
* up to 24 hours by default: https://cloud.google.com/eventarc/docs/retry-events
117+
* The value may be {@code null}.
118+
*/
119+
@com.google.api.client.util.Key
120+
private RetryPolicy retryPolicy;
121+
114122
/**
115123
* Output only. Whether or not this Trigger satisfies the requirements of physical zone separation
116124
* The value may be {@code null}.
@@ -320,6 +328,25 @@ public Trigger setName(java.lang.String name) {
320328
return this;
321329
}
322330

331+
/**
332+
* Optional. The retry policy to use in the Trigger. If unset, event delivery will be retried for
333+
* up to 24 hours by default: https://cloud.google.com/eventarc/docs/retry-events
334+
* @return value or {@code null} for none
335+
*/
336+
public RetryPolicy getRetryPolicy() {
337+
return retryPolicy;
338+
}
339+
340+
/**
341+
* Optional. The retry policy to use in the Trigger. If unset, event delivery will be retried for
342+
* up to 24 hours by default: https://cloud.google.com/eventarc/docs/retry-events
343+
* @param retryPolicy retryPolicy or {@code null} for none
344+
*/
345+
public Trigger setRetryPolicy(RetryPolicy retryPolicy) {
346+
this.retryPolicy = retryPolicy;
347+
return this;
348+
}
349+
323350
/**
324351
* Output only. Whether or not this Trigger satisfies the requirements of physical zone separation
325352
* @return value or {@code null} for none

clients/google-api-services-eventarc/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-eventarc</artifactId>
11-
<version>v1-rev20251024-2.0.0</version>
12-
<name>Eventarc API v1-rev20251024-2.0.0</name>
11+
<version>v1-rev20251202-2.0.0</version>
12+
<name>Eventarc API v1-rev20251202-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-eventarc/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-eventarc</artifactId>
25-
<version>v1-rev20251024-2.0.0</version>
25+
<version>v1-rev20251202-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-eventarc:v1-rev20251024-2.0.0'
38+
implementation 'com.google.apis:google-api-services-eventarc:v1-rev20251202-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)