public interface DeploymentOperationSummaryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getArtifacts()
public abstract String getArtifacts() Output only. Location of Deployment operations artifacts in
gs://{bucket}/{object} format.
string artifacts = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The artifacts. |
getArtifactsBytes()
public abstract ByteString getArtifactsBytes() Output only. Location of Deployment operations artifacts in
gs://{bucket}/{object} format.
string artifacts = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for artifacts. |
getBuild()
public abstract String getBuild()Output only. Cloud Build instance UUID associated with this operation.
string build = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The build. |
getBuildBytes()
public abstract ByteString getBuildBytes()Output only. Cloud Build instance UUID associated with this operation.
string build = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for build. |
getContent()
public abstract String getContent() Output only. Location of Deployment operations content in
gs://{bucket}/{object} format.
string content = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The content. |
getContentBytes()
public abstract ByteString getContentBytes() Output only. Location of Deployment operations content in
gs://{bucket}/{object} format.
string content = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for content. |
getDeploymentStep()
public abstract DeploymentOperationMetadata.DeploymentStep getDeploymentStep()Output only. The current step the deployment operation is running.
.google.cloud.config.v1.DeploymentOperationMetadata.DeploymentStep deployment_step = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.DeploymentStep |
The deploymentStep. |
getDeploymentStepValue()
public abstract int getDeploymentStepValue()Output only. The current step the deployment operation is running.
.google.cloud.config.v1.DeploymentOperationMetadata.DeploymentStep deployment_step = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for deploymentStep. |
getLogs()
public abstract String getLogs() Output only. Location of Deployment operations logs in
gs://{bucket}/{object} format.
string logs = 3 [(.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 = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for logs. |