Skip to content

Commit 3767a06

Browse files
1 parent 2d37af1 commit 3767a06

File tree

5 files changed

+27
-27
lines changed

5 files changed

+27
-27
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-rev20241001-2.0.0</version>
25+
<version>v1-rev20250211-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-rev20241001-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workflowexecutions:v1-rev20250211-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: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ public final class Execution extends com.google.api.client.json.GenericJson {
8686
private Error error;
8787

8888
/**
89-
* Optional. Describes the level of the execution history feature to apply to this execution. If
90-
* not specified, the level of the execution history feature will be determined by its workflow's
91-
* execution history level. If the value is different from its workflow's value, it will override
92-
* the workflow's execution history level for this exeuction.
89+
* Optional. Describes the execution history level to apply to this execution. If not specified,
90+
* the execution history level is determined by its workflow's execution history level. If the
91+
* levels are different, the executionHistoryLevel overrides the workflow's execution history
92+
* level for this execution.
9393
* The value may be {@code null}.
9494
*/
9595
@com.google.api.client.util.Key
@@ -289,21 +289,21 @@ public Execution setError(Error error) {
289289
}
290290

291291
/**
292-
* Optional. Describes the level of the execution history feature to apply to this execution. If
293-
* not specified, the level of the execution history feature will be determined by its workflow's
294-
* execution history level. If the value is different from its workflow's value, it will override
295-
* the workflow's execution history level for this exeuction.
292+
* Optional. Describes the execution history level to apply to this execution. If not specified,
293+
* the execution history level is determined by its workflow's execution history level. If the
294+
* levels are different, the executionHistoryLevel overrides the workflow's execution history
295+
* level for this execution.
296296
* @return value or {@code null} for none
297297
*/
298298
public java.lang.String getExecutionHistoryLevel() {
299299
return executionHistoryLevel;
300300
}
301301

302302
/**
303-
* Optional. Describes the level of the execution history feature to apply to this execution. If
304-
* not specified, the level of the execution history feature will be determined by its workflow's
305-
* execution history level. If the value is different from its workflow's value, it will override
306-
* the workflow's execution history level for this exeuction.
303+
* Optional. Describes the execution history level to apply to this execution. If not specified,
304+
* the execution history level is determined by its workflow's execution history level. If the
305+
* levels are different, the executionHistoryLevel overrides the workflow's execution history
306+
* level for this execution.
307307
* @param executionHistoryLevel executionHistoryLevel or {@code null} for none
308308
*/
309309
public Execution setExecutionHistoryLevel(java.lang.String executionHistoryLevel) {

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public final class StepEntry extends com.google.api.client.json.GenericJson {
6161
private java.lang.String name;
6262

6363
/**
64-
* Output only. The NavigationInfo associated to this step.
64+
* Output only. The NavigationInfo associated with this step.
6565
* The value may be {@code null}.
6666
*/
6767
@com.google.api.client.util.Key
@@ -90,7 +90,7 @@ public final class StepEntry extends com.google.api.client.json.GenericJson {
9090
private java.lang.String step;
9191

9292
/**
93-
* Output only. The StepEntryMetadata associated to this step.
93+
* Output only. The StepEntryMetadata associated with this step.
9494
* The value may be {@code null}.
9595
*/
9696
@com.google.api.client.util.Key
@@ -111,7 +111,7 @@ public final class StepEntry extends com.google.api.client.json.GenericJson {
111111
private String updateTime;
112112

113113
/**
114-
* Output only. The VariableData associated to this step.
114+
* Output only. The VariableData associated with this step.
115115
* The value may be {@code null}.
116116
*/
117117
@com.google.api.client.util.Key
@@ -190,15 +190,15 @@ public StepEntry setName(java.lang.String name) {
190190
}
191191

192192
/**
193-
* Output only. The NavigationInfo associated to this step.
193+
* Output only. The NavigationInfo associated with this step.
194194
* @return value or {@code null} for none
195195
*/
196196
public NavigationInfo getNavigationInfo() {
197197
return navigationInfo;
198198
}
199199

200200
/**
201-
* Output only. The NavigationInfo associated to this step.
201+
* Output only. The NavigationInfo associated with this step.
202202
* @param navigationInfo navigationInfo or {@code null} for none
203203
*/
204204
public StepEntry setNavigationInfo(NavigationInfo navigationInfo) {
@@ -260,15 +260,15 @@ public StepEntry setStep(java.lang.String step) {
260260
}
261261

262262
/**
263-
* Output only. The StepEntryMetadata associated to this step.
263+
* Output only. The StepEntryMetadata associated with this step.
264264
* @return value or {@code null} for none
265265
*/
266266
public StepEntryMetadata getStepEntryMetadata() {
267267
return stepEntryMetadata;
268268
}
269269

270270
/**
271-
* Output only. The StepEntryMetadata associated to this step.
271+
* Output only. The StepEntryMetadata associated with this step.
272272
* @param stepEntryMetadata stepEntryMetadata or {@code null} for none
273273
*/
274274
public StepEntry setStepEntryMetadata(StepEntryMetadata stepEntryMetadata) {
@@ -311,15 +311,15 @@ public StepEntry setUpdateTime(String updateTime) {
311311
}
312312

313313
/**
314-
* Output only. The VariableData associated to this step.
314+
* Output only. The VariableData associated with this step.
315315
* @return value or {@code null} for none
316316
*/
317317
public VariableData getVariableData() {
318318
return variableData;
319319
}
320320

321321
/**
322-
* Output only. The VariableData associated to this step.
322+
* Output only. The VariableData associated with this step.
323323
* @param variableData variableData or {@code null} for none
324324
*/
325325
public StepEntry setVariableData(VariableData variableData) {

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-rev20241001-2.0.0</version>
12-
<name>Workflow Executions API v1-rev20241001-2.0.0</name>
11+
<version>v1-rev20250211-2.0.0</version>
12+
<name>Workflow Executions API v1-rev20250211-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-rev20241001-2.0.0</version>
25+
<version>v1-rev20250211-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-rev20241001-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workflowexecutions:v1-rev20250211-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)