Skip to content

Commit

Permalink
Regenerate scheduler client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Apr 5, 2019
1 parent 34d85db commit e2c5104
Show file tree
Hide file tree
Showing 33 changed files with 4,000 additions and 1,181 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -541,13 +541,12 @@ public void createJob(
*
* <pre>
* 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.
* </pre>
*/
public void updateJob(
Expand Down Expand Up @@ -575,14 +574,10 @@ public void deleteJob(
* <pre>
* 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.
* </pre>
*/
public void pauseJob(
Expand All @@ -596,15 +591,10 @@ public void pauseJob(
*
* <pre>
* 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.
* </pre>
*/
public void resumeJob(
Expand Down Expand Up @@ -761,13 +751,12 @@ public void createJob(
*
* <pre>
* 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.
* </pre>
*/
public void updateJob(
Expand Down Expand Up @@ -801,14 +790,10 @@ public void deleteJob(
* <pre>
* 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.
* </pre>
*/
public void pauseJob(
Expand All @@ -825,15 +810,10 @@ public void pauseJob(
*
* <pre>
* 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.
* </pre>
*/
public void resumeJob(
Expand Down Expand Up @@ -929,13 +909,12 @@ public com.google.cloud.scheduler.v1beta1.Job createJob(
*
* <pre>
* 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.
* </pre>
*/
public com.google.cloud.scheduler.v1beta1.Job updateJob(
Expand All @@ -961,14 +940,10 @@ public com.google.protobuf.Empty deleteJob(
* <pre>
* 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.
* </pre>
*/
public com.google.cloud.scheduler.v1beta1.Job pauseJob(
Expand All @@ -981,15 +956,10 @@ public com.google.cloud.scheduler.v1beta1.Job pauseJob(
*
* <pre>
* 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.
* </pre>
*/
public com.google.cloud.scheduler.v1beta1.Job resumeJob(
Expand Down Expand Up @@ -1083,13 +1053,12 @@ protected CloudSchedulerFutureStub build(
*
* <pre>
* 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.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand Down Expand Up @@ -1118,14 +1087,10 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Em
* <pre>
* 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.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand All @@ -1140,15 +1105,10 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Em
*
* <pre>
* 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.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand Down
Loading

0 comments on commit e2c5104

Please sign in to comment.