Class: Google::Cloud::DocumentAI::V1beta3::DocumentId::GCSManagedDocumentId
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::DocumentId::GCSManagedDocumentId
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/dataset.rb
Overview
Identifies a document uniquely within the scope of a dataset in the user-managed Cloud Storage option.
Instance Attribute Summary collapse
-
#cw_doc_id ⇒ ::String
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#gcs_uri ⇒ ::String
Required.
Instance Attribute Details
#cw_doc_id ⇒ ::String
Deprecated.
This field is deprecated and may be removed in the next major version update.
Returns Id of the document (indexed) managed by Content Warehouse.
140 141 142 143 |
# File 'proto_docs/google/cloud/documentai/v1beta3/dataset.rb', line 140 class GCSManagedDocumentId include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_uri ⇒ ::String
Returns Required. The Cloud Storage URI where the actual document is stored.
140 141 142 143 |
# File 'proto_docs/google/cloud/documentai/v1beta3/dataset.rb', line 140 class GCSManagedDocumentId include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |