public interface PreviewArtifactsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getArtifacts()
public abstract String getArtifacts() Output only. Location of artifacts in Google Cloud Storage.
Format: gs://{bucket}/{object}
string artifacts = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The artifacts. |
getArtifactsBytes()
public abstract ByteString getArtifactsBytes() Output only. Location of artifacts in Google Cloud Storage.
Format: gs://{bucket}/{object}
string artifacts = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for artifacts. |
getContent()
public abstract String getContent() Output only. Location of a blueprint copy and other content in Google Cloud
Storage. Format: gs://{bucket}/{object}
string content = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The content. |
getContentBytes()
public abstract ByteString getContentBytes() Output only. Location of a blueprint copy and other content in Google Cloud
Storage. Format: gs://{bucket}/{object}
string content = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for content. |