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: clients/google-api-services-cloudscheduler/v1/2.0.0/com/google/api/services/cloudscheduler/v1/CloudScheduler.java
Copy file name to clipboardExpand all lines: clients/google-api-services-cloudscheduler/v1/2.0.0/com/google/api/services/cloudscheduler/v1/model/Job.java
+54-51Lines changed: 54 additions & 51 deletions
Original file line number
Diff line number
Diff line change
@@ -78,12 +78,13 @@ public final class Job extends com.google.api.client.json.GenericJson {
78
78
* Optionally caller-specified in CreateJob, after which it becomes output only. The job name. For
79
79
* example: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * `PROJECT_ID` can contain
80
80
* letters ([A-Za-z]), numbers ([0-9]), hyphens (-), colons (:), or periods (.). For more
81
-
* information, see [Identifying projects](https://cloud.google.com/resource-
82
-
* manager/docs/creating-managing-projects#identifying_projects) * `LOCATION_ID` is the canonical
83
-
* ID for the job's location. The list of available locations can be obtained by calling
84
-
* ListLocations. For more information, see https://cloud.google.com/about/locations/. * `JOB_ID`
85
-
* can contain only letters ([A-Za-z]), numbers ([0-9]), hyphens (-), or underscores (_). The
86
-
* maximum length is 500 characters.
81
+
* information, see [Identifying projects](/resource-manager/docs/creating-managing-
82
+
* projects#identifying_projects) * `LOCATION_ID` is the canonical ID for the job's location. The
83
+
* list of available locations can be obtained by calling
84
+
* [locations.list](/scheduler/docs/reference/rest/v1/projects.locations/list). For more
85
+
* information, see [Cloud Scheduler locations](/scheduler/docs/locations). * `JOB_ID` can contain
86
+
* only letters ([A-Za-z]), numbers ([0-9]), hyphens (-), or underscores (_). The maximum length
87
+
* is 500 characters.
87
88
* The value may be {@code null}.
88
89
*/
89
90
@com.google.api.client.util.Key
@@ -114,17 +115,17 @@ public final class Job extends com.google.api.client.json.GenericJson {
114
115
* Required, except when used with UpdateJob. Describes the schedule on which the job will be
115
116
* executed. The schedule can be either of the following types: *
Copy file name to clipboardExpand all lines: clients/google-api-services-cloudscheduler/v1/2.0.0/com/google/api/services/cloudscheduler/v1/model/RetryConfig.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@
18
18
19
19
/**
20
20
* Settings that determine the retry behavior. For more information, see [Retry
21
-
* jobs](https://cloud.google.com/scheduler/docs/configuring/retry-jobs). By default, if a job does
22
-
* not complete successfully (meaning that an acknowledgement is not received from the handler, then
23
-
* it will be retried with exponential backoff according to the settings in RetryConfig.
21
+
* jobs](/scheduler/docs/configuring/retry-jobs). By default, if a job does not complete
22
+
* successfully (meaning that an acknowledgement is not received from the handler, then it will be
23
+
* retried with exponential backoff according to the settings in RetryConfig.
24
24
*
25
25
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
26
26
* transmitted over HTTP when working with the Cloud Scheduler API. For a detailed explanation see:
@@ -44,8 +44,8 @@ public final class RetryConfig extends com.google.api.client.json.GenericJson {
44
44
* The time between retries will double `max_doublings` times. A job's retry interval starts at
45
45
* min_backoff_duration, then doubles `max_doublings` times, then increases linearly, and finally
46
46
* retries at intervals of max_backoff_duration up to retry_count times. For examples, see [Retry
47
-
* jobs](https://cloud.google.com/scheduler/docs/configuring/retry-jobs#max-doublings). The
48
-
* default value of this field is 5.
47
+
* jobs](/scheduler/docs/configuring/retry-jobs#max-doublings). The default value of this field is
48
+
* 5.
49
49
* The value may be {@code null}.
50
50
*/
51
51
@com.google.api.client.util.Key
@@ -107,8 +107,8 @@ public RetryConfig setMaxBackoffDuration(String maxBackoffDuration) {
107
107
* The time between retries will double `max_doublings` times. A job's retry interval starts at
108
108
* min_backoff_duration, then doubles `max_doublings` times, then increases linearly, and finally
109
109
* retries at intervals of max_backoff_duration up to retry_count times. For examples, see [Retry
110
-
* jobs](https://cloud.google.com/scheduler/docs/configuring/retry-jobs#max-doublings). The
111
-
* default value of this field is 5.
110
+
* jobs](/scheduler/docs/configuring/retry-jobs#max-doublings). The default value of this field is
111
+
* 5.
112
112
* @return value or {@code null} for none
113
113
*/
114
114
publicjava.lang.IntegergetMaxDoublings() {
@@ -119,8 +119,8 @@ public java.lang.Integer getMaxDoublings() {
119
119
* The time between retries will double `max_doublings` times. A job's retry interval starts at
120
120
* min_backoff_duration, then doubles `max_doublings` times, then increases linearly, and finally
121
121
* retries at intervals of max_backoff_duration up to retry_count times. For examples, see [Retry
122
-
* jobs](https://cloud.google.com/scheduler/docs/configuring/retry-jobs#max-doublings). The
123
-
* default value of this field is 5.
122
+
* jobs](/scheduler/docs/configuring/retry-jobs#max-doublings). The default value of this field is
123
+
* 5.
124
124
* @param maxDoublings maxDoublings or {@code null} for none
0 commit comments