Class: Google::Cloud::VisionAI::V1::UpdateIndexEndpointRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::UpdateIndexEndpointRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Request message for UpdateIndexEndpoint.
Instance Attribute Summary collapse
-
#index_endpoint ⇒ ::Google::Cloud::VisionAI::V1::IndexEndpoint
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#index_endpoint ⇒ ::Google::Cloud::VisionAI::V1::IndexEndpoint
Returns Required. The resource being updated.
2073 2074 2075 2076 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2073 class UpdateIndexEndpointRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Field mask is used to specify the fields to be overwritten in the IndexEndpoint resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field of the resource will be overwritten if it is in the mask. Empty field mask is not allowed. If the mask is "*", then this is a full replacement of the resource.
2073 2074 2075 2076 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2073 class UpdateIndexEndpointRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |