Skip to content

Commit d1a9351

Browse files
chore: regenerate integrations client
1 parent 071935f commit d1a9351

10 files changed

+327
-54
lines changed

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

+2-2
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-integrations</artifactId>
25-
<version>v1-rev20240421-2.0.0</version>
25+
<version>v1-rev20240428-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-integrations:v1-rev20240421-2.0.0'
38+
implementation 'com.google.apis:google-api-services-integrations:v1-rev20240428-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-integrations/v1/2.0.0/com/google/api/services/integrations/v1/Integrations.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -4934,10 +4934,10 @@ public Execute set(String parameterName, Object value) {
49344934
*
49354935
* @param name Required. The integration resource name. Format:
49364936
* projects/{gcp_project_id}/locations/{location}/integrations/{integration_id}
4937-
* @param content the {@link com.google.api.services.integrations.v1.model.GoogleProtobufStruct}
4937+
* @param content the {@link com.google.api.services.integrations.v1.model.Integrations.Projects.Locations.IntegrationsOperations.ExecuteEvent.ExecuteEventRequestContent}
49384938
* @return the request
49394939
*/
4940-
public ExecuteEvent executeEvent(java.lang.String name, com.google.api.services.integrations.v1.model.GoogleProtobufStruct content) throws java.io.IOException {
4940+
public ExecuteEvent executeEvent(java.lang.String name, com.google.api.services.integrations.v1.model.Integrations.Projects.Locations.IntegrationsOperations.ExecuteEvent.ExecuteEventRequestContent content) throws java.io.IOException {
49414941
ExecuteEvent result = new ExecuteEvent(name, content);
49424942
initialize(result);
49434943
return result;
@@ -4964,10 +4964,10 @@ public class ExecuteEvent extends IntegrationsRequest<com.google.api.services.in
49644964
*
49654965
* @param name Required. The integration resource name. Format:
49664966
* projects/{gcp_project_id}/locations/{location}/integrations/{integration_id}
4967-
* @param content the {@link com.google.api.services.integrations.v1.model.GoogleProtobufStruct}
4967+
* @param content the {@link com.google.api.services.integrations.v1.model.Integrations.Projects.Locations.IntegrationsOperations.ExecuteEvent.ExecuteEventRequestContent}
49684968
* @since 1.13
49694969
*/
4970-
protected ExecuteEvent(java.lang.String name, com.google.api.services.integrations.v1.model.GoogleProtobufStruct content) {
4970+
protected ExecuteEvent(java.lang.String name, com.google.api.services.integrations.v1.model.Integrations.Projects.Locations.IntegrationsOperations.ExecuteEvent.ExecuteEventRequestContent content) {
49714971
super(Integrations.this, "POST", REST_PATH, content, com.google.api.services.integrations.v1.model.GoogleCloudIntegrationsV1alphaExecuteEventResponse.class);
49724972
this.name = com.google.api.client.util.Preconditions.checkNotNull(name, "Required parameter name must be specified.");
49734973
if (!getSuppressPatternChecks()) {

clients/google-api-services-integrations/v1/2.0.0/com/google/api/services/integrations/v1/model/EnterpriseCrmEventbusProtoExternalTraffic.java

+24
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ public final class EnterpriseCrmEventbusProtoExternalTraffic extends com.google.
5151
@com.google.api.client.util.Key
5252
private java.lang.String location;
5353

54+
/**
55+
* Enqueue the execution request due to quota issue
56+
* The value may be {@code null}.
57+
*/
58+
@com.google.api.client.util.Key
59+
private java.lang.Boolean retryRequestForQuota;
60+
5461
/**
5562
* LINT.ThenChange(//depot/google3/enterprise/crm/eventbus/proto/product.proto:product, //depot/go
5663
* ogle3/java/com/google/enterprise/crm/integrationplatform/api/utils/ConverterUtils.java:source_t
@@ -111,6 +118,23 @@ public EnterpriseCrmEventbusProtoExternalTraffic setLocation(java.lang.String lo
111118
return this;
112119
}
113120

121+
/**
122+
* Enqueue the execution request due to quota issue
123+
* @return value or {@code null} for none
124+
*/
125+
public java.lang.Boolean getRetryRequestForQuota() {
126+
return retryRequestForQuota;
127+
}
128+
129+
/**
130+
* Enqueue the execution request due to quota issue
131+
* @param retryRequestForQuota retryRequestForQuota or {@code null} for none
132+
*/
133+
public EnterpriseCrmEventbusProtoExternalTraffic setRetryRequestForQuota(java.lang.Boolean retryRequestForQuota) {
134+
this.retryRequestForQuota = retryRequestForQuota;
135+
return this;
136+
}
137+
114138
/**
115139
* LINT.ThenChange(//depot/google3/enterprise/crm/eventbus/proto/product.proto:product, //depot/go
116140
* ogle3/java/com/google/enterprise/crm/integrationplatform/api/utils/ConverterUtils.java:source_t

clients/google-api-services-integrations/v1/2.0.0/com/google/api/services/integrations/v1/model/EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo.java

+25-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.integrations.v1.model;
1818

1919
/**
20-
* Contains all the execution details for a workflow instance. Next available id: 24
20+
* Contains all the execution details for a workflow instance. Next available id: 25
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Application Integration API. For a detailed
@@ -108,6 +108,13 @@ public final class EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo extends
108108
@com.google.api.client.util.Key
109109
private java.lang.String product;
110110

111+
/**
112+
* Replay info for the execution
113+
* The value may be {@code null}.
114+
*/
115+
@com.google.api.client.util.Key
116+
private EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo replayInfo;
117+
111118
/**
112119
* Optional. This is used to de-dup incoming request.
113120
* The value may be {@code null}.
@@ -348,6 +355,23 @@ public EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo setProduct(java.lan
348355
return this;
349356
}
350357

358+
/**
359+
* Replay info for the execution
360+
* @return value or {@code null} for none
361+
*/
362+
public EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo getReplayInfo() {
363+
return replayInfo;
364+
}
365+
366+
/**
367+
* Replay info for the execution
368+
* @param replayInfo replayInfo or {@code null} for none
369+
*/
370+
public EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo setReplayInfo(EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo replayInfo) {
371+
this.replayInfo = replayInfo;
372+
return this;
373+
}
374+
351375
/**
352376
* Optional. This is used to de-dup incoming request.
353377
* @return value or {@code null} for none
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
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.integrations.v1.model;
18+
19+
/**
20+
* Contains the details of the execution info: this includes the replay reason and replay tree
21+
* connecting executions in a parent-child relationship
22+
*
23+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24+
* transmitted over HTTP when working with the Application Integration API. For a detailed
25+
* explanation see:
26+
* <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>
27+
* </p>
28+
*
29+
* @author Google, Inc.
30+
*/
31+
@SuppressWarnings("javadoc")
32+
public final class EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo extends com.google.api.client.json.GenericJson {
33+
34+
/**
35+
* If this execution is a replay of another execution, then this field contains the original
36+
* execution id.
37+
* The value may be {@code null}.
38+
*/
39+
@com.google.api.client.util.Key
40+
private java.lang.String originalExecutionInfoId;
41+
42+
/**
43+
* reason for replay
44+
* The value may be {@code null}.
45+
*/
46+
@com.google.api.client.util.Key
47+
private java.lang.String replayReason;
48+
49+
/**
50+
* If this execution has been replayed, then this field contains the execution ids of the replayed
51+
* executions.
52+
* The value may be {@code null}.
53+
*/
54+
@com.google.api.client.util.Key
55+
private java.util.List<java.lang.String> replayedExecutionInfoIds;
56+
57+
/**
58+
* If this execution is a replay of another execution, then this field contains the original
59+
* execution id.
60+
* @return value or {@code null} for none
61+
*/
62+
public java.lang.String getOriginalExecutionInfoId() {
63+
return originalExecutionInfoId;
64+
}
65+
66+
/**
67+
* If this execution is a replay of another execution, then this field contains the original
68+
* execution id.
69+
* @param originalExecutionInfoId originalExecutionInfoId or {@code null} for none
70+
*/
71+
public EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo setOriginalExecutionInfoId(java.lang.String originalExecutionInfoId) {
72+
this.originalExecutionInfoId = originalExecutionInfoId;
73+
return this;
74+
}
75+
76+
/**
77+
* reason for replay
78+
* @return value or {@code null} for none
79+
*/
80+
public java.lang.String getReplayReason() {
81+
return replayReason;
82+
}
83+
84+
/**
85+
* reason for replay
86+
* @param replayReason replayReason or {@code null} for none
87+
*/
88+
public EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo setReplayReason(java.lang.String replayReason) {
89+
this.replayReason = replayReason;
90+
return this;
91+
}
92+
93+
/**
94+
* If this execution has been replayed, then this field contains the execution ids of the replayed
95+
* executions.
96+
* @return value or {@code null} for none
97+
*/
98+
public java.util.List<java.lang.String> getReplayedExecutionInfoIds() {
99+
return replayedExecutionInfoIds;
100+
}
101+
102+
/**
103+
* If this execution has been replayed, then this field contains the execution ids of the replayed
104+
* executions.
105+
* @param replayedExecutionInfoIds replayedExecutionInfoIds or {@code null} for none
106+
*/
107+
public EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo setReplayedExecutionInfoIds(java.util.List<java.lang.String> replayedExecutionInfoIds) {
108+
this.replayedExecutionInfoIds = replayedExecutionInfoIds;
109+
return this;
110+
}
111+
112+
@Override
113+
public EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo set(String fieldName, Object value) {
114+
return (EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo) super.set(fieldName, value);
115+
}
116+
117+
@Override
118+
public EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo clone() {
119+
return (EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo) super.clone();
120+
}
121+
122+
}

clients/google-api-services-integrations/v1/2.0.0/com/google/api/services/integrations/v1/model/GoogleCloudIntegrationsV1alphaExecution.java

+24
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@ public final class GoogleCloudIntegrationsV1alphaExecution extends com.google.ap
8686
@com.google.api.client.util.Key
8787
private java.lang.String name;
8888

89+
/**
90+
* Output only. Replay info for the execution
91+
* The value may be {@code null}.
92+
*/
93+
@com.google.api.client.util.Key
94+
private GoogleCloudIntegrationsV1alphaExecutionReplayInfo replayInfo;
95+
8996
/**
9097
* Event parameters come in as part of the request.
9198
* The value may be {@code null}.
@@ -285,6 +292,23 @@ public GoogleCloudIntegrationsV1alphaExecution setName(java.lang.String name) {
285292
return this;
286293
}
287294

295+
/**
296+
* Output only. Replay info for the execution
297+
* @return value or {@code null} for none
298+
*/
299+
public GoogleCloudIntegrationsV1alphaExecutionReplayInfo getReplayInfo() {
300+
return replayInfo;
301+
}
302+
303+
/**
304+
* Output only. Replay info for the execution
305+
* @param replayInfo replayInfo or {@code null} for none
306+
*/
307+
public GoogleCloudIntegrationsV1alphaExecution setReplayInfo(GoogleCloudIntegrationsV1alphaExecutionReplayInfo replayInfo) {
308+
this.replayInfo = replayInfo;
309+
return this;
310+
}
311+
288312
/**
289313
* Event parameters come in as part of the request.
290314
* @return value or {@code null} for none

0 commit comments

Comments
 (0)