Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::DocumentId::GCSManagedDocumentId.
Identifies a document uniquely within the scope of a dataset in the user-managed Cloud Storage option.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cw_doc_id
def cw_doc_id() -> ::String
Returns
- (::String) — Id of the document (indexed) managed by Content Warehouse.
#cw_doc_id=
def cw_doc_id=(value) -> ::String
Parameter
- value (::String) — Id of the document (indexed) managed by Content Warehouse.
Returns
- (::String) — Id of the document (indexed) managed by Content Warehouse.
#gcs_uri
def gcs_uri() -> ::String
Returns
- (::String) — Required. The Cloud Storage URI where the actual document is stored.
#gcs_uri=
def gcs_uri=(value) -> ::String
Parameter
- value (::String) — Required. The Cloud Storage URI where the actual document is stored.
Returns
- (::String) — Required. The Cloud Storage URI where the actual document is stored.