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: docs/dyn/clouddeploy_v1.projects.locations.deliveryPipelines.automationRuns.html
+2-38Lines changed: 2 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -199,21 +199,6 @@ <h3>Method Details</h3>
199
199
"jobs": [ # Optional. Jobs to repair. Proceeds only after job name matched any one in the list, or for all jobs if unspecified or empty. The phase that includes the job must match the phase ID specified in `source_phase`. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
200
200
"A String",
201
201
],
202
-
"repairModes": [ # Required. Defines the types of automatic repair actions for failed jobs.
203
-
{ # Configuration of the repair action.
204
-
"retry": { # Retries the failed job. # Optional. Retries a failed job.
205
-
"attempts": "A String", # Required. Total number of retries. Retry is skipped if set to 0; The minimum value is 1, and the maximum value is 10.
206
-
"backoffMode": "A String", # Optional. The pattern of how wait time will be increased. Default is linear. Backoff mode will be ignored if `wait` is 0.
207
-
"wait": "A String", # Optional. How long to wait for the first retry. Default is 0, and the maximum value is 14d.
208
-
},
209
-
"rollback": { # Rolls back a `Rollout`. # Optional. Rolls back a `Rollout`.
210
-
"destinationPhase": "A String", # Optional. The starting phase ID for the `Rollout`. If unspecified, the `Rollout` will start in the stable phase.
211
-
},
212
-
},
213
-
],
214
-
"sourcePhases": [ # Optional. Phases within which jobs are subject to automatic repair actions on failure. Proceeds only after phase name matched any one in the list, or for all phases if unspecified. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
215
-
"A String",
216
-
],
217
202
},
218
203
},
219
204
],
@@ -243,11 +228,10 @@ <h3>Method Details</h3>
243
228
"wait": "A String", # Output only. How long the operation will be paused.
244
229
},
245
230
"repairRolloutOperation": { # Contains the information for an automated `repair rollout` operation. # Output only. Repairs a failed 'Rollout'.
246
-
"currentRepairModeIndex": "A String", # Output only. The index of the current repair action in the repair sequence.
247
231
"jobId": "A String", # Output only. The job ID for the Job to repair.
248
232
"phaseId": "A String", # Output only. The phase ID of the phase that includes the job being repaired.
249
233
"repairPhases": [ # Output only. Records of the repair attempts. Each repair phase may have multiple retry attempts or single rollback attempt.
250
-
{ # RepairPhase tracks the repair attempts that have been made for each `RepairMode` specified in the `Automation` resource.
234
+
{ # RepairPhase tracks the repair attempts that have been made for each `RepairPhaseConfig` specified in the `Automation` resource.
251
235
"retry": { # RetryPhase contains the retry attempts and the metadata for initiating a new attempt. # Output only. Records of the retry attempts for retry repair mode.
252
236
"attempts": [ # Output only. Detail of a retry action.
253
237
{ # RetryAttempt represents an action of retrying the failed Cloud Deploy job.
@@ -258,8 +242,6 @@ <h3>Method Details</h3>
258
242
},
259
243
],
260
244
"backoffMode": "A String", # Output only. The pattern of how the wait time of the retry attempt is calculated.
261
-
"jobId": "A String", # Output only. The job ID for the Job to retry.
262
-
"phaseId": "A String", # Output only. The phase ID of the phase that includes the job being retried.
263
245
"totalAttempts": "A String", # Output only. The number of attempts that have been made.
264
246
},
265
247
"rollback": { # RollbackAttempt represents an action of rolling back a Cloud Deploy 'Target'. # Output only. Rollback attempt for rollback repair mode .
@@ -368,21 +350,6 @@ <h3>Method Details</h3>
368
350
"jobs": [ # Optional. Jobs to repair. Proceeds only after job name matched any one in the list, or for all jobs if unspecified or empty. The phase that includes the job must match the phase ID specified in `source_phase`. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
369
351
"A String",
370
352
],
371
-
"repairModes": [ # Required. Defines the types of automatic repair actions for failed jobs.
372
-
{ # Configuration of the repair action.
373
-
"retry": { # Retries the failed job. # Optional. Retries a failed job.
374
-
"attempts": "A String", # Required. Total number of retries. Retry is skipped if set to 0; The minimum value is 1, and the maximum value is 10.
375
-
"backoffMode": "A String", # Optional. The pattern of how wait time will be increased. Default is linear. Backoff mode will be ignored if `wait` is 0.
376
-
"wait": "A String", # Optional. How long to wait for the first retry. Default is 0, and the maximum value is 14d.
377
-
},
378
-
"rollback": { # Rolls back a `Rollout`. # Optional. Rolls back a `Rollout`.
379
-
"destinationPhase": "A String", # Optional. The starting phase ID for the `Rollout`. If unspecified, the `Rollout` will start in the stable phase.
380
-
},
381
-
},
382
-
],
383
-
"sourcePhases": [ # Optional. Phases within which jobs are subject to automatic repair actions on failure. Proceeds only after phase name matched any one in the list, or for all phases if unspecified. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
384
-
"A String",
385
-
],
386
353
},
387
354
},
388
355
],
@@ -412,11 +379,10 @@ <h3>Method Details</h3>
412
379
"wait": "A String", # Output only. How long the operation will be paused.
413
380
},
414
381
"repairRolloutOperation": { # Contains the information for an automated `repair rollout` operation. # Output only. Repairs a failed 'Rollout'.
415
-
"currentRepairModeIndex": "A String", # Output only. The index of the current repair action in the repair sequence.
416
382
"jobId": "A String", # Output only. The job ID for the Job to repair.
417
383
"phaseId": "A String", # Output only. The phase ID of the phase that includes the job being repaired.
418
384
"repairPhases": [ # Output only. Records of the repair attempts. Each repair phase may have multiple retry attempts or single rollback attempt.
419
-
{ # RepairPhase tracks the repair attempts that have been made for each `RepairMode` specified in the `Automation` resource.
385
+
{ # RepairPhase tracks the repair attempts that have been made for each `RepairPhaseConfig` specified in the `Automation` resource.
420
386
"retry": { # RetryPhase contains the retry attempts and the metadata for initiating a new attempt. # Output only. Records of the retry attempts for retry repair mode.
421
387
"attempts": [ # Output only. Detail of a retry action.
422
388
{ # RetryAttempt represents an action of retrying the failed Cloud Deploy job.
@@ -427,8 +393,6 @@ <h3>Method Details</h3>
427
393
},
428
394
],
429
395
"backoffMode": "A String", # Output only. The pattern of how the wait time of the retry attempt is calculated.
430
-
"jobId": "A String", # Output only. The job ID for the Job to retry.
431
-
"phaseId": "A String", # Output only. The phase ID of the phase that includes the job being retried.
432
396
"totalAttempts": "A String", # Output only. The number of attempts that have been made.
433
397
},
434
398
"rollback": { # RollbackAttempt represents an action of rolling back a Cloud Deploy 'Target'. # Output only. Rollback attempt for rollback repair mode .
Copy file name to clipboardExpand all lines: docs/dyn/clouddeploy_v1.projects.locations.deliveryPipelines.automations.html
-60Lines changed: 0 additions & 60 deletions
Original file line number
Diff line number
Diff line change
@@ -168,21 +168,6 @@ <h3>Method Details</h3>
168
168
"jobs": [ # Optional. Jobs to repair. Proceeds only after job name matched any one in the list, or for all jobs if unspecified or empty. The phase that includes the job must match the phase ID specified in `source_phase`. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
169
169
"A String",
170
170
],
171
-
"repairModes": [ # Required. Defines the types of automatic repair actions for failed jobs.
172
-
{ # Configuration of the repair action.
173
-
"retry": { # Retries the failed job. # Optional. Retries a failed job.
174
-
"attempts": "A String", # Required. Total number of retries. Retry is skipped if set to 0; The minimum value is 1, and the maximum value is 10.
175
-
"backoffMode": "A String", # Optional. The pattern of how wait time will be increased. Default is linear. Backoff mode will be ignored if `wait` is 0.
176
-
"wait": "A String", # Optional. How long to wait for the first retry. Default is 0, and the maximum value is 14d.
177
-
},
178
-
"rollback": { # Rolls back a `Rollout`. # Optional. Rolls back a `Rollout`.
179
-
"destinationPhase": "A String", # Optional. The starting phase ID for the `Rollout`. If unspecified, the `Rollout` will start in the stable phase.
180
-
},
181
-
},
182
-
],
183
-
"sourcePhases": [ # Optional. Phases within which jobs are subject to automatic repair actions on failure. Proceeds only after phase name matched any one in the list, or for all phases if unspecified. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
184
-
"A String",
185
-
],
186
171
},
187
172
},
188
173
],
@@ -345,21 +330,6 @@ <h3>Method Details</h3>
345
330
"jobs": [ # Optional. Jobs to repair. Proceeds only after job name matched any one in the list, or for all jobs if unspecified or empty. The phase that includes the job must match the phase ID specified in `source_phase`. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
346
331
"A String",
347
332
],
348
-
"repairModes": [ # Required. Defines the types of automatic repair actions for failed jobs.
349
-
{ # Configuration of the repair action.
350
-
"retry": { # Retries the failed job. # Optional. Retries a failed job.
351
-
"attempts": "A String", # Required. Total number of retries. Retry is skipped if set to 0; The minimum value is 1, and the maximum value is 10.
352
-
"backoffMode": "A String", # Optional. The pattern of how wait time will be increased. Default is linear. Backoff mode will be ignored if `wait` is 0.
353
-
"wait": "A String", # Optional. How long to wait for the first retry. Default is 0, and the maximum value is 14d.
354
-
},
355
-
"rollback": { # Rolls back a `Rollout`. # Optional. Rolls back a `Rollout`.
356
-
"destinationPhase": "A String", # Optional. The starting phase ID for the `Rollout`. If unspecified, the `Rollout` will start in the stable phase.
357
-
},
358
-
},
359
-
],
360
-
"sourcePhases": [ # Optional. Phases within which jobs are subject to automatic repair actions on failure. Proceeds only after phase name matched any one in the list, or for all phases if unspecified. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
361
-
"A String",
362
-
],
363
333
},
364
334
},
365
335
],
@@ -458,21 +428,6 @@ <h3>Method Details</h3>
458
428
"jobs": [ # Optional. Jobs to repair. Proceeds only after job name matched any one in the list, or for all jobs if unspecified or empty. The phase that includes the job must match the phase ID specified in `source_phase`. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
459
429
"A String",
460
430
],
461
-
"repairModes": [ # Required. Defines the types of automatic repair actions for failed jobs.
462
-
{ # Configuration of the repair action.
463
-
"retry": { # Retries the failed job. # Optional. Retries a failed job.
464
-
"attempts": "A String", # Required. Total number of retries. Retry is skipped if set to 0; The minimum value is 1, and the maximum value is 10.
465
-
"backoffMode": "A String", # Optional. The pattern of how wait time will be increased. Default is linear. Backoff mode will be ignored if `wait` is 0.
466
-
"wait": "A String", # Optional. How long to wait for the first retry. Default is 0, and the maximum value is 14d.
467
-
},
468
-
"rollback": { # Rolls back a `Rollout`. # Optional. Rolls back a `Rollout`.
469
-
"destinationPhase": "A String", # Optional. The starting phase ID for the `Rollout`. If unspecified, the `Rollout` will start in the stable phase.
470
-
},
471
-
},
472
-
],
473
-
"sourcePhases": [ # Optional. Phases within which jobs are subject to automatic repair actions on failure. Proceeds only after phase name matched any one in the list, or for all phases if unspecified. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
474
-
"A String",
475
-
],
476
431
},
477
432
},
478
433
],
@@ -580,21 +535,6 @@ <h3>Method Details</h3>
580
535
"jobs": [ # Optional. Jobs to repair. Proceeds only after job name matched any one in the list, or for all jobs if unspecified or empty. The phase that includes the job must match the phase ID specified in `source_phase`. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
581
536
"A String",
582
537
],
583
-
"repairModes": [ # Required. Defines the types of automatic repair actions for failed jobs.
584
-
{ # Configuration of the repair action.
585
-
"retry": { # Retries the failed job. # Optional. Retries a failed job.
586
-
"attempts": "A String", # Required. Total number of retries. Retry is skipped if set to 0; The minimum value is 1, and the maximum value is 10.
587
-
"backoffMode": "A String", # Optional. The pattern of how wait time will be increased. Default is linear. Backoff mode will be ignored if `wait` is 0.
588
-
"wait": "A String", # Optional. How long to wait for the first retry. Default is 0, and the maximum value is 14d.
589
-
},
590
-
"rollback": { # Rolls back a `Rollout`. # Optional. Rolls back a `Rollout`.
591
-
"destinationPhase": "A String", # Optional. The starting phase ID for the `Rollout`. If unspecified, the `Rollout` will start in the stable phase.
592
-
},
593
-
},
594
-
],
595
-
"sourcePhases": [ # Optional. Phases within which jobs are subject to automatic repair actions on failure. Proceeds only after phase name matched any one in the list, or for all phases if unspecified. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
0 commit comments