Interface DocumentId.GCSManagedDocumentIdOrBuilder (2.45.0)

public static interface DocumentId.GCSManagedDocumentIdOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCwDocId() (deprecated)

public abstract String getCwDocId()

Deprecated. google.cloud.documentai.v1beta3.DocumentId.GCSManagedDocumentId.cw_doc_id is deprecated. See google/cloud/documentai/v1beta3/dataset.proto;l=134

Id of the document (indexed) managed by Content Warehouse.

string cw_doc_id = 2 [deprecated = true];

Returns
TypeDescription
String

The cwDocId.

getCwDocIdBytes() (deprecated)

public abstract ByteString getCwDocIdBytes()

Deprecated. google.cloud.documentai.v1beta3.DocumentId.GCSManagedDocumentId.cw_doc_id is deprecated. See google/cloud/documentai/v1beta3/dataset.proto;l=134

Id of the document (indexed) managed by Content Warehouse.

string cw_doc_id = 2 [deprecated = true];

Returns
TypeDescription
ByteString

The bytes for cwDocId.

getGcsUri()

public abstract String getGcsUri()

Required. The Cloud Storage URI where the actual document is stored.

string gcs_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The gcsUri.

getGcsUriBytes()

public abstract ByteString getGcsUriBytes()

Required. The Cloud Storage URI where the actual document is stored.

string gcs_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for gcsUri.