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

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.

Returns:

  • (::String)

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



134
135
136
137
# File 'proto_docs/google/cloud/documentai/v1beta3/dataset.rb', line 134

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.



134
135
136
137
# File 'proto_docs/google/cloud/documentai/v1beta3/dataset.rb', line 134

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