Interface ProvisionDeploymentGroupOperationMetadataOrBuilder (0.68.0)

public interface ProvisionDeploymentGroupOperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeploymentUnitProgresses(int index)

public abstract DeploymentUnitProgress getDeploymentUnitProgresses(int index)

Output only. Progress information for each deployment unit within the operation.

repeated .google.cloud.config.v1.DeploymentUnitProgress deployment_unit_progresses = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
DeploymentUnitProgress

getDeploymentUnitProgressesCount()

public abstract int getDeploymentUnitProgressesCount()

Output only. Progress information for each deployment unit within the operation.

repeated .google.cloud.config.v1.DeploymentUnitProgress deployment_unit_progresses = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getDeploymentUnitProgressesList()

public abstract List<DeploymentUnitProgress> getDeploymentUnitProgressesList()

Output only. Progress information for each deployment unit within the operation.

repeated .google.cloud.config.v1.DeploymentUnitProgress deployment_unit_progresses = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<DeploymentUnitProgress>

getDeploymentUnitProgressesOrBuilder(int index)

public abstract DeploymentUnitProgressOrBuilder getDeploymentUnitProgressesOrBuilder(int index)

Output only. Progress information for each deployment unit within the operation.

repeated .google.cloud.config.v1.DeploymentUnitProgress deployment_unit_progresses = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
DeploymentUnitProgressOrBuilder

getDeploymentUnitProgressesOrBuilderList()

public abstract List<? extends DeploymentUnitProgressOrBuilder> getDeploymentUnitProgressesOrBuilderList()

Output only. Progress information for each deployment unit within the operation.

repeated .google.cloud.config.v1.DeploymentUnitProgress deployment_unit_progresses = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.config.v1.DeploymentUnitProgressOrBuilder>

getStep()

public abstract ProvisionDeploymentGroupOperationMetadata.ProvisionDeploymentGroupStep getStep()

Output only. The current step of the deployment group operation.

.google.cloud.config.v1.ProvisionDeploymentGroupOperationMetadata.ProvisionDeploymentGroupStep step = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ProvisionDeploymentGroupOperationMetadata.ProvisionDeploymentGroupStep

The step.

getStepValue()

public abstract int getStepValue()

Output only. The current step of the deployment group operation.

.google.cloud.config.v1.ProvisionDeploymentGroupOperationMetadata.ProvisionDeploymentGroupStep step = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for step.