Cloud Deploy API . projects . locations . deliveryPipelines . automationRuns

Instance Methods

cancel(name, body=None, x__xgafv=None)

Cancels an AutomationRun. The `state` of the `AutomationRun` after cancelling is `CANCELLED`. `CancelAutomationRun` can be called on AutomationRun in the state `IN_PROGRESS` and `PENDING`; AutomationRun in a different state returns an `FAILED_PRECONDITION` error.

close()

Close httplib2 connections.

get(name, x__xgafv=None)

Gets details of a single AutomationRun.

list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)

Lists AutomationRuns in a given project and location.

list_next()

Retrieves the next page of results.

Method Details

cancel(name, body=None, x__xgafv=None)
Cancels an AutomationRun. The `state` of the `AutomationRun` after cancelling is `CANCELLED`. `CancelAutomationRun` can be called on AutomationRun in the state `IN_PROGRESS` and `PENDING`; AutomationRun in a different state returns an `FAILED_PRECONDITION` error.

Args:
  name: string, Required. Name of the `AutomationRun`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/automationRuns/{automation_run}`. (required)
  body: object, The request body.
    The object takes the form of:

{ # The request object used by `CancelAutomationRun`.
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # The response object from `CancelAutomationRun`.
}
close()
Close httplib2 connections.
get(name, x__xgafv=None)
Gets details of a single AutomationRun.

Args:
  name: string, Required. Name of the `AutomationRun`. Format must be `projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/automationRuns/{automation_run}`. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # An `AutomationRun` resource in the Cloud Deploy API. An `AutomationRun` represents an execution instance of an automation rule.
  "advanceRolloutOperation": { # Contains the information of an automated advance-rollout operation. # Output only. Advances a rollout to the next phase.
    "destinationPhase": "A String", # Output only. The phase the rollout will be advanced to.
    "rollout": "A String", # Output only. The name of the rollout that initiates the `AutomationRun`.
    "sourcePhase": "A String", # Output only. The phase of a deployment that initiated the operation.
    "wait": "A String", # Output only. How long the operation will be paused.
  },
  "automationId": "A String", # Output only. The ID of the automation that initiated the operation.
  "automationSnapshot": { # An `Automation` resource in the Cloud Deploy API. An `Automation` enables the automation of manually driven actions for a Delivery Pipeline, which includes Release promotion among Targets, Rollout repair and Rollout deployment strategy advancement. The intention of Automation is to reduce manual intervention in the continuous delivery process. # Output only. Snapshot of the Automation taken at AutomationRun creation time.
    "annotations": { # Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.
      "a_key": "A String",
    },
    "createTime": "A String", # Output only. Time at which the automation was created.
    "description": "A String", # Optional. Description of the `Automation`. Max length is 255 characters.
    "etag": "A String", # Optional. The weak etag of the `Automation` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
    "labels": { # Optional. Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.
      "a_key": "A String",
    },
    "name": "A String", # Output only. Name of the `Automation`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/automations/{automation}`.
    "rules": [ # Required. List of Automation rules associated with the Automation resource. Must have at least one rule and limited to 250 rules per Delivery Pipeline. Note: the order of the rules here is not the same as the order of execution.
      { # `AutomationRule` defines the automation activities.
        "advanceRolloutRule": { # The `AdvanceRollout` automation rule will automatically advance a successful Rollout to the next phase. # Optional. The `AdvanceRolloutRule` will automatically advance a successful Rollout.
          "condition": { # `AutomationRuleCondition` contains conditions relevant to an `Automation` rule. # Output only. Information around the state of the Automation rule.
            "targetsPresentCondition": { # `TargetsPresentCondition` contains information on any Targets referenced in the Delivery Pipeline that do not actually exist. # Optional. Details around targets enumerated in the rule.
              "missingTargets": [ # The list of Target names that do not exist. For example, `projects/{project_id}/locations/{location_name}/targets/{target_name}`.
                "A String",
              ],
              "status": True or False, # True if there aren't any missing Targets.
              "updateTime": "A String", # Last time the condition was updated.
            },
            "timedPromoteReleaseCondition": { # `TimedPromoteReleaseCondition` contains conditions specific to an Automation with a Timed Promote Release rule defined. # Optional. TimedPromoteReleaseCondition contains rule conditions specific to a an Automation with a timed promote release rule defined.
              "nextPromotionTime": "A String", # Output only. When the next scheduled promotion(s) will occur.
              "targetsList": [ # Output only. A list of targets involved in the upcoming timed promotion(s).
                { # The targets involved in a single timed promotion.
                  "destinationTargetId": "A String", # Optional. The destination target ID.
                  "sourceTargetId": "A String", # Optional. The source target ID.
                },
              ],
            },
          },
          "id": "A String", # Required. ID of the rule. This id must be unique in the `Automation` resource to which this rule belongs. The format is `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
          "sourcePhases": [ # Optional. Proceeds only after phase name matched any one in the list. 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])?$`.
            "A String",
          ],
          "wait": "A String", # Optional. How long to wait after a rollout is finished.
        },
        "promoteReleaseRule": { # The `PromoteRelease` rule will automatically promote a release from the current target to a specified target. # Optional. `PromoteReleaseRule` will automatically promote a release from the current target to a specified target.
          "condition": { # `AutomationRuleCondition` contains conditions relevant to an `Automation` rule. # Output only. Information around the state of the Automation rule.
            "targetsPresentCondition": { # `TargetsPresentCondition` contains information on any Targets referenced in the Delivery Pipeline that do not actually exist. # Optional. Details around targets enumerated in the rule.
              "missingTargets": [ # The list of Target names that do not exist. For example, `projects/{project_id}/locations/{location_name}/targets/{target_name}`.
                "A String",
              ],
              "status": True or False, # True if there aren't any missing Targets.
              "updateTime": "A String", # Last time the condition was updated.
            },
            "timedPromoteReleaseCondition": { # `TimedPromoteReleaseCondition` contains conditions specific to an Automation with a Timed Promote Release rule defined. # Optional. TimedPromoteReleaseCondition contains rule conditions specific to a an Automation with a timed promote release rule defined.
              "nextPromotionTime": "A String", # Output only. When the next scheduled promotion(s) will occur.
              "targetsList": [ # Output only. A list of targets involved in the upcoming timed promotion(s).
                { # The targets involved in a single timed promotion.
                  "destinationTargetId": "A String", # Optional. The destination target ID.
                  "sourceTargetId": "A String", # Optional. The source target ID.
                },
              ],
            },
          },
          "destinationPhase": "A String", # Optional. The starting phase of the rollout created by this operation. Default to the first phase.
          "destinationTargetId": "A String", # Optional. The ID of the stage in the pipeline to which this `Release` is deploying. If unspecified, default it to the next stage in the promotion flow. The value of this field could be one of the following: * The last segment of a target name * "@next", the next target in the promotion sequence
          "id": "A String", # Required. ID of the rule. This id must be unique in the `Automation` resource to which this rule belongs. The format is `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
          "wait": "A String", # Optional. How long the release need to be paused until being promoted to the next target.
        },
        "repairRolloutRule": { # The `RepairRolloutRule` automation rule will automatically repair a failed `Rollout`. # Optional. The `RepairRolloutRule` will automatically repair a failed rollout.
          "condition": { # `AutomationRuleCondition` contains conditions relevant to an `Automation` rule. # Output only. Information around the state of the 'Automation' rule.
            "targetsPresentCondition": { # `TargetsPresentCondition` contains information on any Targets referenced in the Delivery Pipeline that do not actually exist. # Optional. Details around targets enumerated in the rule.
              "missingTargets": [ # The list of Target names that do not exist. For example, `projects/{project_id}/locations/{location_name}/targets/{target_name}`.
                "A String",
              ],
              "status": True or False, # True if there aren't any missing Targets.
              "updateTime": "A String", # Last time the condition was updated.
            },
            "timedPromoteReleaseCondition": { # `TimedPromoteReleaseCondition` contains conditions specific to an Automation with a Timed Promote Release rule defined. # Optional. TimedPromoteReleaseCondition contains rule conditions specific to a an Automation with a timed promote release rule defined.
              "nextPromotionTime": "A String", # Output only. When the next scheduled promotion(s) will occur.
              "targetsList": [ # Output only. A list of targets involved in the upcoming timed promotion(s).
                { # The targets involved in a single timed promotion.
                  "destinationTargetId": "A String", # Optional. The destination target ID.
                  "sourceTargetId": "A String", # Optional. The source target ID.
                },
              ],
            },
          },
          "id": "A String", # Required. ID of the rule. This id must be unique in the `Automation` resource to which this rule belongs. The format is `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
          "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])?$`.
            "A String",
          ],
          "phases": [ # 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])?$`.
            "A String",
          ],
          "repairPhases": [ # Required. Defines the types of automatic repair phases for failed jobs.
            { # Configuration of the repair phase.
              "retry": { # Retries the failed job. # Optional. Retries a failed job.
                "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.
                "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.
                "wait": "A String", # Optional. How long to wait for the first retry. Default is 0, and the maximum value is 14d.
              },
              "rollback": { # Rolls back a `Rollout`. # Optional. Rolls back a `Rollout`.
                "destinationPhase": "A String", # Optional. The starting phase ID for the `Rollout`. If unspecified, the `Rollout` will start in the stable phase.
                "disableRollbackIfRolloutPending": True or False, # Optional. If pending rollout exists on the target, the rollback operation will be aborted.
              },
            },
          ],
        },
        "timedPromoteReleaseRule": { # The `TimedPromoteReleaseRule` will automatically promote a release from the current target(s) to the specified target(s) on a configured schedule. # Optional. The `TimedPromoteReleaseRule` will automatically promote a release from the current target(s) to the specified target(s) on a configured schedule.
          "condition": { # `AutomationRuleCondition` contains conditions relevant to an `Automation` rule. # Output only. Information around the state of the Automation rule.
            "targetsPresentCondition": { # `TargetsPresentCondition` contains information on any Targets referenced in the Delivery Pipeline that do not actually exist. # Optional. Details around targets enumerated in the rule.
              "missingTargets": [ # The list of Target names that do not exist. For example, `projects/{project_id}/locations/{location_name}/targets/{target_name}`.
                "A String",
              ],
              "status": True or False, # True if there aren't any missing Targets.
              "updateTime": "A String", # Last time the condition was updated.
            },
            "timedPromoteReleaseCondition": { # `TimedPromoteReleaseCondition` contains conditions specific to an Automation with a Timed Promote Release rule defined. # Optional. TimedPromoteReleaseCondition contains rule conditions specific to a an Automation with a timed promote release rule defined.
              "nextPromotionTime": "A String", # Output only. When the next scheduled promotion(s) will occur.
              "targetsList": [ # Output only. A list of targets involved in the upcoming timed promotion(s).
                { # The targets involved in a single timed promotion.
                  "destinationTargetId": "A String", # Optional. The destination target ID.
                  "sourceTargetId": "A String", # Optional. The source target ID.
                },
              ],
            },
          },
          "destinationPhase": "A String", # Optional. The starting phase of the rollout created by this rule. Default to the first phase.
          "destinationTargetId": "A String", # Optional. The ID of the stage in the pipeline to which this `Release` is deploying. If unspecified, default it to the next stage in the promotion flow. The value of this field could be one of the following: * The last segment of a target name * "@next", the next target in the promotion sequence
          "id": "A String", # Required. ID of the rule. This ID must be unique in the `Automation` resource to which this rule belongs. The format is `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
          "schedule": "A String", # Required. Schedule in crontab format. e.g. "0 9 * * 1" for every Monday at 9am.
          "timeZone": "A String", # Required. The time zone in IANA format [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/New_York).
        },
      },
    ],
    "selector": { # AutomationResourceSelector contains the information to select the resources to which an Automation is going to be applied. # Required. Selected resources to which the automation will be applied.
      "targets": [ # Contains attributes about a target.
        { # Contains criteria for selecting Targets. This could be used to select targets for a Deploy Policy or for an Automation.
          "id": "A String", # ID of the `Target`. The value of this field could be one of the following: * The last segment of a target name * "*", all targets in a location
          "labels": { # Target labels.
            "a_key": "A String",
          },
        },
      ],
    },
    "serviceAccount": "A String", # Required. Email address of the user-managed IAM service account that creates Cloud Deploy release and rollout resources.
    "suspended": True or False, # Optional. When Suspended, automation is deactivated from execution.
    "uid": "A String", # Output only. Unique identifier of the `Automation`.
    "updateTime": "A String", # Output only. Time at which the automation was updated.
  },
  "createTime": "A String", # Output only. Time at which the `AutomationRun` was created.
  "etag": "A String", # Output only. The weak etag of the `AutomationRun` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
  "expireTime": "A String", # Output only. Time the `AutomationRun` expires. An `AutomationRun` expires after 14 days from its creation date.
  "name": "A String", # Output only. Name of the `AutomationRun`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/automationRuns/{automation_run}`.
  "policyViolation": { # Returned from an action if one or more policies were violated, and therefore the action was prevented. Contains information about what policies were violated and why. # Output only. Contains information about what policies prevented the `AutomationRun` from proceeding.
    "policyViolationDetails": [ # Policy violation details.
      { # Policy violation details.
        "failureMessage": "A String", # User readable message about why the request violated a policy. This is not intended for machine parsing.
        "policy": "A String", # Name of the policy that was violated. Policy resource will be in the format of `projects/{project}/locations/{location}/policies/{policy}`.
        "ruleId": "A String", # Id of the rule that triggered the policy violation.
      },
    ],
  },
  "promoteReleaseOperation": { # Contains the information of an automated promote-release operation. # Output only. Promotes a release to a specified 'Target'.
    "phase": "A String", # Output only. The starting phase of the rollout created by this operation.
    "rollout": "A String", # Output only. The name of the rollout that initiates the `AutomationRun`.
    "targetId": "A String", # Output only. The ID of the target that represents the promotion stage to which the release will be promoted. The value of this field is the last segment of a target name.
    "wait": "A String", # Output only. How long the operation will be paused.
  },
  "repairRolloutOperation": { # Contains the information for an automated `repair rollout` operation. # Output only. Repairs a failed 'Rollout'.
    "currentRepairPhaseIndex": "A String", # Output only. The index of the current repair action in the repair sequence.
    "jobId": "A String", # Output only. The job ID for the Job to repair.
    "phaseId": "A String", # Output only. The phase ID of the phase that includes the job being repaired.
    "repairPhases": [ # Output only. Records of the repair attempts. Each repair phase may have multiple retry attempts or single rollback attempt.
      { # RepairPhase tracks the repair attempts that have been made for each `RepairPhaseConfig` specified in the `Automation` resource.
        "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.
          "attempts": [ # Output only. Detail of a retry action.
            { # RetryAttempt represents an action of retrying the failed Cloud Deploy job.
              "attempt": "A String", # Output only. The index of this retry attempt.
              "state": "A String", # Output only. Valid state of this retry action.
              "stateDesc": "A String", # Output only. Description of the state of the Retry.
              "wait": "A String", # Output only. How long the operation will be paused.
            },
          ],
          "backoffMode": "A String", # Output only. The pattern of how the wait time of the retry attempt is calculated.
          "totalAttempts": "A String", # Output only. The number of attempts that have been made.
        },
        "rollback": { # RollbackAttempt represents an action of rolling back a Cloud Deploy 'Target'. # Output only. Rollback attempt for rollback repair mode .
          "destinationPhase": "A String", # Output only. The phase to which the rollout will be rolled back to.
          "disableRollbackIfRolloutPending": True or False, # Output only. If active rollout exists on the target, abort this rollback.
          "rolloutId": "A String", # Output only. ID of the rollback `Rollout` to create.
          "state": "A String", # Output only. Valid state of this rollback action.
          "stateDesc": "A String", # Output only. Description of the state of the Rollback.
        },
      },
    ],
    "rollout": "A String", # Output only. The name of the rollout that initiates the `AutomationRun`.
  },
  "ruleId": "A String", # Output only. The ID of the automation rule that initiated the operation.
  "serviceAccount": "A String", # Output only. Email address of the user-managed IAM service account that performs the operations against Cloud Deploy resources.
  "state": "A String", # Output only. Current state of the `AutomationRun`.
  "stateDescription": "A String", # Output only. Explains the current state of the `AutomationRun`. Present only when an explanation is needed.
  "targetId": "A String", # Output only. The ID of the source target that initiates the `AutomationRun`. The value of this field is the last segment of a target name.
  "timedPromoteReleaseOperation": { # Contains the information of an automated timed promote-release operation. # Output only. Promotes a release to a specified 'Target' as defined in a Timed Promote Release rule.
    "phase": "A String", # Output only. The starting phase of the rollout created by this operation.
    "release": "A String", # Output only. The name of the release to be promoted.
    "targetId": "A String", # Output only. The ID of the target that represents the promotion stage to which the release will be promoted. The value of this field is the last segment of a target name.
  },
  "updateTime": "A String", # Output only. Time at which the automationRun was updated.
  "waitUntilTime": "A String", # Output only. Earliest time the `AutomationRun` will attempt to resume. Wait-time is configured by `wait` in automation rule.
}
list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)
Lists AutomationRuns in a given project and location.

