@@ -39,15 +39,15 @@ public final class Environment extends com.google.api.client.json.GenericJson {
39
39
private java .lang .String clusterManagerApiService ;
40
40
41
41
/**
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}
44
44
* The value may be {@code null}.
45
45
*/
46
46
@ com .google .api .client .util .Key
47
47
private java .lang .String dataset ;
48
48
49
49
/**
50
- * Any debugging options to be supplied to the job.
50
+ * Optional. Any debugging options to be supplied to the job.
51
51
* The value may be {@code null}.
52
52
*/
53
53
@ com .google .api .client .util .Key
@@ -63,7 +63,7 @@ public final class Environment extends com.google.api.client.json.GenericJson {
63
63
private java .util .List <java .lang .String > experiments ;
64
64
65
65
/**
66
- * Which Flexible Resource Scheduling mode to run in.
66
+ * Optional. Which Flexible Resource Scheduling mode to run in.
67
67
* The value may be {@code null}.
68
68
*/
69
69
@ com .google .api .client .util .Key
@@ -86,15 +86,15 @@ public final class Environment extends com.google.api.client.json.GenericJson {
86
86
private java .util .Map <String , java .lang .Object > sdkPipelineOptions ;
87
87
88
88
/**
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.
90
90
* The value may be {@code null}.
91
91
*/
92
92
@ com .google .api .client .util .Key
93
93
private java .lang .String serviceAccountEmail ;
94
94
95
95
/**
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:
98
98
* projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY
99
99
* The value may be {@code null}.
100
100
*/
@@ -171,19 +171,20 @@ public final class Environment extends com.google.api.client.json.GenericJson {
171
171
private java .util .List <WorkerPool > workerPools ;
172
172
173
173
/**
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.
177
178
* The value may be {@code null}.
178
179
*/
179
180
@ com .google .api .client .util .Key
180
181
private java .lang .String workerRegion ;
181
182
182
183
/**
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.
187
188
* The value may be {@code null}.
188
189
*/
189
190
@ com .google .api .client .util .Key
@@ -211,17 +212,17 @@ public Environment setClusterManagerApiService(java.lang.String clusterManagerAp
211
212
}
212
213
213
214
/**
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}
216
217
* @return value or {@code null} for none
217
218
*/
218
219
public java .lang .String getDataset () {
219
220
return dataset ;
220
221
}
221
222
222
223
/**
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}
225
226
* @param dataset dataset or {@code null} for none
226
227
*/
227
228
public Environment setDataset (java .lang .String dataset ) {
@@ -230,15 +231,15 @@ public Environment setDataset(java.lang.String dataset) {
230
231
}
231
232
232
233
/**
233
- * Any debugging options to be supplied to the job.
234
+ * Optional. Any debugging options to be supplied to the job.
234
235
* @return value or {@code null} for none
235
236
*/
236
237
public DebugOptions getDebugOptions () {
237
238
return debugOptions ;
238
239
}
239
240
240
241
/**
241
- * Any debugging options to be supplied to the job.
242
+ * Optional. Any debugging options to be supplied to the job.
242
243
* @param debugOptions debugOptions or {@code null} for none
243
244
*/
244
245
public Environment setDebugOptions (DebugOptions debugOptions ) {
@@ -268,15 +269,15 @@ public Environment setExperiments(java.util.List<java.lang.String> experiments)
268
269
}
269
270
270
271
/**
271
- * Which Flexible Resource Scheduling mode to run in.
272
+ * Optional. Which Flexible Resource Scheduling mode to run in.
272
273
* @return value or {@code null} for none
273
274
*/
274
275
public java .lang .String getFlexResourceSchedulingGoal () {
275
276
return flexResourceSchedulingGoal ;
276
277
}
277
278
278
279
/**
279
- * Which Flexible Resource Scheduling mode to run in.
280
+ * Optional. Which Flexible Resource Scheduling mode to run in.
280
281
* @param flexResourceSchedulingGoal flexResourceSchedulingGoal or {@code null} for none
281
282
*/
282
283
public Environment setFlexResourceSchedulingGoal (java .lang .String flexResourceSchedulingGoal ) {
@@ -323,15 +324,15 @@ public Environment setSdkPipelineOptions(java.util.Map<String, java.lang.Object>
323
324
}
324
325
325
326
/**
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.
327
328
* @return value or {@code null} for none
328
329
*/
329
330
public java .lang .String getServiceAccountEmail () {
330
331
return serviceAccountEmail ;
331
332
}
332
333
333
334
/**
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.
335
336
* @param serviceAccountEmail serviceAccountEmail or {@code null} for none
336
337
*/
337
338
public Environment setServiceAccountEmail (java .lang .String serviceAccountEmail ) {
@@ -340,8 +341,8 @@ public Environment setServiceAccountEmail(java.lang.String serviceAccountEmail)
340
341
}
341
342
342
343
/**
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:
345
346
* projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY
346
347
* @return value or {@code null} for none
347
348
*/
@@ -350,8 +351,8 @@ public java.lang.String getServiceKmsKeyName() {
350
351
}
351
352
352
353
/**
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:
355
356
* projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY
356
357
* @param serviceKmsKeyName serviceKmsKeyName or {@code null} for none
357
358
*/
@@ -523,19 +524,21 @@ public Environment setWorkerPools(java.util.List<WorkerPool> workerPools) {
523
524
}
524
525
525
526
/**
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.
529
531
* @return value or {@code null} for none
530
532
*/
531
533
public java .lang .String getWorkerRegion () {
532
534
return workerRegion ;
533
535
}
534
536
535
537
/**
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.
539
542
* @param workerRegion workerRegion or {@code null} for none
540
543
*/
541
544
public Environment setWorkerRegion (java .lang .String workerRegion ) {
@@ -544,21 +547,21 @@ public Environment setWorkerRegion(java.lang.String workerRegion) {
544
547
}
545
548
546
549
/**
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.
551
554
* @return value or {@code null} for none
552
555
*/
553
556
public java .lang .String getWorkerZone () {
554
557
return workerZone ;
555
558
}
556
559
557
560
/**
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.
562
565
* @param workerZone workerZone or {@code null} for none
563
566
*/
564
567
public Environment setWorkerZone (java .lang .String workerZone ) {
0 commit comments