Class: Google::Cloud::VisionAI::V1::GetIndexRequest

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 getting an Index.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the Index resource. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/indexes/{index}.

Returns:

  • (::String)

    Required. Name of the Index resource. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/indexes/{index}



813
814
815
816
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 813

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