Class: Google::Cloud::AIPlatform::V1::DeleteIndexRequest

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

Overview

Request message for IndexService.DeleteIndex.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the Index resource to be deleted. Format: projects/{project}/locations/{location}/indexes/{index}.

Returns:

  • (::String)

    Required. The name of the Index resource to be deleted. Format: projects/{project}/locations/{location}/indexes/{index}



142
143
144
145
# File 'proto_docs/google/cloud/aiplatform/v1/index_service.rb', line 142

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