public interface GcsDocumentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGcsUri()
The Cloud Storage object uri.
|
com.google.protobuf.ByteString |
getGcsUriBytes()
The Cloud Storage object uri.
|
String |
getMimeType()
An IANA MIME type (RFC6838) of the content.
|
com.google.protobuf.ByteString |
getMimeTypeBytes()
An IANA MIME type (RFC6838) of the content.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getGcsUri()
The Cloud Storage object uri.
string gcs_uri = 1;com.google.protobuf.ByteString getGcsUriBytes()
The Cloud Storage object uri.
string gcs_uri = 1;String getMimeType()
An IANA MIME type (RFC6838) of the content.
string mime_type = 2;com.google.protobuf.ByteString getMimeTypeBytes()
An IANA MIME type (RFC6838) of the content.
string mime_type = 2;Copyright © 2024 Google LLC. All rights reserved.