Class: Google::Cloud::AIPlatform::V1::GetIndexRequest

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.GetIndex

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

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



58
59
60
61
# File 'proto_docs/google/cloud/aiplatform/v1/index_service.rb', line 58

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