Skip to content

Commit 261d2e3

Browse files
yoshi-automationPraful Makani
authored andcommitted
Regenerate scheduler client (#4911)
1 parent d567c8d commit 261d2e3

33 files changed

+4000
-1181
lines changed

google-api-grpc/grpc-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/CloudSchedulerGrpc.java

Lines changed: 52 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -541,13 +541,12 @@ public void createJob(
541541
*
542542
* <pre>
543543
* Updates a job.
544-
* If successful, the updated [Job][google.cloud.scheduler.v1beta1.Job] is
545-
* returned. If the job does not exist, `NOT_FOUND` is returned.
544+
* If successful, the updated [Job][google.cloud.scheduler.v1beta1.Job] is returned. If the job does
545+
* not exist, `NOT_FOUND` is returned.
546546
* If UpdateJob does not successfully return, it is possible for the
547-
* job to be in an
548-
* [Job.State.UPDATE_FAILED][google.cloud.scheduler.v1beta1.Job.State.UPDATE_FAILED]
549-
* state. A job in this state may not be executed. If this happens, retry the
550-
* UpdateJob request until a successful response is received.
547+
* job to be in an [Job.State.UPDATE_FAILED][google.cloud.scheduler.v1beta1.Job.State.UPDATE_FAILED] state. A job in this state may
548+
* not be executed. If this happens, retry the UpdateJob request
549+
* until a successful response is received.
551550
* </pre>
552551
*/
553552
public void updateJob(
@@ -575,14 +574,10 @@ public void deleteJob(
575574
* <pre>
576575
* Pauses a job.
577576
* If a job is paused then the system will stop executing the job
578-
* until it is re-enabled via
579-
* [ResumeJob][google.cloud.scheduler.v1beta1.CloudScheduler.ResumeJob]. The
580-
* state of the job is stored in
581-
* [state][google.cloud.scheduler.v1beta1.Job.state]; if paused it will be set
582-
* to [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. A
583-
* job must be in
584-
* [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED] to be
585-
* paused.
577+
* until it is re-enabled via [ResumeJob][google.cloud.scheduler.v1beta1.CloudScheduler.ResumeJob]. The
578+
* state of the job is stored in [state][google.cloud.scheduler.v1beta1.Job.state]; if paused it
579+
* 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]
580+
* to be paused.
586581
* </pre>
587582
*/
588583
public void pauseJob(
@@ -596,15 +591,10 @@ public void pauseJob(
596591
*
597592
* <pre>
598593
* Resume a job.
599-
* This method reenables a job after it has been
600-
* [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. The
601-
* state of a job is stored in
602-
* [Job.state][google.cloud.scheduler.v1beta1.Job.state]; after calling this
603-
* method it will be set to
604-
* [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED]. A
605-
* job must be in
606-
* [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED] to be
607-
* resumed.
594+
* This method reenables a job after it has been [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. The
595+
* state of a job is stored in [Job.state][google.cloud.scheduler.v1beta1.Job.state]; after calling this method it
596+
* will be set to [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED]. A job must be in
597+
* [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED] to be resumed.
608598
* </pre>
609599
*/
610600
public void resumeJob(
@@ -761,13 +751,12 @@ public void createJob(
761751
*
762752
* <pre>
763753
* Updates a job.
764-
* If successful, the updated [Job][google.cloud.scheduler.v1beta1.Job] is
765-
* returned. If the job does not exist, `NOT_FOUND` is returned.
754+
* If successful, the updated [Job][google.cloud.scheduler.v1beta1.Job] is returned. If the job does
755+
* not exist, `NOT_FOUND` is returned.
766756
* If UpdateJob does not successfully return, it is possible for the
767-
* job to be in an
768-
* [Job.State.UPDATE_FAILED][google.cloud.scheduler.v1beta1.Job.State.UPDATE_FAILED]
769-
* state. A job in this state may not be executed. If this happens, retry the
770-
* UpdateJob request until a successful response is received.
757+
* job to be in an [Job.State.UPDATE_FAILED][google.cloud.scheduler.v1beta1.Job.State.UPDATE_FAILED] state. A job in this state may
758+
* not be executed. If this happens, retry the UpdateJob request
759+
* until a successful response is received.
771760
* </pre>
772761
*/
773762
public void updateJob(
@@ -801,14 +790,10 @@ public void deleteJob(
801790
* <pre>
802791
* Pauses a job.
803792
* If a job is paused then the system will stop executing the job
804-
* until it is re-enabled via
805-
* [ResumeJob][google.cloud.scheduler.v1beta1.CloudScheduler.ResumeJob]. The
806-
* state of the job is stored in
807-
* [state][google.cloud.scheduler.v1beta1.Job.state]; if paused it will be set
808-
* to [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. A
809-
* job must be in
810-
* [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED] to be
811-
* paused.
793+
* until it is re-enabled via [ResumeJob][google.cloud.scheduler.v1beta1.CloudScheduler.ResumeJob]. The
794+
* state of the job is stored in [state][google.cloud.scheduler.v1beta1.Job.state]; if paused it
795+
* 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]
796+
* to be paused.
812797
* </pre>
813798
*/
814799
public void pauseJob(
@@ -825,15 +810,10 @@ public void pauseJob(
825810
*
826811
* <pre>
827812
* Resume a job.
828-
* This method reenables a job after it has been
829-
* [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. The
830-
* state of a job is stored in
831-
* [Job.state][google.cloud.scheduler.v1beta1.Job.state]; after calling this
832-
* method it will be set to
833-
* [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED]. A
834-
* job must be in
835-
* [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED] to be
836-
* resumed.
813+
* This method reenables a job after it has been [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. The
814+
* state of a job is stored in [Job.state][google.cloud.scheduler.v1beta1.Job.state]; after calling this method it
815+
* will be set to [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED]. A job must be in
816+
* [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED] to be resumed.
837817
* </pre>
838818
*/
839819
public void resumeJob(
@@ -929,13 +909,12 @@ public com.google.cloud.scheduler.v1beta1.Job createJob(
929909
*
930910
* <pre>
931911
* Updates a job.
932-
* If successful, the updated [Job][google.cloud.scheduler.v1beta1.Job] is
933-
* returned. If the job does not exist, `NOT_FOUND` is returned.
912+
* If successful, the updated [Job][google.cloud.scheduler.v1beta1.Job] is returned. If the job does
913+
* not exist, `NOT_FOUND` is returned.
934914
* If UpdateJob does not successfully return, it is possible for the
935-
* job to be in an
936-
* [Job.State.UPDATE_FAILED][google.cloud.scheduler.v1beta1.Job.State.UPDATE_FAILED]
937-
* state. A job in this state may not be executed. If this happens, retry the
938-
* UpdateJob request until a successful response is received.
915+
* job to be in an [Job.State.UPDATE_FAILED][google.cloud.scheduler.v1beta1.Job.State.UPDATE_FAILED] state. A job in this state may
916+
* not be executed. If this happens, retry the UpdateJob request
917+
* until a successful response is received.
939918
* </pre>
940919
*/
941920
public com.google.cloud.scheduler.v1beta1.Job updateJob(
@@ -961,14 +940,10 @@ public com.google.protobuf.Empty deleteJob(
961940
* <pre>
962941
* Pauses a job.
963942
* If a job is paused then the system will stop executing the job
964-
* until it is re-enabled via
965-
* [ResumeJob][google.cloud.scheduler.v1beta1.CloudScheduler.ResumeJob]. The
966-
* state of the job is stored in
967-
* [state][google.cloud.scheduler.v1beta1.Job.state]; if paused it will be set
968-
* to [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. A
969-
* job must be in
970-
* [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED] to be
971-
* paused.
943+
* until it is re-enabled via [ResumeJob][google.cloud.scheduler.v1beta1.CloudScheduler.ResumeJob]. The
944+
* state of the job is stored in [state][google.cloud.scheduler.v1beta1.Job.state]; if paused it
945+
* 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]
946+
* to be paused.
972947
* </pre>
973948
*/
974949
public com.google.cloud.scheduler.v1beta1.Job pauseJob(
@@ -981,15 +956,10 @@ public com.google.cloud.scheduler.v1beta1.Job pauseJob(
981956
*
982957
* <pre>
983958
* Resume a job.
984-
* This method reenables a job after it has been
985-
* [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. The
986-
* state of a job is stored in
987-
* [Job.state][google.cloud.scheduler.v1beta1.Job.state]; after calling this
988-
* method it will be set to
989-
* [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED]. A
990-
* job must be in
991-
* [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED] to be
992-
* resumed.
959+
* This method reenables a job after it has been [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. The
960+
* state of a job is stored in [Job.state][google.cloud.scheduler.v1beta1.Job.state]; after calling this method it
961+
* will be set to [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED]. A job must be in
962+
* [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED] to be resumed.
993963
* </pre>
994964
*/
995965
public com.google.cloud.scheduler.v1beta1.Job resumeJob(
@@ -1083,13 +1053,12 @@ protected CloudSchedulerFutureStub build(
10831053
*
10841054
* <pre>
10851055
* Updates a job.
1086-
* If successful, the updated [Job][google.cloud.scheduler.v1beta1.Job] is
1087-
* returned. If the job does not exist, `NOT_FOUND` is returned.
1056+
* If successful, the updated [Job][google.cloud.scheduler.v1beta1.Job] is returned. If the job does
1057+
* not exist, `NOT_FOUND` is returned.
10881058
* If UpdateJob does not successfully return, it is possible for the
1089-
* job to be in an
1090-
* [Job.State.UPDATE_FAILED][google.cloud.scheduler.v1beta1.Job.State.UPDATE_FAILED]
1091-
* state. A job in this state may not be executed. If this happens, retry the
1092-
* UpdateJob request until a successful response is received.
1059+
* job to be in an [Job.State.UPDATE_FAILED][google.cloud.scheduler.v1beta1.Job.State.UPDATE_FAILED] state. A job in this state may
1060+
* not be executed. If this happens, retry the UpdateJob request
1061+
* until a successful response is received.
10931062
* </pre>
10941063
*/
10951064
public com.google.common.util.concurrent.ListenableFuture<
@@ -1118,14 +1087,10 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Em
11181087
* <pre>
11191088
* Pauses a job.
11201089
* If a job is paused then the system will stop executing the job
1121-
* until it is re-enabled via
1122-
* [ResumeJob][google.cloud.scheduler.v1beta1.CloudScheduler.ResumeJob]. The
1123-
* state of the job is stored in
1124-
* [state][google.cloud.scheduler.v1beta1.Job.state]; if paused it will be set
1125-
* to [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. A
1126-
* job must be in
1127-
* [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED] to be
1128-
* paused.
1090+
* until it is re-enabled via [ResumeJob][google.cloud.scheduler.v1beta1.CloudScheduler.ResumeJob]. The
1091+
* state of the job is stored in [state][google.cloud.scheduler.v1beta1.Job.state]; if paused it
1092+
* 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]
1093+
* to be paused.
11291094
* </pre>
11301095
*/
11311096
public com.google.common.util.concurrent.ListenableFuture<
@@ -1140,15 +1105,10 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Em
11401105
*
11411106
* <pre>
11421107
* Resume a job.
1143-
* This method reenables a job after it has been
1144-
* [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. The
1145-
* state of a job is stored in
1146-
* [Job.state][google.cloud.scheduler.v1beta1.Job.state]; after calling this
1147-
* method it will be set to
1148-
* [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED]. A
1149-
* job must be in
1150-
* [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED] to be
1151-
* resumed.
1108+
* This method reenables a job after it has been [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED]. The
1109+
* state of a job is stored in [Job.state][google.cloud.scheduler.v1beta1.Job.state]; after calling this method it
1110+
* will be set to [Job.State.ENABLED][google.cloud.scheduler.v1beta1.Job.State.ENABLED]. A job must be in
1111+
* [Job.State.PAUSED][google.cloud.scheduler.v1beta1.Job.State.PAUSED] to be resumed.
11521112
* </pre>
11531113
*/
11541114
public com.google.common.util.concurrent.ListenableFuture<

0 commit comments

Comments
 (0)