File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
clients/google-api-services-workflows/v1
com/google/api/services/workflows/v1/model Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-workflows</artifactId >
25
- <version >v1-rev20241204 -2.0.0</version >
25
+ <version >v1-rev20250212 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-workflows:v1-rev20241204 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-workflows:v1-rev20250212 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ public final class Workflow extends com.google.api.client.json.GenericJson {
91
91
private java .lang .String description ;
92
92
93
93
/**
94
- * Optional. Describes the level of the execution history feature to apply to this workflow.
94
+ * Optional. Describes the execution history level to apply to this workflow.
95
95
* The value may be {@code null}.
96
96
*/
97
97
@ com .google .api .client .util .Key
@@ -336,15 +336,15 @@ public Workflow setDescription(java.lang.String description) {
336
336
}
337
337
338
338
/**
339
- * Optional. Describes the level of the execution history feature to apply to this workflow.
339
+ * Optional. Describes the execution history level to apply to this workflow.
340
340
* @return value or {@code null} for none
341
341
*/
342
342
public java .lang .String getExecutionHistoryLevel () {
343
343
return executionHistoryLevel ;
344
344
}
345
345
346
346
/**
347
- * Optional. Describes the level of the execution history feature to apply to this workflow.
347
+ * Optional. Describes the execution history level to apply to this workflow.
348
348
* @param executionHistoryLevel executionHistoryLevel or {@code null} for none
349
349
*/
350
350
public Workflow setExecutionHistoryLevel (java .lang .String executionHistoryLevel ) {
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-workflows</artifactId >
11
- <version >v1-rev20241204 -2.0.0</version >
12
- <name >Workflows API v1-rev20241204 -2.0.0</name >
11
+ <version >v1-rev20250212 -2.0.0</version >
12
+ <name >Workflows API v1-rev20250212 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-workflows</artifactId >
25
- <version >v1-rev20241204 -2.0.0</version >
25
+ <version >v1-rev20250212 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-workflows:v1-rev20241204 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-workflows:v1-rev20250212 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments