You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/autosynth-firestore/google-api-grpc/grpc-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/CloudSchedulerGrpc.java
+92-52Lines changed: 92 additions & 52 deletions
Original file line number
Diff line number
Diff line change
@@ -541,12 +541,13 @@ public void createJob(
541
541
*
542
542
* <pre>
543
543
* Updates a job.
544
-
* If successful, the updated [Job][google.cloud.scheduler.v1beta1.Job] is returned. If the job does
545
-
* not exist, `NOT_FOUND` is returned.
544
+
* If successful, the updated [Job][google.cloud.scheduler.v1beta1.Job] is
545
+
* returned. If the job does not exist, `NOT_FOUND` is returned.
546
546
* If UpdateJob does not successfully return, it is possible for the
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
* state. A job in this state may not be executed. If this happens, retry the
550
+
* UpdateJob request until a successful response is received.
550
551
* </pre>
551
552
*/
552
553
publicvoidupdateJob(
@@ -574,10 +575,14 @@ public void deleteJob(
574
575
* <pre>
575
576
* Pauses a job.
576
577
* If a job is paused then the system will stop executing the job
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.
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.
581
586
* </pre>
582
587
*/
583
588
publicvoidpauseJob(
@@ -591,10 +596,15 @@ public void pauseJob(
591
596
*
592
597
* <pre>
593
598
* Resume a job.
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.
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.
598
608
* </pre>
599
609
*/
600
610
publicvoidresumeJob(
@@ -751,12 +761,13 @@ public void createJob(
751
761
*
752
762
* <pre>
753
763
* Updates a job.
754
-
* If successful, the updated [Job][google.cloud.scheduler.v1beta1.Job] is returned. If the job does
755
-
* not exist, `NOT_FOUND` is returned.
764
+
* If successful, the updated [Job][google.cloud.scheduler.v1beta1.Job] is
765
+
* returned. If the job does not exist, `NOT_FOUND` is returned.
756
766
* If UpdateJob does not successfully return, it is possible for the
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
* state. A job in this state may not be executed. If this happens, retry the
770
+
* UpdateJob request until a successful response is received.
760
771
* </pre>
761
772
*/
762
773
publicvoidupdateJob(
@@ -790,10 +801,14 @@ public void deleteJob(
790
801
* <pre>
791
802
* Pauses a job.
792
803
* If a job is paused then the system will stop executing the job
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.
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.
797
812
* </pre>
798
813
*/
799
814
publicvoidpauseJob(
@@ -810,10 +825,15 @@ public void pauseJob(
810
825
*
811
826
* <pre>
812
827
* Resume a job.
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.
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.
817
837
* </pre>
818
838
*/
819
839
publicvoidresumeJob(
@@ -909,12 +929,13 @@ public com.google.cloud.scheduler.v1beta1.Job createJob(
909
929
*
910
930
* <pre>
911
931
* Updates a job.
912
-
* If successful, the updated [Job][google.cloud.scheduler.v1beta1.Job] is returned. If the job does
913
-
* not exist, `NOT_FOUND` is returned.
932
+
* If successful, the updated [Job][google.cloud.scheduler.v1beta1.Job] is
933
+
* returned. If the job does not exist, `NOT_FOUND` is returned.
914
934
* If UpdateJob does not successfully return, it is possible for the
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
@@ -940,10 +961,14 @@ public com.google.protobuf.Empty deleteJob(
940
961
* <pre>
941
962
* Pauses a job.
942
963
* If a job is paused then the system will stop executing the job
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.
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
@@ -1087,10 +1118,14 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Em
1087
1118
* <pre>
1088
1119
* Pauses a job.
1089
1120
* If a job is paused then the system will stop executing the job
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.
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
0 commit comments