Skip to content

Commit 314bb01

Browse files
1 parent 1d4b8f8 commit 314bb01

File tree

6 files changed

+114
-18
lines changed

6 files changed

+114
-18
lines changed

clients/google-api-services-dataflow/v1b3/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-dataflow</artifactId>
25-
<version>v1b3-rev20240709-2.0.0</version>
25+
<version>v1b3-rev20240807-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-dataflow:v1b3-rev20240709-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataflow:v1b3-rev20240807-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-dataflow/v1b3/2.0.0/com/google/api/services/dataflow/Dataflow.java

Lines changed: 60 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6548,7 +6548,11 @@ public class Templates {
65486548

65496549
/**
65506550
* Creates a Cloud Dataflow job from a template. Do not enter confidential information when you
6551-
* supply string values using the API.
6551+
* supply string values using the API. To create a job, we recommend using
6552+
* `projects.locations.templates.create` with a [regional endpoint]
6553+
* (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
6554+
* `projects.templates.create` is not recommended, because your job will always start in `us-
6555+
* central1`.
65526556
*
65536557
* Create a request for the method "templates.create".
65546558
*
@@ -6573,7 +6577,11 @@ public class Create extends DataflowRequest<com.google.api.services.dataflow.mod
65736577

65746578
/**
65756579
* Creates a Cloud Dataflow job from a template. Do not enter confidential information when you
6576-
* supply string values using the API.
6580+
* supply string values using the API. To create a job, we recommend using
6581+
* `projects.locations.templates.create` with a [regional endpoint]
6582+
* (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
6583+
* `projects.templates.create` is not recommended, because your job will always start in `us-
6584+
* central1`.
65776585
*
65786586
* Create a request for the method "templates.create".
65796587
*
@@ -6695,7 +6703,11 @@ public Create set(String parameterName, Object value) {
66956703
}
66966704
}
66976705
/**
6698-
* Get the template associated with a template.
6706+
* Get the template associated with a template. To get the template, we recommend using
6707+
* `projects.locations.templates.get` with a [regional endpoint]
6708+
* (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
6709+
* `projects.templates.get` is not recommended, because only templates that are running in `us-
6710+
* central1` are retrieved.
66996711
*
67006712
* Create a request for the method "templates.get".
67016713
*
@@ -6718,7 +6730,11 @@ public class Get extends DataflowRequest<com.google.api.services.dataflow.model.
67186730
private static final String REST_PATH = "v1b3/projects/{projectId}/locations/{location}/templates:get";
67196731

67206732
/**
6721-
* Get the template associated with a template.
6733+
* Get the template associated with a template. To get the template, we recommend using
6734+
* `projects.locations.templates.get` with a [regional endpoint]
6735+
* (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
6736+
* `projects.templates.get` is not recommended, because only templates that are running in `us-
6737+
* central1` are retrieved.
67226738
*
67236739
* Create a request for the method "templates.get".
67246740
*
@@ -6887,7 +6903,11 @@ public Get set(String parameterName, Object value) {
68876903
}
68886904
}
68896905
/**
6890-
* Launch a template.
6906+
* Launches a template. To launch a template, we recommend using
6907+
* `projects.locations.templates.launch` with a [regional endpoint]
6908+
* (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
6909+
* `projects.templates.launch` is not recommended, because jobs launched from the template will
6910+
* always start in `us-central1`.
68916911
*
68926912
* Create a request for the method "templates.launch".
68936913
*
@@ -6911,7 +6931,11 @@ public class Launch extends DataflowRequest<com.google.api.services.dataflow.mod
69116931
private static final String REST_PATH = "v1b3/projects/{projectId}/locations/{location}/templates:launch";
69126932

69136933
/**
6914-
* Launch a template.
6934+
* Launches a template. To launch a template, we recommend using
6935+
* `projects.locations.templates.launch` with a [regional endpoint]
6936+
* (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
6937+
* `projects.templates.launch` is not recommended, because jobs launched from the template will
6938+
* always start in `us-central1`.
69156939
*
69166940
* Create a request for the method "templates.launch".
69176941
*
@@ -7481,7 +7505,11 @@ public class Templates {
74817505

74827506
/**
74837507
* Creates a Cloud Dataflow job from a template. Do not enter confidential information when you
7484-
* supply string values using the API.
7508+
* supply string values using the API. To create a job, we recommend using
7509+
* `projects.locations.templates.create` with a [regional endpoint]
7510+
* (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
7511+
* `projects.templates.create` is not recommended, because your job will always start in `us-
7512+
* central1`.
74857513
*
74867514
* Create a request for the method "templates.create".
74877515
*
@@ -7504,7 +7532,11 @@ public class Create extends DataflowRequest<com.google.api.services.dataflow.mod
75047532

75057533
/**
75067534
* Creates a Cloud Dataflow job from a template. Do not enter confidential information when you
7507-
* supply string values using the API.
7535+
* supply string values using the API. To create a job, we recommend using
7536+
* `projects.locations.templates.create` with a [regional endpoint]
7537+
* (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
7538+
* `projects.templates.create` is not recommended, because your job will always start in `us-
7539+
* central1`.
75087540
*
75097541
* Create a request for the method "templates.create".
75107542
*
@@ -7600,7 +7632,11 @@ public Create set(String parameterName, Object value) {
76007632
}
76017633
}
76027634
/**
7603-
* Get the template associated with a template.
7635+
* Get the template associated with a template. To get the template, we recommend using
7636+
* `projects.locations.templates.get` with a [regional endpoint]
7637+
* (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
7638+
* `projects.templates.get` is not recommended, because only templates that are running in `us-
7639+
* central1` are retrieved.
76047640
*
76057641
* Create a request for the method "templates.get".
76067642
*
@@ -7621,7 +7657,11 @@ public class Get extends DataflowRequest<com.google.api.services.dataflow.model.
76217657
private static final String REST_PATH = "v1b3/projects/{projectId}/templates:get";
76227658

76237659
/**
7624-
* Get the template associated with a template.
7660+
* Get the template associated with a template. To get the template, we recommend using
7661+
* `projects.locations.templates.get` with a [regional endpoint]
7662+
* (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
7663+
* `projects.templates.get` is not recommended, because only templates that are running in `us-
7664+
* central1` are retrieved.
76257665
*
76267666
* Create a request for the method "templates.get".
76277667
*
@@ -7787,7 +7827,11 @@ public Get set(String parameterName, Object value) {
77877827
}
77887828
}
77897829
/**
7790-
* Launch a template.
7830+
* Launches a template. To launch a template, we recommend using
7831+
* `projects.locations.templates.launch` with a [regional endpoint]
7832+
* (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
7833+
* `projects.templates.launch` is not recommended, because jobs launched from the template will
7834+
* always start in `us-central1`.
77917835
*
77927836
* Create a request for the method "templates.launch".
77937837
*
@@ -7809,7 +7853,11 @@ public class Launch extends DataflowRequest<com.google.api.services.dataflow.mod
78097853
private static final String REST_PATH = "v1b3/projects/{projectId}/templates:launch";
78107854

78117855
/**
7812-
* Launch a template.
7856+
* Launches a template. To launch a template, we recommend using
7857+
* `projects.locations.templates.launch` with a [regional endpoint]
7858+
* (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
7859+
* `projects.templates.launch` is not recommended, because jobs launched from the template will
7860+
* always start in `us-central1`.
78137861
*
78147862
* Create a request for the method "templates.launch".
78157863
*

clients/google-api-services-dataflow/v1b3/2.0.0/com/google/api/services/dataflow/model/LeaseWorkItemRequest.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ public final class LeaseWorkItemRequest extends com.google.api.client.json.Gener
4444
@com.google.api.client.util.Key
4545
private java.lang.String location;
4646

47+
/**
48+
* Optional. The project number of the project this worker belongs to.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
52+
private java.lang.Long projectNumber;
53+
4754
/**
4855
* The initial lease period.
4956
* The value may be {@code null}.
@@ -116,6 +123,23 @@ public LeaseWorkItemRequest setLocation(java.lang.String location) {
116123
return this;
117124
}
118125

126+
/**
127+
* Optional. The project number of the project this worker belongs to.
128+
* @return value or {@code null} for none
129+
*/
130+
public java.lang.Long getProjectNumber() {
131+
return projectNumber;
132+
}
133+
134+
/**
135+
* Optional. The project number of the project this worker belongs to.
136+
* @param projectNumber projectNumber or {@code null} for none
137+
*/
138+
public LeaseWorkItemRequest setProjectNumber(java.lang.Long projectNumber) {
139+
this.projectNumber = projectNumber;
140+
return this;
141+
}
142+
119143
/**
120144
* The initial lease period.
121145
* @return value or {@code null} for none

clients/google-api-services-dataflow/v1b3/2.0.0/com/google/api/services/dataflow/model/ReportWorkItemStatusRequest.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ public final class ReportWorkItemStatusRequest extends com.google.api.client.jso
4444
@com.google.api.client.util.Key
4545
private java.lang.String location;
4646

47+
/**
48+
* Optional. The project number of the project which owns the WorkItem's job.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
52+
private java.lang.Long projectNumber;
53+
4754
/**
4855
* Untranslated bag-of-bytes WorkProgressUpdateRequest from UnifiedWorker.
4956
* The value may be {@code null}.
@@ -104,6 +111,23 @@ public ReportWorkItemStatusRequest setLocation(java.lang.String location) {
104111
return this;
105112
}
106113

114+
/**
115+
* Optional. The project number of the project which owns the WorkItem's job.
116+
* @return value or {@code null} for none
117+
*/
118+
public java.lang.Long getProjectNumber() {
119+
return projectNumber;
120+
}
121+
122+
/**
123+
* Optional. The project number of the project which owns the WorkItem's job.
124+
* @param projectNumber projectNumber or {@code null} for none
125+
*/
126+
public ReportWorkItemStatusRequest setProjectNumber(java.lang.Long projectNumber) {
127+
this.projectNumber = projectNumber;
128+
return this;
129+
}
130+
107131
/**
108132
* Untranslated bag-of-bytes WorkProgressUpdateRequest from UnifiedWorker.
109133
* @return value or {@code null} for none

clients/google-api-services-dataflow/v1b3/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-dataflow</artifactId>
11-
<version>v1b3-rev20240709-2.0.0</version>
12-
<name>Dataflow API v1b3-rev20240709-2.0.0</name>
11+
<version>v1b3-rev20240807-2.0.0</version>
12+
<name>Dataflow API v1b3-rev20240807-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-dataflow/v1b3/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-dataflow</artifactId>
25-
<version>v1b3-rev20240709-2.0.0</version>
25+
<version>v1b3-rev20240807-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-dataflow:v1b3-rev20240709-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataflow:v1b3-rev20240807-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)