Class ExportDeploymentStatefileRequest (0.1.9)

ExportDeploymentStatefileRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

A request to export a state file passed to a 'ExportDeploymentStatefile' call.

Attributes

NameDescription
parent str
Required. The parent in whose context the statefile is listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.
draft bool
Optional. If this flag is set to true, the exported deployment state file will be the draft state. This will enable the draft file to be validated before copying it over to the working state on unlock.