Interface PreviewArtifactsOrBuilder (0.16.0)

public interface PreviewArtifactsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for content.