File tree Expand file tree Collapse file tree 4 files changed +33
-6
lines changed
clients/google-api-services-dataflow/v1b3
com/google/api/services/dataflow/model Expand file tree Collapse file tree 4 files changed +33
-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:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-dataflow</artifactId >
25- <version >v1b3-rev20260118 -2.0.0</version >
25+ <version >v1b3-rev20260127 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-dataflow:v1b3-rev20260118 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-dataflow:v1b3-rev20260127 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 2929@ SuppressWarnings ("javadoc" )
3030public final class GetWorkerStacktracesRequest extends com .google .api .client .json .GenericJson {
3131
32+ /**
33+ * The end time for the stacktrace query. The returned stacktraces will be a recent stack trace at
34+ * or shortly before this time.
35+ * The value may be {@code null}.
36+ */
37+ @ com .google .api .client .util .Key
38+ private String endTime ;
39+
3240 /**
3341 * The worker for which to get stacktraces. The returned stacktraces will be for the SDK harness
3442 * running on this worker.
@@ -37,6 +45,25 @@ public final class GetWorkerStacktracesRequest extends com.google.api.client.jso
3745 @ com .google .api .client .util .Key
3846 private java .lang .String workerId ;
3947
48+ /**
49+ * The end time for the stacktrace query. The returned stacktraces will be a recent stack trace at
50+ * or shortly before this time.
51+ * @return value or {@code null} for none
52+ */
53+ public String getEndTime () {
54+ return endTime ;
55+ }
56+
57+ /**
58+ * The end time for the stacktrace query. The returned stacktraces will be a recent stack trace at
59+ * or shortly before this time.
60+ * @param endTime endTime or {@code null} for none
61+ */
62+ public GetWorkerStacktracesRequest setEndTime (String endTime ) {
63+ this .endTime = endTime ;
64+ return this ;
65+ }
66+
4067 /**
4168 * The worker for which to get stacktraces. The returned stacktraces will be for the SDK harness
4269 * running on this worker.
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-dataflow</artifactId >
11- <version >v1b3-rev20260118 -2.0.0</version >
12- <name >Dataflow API v1b3-rev20260118 -2.0.0</name >
11+ <version >v1b3-rev20260127 -2.0.0</version >
12+ <name >Dataflow API v1b3-rev20260127 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <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:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-dataflow</artifactId >
25- <version >v1b3-rev20260118 -2.0.0</version >
25+ <version >v1b3-rev20260127 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-dataflow:v1b3-rev20260118 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-dataflow:v1b3-rev20260127 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments