public interface DeploymentOperationMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getApplyResults()
public abstract ApplyResults getApplyResults()Outputs and artifacts from applying a deployment.
.google.cloud.config.v1.ApplyResults apply_results = 2;
| Returns | |
|---|---|
| Type | Description |
ApplyResults |
The applyResults. |
getApplyResultsOrBuilder()
public abstract ApplyResultsOrBuilder getApplyResultsOrBuilder()Outputs and artifacts from applying a deployment.
.google.cloud.config.v1.ApplyResults apply_results = 2;
| Returns | |
|---|---|
| Type | Description |
ApplyResultsOrBuilder |
|
getBuild()
public abstract String getBuild()Output only. Cloud Build instance UUID associated with this operation.
string build = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The build. |
getBuildBytes()
public abstract ByteString getBuildBytes()Output only. Cloud Build instance UUID associated with this operation.
string build = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for build. |
getLogs()
public abstract String getLogs() Output only. Location of Deployment operations logs in
gs://{bucket}/{object} format.
string logs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The logs. |
getLogsBytes()
public abstract ByteString getLogsBytes() Output only. Location of Deployment operations logs in
gs://{bucket}/{object} format.
string logs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for logs. |
getStep()
public abstract DeploymentOperationMetadata.DeploymentStep getStep()The current step the deployment operation is running.
.google.cloud.config.v1.DeploymentOperationMetadata.DeploymentStep step = 1;
| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.DeploymentStep |
The step. |
getStepValue()
public abstract int getStepValue()The current step the deployment operation is running.
.google.cloud.config.v1.DeploymentOperationMetadata.DeploymentStep step = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for step. |
hasApplyResults()
public abstract boolean hasApplyResults()Outputs and artifacts from applying a deployment.
.google.cloud.config.v1.ApplyResults apply_results = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the applyResults field is set. |