@@ -74,7 +74,7 @@ public final class Job extends com.google.api.client.json.GenericJson {
74
74
private String currentStateTime ;
75
75
76
76
/**
77
- * The environment for the job.
77
+ * Optional. The environment for the job.
78
78
* The value may be {@code null}.
79
79
*/
80
80
@ com .google .api .client .util .Key
@@ -123,10 +123,10 @@ public final class Job extends com.google.api.client.json.GenericJson {
123
123
private java .lang .String location ;
124
124
125
125
/**
126
- * The user-specified Dataflow job name. Only one active job with a given name can exist in a
127
- * project within one region at any given time. Jobs in different regions can have the same name.
128
- * If a caller attempts to create a job with the same name as an active job that already exists,
129
- * the attempt returns the existing job. The name must match the regular expression
126
+ * Optional. The user-specified Dataflow job name. Only one active job with a given name can exist
127
+ * in a project within one region at any given time. Jobs in different regions can have the same
128
+ * name. If a caller attempts to create a job with the same name as an active job that already
129
+ * exists, the attempt returns the existing job. The name must match the regular expression
130
130
* `[a-z]([-a-z0-9]{0,1022}[a-z0-9])?`
131
131
* The value may be {@code null}.
132
132
*/
@@ -259,7 +259,7 @@ public final class Job extends com.google.api.client.json.GenericJson {
259
259
private java .util .Map <String , java .lang .String > transformNameMapping ;
260
260
261
261
/**
262
- * The type of Dataflow job.
262
+ * Optional. The type of Dataflow job.
263
263
* The value may be {@code null}.
264
264
*/
265
265
@ com .google .api .client .util .Key
@@ -367,15 +367,15 @@ public Job setCurrentStateTime(String currentStateTime) {
367
367
}
368
368
369
369
/**
370
- * The environment for the job.
370
+ * Optional. The environment for the job.
371
371
* @return value or {@code null} for none
372
372
*/
373
373
public Environment getEnvironment () {
374
374
return environment ;
375
375
}
376
376
377
377
/**
378
- * The environment for the job.
378
+ * Optional. The environment for the job.
379
379
* @param environment environment or {@code null} for none
380
380
*/
381
381
public Job setEnvironment (Environment environment ) {
@@ -483,10 +483,10 @@ public Job setLocation(java.lang.String location) {
483
483
}
484
484
485
485
/**
486
- * The user-specified Dataflow job name. Only one active job with a given name can exist in a
487
- * project within one region at any given time. Jobs in different regions can have the same name.
488
- * If a caller attempts to create a job with the same name as an active job that already exists,
489
- * the attempt returns the existing job. The name must match the regular expression
486
+ * Optional. The user-specified Dataflow job name. Only one active job with a given name can exist
487
+ * in a project within one region at any given time. Jobs in different regions can have the same
488
+ * name. If a caller attempts to create a job with the same name as an active job that already
489
+ * exists, the attempt returns the existing job. The name must match the regular expression
490
490
* `[a-z]([-a-z0-9]{0,1022}[a-z0-9])?`
491
491
* @return value or {@code null} for none
492
492
*/
@@ -495,10 +495,10 @@ public java.lang.String getName() {
495
495
}
496
496
497
497
/**
498
- * The user-specified Dataflow job name. Only one active job with a given name can exist in a
499
- * project within one region at any given time. Jobs in different regions can have the same name.
500
- * If a caller attempts to create a job with the same name as an active job that already exists,
501
- * the attempt returns the existing job. The name must match the regular expression
498
+ * Optional. The user-specified Dataflow job name. Only one active job with a given name can exist
499
+ * in a project within one region at any given time. Jobs in different regions can have the same
500
+ * name. If a caller attempts to create a job with the same name as an active job that already
501
+ * exists, the attempt returns the existing job. The name must match the regular expression
502
502
* `[a-z]([-a-z0-9]{0,1022}[a-z0-9])?`
503
503
* @param name name or {@code null} for none
504
504
*/
@@ -788,15 +788,15 @@ public Job setTransformNameMapping(java.util.Map<String, java.lang.String> trans
788
788
}
789
789
790
790
/**
791
- * The type of Dataflow job.
791
+ * Optional. The type of Dataflow job.
792
792
* @return value or {@code null} for none
793
793
*/
794
794
public java .lang .String getType () {
795
795
return type ;
796
796
}
797
797
798
798
/**
799
- * The type of Dataflow job.
799
+ * Optional. The type of Dataflow job.
800
800
* @param type type or {@code null} for none
801
801
*/
802
802
public Job setType (java .lang .String type ) {
0 commit comments