Interface DeprovisionDeploymentGroupRequestOrBuilder (0.68.0)

public interface DeprovisionDeploymentGroupRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeletePolicy()

public abstract DeleteDeploymentRequest.DeletePolicy getDeletePolicy()

Optional. Policy on how resources within each deployment should be handled during deletion. This policy is applied globally to the deletion of all deployments in this group. This corresponds to the 'delete_policy' field in DeleteDeploymentRequest.

.google.cloud.config.v1.DeleteDeploymentRequest.DeletePolicy delete_policy = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DeleteDeploymentRequest.DeletePolicy

The deletePolicy.

getDeletePolicyValue()

public abstract int getDeletePolicyValue()

Optional. Policy on how resources within each deployment should be handled during deletion. This policy is applied globally to the deletion of all deployments in this group. This corresponds to the 'delete_policy' field in DeleteDeploymentRequest.

.google.cloud.config.v1.DeleteDeploymentRequest.DeletePolicy delete_policy = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for deletePolicy.

getForce()

public abstract boolean getForce()

Optional. If set to true, this option is propagated to the deletion of each deployment in the group. This corresponds to the 'force' field in DeleteDeploymentRequest.

bool force = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The force.

getName()

public abstract String getName()

Required. The name of the deployment group to deprovision. Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.

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

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The name of the deployment group to deprovision. Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.

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

Returns
Type Description
ByteString

The bytes for name.