Interface DeploymentUnitProgressOrBuilder (0.68.0)

public interface DeploymentUnitProgressOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeployment()

public abstract String getDeployment()

Output only. The name of the deployment to be provisioned. Format: 'projects/{project}/locations/{location}/deployments/{deployment}'.

string deployment = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The deployment.

getDeploymentBytes()

public abstract ByteString getDeploymentBytes()

Output only. The name of the deployment to be provisioned. Format: 'projects/{project}/locations/{location}/deployments/{deployment}'.

string deployment = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for deployment.

getDeploymentOperationSummary()

public abstract DeploymentOperationSummary getDeploymentOperationSummary()

Output only. The summary of the deployment operation.

.google.cloud.config.v1.DeploymentOperationSummary deployment_operation_summary = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeploymentOperationSummary

The deploymentOperationSummary.

getDeploymentOperationSummaryOrBuilder()

public abstract DeploymentOperationSummaryOrBuilder getDeploymentOperationSummaryOrBuilder()

Output only. The summary of the deployment operation.

.google.cloud.config.v1.DeploymentOperationSummary deployment_operation_summary = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeploymentOperationSummaryOrBuilder

getError()

public abstract Status getError()

Output only. Holds the error status of the deployment unit provisioning.

.google.rpc.Status error = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
com.google.rpc.Status

The error.

getErrorOrBuilder()

public abstract StatusOrBuilder getErrorOrBuilder()

Output only. Holds the error status of the deployment unit provisioning.

.google.rpc.Status error = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
com.google.rpc.StatusOrBuilder

getIntent()

public abstract DeploymentUnitProgress.Intent getIntent()

Output only. The intent of the deployment unit.

.google.cloud.config.v1.DeploymentUnitProgress.Intent intent = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeploymentUnitProgress.Intent

The intent.

getIntentValue()

public abstract int getIntentValue()

Output only. The intent of the deployment unit.

.google.cloud.config.v1.DeploymentUnitProgress.Intent intent = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for intent.

getState()

public abstract DeploymentUnitProgress.State getState()

Output only. The current step of the deployment unit provisioning.

.google.cloud.config.v1.DeploymentUnitProgress.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeploymentUnitProgress.State

The state.

getStateDescription()

public abstract String getStateDescription()

Output only. Additional information regarding the current state.

string state_description = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The stateDescription.

getStateDescriptionBytes()

public abstract ByteString getStateDescriptionBytes()

Output only. Additional information regarding the current state.

string state_description = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for stateDescription.

getStateValue()

public abstract int getStateValue()

Output only. The current step of the deployment unit provisioning.

.google.cloud.config.v1.DeploymentUnitProgress.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for state.

getUnitId()

public abstract String getUnitId()

Output only. The unit id of the deployment unit to be provisioned.

string unit_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The unitId.

getUnitIdBytes()

public abstract ByteString getUnitIdBytes()

Output only. The unit id of the deployment unit to be provisioned.

string unit_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for unitId.

hasDeploymentOperationSummary()

public abstract boolean hasDeploymentOperationSummary()

Output only. The summary of the deployment operation.

.google.cloud.config.v1.DeploymentOperationSummary deployment_operation_summary = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the deploymentOperationSummary field is set.

hasError()

public abstract boolean hasError()

Output only. Holds the error status of the deployment unit provisioning.

.google.rpc.Status error = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the error field is set.