Class: Google::Cloud::AIPlatform::V1::ListIndexEndpointsResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#index_endpoints::Array<::Google::Cloud::AIPlatform::V1::IndexEndpoint>

Returns List of IndexEndpoints in the requested page.

Returns:



116
117
118
119
# File 'proto_docs/google/cloud/aiplatform/v1/index_endpoint_service.rb', line 116

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

#next_page_token::String

Returns A token to retrieve next page of results. Pass to ListIndexEndpointsRequest.page_token to obtain that page.

Returns:



116
117
118
119
# File 'proto_docs/google/cloud/aiplatform/v1/index_endpoint_service.rb', line 116

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