@@ -686,9 +686,9 @@ public Aggregated set(String parameterName, Object value) {
686686 }
687687 }
688688 /**
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
692692 * `projects.jobs.create` is not recommended, as your job will always start in `us-central1`. Do not
693693 * enter confidential information when you supply string values using the API.
694694 *
@@ -712,9 +712,9 @@ public class Create extends DataflowRequest<com.google.api.services.dataflow.mod
712712 private static final String REST_PATH = "v1b3/projects/{projectId}/jobs" ;
713713
714714 /**
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
718718 * `projects.jobs.create` is not recommended, as your job will always start in `us-central1`. Do
719719 * not enter confidential information when you supply string values using the API.
720720 *
@@ -3103,9 +3103,9 @@ public Jobs jobs() {
31033103 public class Jobs {
31043104
31053105 /**
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
31093109 * `projects.jobs.create` is not recommended, as your job will always start in `us-central1`. Do not
31103110 * enter confidential information when you supply string values using the API.
31113111 *
@@ -3131,9 +3131,9 @@ public class Create extends DataflowRequest<com.google.api.services.dataflow.mod
31313131 private static final String REST_PATH = "v1b3/projects/{projectId}/locations/{location}/jobs" ;
31323132
31333133 /**
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
31373137 * `projects.jobs.create` is not recommended, as your job will always start in `us-central1`. Do
31383138 * not enter confidential information when you supply string values using the API.
31393139 *
0 commit comments