public static interface DocumentId.GCSManagedDocumentIdOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCwDocId()
Deprecated.
google.cloud.documentai.v1beta3.DocumentId.GCSManagedDocumentId.cw_doc_id is
deprecated. See google/cloud/documentai/v1beta3/dataset.proto;l=140
|
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=140
|
String |
getGcsUri()
Required.
|
com.google.protobuf.ByteString |
getGcsUriBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getGcsUri()
Required. The Cloud Storage URI where the actual document is stored.
string gcs_uri = 1 [(.google.api.field_behavior) = REQUIRED];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];@Deprecated String getCwDocId()
Id of the document (indexed) managed by Content Warehouse.
string cw_doc_id = 2 [deprecated = true];@Deprecated com.google.protobuf.ByteString getCwDocIdBytes()
Id of the document (indexed) managed by Content Warehouse.
string cw_doc_id = 2 [deprecated = true];Copyright © 2024 Google LLC. All rights reserved.