Class: Google::Cloud::VectorSearch::V1::GetIndexRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VectorSearch::V1::GetIndexRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vectorsearch/v1/vectorsearch_service.rb
Overview
Message for getting an Index
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the resource.
465 466 467 468 |
# File 'proto_docs/google/cloud/vectorsearch/v1/vectorsearch_service.rb', line 465 class GetIndexRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |