diff --git a/google-api-grpc/grpc-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/CloudSchedulerGrpc.java b/google-api-grpc/grpc-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/CloudSchedulerGrpc.java index 920c242e6695..91066e736646 100644 --- a/google-api-grpc/grpc-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/CloudSchedulerGrpc.java +++ b/google-api-grpc/grpc-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/CloudSchedulerGrpc.java @@ -541,12 +541,13 @@ public void createJob( * *
      * Updates a job.
-     * If successful, the updated [Job][google.cloud.scheduler.v1beta1.Job] is returned. If the job does
-     * not exist, `NOT_FOUND` is returned.
+     * If successful, the updated [Job][google.cloud.scheduler.v1beta1.Job] is
+     * returned. If the job does not exist, `NOT_FOUND` is returned.
      * If UpdateJob does not successfully return, it is possible for the
-     * job to be in an [Job.State.UPDATE_FAILED][google.cloud.scheduler.v1beta1.Job.State.UPDATE_FAILED] state. A job in this state may
-     * not be executed. If this happens, retry the UpdateJob request
-     * until a successful response is received.
+     * job to be in an
+     * [Job.State.UPDATE_FAILED][google.cloud.scheduler.v1beta1.Job.State.UPDATE_FAILED]
+     * state. A job in this state may not be executed. If this happens, retry the
+     * UpdateJob request until a successful response is received.
      * 
*/ public void updateJob( @@ -574,10 +575,14 @@ public void deleteJob( *
      * Pauses a job.
      * If a job is paused then the system will stop executing the job
-     * until it is re-enabled via [ResumeJob][google.cloud.scheduler.v1beta1.CloudScheduler.ResumeJob]. The
-     * state of the job is stored in [state][google.cloud.scheduler.v1beta1.Job.state]; if paused it
-     * will be set to [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. A job must be in [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED]
-     * to be paused.
+     * until it is re-enabled via
+     * [ResumeJob][google.cloud.scheduler.v1beta1.CloudScheduler.ResumeJob]. The
+     * state of the job is stored in
+     * [state][google.cloud.scheduler.v1beta1.Job.state]; if paused it will be set
+     * to [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. A
+     * job must be in
+     * [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED] to be
+     * paused.
      * 
*/ public void pauseJob( @@ -591,10 +596,15 @@ public void pauseJob( * *
      * Resume a job.
-     * This method reenables a job after it has been [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. The
-     * state of a job is stored in [Job.state][google.cloud.scheduler.v1beta1.Job.state]; after calling this method it
-     * will be set to [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED]. A job must be in
-     * [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED] to be resumed.
+     * This method reenables a job after it has been
+     * [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. The
+     * state of a job is stored in
+     * [Job.state][google.cloud.scheduler.v1beta1.Job.state]; after calling this
+     * method it will be set to
+     * [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED]. A
+     * job must be in
+     * [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED] to be
+     * resumed.
      * 
*/ public void resumeJob( @@ -751,12 +761,13 @@ public void createJob( * *
      * Updates a job.
-     * If successful, the updated [Job][google.cloud.scheduler.v1beta1.Job] is returned. If the job does
-     * not exist, `NOT_FOUND` is returned.
+     * If successful, the updated [Job][google.cloud.scheduler.v1beta1.Job] is
+     * returned. If the job does not exist, `NOT_FOUND` is returned.
      * If UpdateJob does not successfully return, it is possible for the
-     * job to be in an [Job.State.UPDATE_FAILED][google.cloud.scheduler.v1beta1.Job.State.UPDATE_FAILED] state. A job in this state may
-     * not be executed. If this happens, retry the UpdateJob request
-     * until a successful response is received.
+     * job to be in an
+     * [Job.State.UPDATE_FAILED][google.cloud.scheduler.v1beta1.Job.State.UPDATE_FAILED]
+     * state. A job in this state may not be executed. If this happens, retry the
+     * UpdateJob request until a successful response is received.
      * 
*/ public void updateJob( @@ -790,10 +801,14 @@ public void deleteJob( *
      * Pauses a job.
      * If a job is paused then the system will stop executing the job
-     * until it is re-enabled via [ResumeJob][google.cloud.scheduler.v1beta1.CloudScheduler.ResumeJob]. The
-     * state of the job is stored in [state][google.cloud.scheduler.v1beta1.Job.state]; if paused it
-     * will be set to [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. A job must be in [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED]
-     * to be paused.
+     * until it is re-enabled via
+     * [ResumeJob][google.cloud.scheduler.v1beta1.CloudScheduler.ResumeJob]. The
+     * state of the job is stored in
+     * [state][google.cloud.scheduler.v1beta1.Job.state]; if paused it will be set
+     * to [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. A
+     * job must be in
+     * [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED] to be
+     * paused.
      * 
*/ public void pauseJob( @@ -810,10 +825,15 @@ public void pauseJob( * *
      * Resume a job.
-     * This method reenables a job after it has been [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. The
-     * state of a job is stored in [Job.state][google.cloud.scheduler.v1beta1.Job.state]; after calling this method it
-     * will be set to [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED]. A job must be in
-     * [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED] to be resumed.
+     * This method reenables a job after it has been
+     * [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. The
+     * state of a job is stored in
+     * [Job.state][google.cloud.scheduler.v1beta1.Job.state]; after calling this
+     * method it will be set to
+     * [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED]. A
+     * job must be in
+     * [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED] to be
+     * resumed.
      * 
*/ public void resumeJob( @@ -909,12 +929,13 @@ public com.google.cloud.scheduler.v1beta1.Job createJob( * *
      * Updates a job.
-     * If successful, the updated [Job][google.cloud.scheduler.v1beta1.Job] is returned. If the job does
-     * not exist, `NOT_FOUND` is returned.
+     * If successful, the updated [Job][google.cloud.scheduler.v1beta1.Job] is
+     * returned. If the job does not exist, `NOT_FOUND` is returned.
      * If UpdateJob does not successfully return, it is possible for the
-     * job to be in an [Job.State.UPDATE_FAILED][google.cloud.scheduler.v1beta1.Job.State.UPDATE_FAILED] state. A job in this state may
-     * not be executed. If this happens, retry the UpdateJob request
-     * until a successful response is received.
+     * job to be in an
+     * [Job.State.UPDATE_FAILED][google.cloud.scheduler.v1beta1.Job.State.UPDATE_FAILED]
+     * state. A job in this state may not be executed. If this happens, retry the
+     * UpdateJob request until a successful response is received.
      * 
*/ public com.google.cloud.scheduler.v1beta1.Job updateJob( @@ -940,10 +961,14 @@ public com.google.protobuf.Empty deleteJob( *
      * Pauses a job.
      * If a job is paused then the system will stop executing the job
-     * until it is re-enabled via [ResumeJob][google.cloud.scheduler.v1beta1.CloudScheduler.ResumeJob]. The
-     * state of the job is stored in [state][google.cloud.scheduler.v1beta1.Job.state]; if paused it
-     * will be set to [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. A job must be in [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED]
-     * to be paused.
+     * until it is re-enabled via
+     * [ResumeJob][google.cloud.scheduler.v1beta1.CloudScheduler.ResumeJob]. The
+     * state of the job is stored in
+     * [state][google.cloud.scheduler.v1beta1.Job.state]; if paused it will be set
+     * to [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. A
+     * job must be in
+     * [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED] to be
+     * paused.
      * 
*/ public com.google.cloud.scheduler.v1beta1.Job pauseJob( @@ -956,10 +981,15 @@ public com.google.cloud.scheduler.v1beta1.Job pauseJob( * *
      * Resume a job.
-     * This method reenables a job after it has been [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. The
-     * state of a job is stored in [Job.state][google.cloud.scheduler.v1beta1.Job.state]; after calling this method it
-     * will be set to [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED]. A job must be in
-     * [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED] to be resumed.
+     * This method reenables a job after it has been
+     * [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. The
+     * state of a job is stored in
+     * [Job.state][google.cloud.scheduler.v1beta1.Job.state]; after calling this
+     * method it will be set to
+     * [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED]. A
+     * job must be in
+     * [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED] to be
+     * resumed.
      * 
*/ public com.google.cloud.scheduler.v1beta1.Job resumeJob( @@ -1053,12 +1083,13 @@ protected CloudSchedulerFutureStub build( * *
      * Updates a job.
-     * If successful, the updated [Job][google.cloud.scheduler.v1beta1.Job] is returned. If the job does
-     * not exist, `NOT_FOUND` is returned.
+     * If successful, the updated [Job][google.cloud.scheduler.v1beta1.Job] is
+     * returned. If the job does not exist, `NOT_FOUND` is returned.
      * If UpdateJob does not successfully return, it is possible for the
-     * job to be in an [Job.State.UPDATE_FAILED][google.cloud.scheduler.v1beta1.Job.State.UPDATE_FAILED] state. A job in this state may
-     * not be executed. If this happens, retry the UpdateJob request
-     * until a successful response is received.
+     * job to be in an
+     * [Job.State.UPDATE_FAILED][google.cloud.scheduler.v1beta1.Job.State.UPDATE_FAILED]
+     * state. A job in this state may not be executed. If this happens, retry the
+     * UpdateJob request until a successful response is received.
      * 
*/ public com.google.common.util.concurrent.ListenableFuture< @@ -1087,10 +1118,14 @@ public com.google.common.util.concurrent.ListenableFuture * Pauses a job. * If a job is paused then the system will stop executing the job - * until it is re-enabled via [ResumeJob][google.cloud.scheduler.v1beta1.CloudScheduler.ResumeJob]. The - * state of the job is stored in [state][google.cloud.scheduler.v1beta1.Job.state]; if paused it - * will be set to [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. A job must be in [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED] - * to be paused. + * until it is re-enabled via + * [ResumeJob][google.cloud.scheduler.v1beta1.CloudScheduler.ResumeJob]. The + * state of the job is stored in + * [state][google.cloud.scheduler.v1beta1.Job.state]; if paused it will be set + * to [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. A + * job must be in + * [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED] to be + * paused. * */ public com.google.common.util.concurrent.ListenableFuture< @@ -1105,10 +1140,15 @@ public com.google.common.util.concurrent.ListenableFuture * Resume a job. - * This method reenables a job after it has been [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. The - * state of a job is stored in [Job.state][google.cloud.scheduler.v1beta1.Job.state]; after calling this method it - * will be set to [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED]. A job must be in - * [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED] to be resumed. + * This method reenables a job after it has been + * [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. The + * state of a job is stored in + * [Job.state][google.cloud.scheduler.v1beta1.Job.state]; after calling this + * method it will be set to + * [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED]. A + * job must be in + * [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED] to be + * resumed. * */ public com.google.common.util.concurrent.ListenableFuture< diff --git a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/AppEngineHttpTarget.java b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/AppEngineHttpTarget.java index 9467748ff0b5..77b881442a82 100644 --- a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/AppEngineHttpTarget.java +++ b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/AppEngineHttpTarget.java @@ -8,14 +8,14 @@ * *
  * App Engine target. The job will be pushed to a job handler by means
- * of an HTTP request via an [http_method][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.http_method] such
- * as HTTP POST, HTTP GET, etc. The job is acknowledged by means of an
- * HTTP response code in the range [200 - 299]. Error 503 is
- * considered an App Engine system error instead of an application
- * error. Requests returning error 503 will be retried regardless of
- * retry configuration and not counted against retry counts. Any other
- * response code, or a failure to receive a response before the
- * deadline, constitutes a failed attempt.
+ * of an HTTP request via an
+ * [http_method][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.http_method]
+ * such as HTTP POST, HTTP GET, etc. The job is acknowledged by means of an HTTP
+ * response code in the range [200 - 299]. Error 503 is considered an App Engine
+ * system error instead of an application error. Requests returning error 503
+ * will be retried regardless of retry configuration and not counted against
+ * retry counts. Any other response code, or a failure to receive a response
+ * before the deadline, constitutes a failed attempt.
  * 
* * Protobuf type {@code google.cloud.scheduler.v1beta1.AppEngineHttpTarget} @@ -319,8 +319,9 @@ public int getHeadersCount() { * This header can be modified, but Cloud Scheduler will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the job has an [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud Scheduler sets the - * following headers: + * If the job has an + * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud + * Scheduler sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explictly * setting `Content-Type` to a particular media type when the job is @@ -331,10 +332,12 @@ public int getHeadersCount() { * The headers below are output only. They cannot be set or overridden: * * `X-Google-*`: For Google internal use only. * * `X-AppEngine-*`: For Google internal use only. See - * [Reading request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [Reading request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * In addition, some App Engine headers, which contain * job-specific information, are also be sent to the job handler; see - * [request headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). + * [request + * headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). * * * map<string, string> headers = 4; @@ -363,8 +366,9 @@ public java.util.Map getHeaders() { * This header can be modified, but Cloud Scheduler will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the job has an [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud Scheduler sets the - * following headers: + * If the job has an + * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud + * Scheduler sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explictly * setting `Content-Type` to a particular media type when the job is @@ -375,10 +379,12 @@ public java.util.Map getHeaders() { * The headers below are output only. They cannot be set or overridden: * * `X-Google-*`: For Google internal use only. * * `X-AppEngine-*`: For Google internal use only. See - * [Reading request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [Reading request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * In addition, some App Engine headers, which contain * job-specific information, are also be sent to the job handler; see - * [request headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). + * [request + * headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). * * * map<string, string> headers = 4; @@ -399,8 +405,9 @@ public java.util.Map getHeadersMap() { * This header can be modified, but Cloud Scheduler will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the job has an [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud Scheduler sets the - * following headers: + * If the job has an + * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud + * Scheduler sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explictly * setting `Content-Type` to a particular media type when the job is @@ -411,10 +418,12 @@ public java.util.Map getHeadersMap() { * The headers below are output only. They cannot be set or overridden: * * `X-Google-*`: For Google internal use only. * * `X-AppEngine-*`: For Google internal use only. See - * [Reading request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [Reading request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * In addition, some App Engine headers, which contain * job-specific information, are also be sent to the job handler; see - * [request headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). + * [request + * headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). * * * map<string, string> headers = 4; @@ -439,8 +448,9 @@ public java.lang.String getHeadersOrDefault(java.lang.String key, java.lang.Stri * This header can be modified, but Cloud Scheduler will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the job has an [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud Scheduler sets the - * following headers: + * If the job has an + * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud + * Scheduler sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explictly * setting `Content-Type` to a particular media type when the job is @@ -451,10 +461,12 @@ public java.lang.String getHeadersOrDefault(java.lang.String key, java.lang.Stri * The headers below are output only. They cannot be set or overridden: * * `X-Google-*`: For Google internal use only. * * `X-AppEngine-*`: For Google internal use only. See - * [Reading request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [Reading request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * In addition, some App Engine headers, which contain * job-specific information, are also be sent to the job handler; see - * [request headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). + * [request + * headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). * * * map<string, string> headers = 4; @@ -479,7 +491,8 @@ public java.lang.String getHeadersOrThrow(java.lang.String key) { * Body. * HTTP request body. A request body is allowed only if the HTTP method is * POST or PUT. It will result in invalid argument error to set a body on a - * job with an incompatible [HttpMethod][google.cloud.scheduler.v1beta1.HttpMethod]. + * job with an incompatible + * [HttpMethod][google.cloud.scheduler.v1beta1.HttpMethod]. * * * bytes body = 5; @@ -705,14 +718,14 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * *
    * App Engine target. The job will be pushed to a job handler by means
-   * of an HTTP request via an [http_method][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.http_method] such
-   * as HTTP POST, HTTP GET, etc. The job is acknowledged by means of an
-   * HTTP response code in the range [200 - 299]. Error 503 is
-   * considered an App Engine system error instead of an application
-   * error. Requests returning error 503 will be retried regardless of
-   * retry configuration and not counted against retry counts. Any other
-   * response code, or a failure to receive a response before the
-   * deadline, constitutes a failed attempt.
+   * of an HTTP request via an
+   * [http_method][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.http_method]
+   * such as HTTP POST, HTTP GET, etc. The job is acknowledged by means of an HTTP
+   * response code in the range [200 - 299]. Error 503 is considered an App Engine
+   * system error instead of an application error. Requests returning error 503
+   * will be retried regardless of retry configuration and not counted against
+   * retry counts. Any other response code, or a failure to receive a response
+   * before the deadline, constitutes a failed attempt.
    * 
* * Protobuf type {@code google.cloud.scheduler.v1beta1.AppEngineHttpTarget} @@ -1340,8 +1353,9 @@ public int getHeadersCount() { * This header can be modified, but Cloud Scheduler will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the job has an [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud Scheduler sets the - * following headers: + * If the job has an + * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud + * Scheduler sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explictly * setting `Content-Type` to a particular media type when the job is @@ -1352,10 +1366,12 @@ public int getHeadersCount() { * The headers below are output only. They cannot be set or overridden: * * `X-Google-*`: For Google internal use only. * * `X-AppEngine-*`: For Google internal use only. See - * [Reading request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [Reading request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * In addition, some App Engine headers, which contain * job-specific information, are also be sent to the job handler; see - * [request headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). + * [request + * headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). * * * map<string, string> headers = 4; @@ -1384,8 +1400,9 @@ public java.util.Map getHeaders() { * This header can be modified, but Cloud Scheduler will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the job has an [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud Scheduler sets the - * following headers: + * If the job has an + * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud + * Scheduler sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explictly * setting `Content-Type` to a particular media type when the job is @@ -1396,10 +1413,12 @@ public java.util.Map getHeaders() { * The headers below are output only. They cannot be set or overridden: * * `X-Google-*`: For Google internal use only. * * `X-AppEngine-*`: For Google internal use only. See - * [Reading request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [Reading request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * In addition, some App Engine headers, which contain * job-specific information, are also be sent to the job handler; see - * [request headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). + * [request + * headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). * * * map<string, string> headers = 4; @@ -1420,8 +1439,9 @@ public java.util.Map getHeadersMap() { * This header can be modified, but Cloud Scheduler will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the job has an [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud Scheduler sets the - * following headers: + * If the job has an + * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud + * Scheduler sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explictly * setting `Content-Type` to a particular media type when the job is @@ -1432,10 +1452,12 @@ public java.util.Map getHeadersMap() { * The headers below are output only. They cannot be set or overridden: * * `X-Google-*`: For Google internal use only. * * `X-AppEngine-*`: For Google internal use only. See - * [Reading request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [Reading request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * In addition, some App Engine headers, which contain * job-specific information, are also be sent to the job handler; see - * [request headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). + * [request + * headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). * * * map<string, string> headers = 4; @@ -1461,8 +1483,9 @@ public java.lang.String getHeadersOrDefault( * This header can be modified, but Cloud Scheduler will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the job has an [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud Scheduler sets the - * following headers: + * If the job has an + * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud + * Scheduler sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explictly * setting `Content-Type` to a particular media type when the job is @@ -1473,10 +1496,12 @@ public java.lang.String getHeadersOrDefault( * The headers below are output only. They cannot be set or overridden: * * `X-Google-*`: For Google internal use only. * * `X-AppEngine-*`: For Google internal use only. See - * [Reading request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [Reading request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * In addition, some App Engine headers, which contain * job-specific information, are also be sent to the job handler; see - * [request headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). + * [request + * headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). * * * map<string, string> headers = 4; @@ -1509,8 +1534,9 @@ public Builder clearHeaders() { * This header can be modified, but Cloud Scheduler will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the job has an [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud Scheduler sets the - * following headers: + * If the job has an + * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud + * Scheduler sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explictly * setting `Content-Type` to a particular media type when the job is @@ -1521,10 +1547,12 @@ public Builder clearHeaders() { * The headers below are output only. They cannot be set or overridden: * * `X-Google-*`: For Google internal use only. * * `X-AppEngine-*`: For Google internal use only. See - * [Reading request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [Reading request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * In addition, some App Engine headers, which contain * job-specific information, are also be sent to the job handler; see - * [request headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). + * [request + * headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). * * * map<string, string> headers = 4; @@ -1554,8 +1582,9 @@ public java.util.Map getMutableHeaders() { * This header can be modified, but Cloud Scheduler will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the job has an [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud Scheduler sets the - * following headers: + * If the job has an + * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud + * Scheduler sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explictly * setting `Content-Type` to a particular media type when the job is @@ -1566,10 +1595,12 @@ public java.util.Map getMutableHeaders() { * The headers below are output only. They cannot be set or overridden: * * `X-Google-*`: For Google internal use only. * * `X-AppEngine-*`: For Google internal use only. See - * [Reading request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [Reading request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * In addition, some App Engine headers, which contain * job-specific information, are also be sent to the job handler; see - * [request headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). + * [request + * headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). * * * map<string, string> headers = 4; @@ -1597,8 +1628,9 @@ public Builder putHeaders(java.lang.String key, java.lang.String value) { * This header can be modified, but Cloud Scheduler will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the job has an [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud Scheduler sets the - * following headers: + * If the job has an + * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud + * Scheduler sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explictly * setting `Content-Type` to a particular media type when the job is @@ -1609,10 +1641,12 @@ public Builder putHeaders(java.lang.String key, java.lang.String value) { * The headers below are output only. They cannot be set or overridden: * * `X-Google-*`: For Google internal use only. * * `X-AppEngine-*`: For Google internal use only. See - * [Reading request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [Reading request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * In addition, some App Engine headers, which contain * job-specific information, are also be sent to the job handler; see - * [request headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). + * [request + * headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). * * * map<string, string> headers = 4; @@ -1630,7 +1664,8 @@ public Builder putAllHeaders(java.util.Map v * Body. * HTTP request body. A request body is allowed only if the HTTP method is * POST or PUT. It will result in invalid argument error to set a body on a - * job with an incompatible [HttpMethod][google.cloud.scheduler.v1beta1.HttpMethod]. + * job with an incompatible + * [HttpMethod][google.cloud.scheduler.v1beta1.HttpMethod]. * * * bytes body = 5; @@ -1645,7 +1680,8 @@ public com.google.protobuf.ByteString getBody() { * Body. * HTTP request body. A request body is allowed only if the HTTP method is * POST or PUT. It will result in invalid argument error to set a body on a - * job with an incompatible [HttpMethod][google.cloud.scheduler.v1beta1.HttpMethod]. + * job with an incompatible + * [HttpMethod][google.cloud.scheduler.v1beta1.HttpMethod]. * * * bytes body = 5; @@ -1666,7 +1702,8 @@ public Builder setBody(com.google.protobuf.ByteString value) { * Body. * HTTP request body. A request body is allowed only if the HTTP method is * POST or PUT. It will result in invalid argument error to set a body on a - * job with an incompatible [HttpMethod][google.cloud.scheduler.v1beta1.HttpMethod]. + * job with an incompatible + * [HttpMethod][google.cloud.scheduler.v1beta1.HttpMethod]. * * * bytes body = 5; diff --git a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/AppEngineHttpTargetOrBuilder.java b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/AppEngineHttpTargetOrBuilder.java index 92c63fbcb1ef..2a9e67c827be 100644 --- a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/AppEngineHttpTargetOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/AppEngineHttpTargetOrBuilder.java @@ -104,8 +104,9 @@ public interface AppEngineHttpTargetOrBuilder * This header can be modified, but Cloud Scheduler will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the job has an [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud Scheduler sets the - * following headers: + * If the job has an + * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud + * Scheduler sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explictly * setting `Content-Type` to a particular media type when the job is @@ -116,10 +117,12 @@ public interface AppEngineHttpTargetOrBuilder * The headers below are output only. They cannot be set or overridden: * * `X-Google-*`: For Google internal use only. * * `X-AppEngine-*`: For Google internal use only. See - * [Reading request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [Reading request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * In addition, some App Engine headers, which contain * job-specific information, are also be sent to the job handler; see - * [request headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). + * [request + * headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). * * * map<string, string> headers = 4; @@ -138,8 +141,9 @@ public interface AppEngineHttpTargetOrBuilder * This header can be modified, but Cloud Scheduler will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the job has an [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud Scheduler sets the - * following headers: + * If the job has an + * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud + * Scheduler sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explictly * setting `Content-Type` to a particular media type when the job is @@ -150,10 +154,12 @@ public interface AppEngineHttpTargetOrBuilder * The headers below are output only. They cannot be set or overridden: * * `X-Google-*`: For Google internal use only. * * `X-AppEngine-*`: For Google internal use only. See - * [Reading request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [Reading request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * In addition, some App Engine headers, which contain * job-specific information, are also be sent to the job handler; see - * [request headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). + * [request + * headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). * * * map<string, string> headers = 4; @@ -175,8 +181,9 @@ public interface AppEngineHttpTargetOrBuilder * This header can be modified, but Cloud Scheduler will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the job has an [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud Scheduler sets the - * following headers: + * If the job has an + * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud + * Scheduler sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explictly * setting `Content-Type` to a particular media type when the job is @@ -187,10 +194,12 @@ public interface AppEngineHttpTargetOrBuilder * The headers below are output only. They cannot be set or overridden: * * `X-Google-*`: For Google internal use only. * * `X-AppEngine-*`: For Google internal use only. See - * [Reading request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [Reading request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * In addition, some App Engine headers, which contain * job-specific information, are also be sent to the job handler; see - * [request headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). + * [request + * headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). * * * map<string, string> headers = 4; @@ -209,8 +218,9 @@ public interface AppEngineHttpTargetOrBuilder * This header can be modified, but Cloud Scheduler will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the job has an [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud Scheduler sets the - * following headers: + * If the job has an + * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud + * Scheduler sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explictly * setting `Content-Type` to a particular media type when the job is @@ -221,10 +231,12 @@ public interface AppEngineHttpTargetOrBuilder * The headers below are output only. They cannot be set or overridden: * * `X-Google-*`: For Google internal use only. * * `X-AppEngine-*`: For Google internal use only. See - * [Reading request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [Reading request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * In addition, some App Engine headers, which contain * job-specific information, are also be sent to the job handler; see - * [request headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). + * [request + * headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). * * * map<string, string> headers = 4; @@ -243,8 +255,9 @@ public interface AppEngineHttpTargetOrBuilder * This header can be modified, but Cloud Scheduler will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the job has an [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud Scheduler sets the - * following headers: + * If the job has an + * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud + * Scheduler sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explictly * setting `Content-Type` to a particular media type when the job is @@ -255,10 +268,12 @@ public interface AppEngineHttpTargetOrBuilder * The headers below are output only. They cannot be set or overridden: * * `X-Google-*`: For Google internal use only. * * `X-AppEngine-*`: For Google internal use only. See - * [Reading request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [Reading request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * In addition, some App Engine headers, which contain * job-specific information, are also be sent to the job handler; see - * [request headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). + * [request + * headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). * * * map<string, string> headers = 4; @@ -272,7 +287,8 @@ public interface AppEngineHttpTargetOrBuilder * Body. * HTTP request body. A request body is allowed only if the HTTP method is * POST or PUT. It will result in invalid argument error to set a body on a - * job with an incompatible [HttpMethod][google.cloud.scheduler.v1beta1.HttpMethod]. + * job with an incompatible + * [HttpMethod][google.cloud.scheduler.v1beta1.HttpMethod]. * * * bytes body = 5; diff --git a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/AppEngineRouting.java b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/AppEngineRouting.java index b1fd1ea42348..dce567882603 100644 --- a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/AppEngineRouting.java +++ b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/AppEngineRouting.java @@ -9,10 +9,14 @@ *
  * App Engine Routing.
  * For more information about services, versions, and instances see
- * [An Overview of App Engine](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine),
- * [Microservices Architecture on Google App Engine](https://cloud.google.com/appengine/docs/python/microservices-on-app-engine),
- * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed), and
- * [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed).
+ * [An Overview of App
+ * Engine](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine),
+ * [Microservices Architecture on Google App
+ * Engine](https://cloud.google.com/appengine/docs/python/microservices-on-app-engine),
+ * [App Engine Standard request
+ * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed),
+ * and [App Engine Flex request
+ * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed).
  * 
* * Protobuf type {@code google.cloud.scheduler.v1beta1.AppEngineRouting} @@ -224,10 +228,13 @@ public com.google.protobuf.ByteString getVersionBytes() { * By default, the job is sent to an instance which is available when * the job is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) and - * [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -251,10 +258,13 @@ public java.lang.String getInstance() { * By default, the job is sent to an instance which is available when * the job is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) and - * [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -292,32 +302,40 @@ public com.google.protobuf.ByteString getInstanceBytes() { * * `application_domain_name` = The domain name of the app, for * example <app-id>.appspot.com, which is associated with the * job's project ID. - * * `service =` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * * `version =` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * * `service =` + * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * * `version =` + * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] * * `version_dot_service =` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' +` - * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * * `instance =` [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] + * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' + * +` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * * `instance =` + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] * * `instance_dot_service =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] * * `instance_dot_version =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] * * `instance_dot_version_dot_service =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' +` + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * `+ '.' +` * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] is empty, then the job will be sent - * to the service which is the default service when the job is attempted. - * If [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] is empty, then the job will be sent - * to the version which is the default version when the job is attempted. - * If [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is empty, then the job will be - * sent to an instance which is available when the job is attempted. + * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] is + * empty, then the job will be sent to the service which is the default + * service when the job is attempted. + * If [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] is + * empty, then the job will be sent to the version which is the default + * version when the job is attempted. + * If [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is + * empty, then the job will be sent to an instance which is available when the + * job is attempted. * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service], * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version], or - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is invalid, then the job will be sent - * to the default version of the default service when the job is attempted. + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is + * invalid, then the job will be sent to the default version of the default + * service when the job is attempted. * * * string host = 4; @@ -352,32 +370,40 @@ public java.lang.String getHost() { * * `application_domain_name` = The domain name of the app, for * example <app-id>.appspot.com, which is associated with the * job's project ID. - * * `service =` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * * `version =` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * * `service =` + * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * * `version =` + * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] * * `version_dot_service =` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' +` - * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * * `instance =` [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] + * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' + * +` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * * `instance =` + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] * * `instance_dot_service =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] * * `instance_dot_version =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] * * `instance_dot_version_dot_service =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' +` + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * `+ '.' +` * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] is empty, then the job will be sent - * to the service which is the default service when the job is attempted. - * If [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] is empty, then the job will be sent - * to the version which is the default version when the job is attempted. - * If [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is empty, then the job will be - * sent to an instance which is available when the job is attempted. + * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] is + * empty, then the job will be sent to the service which is the default + * service when the job is attempted. + * If [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] is + * empty, then the job will be sent to the version which is the default + * version when the job is attempted. + * If [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is + * empty, then the job will be sent to an instance which is available when the + * job is attempted. * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service], * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version], or - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is invalid, then the job will be sent - * to the default version of the default service when the job is attempted. + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is + * invalid, then the job will be sent to the default version of the default + * service when the job is attempted. * * * string host = 4; @@ -587,10 +613,14 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build *
    * App Engine Routing.
    * For more information about services, versions, and instances see
-   * [An Overview of App Engine](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine),
-   * [Microservices Architecture on Google App Engine](https://cloud.google.com/appengine/docs/python/microservices-on-app-engine),
-   * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed), and
-   * [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed).
+   * [An Overview of App
+   * Engine](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine),
+   * [Microservices Architecture on Google App
+   * Engine](https://cloud.google.com/appengine/docs/python/microservices-on-app-engine),
+   * [App Engine Standard request
+   * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed),
+   * and [App Engine Flex request
+   * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed).
    * 
* * Protobuf type {@code google.cloud.scheduler.v1beta1.AppEngineRouting} @@ -983,10 +1013,13 @@ public Builder setVersionBytes(com.google.protobuf.ByteString value) { * By default, the job is sent to an instance which is available when * the job is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) and - * [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -1010,10 +1043,13 @@ public java.lang.String getInstance() { * By default, the job is sent to an instance which is available when * the job is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) and - * [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -1037,10 +1073,13 @@ public com.google.protobuf.ByteString getInstanceBytes() { * By default, the job is sent to an instance which is available when * the job is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) and - * [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -1062,10 +1101,13 @@ public Builder setInstance(java.lang.String value) { * By default, the job is sent to an instance which is available when * the job is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) and - * [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -1084,10 +1126,13 @@ public Builder clearInstance() { * By default, the job is sent to an instance which is available when * the job is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) and - * [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -1123,32 +1168,40 @@ public Builder setInstanceBytes(com.google.protobuf.ByteString value) { * * `application_domain_name` = The domain name of the app, for * example <app-id>.appspot.com, which is associated with the * job's project ID. - * * `service =` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * * `version =` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * * `service =` + * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * * `version =` + * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] * * `version_dot_service =` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' +` - * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * * `instance =` [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] + * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' + * +` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * * `instance =` + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] * * `instance_dot_service =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] * * `instance_dot_version =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] * * `instance_dot_version_dot_service =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' +` + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * `+ '.' +` * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] is empty, then the job will be sent - * to the service which is the default service when the job is attempted. - * If [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] is empty, then the job will be sent - * to the version which is the default version when the job is attempted. - * If [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is empty, then the job will be - * sent to an instance which is available when the job is attempted. + * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] is + * empty, then the job will be sent to the service which is the default + * service when the job is attempted. + * If [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] is + * empty, then the job will be sent to the version which is the default + * version when the job is attempted. + * If [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is + * empty, then the job will be sent to an instance which is available when the + * job is attempted. * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service], * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version], or - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is invalid, then the job will be sent - * to the default version of the default service when the job is attempted. + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is + * invalid, then the job will be sent to the default version of the default + * service when the job is attempted. * * * string host = 4; @@ -1183,32 +1236,40 @@ public java.lang.String getHost() { * * `application_domain_name` = The domain name of the app, for * example <app-id>.appspot.com, which is associated with the * job's project ID. - * * `service =` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * * `version =` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * * `service =` + * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * * `version =` + * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] * * `version_dot_service =` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' +` - * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * * `instance =` [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] + * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' + * +` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * * `instance =` + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] * * `instance_dot_service =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] * * `instance_dot_version =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] * * `instance_dot_version_dot_service =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' +` + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * `+ '.' +` * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] is empty, then the job will be sent - * to the service which is the default service when the job is attempted. - * If [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] is empty, then the job will be sent - * to the version which is the default version when the job is attempted. - * If [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is empty, then the job will be - * sent to an instance which is available when the job is attempted. + * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] is + * empty, then the job will be sent to the service which is the default + * service when the job is attempted. + * If [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] is + * empty, then the job will be sent to the version which is the default + * version when the job is attempted. + * If [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is + * empty, then the job will be sent to an instance which is available when the + * job is attempted. * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service], * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version], or - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is invalid, then the job will be sent - * to the default version of the default service when the job is attempted. + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is + * invalid, then the job will be sent to the default version of the default + * service when the job is attempted. * * * string host = 4; @@ -1243,32 +1304,40 @@ public com.google.protobuf.ByteString getHostBytes() { * * `application_domain_name` = The domain name of the app, for * example <app-id>.appspot.com, which is associated with the * job's project ID. - * * `service =` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * * `version =` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * * `service =` + * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * * `version =` + * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] * * `version_dot_service =` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' +` - * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * * `instance =` [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] + * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' + * +` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * * `instance =` + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] * * `instance_dot_service =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] * * `instance_dot_version =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] * * `instance_dot_version_dot_service =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' +` + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * `+ '.' +` * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] is empty, then the job will be sent - * to the service which is the default service when the job is attempted. - * If [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] is empty, then the job will be sent - * to the version which is the default version when the job is attempted. - * If [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is empty, then the job will be - * sent to an instance which is available when the job is attempted. + * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] is + * empty, then the job will be sent to the service which is the default + * service when the job is attempted. + * If [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] is + * empty, then the job will be sent to the version which is the default + * version when the job is attempted. + * If [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is + * empty, then the job will be sent to an instance which is available when the + * job is attempted. * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service], * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version], or - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is invalid, then the job will be sent - * to the default version of the default service when the job is attempted. + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is + * invalid, then the job will be sent to the default version of the default + * service when the job is attempted. * * * string host = 4; @@ -1301,32 +1370,40 @@ public Builder setHost(java.lang.String value) { * * `application_domain_name` = The domain name of the app, for * example <app-id>.appspot.com, which is associated with the * job's project ID. - * * `service =` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * * `version =` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * * `service =` + * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * * `version =` + * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] * * `version_dot_service =` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' +` - * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * * `instance =` [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] + * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' + * +` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * * `instance =` + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] * * `instance_dot_service =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] * * `instance_dot_version =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] * * `instance_dot_version_dot_service =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' +` + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * `+ '.' +` * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] is empty, then the job will be sent - * to the service which is the default service when the job is attempted. - * If [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] is empty, then the job will be sent - * to the version which is the default version when the job is attempted. - * If [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is empty, then the job will be - * sent to an instance which is available when the job is attempted. + * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] is + * empty, then the job will be sent to the service which is the default + * service when the job is attempted. + * If [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] is + * empty, then the job will be sent to the version which is the default + * version when the job is attempted. + * If [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is + * empty, then the job will be sent to an instance which is available when the + * job is attempted. * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service], * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version], or - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is invalid, then the job will be sent - * to the default version of the default service when the job is attempted. + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is + * invalid, then the job will be sent to the default version of the default + * service when the job is attempted. * * * string host = 4; @@ -1356,32 +1433,40 @@ public Builder clearHost() { * * `application_domain_name` = The domain name of the app, for * example <app-id>.appspot.com, which is associated with the * job's project ID. - * * `service =` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * * `version =` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * * `service =` + * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * * `version =` + * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] * * `version_dot_service =` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' +` - * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * * `instance =` [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] + * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' + * +` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * * `instance =` + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] * * `instance_dot_service =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] * * `instance_dot_version =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] * * `instance_dot_version_dot_service =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' +` + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * `+ '.' +` * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] is empty, then the job will be sent - * to the service which is the default service when the job is attempted. - * If [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] is empty, then the job will be sent - * to the version which is the default version when the job is attempted. - * If [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is empty, then the job will be - * sent to an instance which is available when the job is attempted. + * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] is + * empty, then the job will be sent to the service which is the default + * service when the job is attempted. + * If [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] is + * empty, then the job will be sent to the version which is the default + * version when the job is attempted. + * If [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is + * empty, then the job will be sent to an instance which is available when the + * job is attempted. * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service], * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version], or - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is invalid, then the job will be sent - * to the default version of the default service when the job is attempted. + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is + * invalid, then the job will be sent to the default version of the default + * service when the job is attempted. * * * string host = 4; diff --git a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/AppEngineRoutingOrBuilder.java b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/AppEngineRoutingOrBuilder.java index aea3b8e57ef3..e0496f846c02 100644 --- a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/AppEngineRoutingOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/AppEngineRoutingOrBuilder.java @@ -66,10 +66,13 @@ public interface AppEngineRoutingOrBuilder * By default, the job is sent to an instance which is available when * the job is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) and - * [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -83,10 +86,13 @@ public interface AppEngineRoutingOrBuilder * By default, the job is sent to an instance which is available when * the job is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) and - * [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -112,32 +118,40 @@ public interface AppEngineRoutingOrBuilder * * `application_domain_name` = The domain name of the app, for * example <app-id>.appspot.com, which is associated with the * job's project ID. - * * `service =` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * * `version =` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * * `service =` + * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * * `version =` + * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] * * `version_dot_service =` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' +` - * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * * `instance =` [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] + * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' + * +` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * * `instance =` + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] * * `instance_dot_service =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] * * `instance_dot_version =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] * * `instance_dot_version_dot_service =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' +` + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * `+ '.' +` * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] is empty, then the job will be sent - * to the service which is the default service when the job is attempted. - * If [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] is empty, then the job will be sent - * to the version which is the default version when the job is attempted. - * If [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is empty, then the job will be - * sent to an instance which is available when the job is attempted. + * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] is + * empty, then the job will be sent to the service which is the default + * service when the job is attempted. + * If [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] is + * empty, then the job will be sent to the version which is the default + * version when the job is attempted. + * If [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is + * empty, then the job will be sent to an instance which is available when the + * job is attempted. * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service], * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version], or - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is invalid, then the job will be sent - * to the default version of the default service when the job is attempted. + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is + * invalid, then the job will be sent to the default version of the default + * service when the job is attempted. * * * string host = 4; @@ -162,32 +176,40 @@ public interface AppEngineRoutingOrBuilder * * `application_domain_name` = The domain name of the app, for * example <app-id>.appspot.com, which is associated with the * job's project ID. - * * `service =` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * * `version =` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * * `service =` + * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * * `version =` + * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] * * `version_dot_service =` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' +` - * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * * `instance =` [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] + * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' + * +` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * * `instance =` + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] * * `instance_dot_service =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] * * `instance_dot_version =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] * * `instance_dot_version_dot_service =` - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' +` + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + * '.' +` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + * `+ '.' +` * [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] - * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] is empty, then the job will be sent - * to the service which is the default service when the job is attempted. - * If [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] is empty, then the job will be sent - * to the version which is the default version when the job is attempted. - * If [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is empty, then the job will be - * sent to an instance which is available when the job is attempted. + * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] is + * empty, then the job will be sent to the service which is the default + * service when the job is attempted. + * If [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] is + * empty, then the job will be sent to the version which is the default + * version when the job is attempted. + * If [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is + * empty, then the job will be sent to an instance which is available when the + * job is attempted. * If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service], * [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version], or - * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is invalid, then the job will be sent - * to the default version of the default service when the job is attempted. + * [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is + * invalid, then the job will be sent to the default version of the default + * service when the job is attempted. * * * string host = 4; diff --git a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/CreateJobRequest.java b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/CreateJobRequest.java index 48b9f375219e..92c77322da98 100644 --- a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/CreateJobRequest.java +++ b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/CreateJobRequest.java @@ -7,7 +7,8 @@ * * *
- * Request message for [CreateJob][google.cloud.scheduler.v1beta1.CloudScheduler.CreateJob].
+ * Request message for
+ * [CreateJob][google.cloud.scheduler.v1beta1.CloudScheduler.CreateJob].
  * 
* * Protobuf type {@code google.cloud.scheduler.v1beta1.CreateJobRequest} @@ -162,7 +163,8 @@ public com.google.protobuf.ByteString getParentBytes() { *
    * Required.
    * The job to add. The user can optionally specify a name for the
-   * job in [name][google.cloud.scheduler.v1beta1.Job.name]. [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
+   * job in [name][google.cloud.scheduler.v1beta1.Job.name].
+   * [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
    * existing job. If a name is not specified then the system will
    * generate a random unique name that will be returned
    * ([name][google.cloud.scheduler.v1beta1.Job.name]) in the response.
@@ -179,7 +181,8 @@ public boolean hasJob() {
    * 
    * Required.
    * The job to add. The user can optionally specify a name for the
-   * job in [name][google.cloud.scheduler.v1beta1.Job.name]. [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
+   * job in [name][google.cloud.scheduler.v1beta1.Job.name].
+   * [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
    * existing job. If a name is not specified then the system will
    * generate a random unique name that will be returned
    * ([name][google.cloud.scheduler.v1beta1.Job.name]) in the response.
@@ -196,7 +199,8 @@ public com.google.cloud.scheduler.v1beta1.Job getJob() {
    * 
    * Required.
    * The job to add. The user can optionally specify a name for the
-   * job in [name][google.cloud.scheduler.v1beta1.Job.name]. [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
+   * job in [name][google.cloud.scheduler.v1beta1.Job.name].
+   * [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
    * existing job. If a name is not specified then the system will
    * generate a random unique name that will be returned
    * ([name][google.cloud.scheduler.v1beta1.Job.name]) in the response.
@@ -386,7 +390,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    *
    * 
-   * Request message for [CreateJob][google.cloud.scheduler.v1beta1.CloudScheduler.CreateJob].
+   * Request message for
+   * [CreateJob][google.cloud.scheduler.v1beta1.CloudScheduler.CreateJob].
    * 
* * Protobuf type {@code google.cloud.scheduler.v1beta1.CreateJobRequest} @@ -671,7 +676,8 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { *
      * Required.
      * The job to add. The user can optionally specify a name for the
-     * job in [name][google.cloud.scheduler.v1beta1.Job.name]. [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
+     * job in [name][google.cloud.scheduler.v1beta1.Job.name].
+     * [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
      * existing job. If a name is not specified then the system will
      * generate a random unique name that will be returned
      * ([name][google.cloud.scheduler.v1beta1.Job.name]) in the response.
@@ -688,7 +694,8 @@ public boolean hasJob() {
      * 
      * Required.
      * The job to add. The user can optionally specify a name for the
-     * job in [name][google.cloud.scheduler.v1beta1.Job.name]. [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
+     * job in [name][google.cloud.scheduler.v1beta1.Job.name].
+     * [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
      * existing job. If a name is not specified then the system will
      * generate a random unique name that will be returned
      * ([name][google.cloud.scheduler.v1beta1.Job.name]) in the response.
@@ -709,7 +716,8 @@ public com.google.cloud.scheduler.v1beta1.Job getJob() {
      * 
      * Required.
      * The job to add. The user can optionally specify a name for the
-     * job in [name][google.cloud.scheduler.v1beta1.Job.name]. [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
+     * job in [name][google.cloud.scheduler.v1beta1.Job.name].
+     * [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
      * existing job. If a name is not specified then the system will
      * generate a random unique name that will be returned
      * ([name][google.cloud.scheduler.v1beta1.Job.name]) in the response.
@@ -736,7 +744,8 @@ public Builder setJob(com.google.cloud.scheduler.v1beta1.Job value) {
      * 
      * Required.
      * The job to add. The user can optionally specify a name for the
-     * job in [name][google.cloud.scheduler.v1beta1.Job.name]. [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
+     * job in [name][google.cloud.scheduler.v1beta1.Job.name].
+     * [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
      * existing job. If a name is not specified then the system will
      * generate a random unique name that will be returned
      * ([name][google.cloud.scheduler.v1beta1.Job.name]) in the response.
@@ -760,7 +769,8 @@ public Builder setJob(com.google.cloud.scheduler.v1beta1.Job.Builder builderForV
      * 
      * Required.
      * The job to add. The user can optionally specify a name for the
-     * job in [name][google.cloud.scheduler.v1beta1.Job.name]. [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
+     * job in [name][google.cloud.scheduler.v1beta1.Job.name].
+     * [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
      * existing job. If a name is not specified then the system will
      * generate a random unique name that will be returned
      * ([name][google.cloud.scheduler.v1beta1.Job.name]) in the response.
@@ -791,7 +801,8 @@ public Builder mergeJob(com.google.cloud.scheduler.v1beta1.Job value) {
      * 
      * Required.
      * The job to add. The user can optionally specify a name for the
-     * job in [name][google.cloud.scheduler.v1beta1.Job.name]. [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
+     * job in [name][google.cloud.scheduler.v1beta1.Job.name].
+     * [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
      * existing job. If a name is not specified then the system will
      * generate a random unique name that will be returned
      * ([name][google.cloud.scheduler.v1beta1.Job.name]) in the response.
@@ -816,7 +827,8 @@ public Builder clearJob() {
      * 
      * Required.
      * The job to add. The user can optionally specify a name for the
-     * job in [name][google.cloud.scheduler.v1beta1.Job.name]. [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
+     * job in [name][google.cloud.scheduler.v1beta1.Job.name].
+     * [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
      * existing job. If a name is not specified then the system will
      * generate a random unique name that will be returned
      * ([name][google.cloud.scheduler.v1beta1.Job.name]) in the response.
@@ -835,7 +847,8 @@ public com.google.cloud.scheduler.v1beta1.Job.Builder getJobBuilder() {
      * 
      * Required.
      * The job to add. The user can optionally specify a name for the
-     * job in [name][google.cloud.scheduler.v1beta1.Job.name]. [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
+     * job in [name][google.cloud.scheduler.v1beta1.Job.name].
+     * [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
      * existing job. If a name is not specified then the system will
      * generate a random unique name that will be returned
      * ([name][google.cloud.scheduler.v1beta1.Job.name]) in the response.
@@ -856,7 +869,8 @@ public com.google.cloud.scheduler.v1beta1.JobOrBuilder getJobOrBuilder() {
      * 
      * Required.
      * The job to add. The user can optionally specify a name for the
-     * job in [name][google.cloud.scheduler.v1beta1.Job.name]. [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
+     * job in [name][google.cloud.scheduler.v1beta1.Job.name].
+     * [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
      * existing job. If a name is not specified then the system will
      * generate a random unique name that will be returned
      * ([name][google.cloud.scheduler.v1beta1.Job.name]) in the response.
diff --git a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/CreateJobRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/CreateJobRequestOrBuilder.java
index 870d8adcccd7..ead454722a33 100644
--- a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/CreateJobRequestOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/CreateJobRequestOrBuilder.java
@@ -39,7 +39,8 @@ public interface CreateJobRequestOrBuilder
    * 
    * Required.
    * The job to add. The user can optionally specify a name for the
-   * job in [name][google.cloud.scheduler.v1beta1.Job.name]. [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
+   * job in [name][google.cloud.scheduler.v1beta1.Job.name].
+   * [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
    * existing job. If a name is not specified then the system will
    * generate a random unique name that will be returned
    * ([name][google.cloud.scheduler.v1beta1.Job.name]) in the response.
@@ -54,7 +55,8 @@ public interface CreateJobRequestOrBuilder
    * 
    * Required.
    * The job to add. The user can optionally specify a name for the
-   * job in [name][google.cloud.scheduler.v1beta1.Job.name]. [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
+   * job in [name][google.cloud.scheduler.v1beta1.Job.name].
+   * [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
    * existing job. If a name is not specified then the system will
    * generate a random unique name that will be returned
    * ([name][google.cloud.scheduler.v1beta1.Job.name]) in the response.
@@ -69,7 +71,8 @@ public interface CreateJobRequestOrBuilder
    * 
    * Required.
    * The job to add. The user can optionally specify a name for the
-   * job in [name][google.cloud.scheduler.v1beta1.Job.name]. [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
+   * job in [name][google.cloud.scheduler.v1beta1.Job.name].
+   * [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
    * existing job. If a name is not specified then the system will
    * generate a random unique name that will be returned
    * ([name][google.cloud.scheduler.v1beta1.Job.name]) in the response.
diff --git a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/GetJobRequest.java b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/GetJobRequest.java
index f33a04369c04..695d1b4a8057 100644
--- a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/GetJobRequest.java
+++ b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/GetJobRequest.java
@@ -7,7 +7,8 @@
  *
  *
  * 
- * Request message for [GetJob][google.cloud.scheduler.v1beta1.CloudScheduler.GetJob].
+ * Request message for
+ * [GetJob][google.cloud.scheduler.v1beta1.CloudScheduler.GetJob].
  * 
* * Protobuf type {@code google.cloud.scheduler.v1beta1.GetJobRequest} @@ -302,7 +303,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for [GetJob][google.cloud.scheduler.v1beta1.CloudScheduler.GetJob].
+   * Request message for
+   * [GetJob][google.cloud.scheduler.v1beta1.CloudScheduler.GetJob].
    * 
* * Protobuf type {@code google.cloud.scheduler.v1beta1.GetJobRequest} diff --git a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/HttpTarget.java b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/HttpTarget.java index daece4ffb5e4..4e6c9f96e4bc 100644 --- a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/HttpTarget.java +++ b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/HttpTarget.java @@ -8,8 +8,9 @@ * *
  * Http target. The job will be pushed to the job handler by means of
- * an HTTP request via an [http_method][google.cloud.scheduler.v1beta1.HttpTarget.http_method] such as HTTP
- * POST, HTTP GET, etc. The job is acknowledged by means of an HTTP
+ * an HTTP request via an
+ * [http_method][google.cloud.scheduler.v1beta1.HttpTarget.http_method] such as
+ * HTTP POST, HTTP GET, etc. The job is acknowledged by means of an HTTP
  * response code in the range [200 - 299]. A failure to receive a response
  * constitutes a failed execution. For a redirected request, the response
  * returned by the redirected request is considered.
@@ -585,8 +586,9 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * 
    * Http target. The job will be pushed to the job handler by means of
-   * an HTTP request via an [http_method][google.cloud.scheduler.v1beta1.HttpTarget.http_method] such as HTTP
-   * POST, HTTP GET, etc. The job is acknowledged by means of an HTTP
+   * an HTTP request via an
+   * [http_method][google.cloud.scheduler.v1beta1.HttpTarget.http_method] such as
+   * HTTP POST, HTTP GET, etc. The job is acknowledged by means of an HTTP
    * response code in the range [200 - 299]. A failure to receive a response
    * constitutes a failed execution. For a redirected request, the response
    * returned by the redirected request is considered.
diff --git a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/Job.java b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/Job.java
index c9b7689cf596..83a73e9ed525 100644
--- a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/Job.java
+++ b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/Job.java
@@ -308,9 +308,11 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      *
      *
      * 
-     * The job state resulting from a failed [CloudScheduler.UpdateJob][google.cloud.scheduler.v1beta1.CloudScheduler.UpdateJob]
+     * The job state resulting from a failed
+     * [CloudScheduler.UpdateJob][google.cloud.scheduler.v1beta1.CloudScheduler.UpdateJob]
      * operation. To recover a job from this state, retry
-     * [CloudScheduler.UpdateJob][google.cloud.scheduler.v1beta1.CloudScheduler.UpdateJob] until a successful response is received.
+     * [CloudScheduler.UpdateJob][google.cloud.scheduler.v1beta1.CloudScheduler.UpdateJob]
+     * until a successful response is received.
      * 
* * UPDATE_FAILED = 4; @@ -366,9 +368,11 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { * * *
-     * The job state resulting from a failed [CloudScheduler.UpdateJob][google.cloud.scheduler.v1beta1.CloudScheduler.UpdateJob]
+     * The job state resulting from a failed
+     * [CloudScheduler.UpdateJob][google.cloud.scheduler.v1beta1.CloudScheduler.UpdateJob]
      * operation. To recover a job from this state, retry
-     * [CloudScheduler.UpdateJob][google.cloud.scheduler.v1beta1.CloudScheduler.UpdateJob] until a successful response is received.
+     * [CloudScheduler.UpdateJob][google.cloud.scheduler.v1beta1.CloudScheduler.UpdateJob]
+     * until a successful response is received.
      * 
* * UPDATE_FAILED = 4; @@ -504,7 +508,8 @@ public TargetCase getTargetCase() { * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]), * hyphens (-), colons (:), or periods (.). * For more information, see - * [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) + * [Identifying + * projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) * * `LOCATION_ID` is the canonical ID for the job's location. * The list of available locations can be obtained by calling * [ListLocations][google.cloud.location.Locations.ListLocations]. @@ -535,7 +540,8 @@ public java.lang.String getName() { * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]), * hyphens (-), colons (:), or periods (.). * For more information, see - * [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) + * [Identifying + * projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) * * `LOCATION_ID` is the canonical ID for the job's location. * The list of available locations can be obtained by calling * [ListLocations][google.cloud.location.Locations.ListLocations]. @@ -752,13 +758,15 @@ public com.google.cloud.scheduler.v1beta1.HttpTargetOrBuilder getHttpTargetOrBui * execution will not start until `16:15`. * A scheduled start time will be delayed if the previous * execution has not ended when its scheduled time occurs. - * If [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] > 0 and a job attempt fails, - * the job will be tried a total of [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] + * If [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] > + * 0 and a job attempt fails, the job will be tried a total of + * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] * times, with exponential backoff, until the next scheduled start * time. * The schedule can be either of the following types: * * [Crontab](http://en.wikipedia.org/wiki/Cron#Overview) - * * English-like [schedule](https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) + * * English-like + * [schedule](https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) *
* * string schedule = 20; @@ -788,13 +796,15 @@ public java.lang.String getSchedule() { * execution will not start until `16:15`. * A scheduled start time will be delayed if the previous * execution has not ended when its scheduled time occurs. - * If [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] > 0 and a job attempt fails, - * the job will be tried a total of [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] + * If [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] > + * 0 and a job attempt fails, the job will be tried a total of + * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] * times, with exponential backoff, until the next scheduled start * time. * The schedule can be either of the following types: * * [Crontab](http://en.wikipedia.org/wiki/Cron#Overview) - * * English-like [schedule](https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) + * * English-like + * [schedule](https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) *
* * string schedule = 20; @@ -818,8 +828,9 @@ public com.google.protobuf.ByteString getScheduleBytes() { * *
    * Specifies the time zone to be used in interpreting
-   * [schedule][google.cloud.scheduler.v1beta1.Job.schedule]. The value of this field must be a time
-   * zone name from the [tz database](http://en.wikipedia.org/wiki/Tz_database).
+   * [schedule][google.cloud.scheduler.v1beta1.Job.schedule]. The value of this
+   * field must be a time zone name from the [tz
+   * database](http://en.wikipedia.org/wiki/Tz_database).
    * Note that some time zones include a provision for
    * daylight savings time. The rules for daylight saving time are
    * determined by the chosen tz. For UTC use the string "utc". If a
@@ -845,8 +856,9 @@ public java.lang.String getTimeZone() {
    *
    * 
    * Specifies the time zone to be used in interpreting
-   * [schedule][google.cloud.scheduler.v1beta1.Job.schedule]. The value of this field must be a time
-   * zone name from the [tz database](http://en.wikipedia.org/wiki/Tz_database).
+   * [schedule][google.cloud.scheduler.v1beta1.Job.schedule]. The value of this
+   * field must be a time zone name from the [tz
+   * database](http://en.wikipedia.org/wiki/Tz_database).
    * Note that some time zones include a provision for
    * daylight savings time. The rules for daylight saving time are
    * determined by the chosen tz. For UTC use the string "utc". If a
@@ -1751,7 +1763,8 @@ public Builder clearTarget() {
      * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
      *    hyphens (-), colons (:), or periods (.).
      *    For more information, see
-     *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+     *    [Identifying
+     *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
      * * `LOCATION_ID` is the canonical ID for the job's location.
      *    The list of available locations can be obtained by calling
      *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -1782,7 +1795,8 @@ public java.lang.String getName() {
      * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
      *    hyphens (-), colons (:), or periods (.).
      *    For more information, see
-     *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+     *    [Identifying
+     *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
      * * `LOCATION_ID` is the canonical ID for the job's location.
      *    The list of available locations can be obtained by calling
      *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -1813,7 +1827,8 @@ public com.google.protobuf.ByteString getNameBytes() {
      * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
      *    hyphens (-), colons (:), or periods (.).
      *    For more information, see
-     *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+     *    [Identifying
+     *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
      * * `LOCATION_ID` is the canonical ID for the job's location.
      *    The list of available locations can be obtained by calling
      *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -1842,7 +1857,8 @@ public Builder setName(java.lang.String value) {
      * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
      *    hyphens (-), colons (:), or periods (.).
      *    For more information, see
-     *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+     *    [Identifying
+     *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
      * * `LOCATION_ID` is the canonical ID for the job's location.
      *    The list of available locations can be obtained by calling
      *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -1868,7 +1884,8 @@ public Builder clearName() {
      * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
      *    hyphens (-), colons (:), or periods (.).
      *    For more information, see
-     *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+     *    [Identifying
+     *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
      * * `LOCATION_ID` is the canonical ID for the job's location.
      *    The list of available locations can be obtained by calling
      *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -2615,13 +2632,15 @@ public com.google.cloud.scheduler.v1beta1.HttpTargetOrBuilder getHttpTargetOrBui
      * execution will not start until `16:15`.
      * A scheduled start time will be delayed if the previous
      * execution has not ended when its scheduled time occurs.
-     * If [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] > 0 and a job attempt fails,
-     * the job will be tried a total of [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count]
+     * If [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] >
+     * 0 and a job attempt fails, the job will be tried a total of
+     * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count]
      * times, with exponential backoff, until the next scheduled start
      * time.
      * The schedule can be either of the following types:
      * * [Crontab](http://en.wikipedia.org/wiki/Cron#Overview)
-     * * English-like [schedule](https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules)
+     * * English-like
+     * [schedule](https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules)
      * 
* * string schedule = 20; @@ -2651,13 +2670,15 @@ public java.lang.String getSchedule() { * execution will not start until `16:15`. * A scheduled start time will be delayed if the previous * execution has not ended when its scheduled time occurs. - * If [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] > 0 and a job attempt fails, - * the job will be tried a total of [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] + * If [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] > + * 0 and a job attempt fails, the job will be tried a total of + * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] * times, with exponential backoff, until the next scheduled start * time. * The schedule can be either of the following types: * * [Crontab](http://en.wikipedia.org/wiki/Cron#Overview) - * * English-like [schedule](https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) + * * English-like + * [schedule](https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) *
* * string schedule = 20; @@ -2687,13 +2708,15 @@ public com.google.protobuf.ByteString getScheduleBytes() { * execution will not start until `16:15`. * A scheduled start time will be delayed if the previous * execution has not ended when its scheduled time occurs. - * If [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] > 0 and a job attempt fails, - * the job will be tried a total of [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] + * If [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] > + * 0 and a job attempt fails, the job will be tried a total of + * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] * times, with exponential backoff, until the next scheduled start * time. * The schedule can be either of the following types: * * [Crontab](http://en.wikipedia.org/wiki/Cron#Overview) - * * English-like [schedule](https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) + * * English-like + * [schedule](https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) *
* * string schedule = 20; @@ -2721,13 +2744,15 @@ public Builder setSchedule(java.lang.String value) { * execution will not start until `16:15`. * A scheduled start time will be delayed if the previous * execution has not ended when its scheduled time occurs. - * If [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] > 0 and a job attempt fails, - * the job will be tried a total of [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] + * If [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] > + * 0 and a job attempt fails, the job will be tried a total of + * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] * times, with exponential backoff, until the next scheduled start * time. * The schedule can be either of the following types: * * [Crontab](http://en.wikipedia.org/wiki/Cron#Overview) - * * English-like [schedule](https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) + * * English-like + * [schedule](https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) *
* * string schedule = 20; @@ -2752,13 +2777,15 @@ public Builder clearSchedule() { * execution will not start until `16:15`. * A scheduled start time will be delayed if the previous * execution has not ended when its scheduled time occurs. - * If [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] > 0 and a job attempt fails, - * the job will be tried a total of [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] + * If [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] > + * 0 and a job attempt fails, the job will be tried a total of + * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] * times, with exponential backoff, until the next scheduled start * time. * The schedule can be either of the following types: * * [Crontab](http://en.wikipedia.org/wiki/Cron#Overview) - * * English-like [schedule](https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) + * * English-like + * [schedule](https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) *
* * string schedule = 20; @@ -2780,8 +2807,9 @@ public Builder setScheduleBytes(com.google.protobuf.ByteString value) { * *
      * Specifies the time zone to be used in interpreting
-     * [schedule][google.cloud.scheduler.v1beta1.Job.schedule]. The value of this field must be a time
-     * zone name from the [tz database](http://en.wikipedia.org/wiki/Tz_database).
+     * [schedule][google.cloud.scheduler.v1beta1.Job.schedule]. The value of this
+     * field must be a time zone name from the [tz
+     * database](http://en.wikipedia.org/wiki/Tz_database).
      * Note that some time zones include a provision for
      * daylight savings time. The rules for daylight saving time are
      * determined by the chosen tz. For UTC use the string "utc". If a
@@ -2807,8 +2835,9 @@ public java.lang.String getTimeZone() {
      *
      * 
      * Specifies the time zone to be used in interpreting
-     * [schedule][google.cloud.scheduler.v1beta1.Job.schedule]. The value of this field must be a time
-     * zone name from the [tz database](http://en.wikipedia.org/wiki/Tz_database).
+     * [schedule][google.cloud.scheduler.v1beta1.Job.schedule]. The value of this
+     * field must be a time zone name from the [tz
+     * database](http://en.wikipedia.org/wiki/Tz_database).
      * Note that some time zones include a provision for
      * daylight savings time. The rules for daylight saving time are
      * determined by the chosen tz. For UTC use the string "utc". If a
@@ -2834,8 +2863,9 @@ public com.google.protobuf.ByteString getTimeZoneBytes() {
      *
      * 
      * Specifies the time zone to be used in interpreting
-     * [schedule][google.cloud.scheduler.v1beta1.Job.schedule]. The value of this field must be a time
-     * zone name from the [tz database](http://en.wikipedia.org/wiki/Tz_database).
+     * [schedule][google.cloud.scheduler.v1beta1.Job.schedule]. The value of this
+     * field must be a time zone name from the [tz
+     * database](http://en.wikipedia.org/wiki/Tz_database).
      * Note that some time zones include a provision for
      * daylight savings time. The rules for daylight saving time are
      * determined by the chosen tz. For UTC use the string "utc". If a
@@ -2859,8 +2889,9 @@ public Builder setTimeZone(java.lang.String value) {
      *
      * 
      * Specifies the time zone to be used in interpreting
-     * [schedule][google.cloud.scheduler.v1beta1.Job.schedule]. The value of this field must be a time
-     * zone name from the [tz database](http://en.wikipedia.org/wiki/Tz_database).
+     * [schedule][google.cloud.scheduler.v1beta1.Job.schedule]. The value of this
+     * field must be a time zone name from the [tz
+     * database](http://en.wikipedia.org/wiki/Tz_database).
      * Note that some time zones include a provision for
      * daylight savings time. The rules for daylight saving time are
      * determined by the chosen tz. For UTC use the string "utc". If a
@@ -2881,8 +2912,9 @@ public Builder clearTimeZone() {
      *
      * 
      * Specifies the time zone to be used in interpreting
-     * [schedule][google.cloud.scheduler.v1beta1.Job.schedule]. The value of this field must be a time
-     * zone name from the [tz database](http://en.wikipedia.org/wiki/Tz_database).
+     * [schedule][google.cloud.scheduler.v1beta1.Job.schedule]. The value of this
+     * field must be a time zone name from the [tz
+     * database](http://en.wikipedia.org/wiki/Tz_database).
      * Note that some time zones include a provision for
      * daylight savings time. The rules for daylight saving time are
      * determined by the chosen tz. For UTC use the string "utc". If a
diff --git a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/JobOrBuilder.java b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/JobOrBuilder.java
index 143eb8a3536b..6c11c81a1d8c 100644
--- a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/JobOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/JobOrBuilder.java
@@ -17,7 +17,8 @@ public interface JobOrBuilder
    * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
    *    hyphens (-), colons (:), or periods (.).
    *    For more information, see
-   *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+   *    [Identifying
+   *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
    * * `LOCATION_ID` is the canonical ID for the job's location.
    *    The list of available locations can be obtained by calling
    *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -38,7 +39,8 @@ public interface JobOrBuilder
    * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
    *    hyphens (-), colons (:), or periods (.).
    *    For more information, see
-   *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+   *    [Identifying
+   *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
    * * `LOCATION_ID` is the canonical ID for the job's location.
    *    The list of available locations can be obtained by calling
    *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -181,13 +183,15 @@ public interface JobOrBuilder
    * execution will not start until `16:15`.
    * A scheduled start time will be delayed if the previous
    * execution has not ended when its scheduled time occurs.
-   * If [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] > 0 and a job attempt fails,
-   * the job will be tried a total of [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count]
+   * If [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] >
+   * 0 and a job attempt fails, the job will be tried a total of
+   * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count]
    * times, with exponential backoff, until the next scheduled start
    * time.
    * The schedule can be either of the following types:
    * * [Crontab](http://en.wikipedia.org/wiki/Cron#Overview)
-   * * English-like [schedule](https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules)
+   * * English-like
+   * [schedule](https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules)
    * 
* * string schedule = 20; @@ -207,13 +211,15 @@ public interface JobOrBuilder * execution will not start until `16:15`. * A scheduled start time will be delayed if the previous * execution has not ended when its scheduled time occurs. - * If [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] > 0 and a job attempt fails, - * the job will be tried a total of [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] + * If [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] > + * 0 and a job attempt fails, the job will be tried a total of + * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] * times, with exponential backoff, until the next scheduled start * time. * The schedule can be either of the following types: * * [Crontab](http://en.wikipedia.org/wiki/Cron#Overview) - * * English-like [schedule](https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) + * * English-like + * [schedule](https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) *
* * string schedule = 20; @@ -225,8 +231,9 @@ public interface JobOrBuilder * *
    * Specifies the time zone to be used in interpreting
-   * [schedule][google.cloud.scheduler.v1beta1.Job.schedule]. The value of this field must be a time
-   * zone name from the [tz database](http://en.wikipedia.org/wiki/Tz_database).
+   * [schedule][google.cloud.scheduler.v1beta1.Job.schedule]. The value of this
+   * field must be a time zone name from the [tz
+   * database](http://en.wikipedia.org/wiki/Tz_database).
    * Note that some time zones include a provision for
    * daylight savings time. The rules for daylight saving time are
    * determined by the chosen tz. For UTC use the string "utc". If a
@@ -242,8 +249,9 @@ public interface JobOrBuilder
    *
    * 
    * Specifies the time zone to be used in interpreting
-   * [schedule][google.cloud.scheduler.v1beta1.Job.schedule]. The value of this field must be a time
-   * zone name from the [tz database](http://en.wikipedia.org/wiki/Tz_database).
+   * [schedule][google.cloud.scheduler.v1beta1.Job.schedule]. The value of this
+   * field must be a time zone name from the [tz
+   * database](http://en.wikipedia.org/wiki/Tz_database).
    * Note that some time zones include a provision for
    * daylight savings time. The rules for daylight saving time are
    * determined by the chosen tz. For UTC use the string "utc". If a
diff --git a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/ListJobsRequest.java b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/ListJobsRequest.java
index d6db86c07c2d..3fd093336e1c 100644
--- a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/ListJobsRequest.java
+++ b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/ListJobsRequest.java
@@ -7,7 +7,8 @@
  *
  *
  * 
- * Request message for listing jobs using [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs].
+ * Request message for listing jobs using
+ * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs].
  * 
* * Protobuf type {@code google.cloud.scheduler.v1beta1.ListJobsRequest} @@ -180,10 +181,13 @@ public int getPageSize() { * A token identifying a page of results the server will return. To * request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.scheduler.v1beta1.ListJobsResponse.next_page_token] returned from - * the previous call to [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs]. It is an error to - * switch the value of [filter][google.cloud.scheduler.v1beta1.ListJobsRequest.filter] or - * [order_by][google.cloud.scheduler.v1beta1.ListJobsRequest.order_by] while iterating through pages. + * [next_page_token][google.cloud.scheduler.v1beta1.ListJobsResponse.next_page_token] + * returned from the previous call to + * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs]. It is + * an error to switch the value of + * [filter][google.cloud.scheduler.v1beta1.ListJobsRequest.filter] or + * [order_by][google.cloud.scheduler.v1beta1.ListJobsRequest.order_by] while + * iterating through pages. *
* * string page_token = 6; @@ -206,10 +210,13 @@ public java.lang.String getPageToken() { * A token identifying a page of results the server will return. To * request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.scheduler.v1beta1.ListJobsResponse.next_page_token] returned from - * the previous call to [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs]. It is an error to - * switch the value of [filter][google.cloud.scheduler.v1beta1.ListJobsRequest.filter] or - * [order_by][google.cloud.scheduler.v1beta1.ListJobsRequest.order_by] while iterating through pages. + * [next_page_token][google.cloud.scheduler.v1beta1.ListJobsResponse.next_page_token] + * returned from the previous call to + * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs]. It is + * an error to switch the value of + * [filter][google.cloud.scheduler.v1beta1.ListJobsRequest.filter] or + * [order_by][google.cloud.scheduler.v1beta1.ListJobsRequest.order_by] while + * iterating through pages. *
* * string page_token = 6; @@ -408,7 +415,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for listing jobs using [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs].
+   * Request message for listing jobs using
+   * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs].
    * 
* * Protobuf type {@code google.cloud.scheduler.v1beta1.ListJobsRequest} @@ -744,10 +752,13 @@ public Builder clearPageSize() { * A token identifying a page of results the server will return. To * request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.scheduler.v1beta1.ListJobsResponse.next_page_token] returned from - * the previous call to [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs]. It is an error to - * switch the value of [filter][google.cloud.scheduler.v1beta1.ListJobsRequest.filter] or - * [order_by][google.cloud.scheduler.v1beta1.ListJobsRequest.order_by] while iterating through pages. + * [next_page_token][google.cloud.scheduler.v1beta1.ListJobsResponse.next_page_token] + * returned from the previous call to + * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs]. It is + * an error to switch the value of + * [filter][google.cloud.scheduler.v1beta1.ListJobsRequest.filter] or + * [order_by][google.cloud.scheduler.v1beta1.ListJobsRequest.order_by] while + * iterating through pages. *
* * string page_token = 6; @@ -770,10 +781,13 @@ public java.lang.String getPageToken() { * A token identifying a page of results the server will return. To * request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.scheduler.v1beta1.ListJobsResponse.next_page_token] returned from - * the previous call to [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs]. It is an error to - * switch the value of [filter][google.cloud.scheduler.v1beta1.ListJobsRequest.filter] or - * [order_by][google.cloud.scheduler.v1beta1.ListJobsRequest.order_by] while iterating through pages. + * [next_page_token][google.cloud.scheduler.v1beta1.ListJobsResponse.next_page_token] + * returned from the previous call to + * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs]. It is + * an error to switch the value of + * [filter][google.cloud.scheduler.v1beta1.ListJobsRequest.filter] or + * [order_by][google.cloud.scheduler.v1beta1.ListJobsRequest.order_by] while + * iterating through pages. *
* * string page_token = 6; @@ -796,10 +810,13 @@ public com.google.protobuf.ByteString getPageTokenBytes() { * A token identifying a page of results the server will return. To * request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.scheduler.v1beta1.ListJobsResponse.next_page_token] returned from - * the previous call to [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs]. It is an error to - * switch the value of [filter][google.cloud.scheduler.v1beta1.ListJobsRequest.filter] or - * [order_by][google.cloud.scheduler.v1beta1.ListJobsRequest.order_by] while iterating through pages. + * [next_page_token][google.cloud.scheduler.v1beta1.ListJobsResponse.next_page_token] + * returned from the previous call to + * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs]. It is + * an error to switch the value of + * [filter][google.cloud.scheduler.v1beta1.ListJobsRequest.filter] or + * [order_by][google.cloud.scheduler.v1beta1.ListJobsRequest.order_by] while + * iterating through pages. *
* * string page_token = 6; @@ -820,10 +837,13 @@ public Builder setPageToken(java.lang.String value) { * A token identifying a page of results the server will return. To * request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.scheduler.v1beta1.ListJobsResponse.next_page_token] returned from - * the previous call to [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs]. It is an error to - * switch the value of [filter][google.cloud.scheduler.v1beta1.ListJobsRequest.filter] or - * [order_by][google.cloud.scheduler.v1beta1.ListJobsRequest.order_by] while iterating through pages. + * [next_page_token][google.cloud.scheduler.v1beta1.ListJobsResponse.next_page_token] + * returned from the previous call to + * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs]. It is + * an error to switch the value of + * [filter][google.cloud.scheduler.v1beta1.ListJobsRequest.filter] or + * [order_by][google.cloud.scheduler.v1beta1.ListJobsRequest.order_by] while + * iterating through pages. *
* * string page_token = 6; @@ -841,10 +861,13 @@ public Builder clearPageToken() { * A token identifying a page of results the server will return. To * request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.scheduler.v1beta1.ListJobsResponse.next_page_token] returned from - * the previous call to [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs]. It is an error to - * switch the value of [filter][google.cloud.scheduler.v1beta1.ListJobsRequest.filter] or - * [order_by][google.cloud.scheduler.v1beta1.ListJobsRequest.order_by] while iterating through pages. + * [next_page_token][google.cloud.scheduler.v1beta1.ListJobsResponse.next_page_token] + * returned from the previous call to + * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs]. It is + * an error to switch the value of + * [filter][google.cloud.scheduler.v1beta1.ListJobsRequest.filter] or + * [order_by][google.cloud.scheduler.v1beta1.ListJobsRequest.order_by] while + * iterating through pages. *
* * string page_token = 6; diff --git a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/ListJobsRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/ListJobsRequestOrBuilder.java index c4f382c7bc4c..2433aa7d21fe 100644 --- a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/ListJobsRequestOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/ListJobsRequestOrBuilder.java @@ -55,10 +55,13 @@ public interface ListJobsRequestOrBuilder * A token identifying a page of results the server will return. To * request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.scheduler.v1beta1.ListJobsResponse.next_page_token] returned from - * the previous call to [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs]. It is an error to - * switch the value of [filter][google.cloud.scheduler.v1beta1.ListJobsRequest.filter] or - * [order_by][google.cloud.scheduler.v1beta1.ListJobsRequest.order_by] while iterating through pages. + * [next_page_token][google.cloud.scheduler.v1beta1.ListJobsResponse.next_page_token] + * returned from the previous call to + * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs]. It is + * an error to switch the value of + * [filter][google.cloud.scheduler.v1beta1.ListJobsRequest.filter] or + * [order_by][google.cloud.scheduler.v1beta1.ListJobsRequest.order_by] while + * iterating through pages. *
* * string page_token = 6; @@ -71,10 +74,13 @@ public interface ListJobsRequestOrBuilder * A token identifying a page of results the server will return. To * request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.scheduler.v1beta1.ListJobsResponse.next_page_token] returned from - * the previous call to [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs]. It is an error to - * switch the value of [filter][google.cloud.scheduler.v1beta1.ListJobsRequest.filter] or - * [order_by][google.cloud.scheduler.v1beta1.ListJobsRequest.order_by] while iterating through pages. + * [next_page_token][google.cloud.scheduler.v1beta1.ListJobsResponse.next_page_token] + * returned from the previous call to + * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs]. It is + * an error to switch the value of + * [filter][google.cloud.scheduler.v1beta1.ListJobsRequest.filter] or + * [order_by][google.cloud.scheduler.v1beta1.ListJobsRequest.order_by] while + * iterating through pages. *
* * string page_token = 6; diff --git a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/ListJobsResponse.java b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/ListJobsResponse.java index 1070f1b662f8..0fb050695885 100644 --- a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/ListJobsResponse.java +++ b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/ListJobsResponse.java @@ -7,7 +7,8 @@ * * *
- * Response message for listing jobs using [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs].
+ * Response message for listing jobs using
+ * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs].
  * 
* * Protobuf type {@code google.cloud.scheduler.v1beta1.ListJobsResponse} @@ -178,10 +179,11 @@ public com.google.cloud.scheduler.v1beta1.JobOrBuilder getJobsOrBuilder(int inde * *
    * A token to retrieve next page of results. Pass this value in the
-   * [page_token][google.cloud.scheduler.v1beta1.ListJobsRequest.page_token] field in the subsequent call to
-   * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs] to retrieve the next page of results.
-   * If this is empty it indicates that there are no more results
-   * through which to paginate.
+   * [page_token][google.cloud.scheduler.v1beta1.ListJobsRequest.page_token]
+   * field in the subsequent call to
+   * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs] to
+   * retrieve the next page of results. If this is empty it indicates that there
+   * are no more results through which to paginate.
    * The page token is valid for only 2 hours.
    * 
* @@ -203,10 +205,11 @@ public java.lang.String getNextPageToken() { * *
    * A token to retrieve next page of results. Pass this value in the
-   * [page_token][google.cloud.scheduler.v1beta1.ListJobsRequest.page_token] field in the subsequent call to
-   * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs] to retrieve the next page of results.
-   * If this is empty it indicates that there are no more results
-   * through which to paginate.
+   * [page_token][google.cloud.scheduler.v1beta1.ListJobsRequest.page_token]
+   * field in the subsequent call to
+   * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs] to
+   * retrieve the next page of results. If this is empty it indicates that there
+   * are no more results through which to paginate.
    * The page token is valid for only 2 hours.
    * 
* @@ -399,7 +402,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Response message for listing jobs using [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs].
+   * Response message for listing jobs using
+   * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs].
    * 
* * Protobuf type {@code google.cloud.scheduler.v1beta1.ListJobsResponse} @@ -960,10 +964,11 @@ public java.util.List getJobsBui * *
      * A token to retrieve next page of results. Pass this value in the
-     * [page_token][google.cloud.scheduler.v1beta1.ListJobsRequest.page_token] field in the subsequent call to
-     * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs] to retrieve the next page of results.
-     * If this is empty it indicates that there are no more results
-     * through which to paginate.
+     * [page_token][google.cloud.scheduler.v1beta1.ListJobsRequest.page_token]
+     * field in the subsequent call to
+     * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs] to
+     * retrieve the next page of results. If this is empty it indicates that there
+     * are no more results through which to paginate.
      * The page token is valid for only 2 hours.
      * 
* @@ -985,10 +990,11 @@ public java.lang.String getNextPageToken() { * *
      * A token to retrieve next page of results. Pass this value in the
-     * [page_token][google.cloud.scheduler.v1beta1.ListJobsRequest.page_token] field in the subsequent call to
-     * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs] to retrieve the next page of results.
-     * If this is empty it indicates that there are no more results
-     * through which to paginate.
+     * [page_token][google.cloud.scheduler.v1beta1.ListJobsRequest.page_token]
+     * field in the subsequent call to
+     * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs] to
+     * retrieve the next page of results. If this is empty it indicates that there
+     * are no more results through which to paginate.
      * The page token is valid for only 2 hours.
      * 
* @@ -1010,10 +1016,11 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { * *
      * A token to retrieve next page of results. Pass this value in the
-     * [page_token][google.cloud.scheduler.v1beta1.ListJobsRequest.page_token] field in the subsequent call to
-     * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs] to retrieve the next page of results.
-     * If this is empty it indicates that there are no more results
-     * through which to paginate.
+     * [page_token][google.cloud.scheduler.v1beta1.ListJobsRequest.page_token]
+     * field in the subsequent call to
+     * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs] to
+     * retrieve the next page of results. If this is empty it indicates that there
+     * are no more results through which to paginate.
      * The page token is valid for only 2 hours.
      * 
* @@ -1033,10 +1040,11 @@ public Builder setNextPageToken(java.lang.String value) { * *
      * A token to retrieve next page of results. Pass this value in the
-     * [page_token][google.cloud.scheduler.v1beta1.ListJobsRequest.page_token] field in the subsequent call to
-     * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs] to retrieve the next page of results.
-     * If this is empty it indicates that there are no more results
-     * through which to paginate.
+     * [page_token][google.cloud.scheduler.v1beta1.ListJobsRequest.page_token]
+     * field in the subsequent call to
+     * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs] to
+     * retrieve the next page of results. If this is empty it indicates that there
+     * are no more results through which to paginate.
      * The page token is valid for only 2 hours.
      * 
* @@ -1053,10 +1061,11 @@ public Builder clearNextPageToken() { * *
      * A token to retrieve next page of results. Pass this value in the
-     * [page_token][google.cloud.scheduler.v1beta1.ListJobsRequest.page_token] field in the subsequent call to
-     * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs] to retrieve the next page of results.
-     * If this is empty it indicates that there are no more results
-     * through which to paginate.
+     * [page_token][google.cloud.scheduler.v1beta1.ListJobsRequest.page_token]
+     * field in the subsequent call to
+     * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs] to
+     * retrieve the next page of results. If this is empty it indicates that there
+     * are no more results through which to paginate.
      * The page token is valid for only 2 hours.
      * 
* diff --git a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/ListJobsResponseOrBuilder.java b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/ListJobsResponseOrBuilder.java index 6c306c7c40a1..e9d45ef47105 100644 --- a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/ListJobsResponseOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/ListJobsResponseOrBuilder.java @@ -64,10 +64,11 @@ public interface ListJobsResponseOrBuilder * *
    * A token to retrieve next page of results. Pass this value in the
-   * [page_token][google.cloud.scheduler.v1beta1.ListJobsRequest.page_token] field in the subsequent call to
-   * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs] to retrieve the next page of results.
-   * If this is empty it indicates that there are no more results
-   * through which to paginate.
+   * [page_token][google.cloud.scheduler.v1beta1.ListJobsRequest.page_token]
+   * field in the subsequent call to
+   * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs] to
+   * retrieve the next page of results. If this is empty it indicates that there
+   * are no more results through which to paginate.
    * The page token is valid for only 2 hours.
    * 
* @@ -79,10 +80,11 @@ public interface ListJobsResponseOrBuilder * *
    * A token to retrieve next page of results. Pass this value in the
-   * [page_token][google.cloud.scheduler.v1beta1.ListJobsRequest.page_token] field in the subsequent call to
-   * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs] to retrieve the next page of results.
-   * If this is empty it indicates that there are no more results
-   * through which to paginate.
+   * [page_token][google.cloud.scheduler.v1beta1.ListJobsRequest.page_token]
+   * field in the subsequent call to
+   * [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs] to
+   * retrieve the next page of results. If this is empty it indicates that there
+   * are no more results through which to paginate.
    * The page token is valid for only 2 hours.
    * 
* diff --git a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/PauseJobRequest.java b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/PauseJobRequest.java index bb1c8d25d3b0..a2702fd5d476 100644 --- a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/PauseJobRequest.java +++ b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/PauseJobRequest.java @@ -7,7 +7,8 @@ * * *
- * Request message for [PauseJob][google.cloud.scheduler.v1beta1.CloudScheduler.PauseJob].
+ * Request message for
+ * [PauseJob][google.cloud.scheduler.v1beta1.CloudScheduler.PauseJob].
  * 
* * Protobuf type {@code google.cloud.scheduler.v1beta1.PauseJobRequest} @@ -302,7 +303,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for [PauseJob][google.cloud.scheduler.v1beta1.CloudScheduler.PauseJob].
+   * Request message for
+   * [PauseJob][google.cloud.scheduler.v1beta1.CloudScheduler.PauseJob].
    * 
* * Protobuf type {@code google.cloud.scheduler.v1beta1.PauseJobRequest} diff --git a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/ResumeJobRequest.java b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/ResumeJobRequest.java index 8df1d0e6e051..7a2264654bfb 100644 --- a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/ResumeJobRequest.java +++ b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/ResumeJobRequest.java @@ -7,7 +7,8 @@ * * *
- * Request message for [ResumeJob][google.cloud.scheduler.v1beta1.CloudScheduler.ResumeJob].
+ * Request message for
+ * [ResumeJob][google.cloud.scheduler.v1beta1.CloudScheduler.ResumeJob].
  * 
* * Protobuf type {@code google.cloud.scheduler.v1beta1.ResumeJobRequest} @@ -302,7 +303,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for [ResumeJob][google.cloud.scheduler.v1beta1.CloudScheduler.ResumeJob].
+   * Request message for
+   * [ResumeJob][google.cloud.scheduler.v1beta1.CloudScheduler.ResumeJob].
    * 
* * Protobuf type {@code google.cloud.scheduler.v1beta1.ResumeJobRequest} diff --git a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/RetryConfig.java b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/RetryConfig.java index e44adb2dc33b..d302b2460b10 100644 --- a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/RetryConfig.java +++ b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/RetryConfig.java @@ -10,7 +10,8 @@ * Settings that determine the retry behavior. * By default, if a job does not complete successfully (meaning that * an acknowledgement is not received from the handler, then it will be retried - * with exponential backoff according to the settings in [RetryConfig][google.cloud.scheduler.v1beta1.RetryConfig]. + * with exponential backoff according to the settings in + * [RetryConfig][google.cloud.scheduler.v1beta1.RetryConfig]. *
* * Protobuf type {@code google.cloud.scheduler.v1beta1.RetryConfig} @@ -177,8 +178,8 @@ public int getRetryCount() { *
    * The time limit for retrying a failed job, measured from time when an
    * execution was first attempted. If specified with
-   * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the job will be retried until both limits are
-   * reached.
+   * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the
+   * job will be retried until both limits are reached.
    * The default value for max_retry_duration is zero, which means retry
    * duration is unlimited.
    * 
@@ -194,8 +195,8 @@ public boolean hasMaxRetryDuration() { *
    * The time limit for retrying a failed job, measured from time when an
    * execution was first attempted. If specified with
-   * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the job will be retried until both limits are
-   * reached.
+   * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the
+   * job will be retried until both limits are reached.
    * The default value for max_retry_duration is zero, which means retry
    * duration is unlimited.
    * 
@@ -213,8 +214,8 @@ public com.google.protobuf.Duration getMaxRetryDuration() { *
    * The time limit for retrying a failed job, measured from time when an
    * execution was first attempted. If specified with
-   * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the job will be retried until both limits are
-   * reached.
+   * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the
+   * job will be retried until both limits are reached.
    * The default value for max_retry_duration is zero, which means retry
    * duration is unlimited.
    * 
@@ -327,19 +328,24 @@ public com.google.protobuf.DurationOrBuilder getMaxBackoffDurationOrBuilder() { *
    * The time between retries will double `max_doublings` times.
    * A job's retry interval starts at
-   * [min_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.min_backoff_duration], then doubles
-   * `max_doublings` times, then increases linearly, and finally
+   * [min_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.min_backoff_duration],
+   * then doubles `max_doublings` times, then increases linearly, and finally
    * retries retries at intervals of
-   * [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration] up to
-   * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] times.
-   * For example, if [min_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.min_backoff_duration] is
-   * 10s, [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration] is 300s, and
-   * `max_doublings` is 3, then the a job will first be retried in 10s. The
-   * retry interval will double three times, and then increase linearly by
-   * 2^3 * 10s.  Finally, the job will retry at intervals of
-   * [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration] until the job has
-   * been attempted [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] times. Thus, the
-   * requests will retry at 10s, 20s, 40s, 80s, 160s, 240s, 300s, 300s, ....
+   * [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration]
+   * up to [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count]
+   * times.
+   * For example, if
+   * [min_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.min_backoff_duration]
+   * is 10s,
+   * [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration]
+   * is 300s, and `max_doublings` is 3, then the a job will first be retried in
+   * 10s. The retry interval will double three times, and then increase linearly
+   * by 2^3 * 10s.  Finally, the job will retry at intervals of
+   * [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration]
+   * until the job has been attempted
+   * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count]
+   * times. Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s, 240s,
+   * 300s, 300s, ....
    * The default value of this field is 5.
    * 
* @@ -567,7 +573,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * Settings that determine the retry behavior. * By default, if a job does not complete successfully (meaning that * an acknowledgement is not received from the handler, then it will be retried - * with exponential backoff according to the settings in [RetryConfig][google.cloud.scheduler.v1beta1.RetryConfig]. + * with exponential backoff according to the settings in + * [RetryConfig][google.cloud.scheduler.v1beta1.RetryConfig]. *
* * Protobuf type {@code google.cloud.scheduler.v1beta1.RetryConfig} @@ -856,8 +863,8 @@ public Builder clearRetryCount() { *
      * The time limit for retrying a failed job, measured from time when an
      * execution was first attempted. If specified with
-     * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the job will be retried until both limits are
-     * reached.
+     * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the
+     * job will be retried until both limits are reached.
      * The default value for max_retry_duration is zero, which means retry
      * duration is unlimited.
      * 
@@ -873,8 +880,8 @@ public boolean hasMaxRetryDuration() { *
      * The time limit for retrying a failed job, measured from time when an
      * execution was first attempted. If specified with
-     * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the job will be retried until both limits are
-     * reached.
+     * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the
+     * job will be retried until both limits are reached.
      * The default value for max_retry_duration is zero, which means retry
      * duration is unlimited.
      * 
@@ -896,8 +903,8 @@ public com.google.protobuf.Duration getMaxRetryDuration() { *
      * The time limit for retrying a failed job, measured from time when an
      * execution was first attempted. If specified with
-     * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the job will be retried until both limits are
-     * reached.
+     * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the
+     * job will be retried until both limits are reached.
      * The default value for max_retry_duration is zero, which means retry
      * duration is unlimited.
      * 
@@ -923,8 +930,8 @@ public Builder setMaxRetryDuration(com.google.protobuf.Duration value) { *
      * The time limit for retrying a failed job, measured from time when an
      * execution was first attempted. If specified with
-     * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the job will be retried until both limits are
-     * reached.
+     * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the
+     * job will be retried until both limits are reached.
      * The default value for max_retry_duration is zero, which means retry
      * duration is unlimited.
      * 
@@ -947,8 +954,8 @@ public Builder setMaxRetryDuration(com.google.protobuf.Duration.Builder builderF *
      * The time limit for retrying a failed job, measured from time when an
      * execution was first attempted. If specified with
-     * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the job will be retried until both limits are
-     * reached.
+     * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the
+     * job will be retried until both limits are reached.
      * The default value for max_retry_duration is zero, which means retry
      * duration is unlimited.
      * 
@@ -978,8 +985,8 @@ public Builder mergeMaxRetryDuration(com.google.protobuf.Duration value) { *
      * The time limit for retrying a failed job, measured from time when an
      * execution was first attempted. If specified with
-     * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the job will be retried until both limits are
-     * reached.
+     * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the
+     * job will be retried until both limits are reached.
      * The default value for max_retry_duration is zero, which means retry
      * duration is unlimited.
      * 
@@ -1003,8 +1010,8 @@ public Builder clearMaxRetryDuration() { *
      * The time limit for retrying a failed job, measured from time when an
      * execution was first attempted. If specified with
-     * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the job will be retried until both limits are
-     * reached.
+     * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the
+     * job will be retried until both limits are reached.
      * The default value for max_retry_duration is zero, which means retry
      * duration is unlimited.
      * 
@@ -1022,8 +1029,8 @@ public com.google.protobuf.Duration.Builder getMaxRetryDurationBuilder() { *
      * The time limit for retrying a failed job, measured from time when an
      * execution was first attempted. If specified with
-     * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the job will be retried until both limits are
-     * reached.
+     * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the
+     * job will be retried until both limits are reached.
      * The default value for max_retry_duration is zero, which means retry
      * duration is unlimited.
      * 
@@ -1045,8 +1052,8 @@ public com.google.protobuf.DurationOrBuilder getMaxRetryDurationOrBuilder() { *
      * The time limit for retrying a failed job, measured from time when an
      * execution was first attempted. If specified with
-     * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the job will be retried until both limits are
-     * reached.
+     * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the
+     * job will be retried until both limits are reached.
      * The default value for max_retry_duration is zero, which means retry
      * duration is unlimited.
      * 
@@ -1475,19 +1482,24 @@ public com.google.protobuf.DurationOrBuilder getMaxBackoffDurationOrBuilder() { *
      * The time between retries will double `max_doublings` times.
      * A job's retry interval starts at
-     * [min_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.min_backoff_duration], then doubles
-     * `max_doublings` times, then increases linearly, and finally
+     * [min_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.min_backoff_duration],
+     * then doubles `max_doublings` times, then increases linearly, and finally
      * retries retries at intervals of
-     * [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration] up to
-     * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] times.
-     * For example, if [min_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.min_backoff_duration] is
-     * 10s, [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration] is 300s, and
-     * `max_doublings` is 3, then the a job will first be retried in 10s. The
-     * retry interval will double three times, and then increase linearly by
-     * 2^3 * 10s.  Finally, the job will retry at intervals of
-     * [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration] until the job has
-     * been attempted [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] times. Thus, the
-     * requests will retry at 10s, 20s, 40s, 80s, 160s, 240s, 300s, 300s, ....
+     * [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration]
+     * up to [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count]
+     * times.
+     * For example, if
+     * [min_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.min_backoff_duration]
+     * is 10s,
+     * [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration]
+     * is 300s, and `max_doublings` is 3, then the a job will first be retried in
+     * 10s. The retry interval will double three times, and then increase linearly
+     * by 2^3 * 10s.  Finally, the job will retry at intervals of
+     * [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration]
+     * until the job has been attempted
+     * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count]
+     * times. Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s, 240s,
+     * 300s, 300s, ....
      * The default value of this field is 5.
      * 
* @@ -1502,19 +1514,24 @@ public int getMaxDoublings() { *
      * The time between retries will double `max_doublings` times.
      * A job's retry interval starts at
-     * [min_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.min_backoff_duration], then doubles
-     * `max_doublings` times, then increases linearly, and finally
+     * [min_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.min_backoff_duration],
+     * then doubles `max_doublings` times, then increases linearly, and finally
      * retries retries at intervals of
-     * [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration] up to
-     * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] times.
-     * For example, if [min_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.min_backoff_duration] is
-     * 10s, [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration] is 300s, and
-     * `max_doublings` is 3, then the a job will first be retried in 10s. The
-     * retry interval will double three times, and then increase linearly by
-     * 2^3 * 10s.  Finally, the job will retry at intervals of
-     * [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration] until the job has
-     * been attempted [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] times. Thus, the
-     * requests will retry at 10s, 20s, 40s, 80s, 160s, 240s, 300s, 300s, ....
+     * [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration]
+     * up to [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count]
+     * times.
+     * For example, if
+     * [min_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.min_backoff_duration]
+     * is 10s,
+     * [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration]
+     * is 300s, and `max_doublings` is 3, then the a job will first be retried in
+     * 10s. The retry interval will double three times, and then increase linearly
+     * by 2^3 * 10s.  Finally, the job will retry at intervals of
+     * [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration]
+     * until the job has been attempted
+     * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count]
+     * times. Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s, 240s,
+     * 300s, 300s, ....
      * The default value of this field is 5.
      * 
* @@ -1532,19 +1549,24 @@ public Builder setMaxDoublings(int value) { *
      * The time between retries will double `max_doublings` times.
      * A job's retry interval starts at
-     * [min_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.min_backoff_duration], then doubles
-     * `max_doublings` times, then increases linearly, and finally
+     * [min_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.min_backoff_duration],
+     * then doubles `max_doublings` times, then increases linearly, and finally
      * retries retries at intervals of
-     * [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration] up to
-     * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] times.
-     * For example, if [min_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.min_backoff_duration] is
-     * 10s, [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration] is 300s, and
-     * `max_doublings` is 3, then the a job will first be retried in 10s. The
-     * retry interval will double three times, and then increase linearly by
-     * 2^3 * 10s.  Finally, the job will retry at intervals of
-     * [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration] until the job has
-     * been attempted [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] times. Thus, the
-     * requests will retry at 10s, 20s, 40s, 80s, 160s, 240s, 300s, 300s, ....
+     * [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration]
+     * up to [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count]
+     * times.
+     * For example, if
+     * [min_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.min_backoff_duration]
+     * is 10s,
+     * [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration]
+     * is 300s, and `max_doublings` is 3, then the a job will first be retried in
+     * 10s. The retry interval will double three times, and then increase linearly
+     * by 2^3 * 10s.  Finally, the job will retry at intervals of
+     * [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration]
+     * until the job has been attempted
+     * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count]
+     * times. Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s, 240s,
+     * 300s, 300s, ....
      * The default value of this field is 5.
      * 
* diff --git a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/RetryConfigOrBuilder.java b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/RetryConfigOrBuilder.java index 3a1890c72954..7c9ffe9b3128 100644 --- a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/RetryConfigOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/RetryConfigOrBuilder.java @@ -36,8 +36,8 @@ public interface RetryConfigOrBuilder *
    * The time limit for retrying a failed job, measured from time when an
    * execution was first attempted. If specified with
-   * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the job will be retried until both limits are
-   * reached.
+   * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the
+   * job will be retried until both limits are reached.
    * The default value for max_retry_duration is zero, which means retry
    * duration is unlimited.
    * 
@@ -51,8 +51,8 @@ public interface RetryConfigOrBuilder *
    * The time limit for retrying a failed job, measured from time when an
    * execution was first attempted. If specified with
-   * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the job will be retried until both limits are
-   * reached.
+   * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the
+   * job will be retried until both limits are reached.
    * The default value for max_retry_duration is zero, which means retry
    * duration is unlimited.
    * 
@@ -66,8 +66,8 @@ public interface RetryConfigOrBuilder *
    * The time limit for retrying a failed job, measured from time when an
    * execution was first attempted. If specified with
-   * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the job will be retried until both limits are
-   * reached.
+   * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the
+   * job will be retried until both limits are reached.
    * The default value for max_retry_duration is zero, which means retry
    * duration is unlimited.
    * 
@@ -156,19 +156,24 @@ public interface RetryConfigOrBuilder *
    * The time between retries will double `max_doublings` times.
    * A job's retry interval starts at
-   * [min_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.min_backoff_duration], then doubles
-   * `max_doublings` times, then increases linearly, and finally
+   * [min_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.min_backoff_duration],
+   * then doubles `max_doublings` times, then increases linearly, and finally
    * retries retries at intervals of
-   * [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration] up to
-   * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] times.
-   * For example, if [min_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.min_backoff_duration] is
-   * 10s, [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration] is 300s, and
-   * `max_doublings` is 3, then the a job will first be retried in 10s. The
-   * retry interval will double three times, and then increase linearly by
-   * 2^3 * 10s.  Finally, the job will retry at intervals of
-   * [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration] until the job has
-   * been attempted [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] times. Thus, the
-   * requests will retry at 10s, 20s, 40s, 80s, 160s, 240s, 300s, 300s, ....
+   * [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration]
+   * up to [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count]
+   * times.
+   * For example, if
+   * [min_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.min_backoff_duration]
+   * is 10s,
+   * [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration]
+   * is 300s, and `max_doublings` is 3, then the a job will first be retried in
+   * 10s. The retry interval will double three times, and then increase linearly
+   * by 2^3 * 10s.  Finally, the job will retry at intervals of
+   * [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration]
+   * until the job has been attempted
+   * [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count]
+   * times. Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s, 240s,
+   * 300s, 300s, ....
    * The default value of this field is 5.
    * 
* diff --git a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/UpdateJobRequest.java b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/UpdateJobRequest.java index 4ed064ef9039..7ee1d7fb582d 100644 --- a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/UpdateJobRequest.java +++ b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/UpdateJobRequest.java @@ -7,7 +7,8 @@ * * *
- * Request message for [UpdateJob][google.cloud.scheduler.v1beta1.CloudScheduler.UpdateJob].
+ * Request message for
+ * [UpdateJob][google.cloud.scheduler.v1beta1.CloudScheduler.UpdateJob].
  * 
* * Protobuf type {@code google.cloud.scheduler.v1beta1.UpdateJobRequest} @@ -120,7 +121,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required.
-   * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name] must be specified.
+   * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name]
+   * must be specified.
    * Output only fields cannot be modified using UpdateJob.
    * Any value specified for an output only field will be ignored.
    * 
@@ -135,7 +137,8 @@ public boolean hasJob() { * *
    * Required.
-   * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name] must be specified.
+   * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name]
+   * must be specified.
    * Output only fields cannot be modified using UpdateJob.
    * Any value specified for an output only field will be ignored.
    * 
@@ -150,7 +153,8 @@ public com.google.cloud.scheduler.v1beta1.Job getJob() { * *
    * Required.
-   * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name] must be specified.
+   * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name]
+   * must be specified.
    * Output only fields cannot be modified using UpdateJob.
    * Any value specified for an output only field will be ignored.
    * 
@@ -383,7 +387,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for [UpdateJob][google.cloud.scheduler.v1beta1.CloudScheduler.UpdateJob].
+   * Request message for
+   * [UpdateJob][google.cloud.scheduler.v1beta1.CloudScheduler.UpdateJob].
    * 
* * Protobuf type {@code google.cloud.scheduler.v1beta1.UpdateJobRequest} @@ -570,7 +575,8 @@ public Builder mergeFrom( * *
      * Required.
-     * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name] must be specified.
+     * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name]
+     * must be specified.
      * Output only fields cannot be modified using UpdateJob.
      * Any value specified for an output only field will be ignored.
      * 
@@ -585,7 +591,8 @@ public boolean hasJob() { * *
      * Required.
-     * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name] must be specified.
+     * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name]
+     * must be specified.
      * Output only fields cannot be modified using UpdateJob.
      * Any value specified for an output only field will be ignored.
      * 
@@ -604,7 +611,8 @@ public com.google.cloud.scheduler.v1beta1.Job getJob() { * *
      * Required.
-     * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name] must be specified.
+     * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name]
+     * must be specified.
      * Output only fields cannot be modified using UpdateJob.
      * Any value specified for an output only field will be ignored.
      * 
@@ -629,7 +637,8 @@ public Builder setJob(com.google.cloud.scheduler.v1beta1.Job value) { * *
      * Required.
-     * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name] must be specified.
+     * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name]
+     * must be specified.
      * Output only fields cannot be modified using UpdateJob.
      * Any value specified for an output only field will be ignored.
      * 
@@ -651,7 +660,8 @@ public Builder setJob(com.google.cloud.scheduler.v1beta1.Job.Builder builderForV * *
      * Required.
-     * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name] must be specified.
+     * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name]
+     * must be specified.
      * Output only fields cannot be modified using UpdateJob.
      * Any value specified for an output only field will be ignored.
      * 
@@ -680,7 +690,8 @@ public Builder mergeJob(com.google.cloud.scheduler.v1beta1.Job value) { * *
      * Required.
-     * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name] must be specified.
+     * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name]
+     * must be specified.
      * Output only fields cannot be modified using UpdateJob.
      * Any value specified for an output only field will be ignored.
      * 
@@ -703,7 +714,8 @@ public Builder clearJob() { * *
      * Required.
-     * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name] must be specified.
+     * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name]
+     * must be specified.
      * Output only fields cannot be modified using UpdateJob.
      * Any value specified for an output only field will be ignored.
      * 
@@ -720,7 +732,8 @@ public com.google.cloud.scheduler.v1beta1.Job.Builder getJobBuilder() { * *
      * Required.
-     * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name] must be specified.
+     * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name]
+     * must be specified.
      * Output only fields cannot be modified using UpdateJob.
      * Any value specified for an output only field will be ignored.
      * 
@@ -739,7 +752,8 @@ public com.google.cloud.scheduler.v1beta1.JobOrBuilder getJobOrBuilder() { * *
      * Required.
-     * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name] must be specified.
+     * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name]
+     * must be specified.
      * Output only fields cannot be modified using UpdateJob.
      * Any value specified for an output only field will be ignored.
      * 
diff --git a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/UpdateJobRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/UpdateJobRequestOrBuilder.java index 484729d70e2a..b011631295a5 100644 --- a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/UpdateJobRequestOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/UpdateJobRequestOrBuilder.java @@ -13,7 +13,8 @@ public interface UpdateJobRequestOrBuilder * *
    * Required.
-   * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name] must be specified.
+   * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name]
+   * must be specified.
    * Output only fields cannot be modified using UpdateJob.
    * Any value specified for an output only field will be ignored.
    * 
@@ -26,7 +27,8 @@ public interface UpdateJobRequestOrBuilder * *
    * Required.
-   * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name] must be specified.
+   * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name]
+   * must be specified.
    * Output only fields cannot be modified using UpdateJob.
    * Any value specified for an output only field will be ignored.
    * 
@@ -39,7 +41,8 @@ public interface UpdateJobRequestOrBuilder * *
    * Required.
-   * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name] must be specified.
+   * The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name]
+   * must be specified.
    * Output only fields cannot be modified using UpdateJob.
    * Any value specified for an output only field will be ignored.
    * 
diff --git a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/proto/google/cloud/scheduler/v1beta1/cloudscheduler.proto b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/proto/google/cloud/scheduler/v1beta1/cloudscheduler.proto index f3fa89dcf36a..637cc051ba49 100644 --- a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/proto/google/cloud/scheduler/v1beta1/cloudscheduler.proto +++ b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/proto/google/cloud/scheduler/v1beta1/cloudscheduler.proto @@ -28,7 +28,6 @@ option java_outer_classname = "SchedulerProto"; option java_package = "com.google.cloud.scheduler.v1beta1"; option objc_class_prefix = "SCHEDULER"; - // The Cloud Scheduler API allows external entities to reliably // schedule asynchronous jobs. service CloudScheduler { @@ -56,13 +55,14 @@ service CloudScheduler { // Updates a job. // - // If successful, the updated [Job][google.cloud.scheduler.v1beta1.Job] is returned. If the job does - // not exist, `NOT_FOUND` is returned. + // If successful, the updated [Job][google.cloud.scheduler.v1beta1.Job] is + // returned. If the job does not exist, `NOT_FOUND` is returned. // // If UpdateJob does not successfully return, it is possible for the - // job to be in an [Job.State.UPDATE_FAILED][google.cloud.scheduler.v1beta1.Job.State.UPDATE_FAILED] state. A job in this state may - // not be executed. If this happens, retry the UpdateJob request - // until a successful response is received. + // job to be in an + // [Job.State.UPDATE_FAILED][google.cloud.scheduler.v1beta1.Job.State.UPDATE_FAILED] + // state. A job in this state may not be executed. If this happens, retry the + // UpdateJob request until a successful response is received. rpc UpdateJob(UpdateJobRequest) returns (Job) { option (google.api.http) = { patch: "/v1beta1/{job.name=projects/*/locations/*/jobs/*}" @@ -80,10 +80,14 @@ service CloudScheduler { // Pauses a job. // // If a job is paused then the system will stop executing the job - // until it is re-enabled via [ResumeJob][google.cloud.scheduler.v1beta1.CloudScheduler.ResumeJob]. The - // state of the job is stored in [state][google.cloud.scheduler.v1beta1.Job.state]; if paused it - // will be set to [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. A job must be in [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED] - // to be paused. + // until it is re-enabled via + // [ResumeJob][google.cloud.scheduler.v1beta1.CloudScheduler.ResumeJob]. The + // state of the job is stored in + // [state][google.cloud.scheduler.v1beta1.Job.state]; if paused it will be set + // to [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. A + // job must be in + // [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED] to be + // paused. rpc PauseJob(PauseJobRequest) returns (Job) { option (google.api.http) = { post: "/v1beta1/{name=projects/*/locations/*/jobs/*}:pause" @@ -93,10 +97,15 @@ service CloudScheduler { // Resume a job. // - // This method reenables a job after it has been [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. The - // state of a job is stored in [Job.state][google.cloud.scheduler.v1beta1.Job.state]; after calling this method it - // will be set to [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED]. A job must be in - // [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED] to be resumed. + // This method reenables a job after it has been + // [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. The + // state of a job is stored in + // [Job.state][google.cloud.scheduler.v1beta1.Job.state]; after calling this + // method it will be set to + // [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED]. A + // job must be in + // [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED] to be + // resumed. rpc ResumeJob(ResumeJobRequest) returns (Job) { option (google.api.http) = { post: "/v1beta1/{name=projects/*/locations/*/jobs/*}:resume" @@ -116,7 +125,8 @@ service CloudScheduler { } } -// Request message for listing jobs using [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs]. +// Request message for listing jobs using +// [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs]. message ListJobsRequest { // Required. // @@ -135,29 +145,35 @@ message ListJobsRequest { // A token identifying a page of results the server will return. To // request the first page results, page_token must be empty. To // request the next page of results, page_token must be the value of - // [next_page_token][google.cloud.scheduler.v1beta1.ListJobsResponse.next_page_token] returned from - // the previous call to [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs]. It is an error to - // switch the value of [filter][google.cloud.scheduler.v1beta1.ListJobsRequest.filter] or - // [order_by][google.cloud.scheduler.v1beta1.ListJobsRequest.order_by] while iterating through pages. + // [next_page_token][google.cloud.scheduler.v1beta1.ListJobsResponse.next_page_token] + // returned from the previous call to + // [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs]. It is + // an error to switch the value of + // [filter][google.cloud.scheduler.v1beta1.ListJobsRequest.filter] or + // [order_by][google.cloud.scheduler.v1beta1.ListJobsRequest.order_by] while + // iterating through pages. string page_token = 6; } -// Response message for listing jobs using [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs]. +// Response message for listing jobs using +// [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs]. message ListJobsResponse { // The list of jobs. repeated Job jobs = 1; // A token to retrieve next page of results. Pass this value in the - // [page_token][google.cloud.scheduler.v1beta1.ListJobsRequest.page_token] field in the subsequent call to - // [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs] to retrieve the next page of results. - // If this is empty it indicates that there are no more results - // through which to paginate. + // [page_token][google.cloud.scheduler.v1beta1.ListJobsRequest.page_token] + // field in the subsequent call to + // [ListJobs][google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs] to + // retrieve the next page of results. If this is empty it indicates that there + // are no more results through which to paginate. // // The page token is valid for only 2 hours. string next_page_token = 2; } -// Request message for [GetJob][google.cloud.scheduler.v1beta1.CloudScheduler.GetJob]. +// Request message for +// [GetJob][google.cloud.scheduler.v1beta1.CloudScheduler.GetJob]. message GetJobRequest { // Required. // @@ -166,7 +182,8 @@ message GetJobRequest { string name = 1; } -// Request message for [CreateJob][google.cloud.scheduler.v1beta1.CloudScheduler.CreateJob]. +// Request message for +// [CreateJob][google.cloud.scheduler.v1beta1.CloudScheduler.CreateJob]. message CreateJobRequest { // Required. // @@ -177,18 +194,21 @@ message CreateJobRequest { // Required. // // The job to add. The user can optionally specify a name for the - // job in [name][google.cloud.scheduler.v1beta1.Job.name]. [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an + // job in [name][google.cloud.scheduler.v1beta1.Job.name]. + // [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an // existing job. If a name is not specified then the system will // generate a random unique name that will be returned // ([name][google.cloud.scheduler.v1beta1.Job.name]) in the response. Job job = 2; } -// Request message for [UpdateJob][google.cloud.scheduler.v1beta1.CloudScheduler.UpdateJob]. +// Request message for +// [UpdateJob][google.cloud.scheduler.v1beta1.CloudScheduler.UpdateJob]. message UpdateJobRequest { // Required. // - // The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name] must be specified. + // The new job properties. [name][google.cloud.scheduler.v1beta1.Job.name] + // must be specified. // // Output only fields cannot be modified using UpdateJob. // Any value specified for an output only field will be ignored. @@ -208,7 +228,8 @@ message DeleteJobRequest { string name = 1; } -// Request message for [PauseJob][google.cloud.scheduler.v1beta1.CloudScheduler.PauseJob]. +// Request message for +// [PauseJob][google.cloud.scheduler.v1beta1.CloudScheduler.PauseJob]. message PauseJobRequest { // Required. // @@ -217,7 +238,8 @@ message PauseJobRequest { string name = 1; } -// Request message for [ResumeJob][google.cloud.scheduler.v1beta1.CloudScheduler.ResumeJob]. +// Request message for +// [ResumeJob][google.cloud.scheduler.v1beta1.CloudScheduler.ResumeJob]. message ResumeJobRequest { // Required. // diff --git a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/proto/google/cloud/scheduler/v1beta1/job.proto b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/proto/google/cloud/scheduler/v1beta1/job.proto index 32fea587bc4e..753826a17878 100644 --- a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/proto/google/cloud/scheduler/v1beta1/job.proto +++ b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/proto/google/cloud/scheduler/v1beta1/job.proto @@ -28,7 +28,6 @@ option java_multiple_files = true; option java_outer_classname = "JobProto"; option java_package = "com.google.cloud.scheduler.v1beta1"; - // Configuration for a job. // The maximum allowed size for a job is 100KB. message Job { @@ -49,9 +48,11 @@ message Job { // cannot directly set a job to be disabled. DISABLED = 3; - // The job state resulting from a failed [CloudScheduler.UpdateJob][google.cloud.scheduler.v1beta1.CloudScheduler.UpdateJob] + // The job state resulting from a failed + // [CloudScheduler.UpdateJob][google.cloud.scheduler.v1beta1.CloudScheduler.UpdateJob] // operation. To recover a job from this state, retry - // [CloudScheduler.UpdateJob][google.cloud.scheduler.v1beta1.CloudScheduler.UpdateJob] until a successful response is received. + // [CloudScheduler.UpdateJob][google.cloud.scheduler.v1beta1.CloudScheduler.UpdateJob] + // until a successful response is received. UPDATE_FAILED = 4; } @@ -61,7 +62,8 @@ message Job { // * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]), // hyphens (-), colons (:), or periods (.). // For more information, see - // [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) + // [Identifying + // projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) // * `LOCATION_ID` is the canonical ID for the job's location. // The list of available locations can be obtained by calling // [ListLocations][google.cloud.location.Locations.ListLocations]. @@ -101,20 +103,23 @@ message Job { // A scheduled start time will be delayed if the previous // execution has not ended when its scheduled time occurs. // - // If [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] > 0 and a job attempt fails, - // the job will be tried a total of [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] + // If [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] > + // 0 and a job attempt fails, the job will be tried a total of + // [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] // times, with exponential backoff, until the next scheduled start // time. // // The schedule can be either of the following types: // // * [Crontab](http://en.wikipedia.org/wiki/Cron#Overview) - // * English-like [schedule](https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) + // * English-like + // [schedule](https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) string schedule = 20; // Specifies the time zone to be used in interpreting - // [schedule][google.cloud.scheduler.v1beta1.Job.schedule]. The value of this field must be a time - // zone name from the [tz database](http://en.wikipedia.org/wiki/Tz_database). + // [schedule][google.cloud.scheduler.v1beta1.Job.schedule]. The value of this + // field must be a time zone name from the [tz + // database](http://en.wikipedia.org/wiki/Tz_database). // // Note that some time zones include a provision for // daylight savings time. The rules for daylight saving time are @@ -148,7 +153,8 @@ message Job { // // By default, if a job does not complete successfully (meaning that // an acknowledgement is not received from the handler, then it will be retried -// with exponential backoff according to the settings in [RetryConfig][google.cloud.scheduler.v1beta1.RetryConfig]. +// with exponential backoff according to the settings in +// [RetryConfig][google.cloud.scheduler.v1beta1.RetryConfig]. message RetryConfig { // The number of attempts that the system will make to run a job using the // exponential backoff procedure described by @@ -170,8 +176,8 @@ message RetryConfig { // The time limit for retrying a failed job, measured from time when an // execution was first attempted. If specified with - // [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the job will be retried until both limits are - // reached. + // [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count], the + // job will be retried until both limits are reached. // // The default value for max_retry_duration is zero, which means retry // duration is unlimited. @@ -192,20 +198,25 @@ message RetryConfig { // The time between retries will double `max_doublings` times. // // A job's retry interval starts at - // [min_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.min_backoff_duration], then doubles - // `max_doublings` times, then increases linearly, and finally + // [min_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.min_backoff_duration], + // then doubles `max_doublings` times, then increases linearly, and finally // retries retries at intervals of - // [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration] up to - // [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] times. - // - // For example, if [min_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.min_backoff_duration] is - // 10s, [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration] is 300s, and - // `max_doublings` is 3, then the a job will first be retried in 10s. The - // retry interval will double three times, and then increase linearly by - // 2^3 * 10s. Finally, the job will retry at intervals of - // [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration] until the job has - // been attempted [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] times. Thus, the - // requests will retry at 10s, 20s, 40s, 80s, 160s, 240s, 300s, 300s, .... + // [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration] + // up to [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] + // times. + // + // For example, if + // [min_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.min_backoff_duration] + // is 10s, + // [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration] + // is 300s, and `max_doublings` is 3, then the a job will first be retried in + // 10s. The retry interval will double three times, and then increase linearly + // by 2^3 * 10s. Finally, the job will retry at intervals of + // [max_backoff_duration][google.cloud.scheduler.v1beta1.RetryConfig.max_backoff_duration] + // until the job has been attempted + // [retry_count][google.cloud.scheduler.v1beta1.RetryConfig.retry_count] + // times. Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s, 240s, + // 300s, 300s, .... // // The default value of this field is 5. int32 max_doublings = 5; diff --git a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/proto/google/cloud/scheduler/v1beta1/target.proto b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/proto/google/cloud/scheduler/v1beta1/target.proto index 210002e32a20..009eaba38b84 100644 --- a/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/proto/google/cloud/scheduler/v1beta1/target.proto +++ b/google-api-grpc/proto-google-cloud-scheduler-v1beta1/src/main/proto/google/cloud/scheduler/v1beta1/target.proto @@ -25,10 +25,10 @@ option java_multiple_files = true; option java_outer_classname = "TargetProto"; option java_package = "com.google.cloud.scheduler.v1beta1"; - // Http target. The job will be pushed to the job handler by means of -// an HTTP request via an [http_method][google.cloud.scheduler.v1beta1.HttpTarget.http_method] such as HTTP -// POST, HTTP GET, etc. The job is acknowledged by means of an HTTP +// an HTTP request via an +// [http_method][google.cloud.scheduler.v1beta1.HttpTarget.http_method] such as +// HTTP POST, HTTP GET, etc. The job is acknowledged by means of an HTTP // response code in the range [200 - 299]. A failure to receive a response // constitutes a failed execution. For a redirected request, the response // returned by the redirected request is considered. @@ -70,14 +70,14 @@ message HttpTarget { } // App Engine target. The job will be pushed to a job handler by means -// of an HTTP request via an [http_method][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.http_method] such -// as HTTP POST, HTTP GET, etc. The job is acknowledged by means of an -// HTTP response code in the range [200 - 299]. Error 503 is -// considered an App Engine system error instead of an application -// error. Requests returning error 503 will be retried regardless of -// retry configuration and not counted against retry counts. Any other -// response code, or a failure to receive a response before the -// deadline, constitutes a failed attempt. +// of an HTTP request via an +// [http_method][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.http_method] +// such as HTTP POST, HTTP GET, etc. The job is acknowledged by means of an HTTP +// response code in the range [200 - 299]. Error 503 is considered an App Engine +// system error instead of an application error. Requests returning error 503 +// will be retried regardless of retry configuration and not counted against +// retry counts. Any other response code, or a failure to receive a response +// before the deadline, constitutes a failed attempt. message AppEngineHttpTarget { // The HTTP method to use for the request. PATCH and OPTIONS are not // permitted. @@ -107,8 +107,9 @@ message AppEngineHttpTarget { // `"AppEngine-Google; (+http://code.google.com/appengine)"` to the // modified `User-Agent`. // - // If the job has an [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud Scheduler sets the - // following headers: + // If the job has an + // [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud + // Scheduler sets the following headers: // // * `Content-Type`: By default, the `Content-Type` header is set to // `"application/octet-stream"`. The default can be overridden by explictly @@ -122,18 +123,21 @@ message AppEngineHttpTarget { // // * `X-Google-*`: For Google internal use only. // * `X-AppEngine-*`: For Google internal use only. See - // [Reading request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + // [Reading request + // headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). // // In addition, some App Engine headers, which contain // job-specific information, are also be sent to the job handler; see - // [request headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). + // [request + // headers](https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron). map headers = 4; // Body. // // HTTP request body. A request body is allowed only if the HTTP method is // POST or PUT. It will result in invalid argument error to set a body on a - // job with an incompatible [HttpMethod][google.cloud.scheduler.v1beta1.HttpMethod]. + // job with an incompatible + // [HttpMethod][google.cloud.scheduler.v1beta1.HttpMethod]. bytes body = 5; } @@ -167,10 +171,14 @@ message PubsubTarget { // App Engine Routing. // // For more information about services, versions, and instances see -// [An Overview of App Engine](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine), -// [Microservices Architecture on Google App Engine](https://cloud.google.com/appengine/docs/python/microservices-on-app-engine), -// [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed), and -// [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). +// [An Overview of App +// Engine](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine), +// [Microservices Architecture on Google App +// Engine](https://cloud.google.com/appengine/docs/python/microservices-on-app-engine), +// [App Engine Standard request +// routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed), +// and [App Engine Flex request +// routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). message AppEngineRouting { // App service. // @@ -190,10 +198,13 @@ message AppEngineRouting { // the job is attempted. // // Requests can only be sent to a specific instance if - // [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + // [manual scaling is used in App Engine + // Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). // App Engine Flex does not support instances. For more information, see - // [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) and - // [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + // [App Engine Standard request + // routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + // and [App Engine Flex request + // routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). string instance = 3; // Output only. The host that the job is sent to. @@ -217,43 +228,51 @@ message AppEngineRouting { // example .appspot.com, which is associated with the // job's project ID. // - // * `service =` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + // * `service =` + // [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] // - // * `version =` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + // * `version =` + // [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] // // * `version_dot_service =` - // [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' +` - // [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + // [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' + // +` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] // - // * `instance =` [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] + // * `instance =` + // [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] // // * `instance_dot_service =` - // [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - // [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] + // [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + // '.' +` [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] // // * `instance_dot_version =` - // [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - // [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + // [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + // '.' +` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] // // * `instance_dot_version_dot_service =` - // [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ '.' +` - // [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] `+ '.' +` + // [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] `+ + // '.' +` [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] + // `+ '.' +` // [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] // // - // If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] is empty, then the job will be sent - // to the service which is the default service when the job is attempted. + // If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service] is + // empty, then the job will be sent to the service which is the default + // service when the job is attempted. // - // If [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] is empty, then the job will be sent - // to the version which is the default version when the job is attempted. + // If [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version] is + // empty, then the job will be sent to the version which is the default + // version when the job is attempted. // - // If [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is empty, then the job will be - // sent to an instance which is available when the job is attempted. + // If [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is + // empty, then the job will be sent to an instance which is available when the + // job is attempted. // // If [service][google.cloud.scheduler.v1beta1.AppEngineRouting.service], // [version][google.cloud.scheduler.v1beta1.AppEngineRouting.version], or - // [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is invalid, then the job will be sent - // to the default version of the default service when the job is attempted. + // [instance][google.cloud.scheduler.v1beta1.AppEngineRouting.instance] is + // invalid, then the job will be sent to the default version of the default + // service when the job is attempted. string host = 4; } diff --git a/google-cloud-clients/google-cloud-scheduler/synth.metadata b/google-cloud-clients/google-cloud-scheduler/synth.metadata index 676a40244f4b..912172653581 100644 --- a/google-cloud-clients/google-cloud-scheduler/synth.metadata +++ b/google-cloud-clients/google-cloud-scheduler/synth.metadata @@ -1,19 +1,19 @@ { - "updateTime": "2019-01-19T08:47:20.100947Z", + "updateTime": "2019-03-01T08:50:41.817834Z", "sources": [ { "generator": { "name": "artman", - "version": "0.16.7", - "dockerImage": "googleapis/artman@sha256:d6c8ced606eb49973ca95d2af7c55a681acc042db0f87d135968349e7bf6dd80" + "version": "0.16.14", + "dockerImage": "googleapis/artman@sha256:f3d61ae45abaeefb6be5f228cda22732c2f1b00fb687c79c4bd4f2c42bb1e1a7" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "96adaf6de4fa2cabbdd5de560a367bb488e0639b", - "internalRef": "229998977" + "sha": "41d72d444fbe445f4da89e13be02078734fb7875", + "internalRef": "236230004" } } ],