public interface PreviewOperationMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBuild()
public abstract String getBuild()
Output only. Cloud Build instance UUID associated with this preview.
string build = 4 [(.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 preview.
string build = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for build. |
getLogs()
public abstract String getLogs()
Output only. Location of preview 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 preview logs in gs://{bucket}/{object}
format.
string logs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for logs. |
getPreviewArtifacts()
public abstract PreviewArtifacts getPreviewArtifacts()
Artifacts from preview.
.google.cloud.config.v1.PreviewArtifacts preview_artifacts = 2;
Returns | |
---|---|
Type | Description |
PreviewArtifacts | The previewArtifacts. |
getPreviewArtifactsOrBuilder()
public abstract PreviewArtifactsOrBuilder getPreviewArtifactsOrBuilder()
Artifacts from preview.
.google.cloud.config.v1.PreviewArtifacts preview_artifacts = 2;
Returns | |
---|---|
Type | Description |
PreviewArtifactsOrBuilder |
getStep()
public abstract PreviewOperationMetadata.PreviewStep getStep()
The current step the preview operation is running.
.google.cloud.config.v1.PreviewOperationMetadata.PreviewStep step = 1;
Returns | |
---|---|
Type | Description |
PreviewOperationMetadata.PreviewStep | The step. |
getStepValue()
public abstract int getStepValue()
The current step the preview operation is running.
.google.cloud.config.v1.PreviewOperationMetadata.PreviewStep step = 1;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for step. |
hasPreviewArtifacts()
public abstract boolean hasPreviewArtifacts()
Artifacts from preview.
.google.cloud.config.v1.PreviewArtifacts preview_artifacts = 2;
Returns | |
---|---|
Type | Description |
boolean | Whether the previewArtifacts field is set. |