Interface GcsDocumentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcsDocument,GcsDocument.Builder
public interface GcsDocumentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGcsUri()The Cloud Storage object uri.com.google.protobuf.ByteStringgetGcsUriBytes()The Cloud Storage object uri.StringgetMimeType()An IANA MIME type (RFC6838) of the content.com.google.protobuf.ByteStringgetMimeTypeBytes()An IANA MIME type (RFC6838) of the content.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGcsUri
String getGcsUri()
The Cloud Storage object uri.
string gcs_uri = 1;- Returns:
- The gcsUri.
-
getGcsUriBytes
com.google.protobuf.ByteString getGcsUriBytes()
The Cloud Storage object uri.
string gcs_uri = 1;- Returns:
- The bytes for gcsUri.
-
getMimeType
String getMimeType()
An IANA MIME type (RFC6838) of the content.
string mime_type = 2;- Returns:
- The mimeType.
-
getMimeTypeBytes
com.google.protobuf.ByteString getMimeTypeBytes()
An IANA MIME type (RFC6838) of the content.
string mime_type = 2;- Returns:
- The bytes for mimeType.
-
-