Args:
  parent: string, Required. The parent `Delivery Pipeline`, which owns this collection of automationRuns. Format must be `projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}`. (required)
  filter: string, Filter automationRuns to be returned. All fields can be used in the filter.
  orderBy: string, Field to sort by.
  pageSize: integer, The maximum number of automationRuns to return. The service may return fewer than this value. If unspecified, at most 50 automationRuns will be returned. The maximum value is 1000; values above 1000 will be set to 1000.
  pageToken: string, A page token, received from a previous `ListAutomationRuns` call. Provide this to retrieve the subsequent page. When paginating, all other provided parameters match the call that provided the page token.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # The response object from `ListAutomationRuns`.
  "automationRuns": [ # The `AutomationRuns` objects.
    { # An `AutomationRun` resource in the Cloud Deploy API. An `AutomationRun` represents an execution instance of an automation rule.
      "advanceRolloutOperation": { # Contains the information of an automated advance-rollout operation. # Output only. Advances a rollout to the next phase.
        "destinationPhase": "A String", # Output only. The phase the rollout will be advanced to.
        "rollout": "A String", # Output only. The name of the rollout that initiates the `AutomationRun`.
        "sourcePhase": "A String", # Output only. The phase of a deployment that initiated the operation.
        "wait": "A String", # Output only. How long the operation will be paused.
      },
      "automationId": "A String", # Output only. The ID of the automation that initiated the operation.
      "automationSnapshot": { # An `Automation` resource in the Cloud Deploy API. An `Automation` enables the automation of manually driven actions for a Delivery Pipeline, which includes Release promotion among Targets, Rollout repair and Rollout deployment strategy advancement. The intention of Automation is to reduce manual intervention in the continuous delivery process. # Output only. Snapshot of the Automation taken at AutomationRun creation time.
        "annotations": { # Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.
          "a_key": "A String",
        },
        "createTime": "A String", # Output only. Time at which the automation was created.
        "description": "A String", # Optional. Description of the `Automation`. Max length is 255 characters.
        "etag": "A String", # Optional. The weak etag of the `Automation` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
        "labels": { # Optional. Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.
          "a_key": "A String",
        },
        "name": "A String", # Output only. Name of the `Automation`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/automations/{automation}`.
        "rules": [ # Required. List of Automation rules associated with the Automation resource. Must have at least one rule and limited to 250 rules per Delivery Pipeline. Note: the order of the rules here is not the same as the order of execution.
          { # `AutomationRule` defines the automation activities.
            "advanceRolloutRule": { # The `AdvanceRollout` automation rule will automatically advance a successful Rollout to the next phase. # Optional. The `AdvanceRolloutRule` will automatically advance a successful Rollout.
              "condition": { # `AutomationRuleCondition` contains conditions relevant to an `Automation` rule. # Output only. Information around the state of the Automation rule.
                "targetsPresentCondition": { # `TargetsPresentCondition` contains information on any Targets referenced in the Delivery Pipeline that do not actually exist. # Optional. Details around targets enumerated in the rule.
                  "missingTargets": [ # The list of Target names that do not exist. For example, `projects/{project_id}/locations/{location_name}/targets/{target_name}`.
                    "A String",
                  ],
                  "status": True or False, # True if there aren't any missing Targets.
                  "updateTime": "A String", # Last time the condition was updated.
                },
                "timedPromoteReleaseCondition": { # `TimedPromoteReleaseCondition` contains conditions specific to an Automation with a Timed Promote Release rule defined. # Optional. TimedPromoteReleaseCondition contains rule conditions specific to a an Automation with a timed promote release rule defined.
                  "nextPromotionTime": "A String", # Output only. When the next scheduled promotion(s) will occur.
                  "targetsList": [ # Output only. A list of targets involved in the upcoming timed promotion(s).
                    { # The targets involved in a single timed promotion.
                      "destinationTargetId": "A String", # Optional. The destination target ID.
                      "sourceTargetId": "A String", # Optional. The source target ID.
                    },
                  ],
                },
              },
              "id": "A String", # Required. ID of the rule. This id must be unique in the `Automation` resource to which this rule belongs. The format is `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
              "sourcePhases": [ # Optional. Proceeds only after phase name matched any one in the list. 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])?$`.
                "A String",
              ],
              "wait": "A String", # Optional. How long to wait after a rollout is finished.
            },
            "promoteReleaseRule": { # The `PromoteRelease` rule will automatically promote a release from the current target to a specified target. # Optional. `PromoteReleaseRule` will automatically promote a release from the current target to a specified target.
              "condition": { # `AutomationRuleCondition` contains conditions relevant to an `Automation` rule. # Output only. Information around the state of the Automation rule.
                "targetsPresentCondition": { # `TargetsPresentCondition` contains information on any Targets referenced in the Delivery Pipeline that do not actually exist. # Optional. Details around targets enumerated in the rule.
                  "missingTargets": [ # The list of Target names that do not exist. For example, `projects/{project_id}/locations/{location_name}/targets/{target_name}`.
                    "A String",
                  ],
                  "status": True or False, # True if there aren't any missing Targets.
                  "updateTime": "A String", # Last time the condition was updated.
                },
                "timedPromoteReleaseCondition": { # `TimedPromoteReleaseCondition` contains conditions specific to an Automation with a Timed Promote Release rule defined. # Optional. TimedPromoteReleaseCondition contains rule conditions specific to a an Automation with a timed promote release rule defined.
                  "nextPromotionTime": "A String", # Output only. When the next scheduled promotion(s) will occur.
                  "targetsList": [ # Output only. A list of targets involved in the upcoming timed promotion(s).
                    { # The targets involved in a single timed promotion.
                      "destinationTargetId": "A String", # Optional. The destination target ID.
                      "sourceTargetId": "A String", # Optional. The source target ID.
                    },
                  ],
                },
              },
              "destinationPhase": "A String", # Optional. The starting phase of the rollout created by this operation. Default to the first phase.
              "destinationTargetId": "A String", # Optional. The ID of the stage in the pipeline to which this `Release` is deploying. If unspecified, default it to the next stage in the promotion flow. The value of this field could be one of the following: * The last segment of a target name * "@next", the next target in the promotion sequence
              "id": "A String", # Required. ID of the rule. This id must be unique in the `Automation` resource to which this rule belongs. The format is `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
              "wait": "A String", # Optional. How long the release need to be paused until being promoted to the next target.
            },
            "repairRolloutRule": { # The `RepairRolloutRule` automation rule will automatically repair a failed `Rollout`. # Optional. The `RepairRolloutRule` will automatically repair a failed rollout.
              "condition": { # `AutomationRuleCondition` contains conditions relevant to an `Automation` rule. # Output only. Information around the state of the 'Automation' rule.
                "targetsPresentCondition": { # `TargetsPresentCondition` contains information on any Targets referenced in the Delivery Pipeline that do not actually exist. # Optional. Details around targets enumerated in the rule.
                  "missingTargets": [ # The list of Target names that do not exist. For example, `projects/{project_id}/locations/{location_name}/targets/{target_name}`.
                    "A String",
                  ],
                  "status": True or False, # True if there aren't any missing Targets.
                  "updateTime": "A String", # Last time the condition was updated.
                },
                "timedPromoteReleaseCondition": { # `TimedPromoteReleaseCondition` contains conditions specific to an Automation with a Timed Promote Release rule defined. # Optional. TimedPromoteReleaseCondition contains rule conditions specific to a an Automation with a timed promote release rule defined.
                  "nextPromotionTime": "A String", # Output only. When the next scheduled promotion(s) will occur.
                  "targetsList": [ # Output only. A list of targets involved in the upcoming timed promotion(s).
                    { # The targets involved in a single timed promotion.
                      "destinationTargetId": "A String", # Optional. The destination target ID.
                      "sourceTargetId": "A String", # Optional. The source target ID.
                    },
                  ],
                },
              },
              "id": "A String", # Required. ID of the rule. This id must be unique in the `Automation` resource to which this rule belongs. The format is `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
              "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])?$`.
                "A String",
              ],
              "phases": [ # 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])?$`.
                "A String",
              ],
              "repairPhases": [ # Required. Defines the types of automatic repair phases for failed jobs.
                { # Configuration of the repair phase.
                  "retry": { # Retries the failed job. # Optional. Retries a failed job.
                    "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.
                    "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.
                    "wait": "A String", # Optional. How long to wait for the first retry. Default is 0, and the maximum value is 14d.
                  },
                  "rollback": { # Rolls back a `Rollout`. # Optional. Rolls back a `Rollout`.
                    "destinationPhase": "A String", # Optional. The starting phase ID for the `Rollout`. If unspecified, the `Rollout` will start in the stable phase.
                    "disableRollbackIfRolloutPending": True or False, # Optional. If pending rollout exists on the target, the rollback operation will be aborted.
                  },
                },
              ],
            },
            "timedPromoteReleaseRule": { # The `TimedPromoteReleaseRule` will automatically promote a release from the current target(s) to the specified target(s) on a configured schedule. # Optional. The `TimedPromoteReleaseRule` will automatically promote a release from the current target(s) to the specified target(s) on a configured schedule.
              "condition": { # `AutomationRuleCondition` contains conditions relevant to an `Automation` rule. # Output only. Information around the state of the Automation rule.
                "targetsPresentCondition": { # `TargetsPresentCondition` contains information on any Targets referenced in the Delivery Pipeline that do not actually exist. # Optional. Details around targets enumerated in the rule.
                  "missingTargets": [ # The list of Target names that do not exist. For example, `projects/{project_id}/locations/{location_name}/targets/{target_name}`.
                    "A String",
                  ],
                  "status": True or False, # True if there aren't any missing Targets.
                  "updateTime": "A String", # Last time the condition was updated.
                },
                "timedPromoteReleaseCondition": { # `TimedPromoteReleaseCondition` contains conditions specific to an Automation with a Timed Promote Release rule defined. # Optional. TimedPromoteReleaseCondition contains rule conditions specific to a an Automation with a timed promote release rule defined.
                  "nextPromotionTime": "A String", # Output only. When the next scheduled promotion(s) will occur.
                  "targetsList": [ # Output only. A list of targets involved in the upcoming timed promotion(s).
                    { # The targets involved in a single timed promotion.
                      "destinationTargetId": "A String", # Optional. The destination target ID.
                      "sourceTargetId": "A String", # Optional. The source target ID.
                    },
                  ],
                },
              },
              "destinationPhase": "A String", # Optional. The starting phase of the rollout created by this rule. Default to the first phase.
              "destinationTargetId": "A String", # Optional. The ID of the stage in the pipeline to which this `Release` is deploying. If unspecified, default it to the next stage in the promotion flow. The value of this field could be one of the following: * The last segment of a target name * "@next", the next target in the promotion sequence
              "id": "A String", # Required. ID of the rule. This ID must be unique in the `Automation` resource to which this rule belongs. The format is `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
              "schedule": "A String", # Required. Schedule in crontab format. e.g. "0 9 * * 1" for every Monday at 9am.
              "timeZone": "A String", # Required. The time zone in IANA format [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/New_York).
            },
          },
        ],
        "selector": { # AutomationResourceSelector contains the information to select the resources to which an Automation is going to be applied. # Required. Selected resources to which the automation will be applied.
          "targets": [ # Contains attributes about a target.
            { # Contains criteria for selecting Targets. This could be used to select targets for a Deploy Policy or for an Automation.
              "id": "A String", # ID of the `Target`. The value of this field could be one of the following: * The last segment of a target name * "*", all targets in a location
              "labels": { # Target labels.
                "a_key": "A String",
              },
            },
          ],
        },
        "serviceAccount": "A String", # Required. Email address of the user-managed IAM service account that creates Cloud Deploy release and rollout resources.
        "suspended": True or False, # Optional. When Suspended, automation is deactivated from execution.
        "uid": "A String", # Output only. Unique identifier of the `Automation`.
        "updateTime": "A String", # Output only. Time at which the automation was updated.
      },
      "createTime": "A String", # Output only. Time at which the `AutomationRun` was created.
      "etag": "A String", # Output only. The weak etag of the `AutomationRun` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
      "expireTime": "A String", # Output only. Time the `AutomationRun` expires. An `AutomationRun` expires after 14 days from its creation date.
      "name": "A String", # Output only. Name of the `AutomationRun`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/automationRuns/{automation_run}`.
      "policyViolation": { # Returned from an action if one or more policies were violated, and therefore the action was prevented. Contains information about what policies were violated and why. # Output only. Contains information about what policies prevented the `AutomationRun` from proceeding.
        "policyViolationDetails": [ # Policy violation details.
          { # Policy violation details.
            "failureMessage": "A String", # User readable message about why the request violated a policy. This is not intended for machine parsing.
            "policy": "A String", # Name of the policy that was violated. Policy resource will be in the format of `projects/{project}/locations/{location}/policies/{policy}`.
            "ruleId": "A String", # Id of the rule that triggered the policy violation.
          },
        ],
      },
      "promoteReleaseOperation": { # Contains the information of an automated promote-release operation. # Output only. Promotes a release to a specified 'Target'.
        "phase": "A String", # Output only. The starting phase of the rollout created by this operation.
        "rollout": "A String", # Output only. The name of the rollout that initiates the `AutomationRun`.
        "targetId": "A String", # Output only. The ID of the target that represents the promotion stage to which the release will be promoted. The value of this field is the last segment of a target name.
        "wait": "A String", # Output only. How long the operation will be paused.
      },
      "repairRolloutOperation": { # Contains the information for an automated `repair rollout` operation. # Output only. Repairs a failed 'Rollout'.
        "currentRepairPhaseIndex": "A String", # Output only. The index of the current repair action in the repair sequence.
        "jobId": "A String", # Output only. The job ID for the Job to repair.
        "phaseId": "A String", # Output only. The phase ID of the phase that includes the job being repaired.
        "repairPhases": [ # Output only. Records of the repair attempts. Each repair phase may have multiple retry attempts or single rollback attempt.
          { # RepairPhase tracks the repair attempts that have been made for each `RepairPhaseConfig` specified in the `Automation` resource.
            "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.
              "attempts": [ # Output only. Detail of a retry action.
                { # RetryAttempt represents an action of retrying the failed Cloud Deploy job.
                  "attempt": "A String", # Output only. The index of this retry attempt.
                  "state": "A String", # Output only. Valid state of this retry action.
                  "stateDesc": "A String", # Output only. Description of the state of the Retry.
                  "wait": "A String", # Output only. How long the operation will be paused.
                },
              ],
              "backoffMode": "A String", # Output only. The pattern of how the wait time of the retry attempt is calculated.
              "totalAttempts": "A String", # Output only. The number of attempts that have been made.
            },
            "rollback": { # RollbackAttempt represents an action of rolling back a Cloud Deploy 'Target'. # Output only. Rollback attempt for rollback repair mode .
              "destinationPhase": "A String", # Output only. The phase to which the rollout will be rolled back to.
              "disableRollbackIfRolloutPending": True or False, # Output only. If active rollout exists on the target, abort this rollback.
              "rolloutId": "A String", # Output only. ID of the rollback `Rollout` to create.
              "state": "A String", # Output only. Valid state of this rollback action.
              "stateDesc": "A String", # Output only. Description of the state of the Rollback.
            },
          },
        ],
        "rollout": "A String", # Output only. The name of the rollout that initiates the `AutomationRun`.
      },
      "ruleId": "A String", # Output only. The ID of the automation rule that initiated the operation.
      "serviceAccount": "A String", # Output only. Email address of the user-managed IAM service account that performs the operations against Cloud Deploy resources.
      "state": "A String", # Output only. Current state of the `AutomationRun`.
      "stateDescription": "A String", # Output only. Explains the current state of the `AutomationRun`. Present only when an explanation is needed.
      "targetId": "A String", # Output only. The ID of the source target that initiates the `AutomationRun`. The value of this field is the last segment of a target name.
      "timedPromoteReleaseOperation": { # Contains the information of an automated timed promote-release operation. # Output only. Promotes a release to a specified 'Target' as defined in a Timed Promote Release rule.
        "phase": "A String", # Output only. The starting phase of the rollout created by this operation.
        "release": "A String", # Output only. The name of the release to be promoted.
        "targetId": "A String", # Output only. The ID of the target that represents the promotion stage to which the release will be promoted. The value of this field is the last segment of a target name.
      },
      "updateTime": "A String", # Output only. Time at which the automationRun was updated.
      "waitUntilTime": "A String", # Output only. Earliest time the `AutomationRun` will attempt to resume. Wait-time is configured by `wait` in automation rule.
    },
  ],
  "nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
  "unreachable": [ # Locations that could not be reached.
    "A String",
  ],
}
list_next()
Retrieves the next page of results.

        Args:
          previous_request: The request for the previous page. (required)
          previous_response: The response from the request for the previous page. (required)

        Returns:
          A request object that you can call 'execute()' on to request the next
          page. Returns None if there are no more items in the collection.