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/model/Job.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,13 @@ public final class Job extends com.google.api.client.json.GenericJson {
103
103
@com.google.api.client.util.Key
104
104
privateRetryConfigretryConfig;
105
105
106
+
/**
107
+
* Output only. Whether or not this Job satisfies the requirements of physical zone separation
108
+
* The value may be {@code null}.
109
+
*/
110
+
@com.google.api.client.util.Key
111
+
privatejava.lang.BooleansatisfiesPzs;
112
+
106
113
/**
107
114
* Required, except when used with UpdateJob. Describes the schedule on which the job will be
108
115
* executed. The schedule can be either of the following types: *
@@ -335,6 +342,23 @@ public Job setRetryConfig(RetryConfig retryConfig) {
335
342
returnthis;
336
343
}
337
344
345
+
/**
346
+
* Output only. Whether or not this Job satisfies the requirements of physical zone separation
347
+
* @return value or {@code null} for none
348
+
*/
349
+
publicjava.lang.BooleangetSatisfiesPzs() {
350
+
returnsatisfiesPzs;
351
+
}
352
+
353
+
/**
354
+
* Output only. Whether or not this Job satisfies the requirements of physical zone separation
355
+
* @param satisfiesPzs satisfiesPzs or {@code null} for none
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
Copy file name to clipboardExpand all lines: clients/google-api-services-cloudscheduler/v1beta1/2.0.0/com/google/api/services/cloudscheduler/v1beta1/model/Job.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,13 @@ public final class Job extends com.google.api.client.json.GenericJson {
113
113
@com.google.api.client.util.Key
114
114
privateRetryConfigretryConfig;
115
115
116
+
/**
117
+
* Output only. Whether or not this Job satisfies the requirements of physical zone separation
118
+
* The value may be {@code null}.
119
+
*/
120
+
@com.google.api.client.util.Key
121
+
privatejava.lang.BooleansatisfiesPzs;
122
+
116
123
/**
117
124
* Required, except when used with UpdateJob. Describes the schedule on which the job will be
118
125
* executed. The schedule can be either of the following types: *
@@ -368,6 +375,23 @@ public Job setRetryConfig(RetryConfig retryConfig) {
368
375
returnthis;
369
376
}
370
377
378
+
/**
379
+
* Output only. Whether or not this Job satisfies the requirements of physical zone separation
380
+
* @return value or {@code null} for none
381
+
*/
382
+
publicjava.lang.BooleangetSatisfiesPzs() {
383
+
returnsatisfiesPzs;
384
+
}
385
+
386
+
/**
387
+
* Output only. Whether or not this Job satisfies the requirements of physical zone separation
388
+
* @param satisfiesPzs satisfiesPzs or {@code null} for none
0 commit comments