Skip to content

Commit f4621d1

Browse files
1 parent 7168879 commit f4621d1

File tree

4 files changed

+12
-9
lines changed

4 files changed

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

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ public final class StepEntryMetadata extends com.google.api.client.json.GenericJ
3939

4040
/**
4141
* Progress number represents the current state of the current progress. eg: A step entry
42-
* represents the 4th iteration in a progress of PROGRESS_TYPE_FOR.
42+
* represents the 4th iteration in a progress of PROGRESS_TYPE_FOR. Note: This field is only
43+
* populated when an iteration exists and the starting value is 1.
4344
* The value may be {@code null}.
4445
*/
4546
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -78,7 +79,8 @@ public StepEntryMetadata setExpectedIteration(java.lang.Long expectedIteration)
7879

7980
/**
8081
* Progress number represents the current state of the current progress. eg: A step entry
81-
* represents the 4th iteration in a progress of PROGRESS_TYPE_FOR.
82+
* represents the 4th iteration in a progress of PROGRESS_TYPE_FOR. Note: This field is only
83+
* populated when an iteration exists and the starting value is 1.
8284
* @return value or {@code null} for none
8385
*/
8486
public java.lang.Long getProgressNumber() {
@@ -87,7 +89,8 @@ public java.lang.Long getProgressNumber() {
8789

8890
/**
8991
* Progress number represents the current state of the current progress. eg: A step entry
90-
* represents the 4th iteration in a progress of PROGRESS_TYPE_FOR.
92+
* represents the 4th iteration in a progress of PROGRESS_TYPE_FOR. Note: This field is only
93+
* populated when an iteration exists and the starting value is 1.
9194
* @param progressNumber progressNumber or {@code null} for none
9295
*/
9396
public StepEntryMetadata setProgressNumber(java.lang.Long progressNumber) {

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

0 commit comments

Comments
 (0)