Class: Google::Cloud::AIPlatform::V1::UpdateIndexEndpointRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::UpdateIndexEndpointRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/index_endpoint_service.rb
Overview
Request message for IndexEndpointService.UpdateIndexEndpoint.
Instance Attribute Summary collapse
-
#index_endpoint ⇒ ::Google::Cloud::AIPlatform::V1::IndexEndpoint
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#index_endpoint ⇒ ::Google::Cloud::AIPlatform::V1::IndexEndpoint
Returns Required. The IndexEndpoint which replaces the resource on the server.
130 131 132 133 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_endpoint_service.rb', line 130 class UpdateIndexEndpointRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The update mask applies to the resource. See google.protobuf.FieldMask.
130 131 132 133 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_endpoint_service.rb', line 130 class UpdateIndexEndpointRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |