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: google-api-grpc/grpc-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/CloudSchedulerGrpc.java
+52-92Lines changed: 52 additions & 92 deletions
Original file line number
Diff line number
Diff line change
@@ -541,13 +541,12 @@ 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
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.
546
546
* If UpdateJob does not successfully return, it is possible for the
* 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.
551
550
* </pre>
552
551
*/
553
552
publicvoidupdateJob(
@@ -575,14 +574,10 @@ public void deleteJob(
575
574
* <pre>
576
575
* Pauses a job.
577
576
* 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.
586
581
* </pre>
587
582
*/
588
583
publicvoidpauseJob(
@@ -596,15 +591,10 @@ public void pauseJob(
596
591
*
597
592
* <pre>
598
593
* 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.
608
598
* </pre>
609
599
*/
610
600
publicvoidresumeJob(
@@ -761,13 +751,12 @@ public void createJob(
761
751
*
762
752
* <pre>
763
753
* 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.
766
756
* If UpdateJob does not successfully return, it is possible for the
* 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.
771
760
* </pre>
772
761
*/
773
762
publicvoidupdateJob(
@@ -801,14 +790,10 @@ public void deleteJob(
801
790
* <pre>
802
791
* Pauses a job.
803
792
* 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.
812
797
* </pre>
813
798
*/
814
799
publicvoidpauseJob(
@@ -825,15 +810,10 @@ public void pauseJob(
825
810
*
826
811
* <pre>
827
812
* 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.
837
817
* </pre>
838
818
*/
839
819
publicvoidresumeJob(
@@ -929,13 +909,12 @@ public com.google.cloud.scheduler.v1beta1.Job createJob(
929
909
*
930
910
* <pre>
931
911
* 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.
934
914
* If UpdateJob does not successfully return, it is possible for the
@@ -961,14 +940,10 @@ public com.google.protobuf.Empty deleteJob(
961
940
* <pre>
962
941
* Pauses a job.
963
942
* 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]
@@ -1118,14 +1087,10 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Em
1118
1087
* <pre>
1119
1088
* Pauses a job.
1120
1089
* 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]
0 commit comments