Class: Google::Cloud::VisionAI::V1::IndexedAsset

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/visionai/v1/warehouse.rb

Overview

An IndexedAsset is an asset that the index is built upon.

Instance Attribute Summary collapse

Instance Attribute Details

#asset::String

Returns Required. The resource name of the asset. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}.

Returns:

  • (::String)

    Required. The resource name of the asset. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}



410
411
412
413
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 410

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

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The create timestamp.

Returns:



410
411
412
413
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 410

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

#index::String

Returns Required. The index that this indexed asset belongs to. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/indexes/{index}.

Returns:

  • (::String)

    Required. The index that this indexed asset belongs to. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/indexes/{index}



410
411
412
413
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 410

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

#update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The update timestamp.

Returns:



410
411
412
413
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 410

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