Skip to content

Commit dc234fe

Browse files
1 parent ca9d522 commit dc234fe

File tree

7 files changed

+159
-63
lines changed

7 files changed

+159
-63
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-rev20240603-2.0.0</version>
25+
<version>v1b3-rev20240624-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-rev20240603-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataflow:v1b3-rev20240624-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public final class DebugOptions extends com.google.api.client.json.GenericJson {
3737
private DataSamplingConfig dataSampling;
3838

3939
/**
40-
* When true, enables the logging of the literal hot key to the user's Cloud Logging.
40+
* Optional. When true, enables the logging of the literal hot key to the user's Cloud Logging.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
@@ -61,15 +61,15 @@ public DebugOptions setDataSampling(DataSamplingConfig dataSampling) {
6161
}
6262

6363
/**
64-
* When true, enables the logging of the literal hot key to the user's Cloud Logging.
64+
* Optional. When true, enables the logging of the literal hot key to the user's Cloud Logging.
6565
* @return value or {@code null} for none
6666
*/
6767
public java.lang.Boolean getEnableHotKeyLogging() {
6868
return enableHotKeyLogging;
6969
}
7070

7171
/**
72-
* When true, enables the logging of the literal hot key to the user's Cloud Logging.
72+
* Optional. When true, enables the logging of the literal hot key to the user's Cloud Logging.
7373
* @param enableHotKeyLogging enableHotKeyLogging or {@code null} for none
7474
*/
7575
public DebugOptions setEnableHotKeyLogging(java.lang.Boolean enableHotKeyLogging) {

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

Lines changed: 45 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ public final class Environment extends com.google.api.client.json.GenericJson {
3939
private java.lang.String clusterManagerApiService;
4040

4141
/**
42-
* The dataset for the current project where various workflow related tables are stored. The
43-
* supported resource type is: Google BigQuery: bigquery.googleapis.com/{dataset}
42+
* Optional. The dataset for the current project where various workflow related tables are stored.
43+
* The supported resource type is: Google BigQuery: bigquery.googleapis.com/{dataset}
4444
* The value may be {@code null}.
4545
*/
4646
@com.google.api.client.util.Key
4747
private java.lang.String dataset;
4848

4949
/**
50-
* Any debugging options to be supplied to the job.
50+
* Optional. Any debugging options to be supplied to the job.
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
@@ -63,7 +63,7 @@ public final class Environment extends com.google.api.client.json.GenericJson {
6363
private java.util.List<java.lang.String> experiments;
6464

6565
/**
66-
* Which Flexible Resource Scheduling mode to run in.
66+
* Optional. Which Flexible Resource Scheduling mode to run in.
6767
* The value may be {@code null}.
6868
*/
6969
@com.google.api.client.util.Key
@@ -86,15 +86,15 @@ public final class Environment extends com.google.api.client.json.GenericJson {
8686
private java.util.Map<String, java.lang.Object> sdkPipelineOptions;
8787

8888
/**
89-
* Identity to run virtual machines as. Defaults to the default account.
89+
* Optional. Identity to run virtual machines as. Defaults to the default account.
9090
* The value may be {@code null}.
9191
*/
9292
@com.google.api.client.util.Key
9393
private java.lang.String serviceAccountEmail;
9494

9595
/**
96-
* If set, contains the Cloud KMS key identifier used to encrypt data at rest, AKA a Customer
97-
* Managed Encryption Key (CMEK). Format:
96+
* Optional. If set, contains the Cloud KMS key identifier used to encrypt data at rest, AKA a
97+
* Customer Managed Encryption Key (CMEK). Format:
9898
* projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY
9999
* The value may be {@code null}.
100100
*/
@@ -171,19 +171,20 @@ public final class Environment extends com.google.api.client.json.GenericJson {
171171
private java.util.List<WorkerPool> workerPools;
172172

173173
/**
174-
* The Compute Engine region (https://cloud.google.com/compute/docs/regions-zones/regions-zones)
175-
* in which worker processing should occur, e.g. "us-west1". Mutually exclusive with worker_zone.
176-
* If neither worker_region nor worker_zone is specified, default to the control plane's region.
174+
* Optional. The Compute Engine region (https://cloud.google.com/compute/docs/regions-
175+
* zones/regions-zones) in which worker processing should occur, e.g. "us-west1". Mutually
176+
* exclusive with worker_zone. If neither worker_region nor worker_zone is specified, default to
177+
* the control plane's region.
177178
* The value may be {@code null}.
178179
*/
179180
@com.google.api.client.util.Key
180181
private java.lang.String workerRegion;
181182

182183
/**
183-
* The Compute Engine zone (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in
184-
* which worker processing should occur, e.g. "us-west1-a". Mutually exclusive with worker_region.
185-
* If neither worker_region nor worker_zone is specified, a zone in the control plane's region is
186-
* chosen based on available capacity.
184+
* Optional. The Compute Engine zone (https://cloud.google.com/compute/docs/regions-zones/regions-
185+
* zones) in which worker processing should occur, e.g. "us-west1-a". Mutually exclusive with
186+
* worker_region. If neither worker_region nor worker_zone is specified, a zone in the control
187+
* plane's region is chosen based on available capacity.
187188
* The value may be {@code null}.
188189
*/
189190
@com.google.api.client.util.Key
@@ -211,17 +212,17 @@ public Environment setClusterManagerApiService(java.lang.String clusterManagerAp
211212
}
212213

213214
/**
214-
* The dataset for the current project where various workflow related tables are stored. The
215-
* supported resource type is: Google BigQuery: bigquery.googleapis.com/{dataset}
215+
* Optional. The dataset for the current project where various workflow related tables are stored.
216+
* The supported resource type is: Google BigQuery: bigquery.googleapis.com/{dataset}
216217
* @return value or {@code null} for none
217218
*/
218219
public java.lang.String getDataset() {
219220
return dataset;
220221
}
221222

222223
/**
223-
* The dataset for the current project where various workflow related tables are stored. The
224-
* supported resource type is: Google BigQuery: bigquery.googleapis.com/{dataset}
224+
* Optional. The dataset for the current project where various workflow related tables are stored.
225+
* The supported resource type is: Google BigQuery: bigquery.googleapis.com/{dataset}
225226
* @param dataset dataset or {@code null} for none
226227
*/
227228
public Environment setDataset(java.lang.String dataset) {
@@ -230,15 +231,15 @@ public Environment setDataset(java.lang.String dataset) {
230231
}
231232

232233
/**
233-
* Any debugging options to be supplied to the job.
234+
* Optional. Any debugging options to be supplied to the job.
234235
* @return value or {@code null} for none
235236
*/
236237
public DebugOptions getDebugOptions() {
237238
return debugOptions;
238239
}
239240

240241
/**
241-
* Any debugging options to be supplied to the job.
242+
* Optional. Any debugging options to be supplied to the job.
242243
* @param debugOptions debugOptions or {@code null} for none
243244
*/
244245
public Environment setDebugOptions(DebugOptions debugOptions) {
@@ -268,15 +269,15 @@ public Environment setExperiments(java.util.List<java.lang.String> experiments)
268269
}
269270

270271
/**
271-
* Which Flexible Resource Scheduling mode to run in.
272+
* Optional. Which Flexible Resource Scheduling mode to run in.
272273
* @return value or {@code null} for none
273274
*/
274275
public java.lang.String getFlexResourceSchedulingGoal() {
275276
return flexResourceSchedulingGoal;
276277
}
277278

278279
/**
279-
* Which Flexible Resource Scheduling mode to run in.
280+
* Optional. Which Flexible Resource Scheduling mode to run in.
280281
* @param flexResourceSchedulingGoal flexResourceSchedulingGoal or {@code null} for none
281282
*/
282283
public Environment setFlexResourceSchedulingGoal(java.lang.String flexResourceSchedulingGoal) {
@@ -323,15 +324,15 @@ public Environment setSdkPipelineOptions(java.util.Map<String, java.lang.Object>
323324
}
324325

325326
/**
326-
* Identity to run virtual machines as. Defaults to the default account.
327+
* Optional. Identity to run virtual machines as. Defaults to the default account.
327328
* @return value or {@code null} for none
328329
*/
329330
public java.lang.String getServiceAccountEmail() {
330331
return serviceAccountEmail;
331332
}
332333

333334
/**
334-
* Identity to run virtual machines as. Defaults to the default account.
335+
* Optional. Identity to run virtual machines as. Defaults to the default account.
335336
* @param serviceAccountEmail serviceAccountEmail or {@code null} for none
336337
*/
337338
public Environment setServiceAccountEmail(java.lang.String serviceAccountEmail) {
@@ -340,8 +341,8 @@ public Environment setServiceAccountEmail(java.lang.String serviceAccountEmail)
340341
}
341342

342343
/**
343-
* If set, contains the Cloud KMS key identifier used to encrypt data at rest, AKA a Customer
344-
* Managed Encryption Key (CMEK). Format:
344+
* Optional. If set, contains the Cloud KMS key identifier used to encrypt data at rest, AKA a
345+
* Customer Managed Encryption Key (CMEK). Format:
345346
* projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY
346347
* @return value or {@code null} for none
347348
*/
@@ -350,8 +351,8 @@ public java.lang.String getServiceKmsKeyName() {
350351
}
351352

352353
/**
353-
* If set, contains the Cloud KMS key identifier used to encrypt data at rest, AKA a Customer
354-
* Managed Encryption Key (CMEK). Format:
354+
* Optional. If set, contains the Cloud KMS key identifier used to encrypt data at rest, AKA a
355+
* Customer Managed Encryption Key (CMEK). Format:
355356
* projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY
356357
* @param serviceKmsKeyName serviceKmsKeyName or {@code null} for none
357358
*/
@@ -523,19 +524,21 @@ public Environment setWorkerPools(java.util.List<WorkerPool> workerPools) {
523524
}
524525

525526
/**
526-
* The Compute Engine region (https://cloud.google.com/compute/docs/regions-zones/regions-zones)
527-
* in which worker processing should occur, e.g. "us-west1". Mutually exclusive with worker_zone.
528-
* If neither worker_region nor worker_zone is specified, default to the control plane's region.
527+
* Optional. The Compute Engine region (https://cloud.google.com/compute/docs/regions-
528+
* zones/regions-zones) in which worker processing should occur, e.g. "us-west1". Mutually
529+
* exclusive with worker_zone. If neither worker_region nor worker_zone is specified, default to
530+
* the control plane's region.
529531
* @return value or {@code null} for none
530532
*/
531533
public java.lang.String getWorkerRegion() {
532534
return workerRegion;
533535
}
534536

535537
/**
536-
* The Compute Engine region (https://cloud.google.com/compute/docs/regions-zones/regions-zones)
537-
* in which worker processing should occur, e.g. "us-west1". Mutually exclusive with worker_zone.
538-
* If neither worker_region nor worker_zone is specified, default to the control plane's region.
538+
* Optional. The Compute Engine region (https://cloud.google.com/compute/docs/regions-
539+
* zones/regions-zones) in which worker processing should occur, e.g. "us-west1". Mutually
540+
* exclusive with worker_zone. If neither worker_region nor worker_zone is specified, default to
541+
* the control plane's region.
539542
* @param workerRegion workerRegion or {@code null} for none
540543
*/
541544
public Environment setWorkerRegion(java.lang.String workerRegion) {
@@ -544,21 +547,21 @@ public Environment setWorkerRegion(java.lang.String workerRegion) {
544547
}
545548

546549
/**
547-
* The Compute Engine zone (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in
548-
* which worker processing should occur, e.g. "us-west1-a". Mutually exclusive with worker_region.
549-
* If neither worker_region nor worker_zone is specified, a zone in the control plane's region is
550-
* chosen based on available capacity.
550+
* Optional. The Compute Engine zone (https://cloud.google.com/compute/docs/regions-zones/regions-
551+
* zones) in which worker processing should occur, e.g. "us-west1-a". Mutually exclusive with
552+
* worker_region. If neither worker_region nor worker_zone is specified, a zone in the control
553+
* plane's region is chosen based on available capacity.
551554
* @return value or {@code null} for none
552555
*/
553556
public java.lang.String getWorkerZone() {
554557
return workerZone;
555558
}
556559

557560
/**
558-
* The Compute Engine zone (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in
559-
* which worker processing should occur, e.g. "us-west1-a". Mutually exclusive with worker_region.
560-
* If neither worker_region nor worker_zone is specified, a zone in the control plane's region is
561-
* chosen based on available capacity.
561+
* Optional. The Compute Engine zone (https://cloud.google.com/compute/docs/regions-zones/regions-
562+
* zones) in which worker processing should occur, e.g. "us-west1-a". Mutually exclusive with
563+
* worker_region. If neither worker_region nor worker_zone is specified, a zone in the control
564+
* plane's region is chosen based on available capacity.
562565
* @param workerZone workerZone or {@code null} for none
563566
*/
564567
public Environment setWorkerZone(java.lang.String workerZone) {

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

Lines changed: 36 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ public final class Job extends com.google.api.client.json.GenericJson {
115115
private java.util.Map<String, java.lang.String> labels;
116116

117117
/**
118-
* The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints)
119-
* that contains this job.
118+
* Optional. The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-
119+
* endpoints) that contains this job.
120120
* The value may be {@code null}.
121121
*/
122122
@com.google.api.client.util.Key
@@ -202,6 +202,13 @@ public final class Job extends com.google.api.client.json.GenericJson {
202202
@com.google.api.client.util.Key
203203
private java.lang.Boolean satisfiesPzs;
204204

205+
/**
206+
* Output only. Resources used by the Dataflow Service to run the job.
207+
* The value may be {@code null}.
208+
*/
209+
@com.google.api.client.util.Key
210+
private ServiceResources serviceResources;
211+
205212
/**
206213
* This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.
207214
* The value may be {@code null}.
@@ -251,8 +258,8 @@ public final class Job extends com.google.api.client.json.GenericJson {
251258
private java.util.List<java.lang.String> tempFiles;
252259

253260
/**
254-
* The map of transform name prefixes of the job to be replaced to the corresponding name prefixes
255-
* of the new job.
261+
* Optional. The map of transform name prefixes of the job to be replaced to the corresponding
262+
* name prefixes of the new job.
256263
* The value may be {@code null}.
257264
*/
258265
@com.google.api.client.util.Key
@@ -464,17 +471,17 @@ public Job setLabels(java.util.Map<String, java.lang.String> labels) {
464471
}
465472

466473
/**
467-
* The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints)
468-
* that contains this job.
474+
* Optional. The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-
475+
* endpoints) that contains this job.
469476
* @return value or {@code null} for none
470477
*/
471478
public java.lang.String getLocation() {
472479
return location;
473480
}
474481

475482
/**
476-
* The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints)
477-
* that contains this job.
483+
* Optional. The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-
484+
* endpoints) that contains this job.
478485
* @param location location or {@code null} for none
479486
*/
480487
public Job setLocation(java.lang.String location) {
@@ -669,6 +676,23 @@ public Job setSatisfiesPzs(java.lang.Boolean satisfiesPzs) {
669676
return this;
670677
}
671678

679+
/**
680+
* Output only. Resources used by the Dataflow Service to run the job.
681+
* @return value or {@code null} for none
682+
*/
683+
public ServiceResources getServiceResources() {
684+
return serviceResources;
685+
}
686+
687+
/**
688+
* Output only. Resources used by the Dataflow Service to run the job.
689+
* @param serviceResources serviceResources or {@code null} for none
690+
*/
691+
public Job setServiceResources(ServiceResources serviceResources) {
692+
this.serviceResources = serviceResources;
693+
return this;
694+
}
695+
672696
/**
673697
* This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.
674698
* @return value or {@code null} for none
@@ -769,17 +793,17 @@ public Job setTempFiles(java.util.List<java.lang.String> tempFiles) {
769793
}
770794

771795
/**
772-
* The map of transform name prefixes of the job to be replaced to the corresponding name prefixes
773-
* of the new job.
796+
* Optional. The map of transform name prefixes of the job to be replaced to the corresponding
797+
* name prefixes of the new job.
774798
* @return value or {@code null} for none
775799
*/
776800
public java.util.Map<String, java.lang.String> getTransformNameMapping() {
777801
return transformNameMapping;
778802
}
779803

780804
/**
781-
* The map of transform name prefixes of the job to be replaced to the corresponding name prefixes
782-
* of the new job.
805+
* Optional. The map of transform name prefixes of the job to be replaced to the corresponding
806+
* name prefixes of the new job.
783807
* @param transformNameMapping transformNameMapping or {@code null} for none
784808
*/
785809
public Job setTransformNameMapping(java.util.Map<String, java.lang.String> transformNameMapping) {

0 commit comments

Comments
 (0)