Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regenerate scheduler client #4609

Merged
merged 1 commit into from
Mar 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -541,12 +541,13 @@ 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 @@ -574,10 +575,14 @@ 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 @@ -591,10 +596,15 @@ 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 @@ -751,12 +761,13 @@ 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 @@ -790,10 +801,14 @@ 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 @@ -810,10 +825,15 @@ 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 @@ -909,12 +929,13 @@ 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 @@ -940,10 +961,14 @@ 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 @@ -956,10 +981,15 @@ 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 @@ -1053,12 +1083,13 @@ 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 @@ -1087,10 +1118,14 @@ 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 @@ -1105,10 +1140,15 @@ 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