Interface GcsDocumentOrBuilder (2.6.0)

public interface GcsDocumentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGcsUri()

public abstract String getGcsUri()

The Cloud Storage object uri.

string gcs_uri = 1;

Returns
TypeDescription
String

The gcsUri.

getGcsUriBytes()

public abstract ByteString getGcsUriBytes()

The Cloud Storage object uri.

string gcs_uri = 1;

Returns
TypeDescription
ByteString

The bytes for gcsUri.

getMimeType()

public abstract String getMimeType()

An IANA MIME type (RFC6838) of the content.

string mime_type = 2;

Returns
TypeDescription
String

The mimeType.

getMimeTypeBytes()

public abstract ByteString getMimeTypeBytes()

An IANA MIME type (RFC6838) of the content.

string mime_type = 2;

Returns
TypeDescription
ByteString

The bytes for mimeType.