@@ -686,9 +686,8 @@ public Aggregated set(String parameterName, Object value) {
686686 }
687687 }
688688 /**
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
692691 * `projects.jobs.create` is not recommended, as your job will always start in `us-central1`. Do not
693692 * enter confidential information when you supply string values using the API.
694693 *
@@ -712,11 +711,11 @@ public class Create extends DataflowRequest<com.google.api.services.dataflow.mod
712711 private static final String REST_PATH = "v1b3/projects/{projectId}/jobs" ;
713712
714713 /**
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.
720719 *
721720 * Create a request for the method "jobs.create".
722721 *
@@ -3103,9 +3102,8 @@ public Jobs jobs() {
31033102 public class Jobs {
31043103
31053104 /**
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
31093107 * `projects.jobs.create` is not recommended, as your job will always start in `us-central1`. Do not
31103108 * enter confidential information when you supply string values using the API.
31113109 *
@@ -3131,11 +3129,11 @@ public class Create extends DataflowRequest<com.google.api.services.dataflow.mod
31313129 private static final String REST_PATH = "v1b3/projects/{projectId}/locations/{location}/jobs" ;
31323130
31333131 /**
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.
31393137 *
31403138 * Create a request for the method "jobs.create".
31413139 *
0 commit comments