Interface DocumentId.GCSManagedDocumentIdOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DocumentId.GCSManagedDocumentId
,DocumentId.GCSManagedDocumentId.Builder
- Enclosing class:
- DocumentId
public static interface DocumentId.GCSManagedDocumentIdOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getCwDocId()
Deprecated.google.cloud.documentai.v1beta3.DocumentId.GCSManagedDocumentId.cw_doc_id is deprecated.com.google.protobuf.ByteString
getCwDocIdBytes()
Deprecated.google.cloud.documentai.v1beta3.DocumentId.GCSManagedDocumentId.cw_doc_id is deprecated.String
getGcsUri()
Required.com.google.protobuf.ByteString
getGcsUriBytes()
Required.-
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()
Required. The Cloud Storage URI where the actual document is stored.
string gcs_uri = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The gcsUri.
-
getGcsUriBytes
com.google.protobuf.ByteString getGcsUriBytes()
Required. The Cloud Storage URI where the actual document is stored.
string gcs_uri = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for gcsUri.
-
getCwDocId
@Deprecated String getCwDocId()
Deprecated.google.cloud.documentai.v1beta3.DocumentId.GCSManagedDocumentId.cw_doc_id is deprecated. See google/cloud/documentai/v1beta3/dataset.proto;l=133Id of the document (indexed) managed by Content Warehouse.
string cw_doc_id = 2 [deprecated = true];
- Returns:
- The cwDocId.
-
getCwDocIdBytes
@Deprecated com.google.protobuf.ByteString getCwDocIdBytes()
Deprecated.google.cloud.documentai.v1beta3.DocumentId.GCSManagedDocumentId.cw_doc_id is deprecated. See google/cloud/documentai/v1beta3/dataset.proto;l=133Id of the document (indexed) managed by Content Warehouse.
string cw_doc_id = 2 [deprecated = true];
- Returns:
- The bytes for cwDocId.
-
-