Class: Google::Cloud::VisionAI::V1::RemoveIndexAssetRequest

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

Overview

Request message for RemoveIndexAsset.

Instance Attribute Summary collapse

Instance Attribute Details

#index::String

Returns Optional. The name of the index. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/indexes/{index}.

Returns:

  • (::String)

    Optional. The name of the index. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/indexes/{index}



367
368
369
370
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 367

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

#name::String

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

Returns:

  • (::String)

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



367
368
369
370
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 367

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