Class: Google::Cloud::DocumentAI::V1beta3::DocumentId::GCSManagedDocumentId

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#cw_doc_id::String

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

Returns:

  • (::String)

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



131
132
133
134
# File 'proto_docs/google/cloud/documentai/v1beta3/dataset.rb', line 131

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.

Returns:

  • (::String)

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



131
132
133
134
# File 'proto_docs/google/cloud/documentai/v1beta3/dataset.rb', line 131

class GCSManagedDocumentId
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end