Skip to content

Commit 3759f25

Browse files
chore: regenerate workflowexecutions client (#19613)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent 9c5030f commit 3759f25

File tree

4 files changed

+57
-6
lines changed

4 files changed

+57
-6
lines changed

clients/google-api-services-workflowexecutions/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-workflowexecutions</artifactId>
25-
<version>v1-rev20231128-2.0.0</version>
25+
<version>v1-rev20240122-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-workflowexecutions:v1-rev20231128-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workflowexecutions:v1-rev20240122-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-workflowexecutions/v1/2.0.0/com/google/api/services/workflowexecutions/v1/model/Execution.java

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,21 @@ public final class Execution extends com.google.api.client.json.GenericJson {
4848
@com.google.api.client.util.Key
4949
private java.lang.String callLogLevel;
5050

51+
/**
52+
* Output only. Marks the creation of the execution.
53+
* The value may be {@code null}.
54+
*/
55+
@com.google.api.client.util.Key
56+
private String createTime;
57+
58+
/**
59+
* Optional. If set to true, the execution will not be backlogged when the concurrency quota is
60+
* exhausted. The backlog execution starts when the concurrency quota becomes available.
61+
* The value may be {@code null}.
62+
*/
63+
@com.google.api.client.util.Key
64+
private java.lang.Boolean disableConcurrencyQuotaOverflowBuffering;
65+
5166
/**
5267
* Output only. Measures the duration of the execution.
5368
* The value may be {@code null}.
@@ -173,6 +188,42 @@ public Execution setCallLogLevel(java.lang.String callLogLevel) {
173188
return this;
174189
}
175190

191+
/**
192+
* Output only. Marks the creation of the execution.
193+
* @return value or {@code null} for none
194+
*/
195+
public String getCreateTime() {
196+
return createTime;
197+
}
198+
199+
/**
200+
* Output only. Marks the creation of the execution.
201+
* @param createTime createTime or {@code null} for none
202+
*/
203+
public Execution setCreateTime(String createTime) {
204+
this.createTime = createTime;
205+
return this;
206+
}
207+
208+
/**
209+
* Optional. If set to true, the execution will not be backlogged when the concurrency quota is
210+
* exhausted. The backlog execution starts when the concurrency quota becomes available.
211+
* @return value or {@code null} for none
212+
*/
213+
public java.lang.Boolean getDisableConcurrencyQuotaOverflowBuffering() {
214+
return disableConcurrencyQuotaOverflowBuffering;
215+
}
216+
217+
/**
218+
* Optional. If set to true, the execution will not be backlogged when the concurrency quota is
219+
* exhausted. The backlog execution starts when the concurrency quota becomes available.
220+
* @param disableConcurrencyQuotaOverflowBuffering disableConcurrencyQuotaOverflowBuffering or {@code null} for none
221+
*/
222+
public Execution setDisableConcurrencyQuotaOverflowBuffering(java.lang.Boolean disableConcurrencyQuotaOverflowBuffering) {
223+
this.disableConcurrencyQuotaOverflowBuffering = disableConcurrencyQuotaOverflowBuffering;
224+
return this;
225+
}
226+
176227
/**
177228
* Output only. Measures the duration of the execution.
178229
* @return value or {@code null} for none

clients/google-api-services-workflowexecutions/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-workflowexecutions</artifactId>
11-
<version>v1-rev20231128-2.0.0</version>
12-
<name>Workflow Executions API v1-rev20231128-2.0.0</name>
11+
<version>v1-rev20240122-2.0.0</version>
12+
<name>Workflow Executions API v1-rev20240122-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-workflowexecutions/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-workflowexecutions</artifactId>
25-
<version>v1-rev20231128-2.0.0</version>
25+
<version>v1-rev20240122-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-workflowexecutions:v1-rev20231128-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workflowexecutions:v1-rev20240122-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)