Skip to content

Commit b042f7c

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 19435 b: refs/heads/autosynth-containeranalysis c: 931ca8c h: refs/heads/master i: 19433: 0e44e77 19431: 46ec498
1 parent 25aef03 commit b042f7c

26 files changed

Lines changed: 1118 additions & 717 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ refs/heads/autosynth-bigquerydatatransfer: 564833a85642d4194adc025f021e10e723154
127127
refs/heads/autosynth-bigquerystorage: a75c34ed7a11741669121be69a7021a00f1133ce
128128
refs/heads/autosynth-bigtable: 45891a7178142c84a16d6a0b792f8ecb950a3159
129129
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
130-
refs/heads/autosynth-containeranalysis: 692a530970f114fd8b2a6976d79af41d4fc8e4dd
130+
refs/heads/autosynth-containeranalysis: 931ca8c36c2a1bea2d1f8b39854b2a8ca7e4f431
131131
refs/heads/autosynth-datastore: 9acd400b484d6691a080c9152a331d88d24fefc1
132132
refs/heads/autosynth-dialogflow: d7477419376eac9b6dcc7dbcede581152527351d
133133
refs/heads/autosynth-errorreporting: 9891e73a56af7c097829ca7a521b0e862ba6af30

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

Lines changed: 92 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -541,12 +541,13 @@ public void createJob(
541541
*
542542
* <pre>
543543
* 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.
546546
* 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
549-
* until a successful response is received.
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.
550551
* </pre>
551552
*/
552553
public void updateJob(
@@ -574,10 +575,14 @@ public void deleteJob(
574575
* <pre>
575576
* Pauses a job.
576577
* 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.
581586
* </pre>
582587
*/
583588
public void pauseJob(
@@ -591,10 +596,15 @@ public void pauseJob(
591596
*
592597
* <pre>
593598
* 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.
598608
* </pre>
599609
*/
600610
public void resumeJob(
@@ -751,12 +761,13 @@ public void createJob(
751761
*
752762
* <pre>
753763
* 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.
756766
* 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
759-
* until a successful response is received.
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.
760771
* </pre>
761772
*/
762773
public void updateJob(
@@ -790,10 +801,14 @@ public void deleteJob(
790801
* <pre>
791802
* Pauses a job.
792803
* 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.
797812
* </pre>
798813
*/
799814
public void pauseJob(
@@ -810,10 +825,15 @@ public void pauseJob(
810825
*
811826
* <pre>
812827
* 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.
817837
* </pre>
818838
*/
819839
public void resumeJob(
@@ -909,12 +929,13 @@ public com.google.cloud.scheduler.v1beta1.Job createJob(
909929
*
910930
* <pre>
911931
* 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.
914934
* 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
917-
* until a successful response is received.
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.
918939
* </pre>
919940
*/
920941
public com.google.cloud.scheduler.v1beta1.Job updateJob(
@@ -940,10 +961,14 @@ public com.google.protobuf.Empty deleteJob(
940961
* <pre>
941962
* Pauses a job.
942963
* 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
971+
* paused.
947972
* </pre>
948973
*/
949974
public com.google.cloud.scheduler.v1beta1.Job pauseJob(
@@ -956,10 +981,15 @@ public com.google.cloud.scheduler.v1beta1.Job pauseJob(
956981
*
957982
* <pre>
958983
* Resume a job.
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.
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.
963993
* </pre>
964994
*/
965995
public com.google.cloud.scheduler.v1beta1.Job resumeJob(
@@ -1053,12 +1083,13 @@ protected CloudSchedulerFutureStub build(
10531083
*
10541084
* <pre>
10551085
* Updates a job.
1056-
* If successful, the updated [Job][google.cloud.scheduler.v1beta1.Job] is returned. If the job does
1057-
* not exist, `NOT_FOUND` is returned.
1086+
* If successful, the updated [Job][google.cloud.scheduler.v1beta1.Job] is
1087+
* returned. If the job does not exist, `NOT_FOUND` is returned.
10581088
* If UpdateJob does not successfully return, it is possible for the
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.
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.
10621093
* </pre>
10631094
*/
10641095
public com.google.common.util.concurrent.ListenableFuture<
@@ -1087,10 +1118,14 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Em
10871118
* <pre>
10881119
* Pauses a job.
10891120
* 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
1128+
* paused.
10941129
* </pre>
10951130
*/
10961131
public com.google.common.util.concurrent.ListenableFuture<
@@ -1105,10 +1140,15 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Em
11051140
*
11061141
* <pre>
11071142
* Resume a job.
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.
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.
11121152
* </pre>
11131153
*/
11141154
public com.google.common.util.concurrent.ListenableFuture<

0 commit comments

Comments
 (0)