File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed
clients/google-api-services-workflows/v1
com/google/api/services/workflows/v1/model Expand file tree Collapse file tree 4 files changed +30
-6
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-rev20240925 -2.0.0</version >
25
+ <version >v1-rev20241204 -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-rev20240925 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-workflows:v1-rev20241204 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -168,6 +168,13 @@ public final class Workflow extends com.google.api.client.json.GenericJson {
168
168
@ com .google .api .client .util .Key
169
169
private StateError stateError ;
170
170
171
+ /**
172
+ * Optional. Input only. Immutable. Tags associated with this workflow.
173
+ * The value may be {@code null}.
174
+ */
175
+ @ com .google .api .client .util .Key
176
+ private java .util .Map <String , java .lang .String > tags ;
177
+
171
178
/**
172
179
* Output only. The timestamp for when the workflow was last updated. This is a workflow-wide
173
180
* field and is not tied to a specific revision.
@@ -511,6 +518,23 @@ public Workflow setStateError(StateError stateError) {
511
518
return this ;
512
519
}
513
520
521
+ /**
522
+ * Optional. Input only. Immutable. Tags associated with this workflow.
523
+ * @return value or {@code null} for none
524
+ */
525
+ public java .util .Map <String , java .lang .String > getTags () {
526
+ return tags ;
527
+ }
528
+
529
+ /**
530
+ * Optional. Input only. Immutable. Tags associated with this workflow.
531
+ * @param tags tags or {@code null} for none
532
+ */
533
+ public Workflow setTags (java .util .Map <String , java .lang .String > tags ) {
534
+ this .tags = tags ;
535
+ return this ;
536
+ }
537
+
514
538
/**
515
539
* Output only. The timestamp for when the workflow was last updated. This is a workflow-wide
516
540
* field and is not tied to a specific revision.
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-rev20240925 -2.0.0</version >
12
- <name >Workflows API v1-rev20240925 -2.0.0</name >
11
+ <version >v1-rev20241204 -2.0.0</version >
12
+ <name >Workflows API v1-rev20241204 -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-rev20240925 -2.0.0</version >
25
+ <version >v1-rev20241204 -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-rev20240925 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-workflows:v1-rev20241204 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments