@@ -686,9 +686,9 @@ public Aggregated set(String parameterName, Object value) {
686
686
}
687
687
}
688
688
/**
689
- * Creates a Cloud Dataflow job. To create a job, we recommend using
690
- * `projects.locations.jobs.create` with a [regional endpoint]
691
- * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
689
+ * A Job is a multi-stage computation graph run by the Cloud Dataflow service. Creates a Cloud
690
+ * Dataflow job. To create a job, we recommend using `projects.locations.jobs.create` with a
691
+ * [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
692
692
* `projects.jobs.create` is not recommended, as your job will always start in `us-central1`. Do not
693
693
* enter confidential information when you supply string values using the API.
694
694
*
@@ -712,9 +712,9 @@ public class Create extends DataflowRequest<com.google.api.services.dataflow.mod
712
712
private static final String REST_PATH = "v1b3/projects/{projectId}/jobs" ;
713
713
714
714
/**
715
- * Creates a Cloud Dataflow job. To create a job, we recommend using
716
- * `projects.locations.jobs.create` with a [regional endpoint]
717
- * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
715
+ * A Job is a multi-stage computation graph run by the Cloud Dataflow service. Creates a Cloud
716
+ * Dataflow job. To create a job, we recommend using `projects.locations.jobs.create` with a
717
+ * [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
718
718
* `projects.jobs.create` is not recommended, as your job will always start in `us-central1`. Do
719
719
* not enter confidential information when you supply string values using the API.
720
720
*
@@ -3103,9 +3103,9 @@ public Jobs jobs() {
3103
3103
public class Jobs {
3104
3104
3105
3105
/**
3106
- * Creates a Cloud Dataflow job. To create a job, we recommend using
3107
- * `projects.locations.jobs.create` with a [regional endpoint]
3108
- * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
3106
+ * A Job is a multi-stage computation graph run by the Cloud Dataflow service. Creates a Cloud
3107
+ * Dataflow job. To create a job, we recommend using `projects.locations.jobs.create` with a
3108
+ * [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
3109
3109
* `projects.jobs.create` is not recommended, as your job will always start in `us-central1`. Do not
3110
3110
* enter confidential information when you supply string values using the API.
3111
3111
*
@@ -3131,9 +3131,9 @@ public class Create extends DataflowRequest<com.google.api.services.dataflow.mod
3131
3131
private static final String REST_PATH = "v1b3/projects/{projectId}/locations/{location}/jobs" ;
3132
3132
3133
3133
/**
3134
- * Creates a Cloud Dataflow job. To create a job, we recommend using
3135
- * `projects.locations.jobs.create` with a [regional endpoint]
3136
- * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
3134
+ * A Job is a multi-stage computation graph run by the Cloud Dataflow service. Creates a Cloud
3135
+ * Dataflow job. To create a job, we recommend using `projects.locations.jobs.create` with a
3136
+ * [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
3137
3137
* `projects.jobs.create` is not recommended, as your job will always start in `us-central1`. Do
3138
3138
* not enter confidential information when you supply string values using the API.
3139
3139
*
0 commit comments