public interface GcsDocumentOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getGcsUri()
public abstract String getGcsUri()
The Cloud Storage object uri.
string gcs_uri = 1;
Returns | |
---|---|
Type | Description |
String |
The gcsUri. |
getGcsUriBytes()
public abstract ByteString getGcsUriBytes()
The Cloud Storage object uri.
string gcs_uri = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for gcsUri. |
getMimeType()
public abstract String getMimeType()
An IANA MIME type (RFC6838) of the content.
string mime_type = 2;
Returns | |
---|---|
Type | Description |
String |
The mimeType. |
getMimeTypeBytes()
public abstract ByteString getMimeTypeBytes()
An IANA MIME type (RFC6838) of the content.
string mime_type = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for mimeType. |