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