Interface ExportDeploymentStatefileRequestOrBuilder (0.12.0)

public interface ExportDeploymentStatefileRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDraft()

public abstract boolean getDraft()

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.

bool draft = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The draft.

getParent()

public abstract String getParent()

Required. The parent in whose context the statefile is listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent in whose context the statefile is listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.