Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::UpdateIndexEndpointRequest.
Request message for UpdateIndexEndpoint.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#index_endpoint
def index_endpoint() -> ::Google::Cloud::VisionAI::V1::IndexEndpoint
Returns
- (::Google::Cloud::VisionAI::V1::IndexEndpoint) — Required. The resource being updated.
#index_endpoint=
def index_endpoint=(value) -> ::Google::Cloud::VisionAI::V1::IndexEndpoint
Parameter
- value (::Google::Cloud::VisionAI::V1::IndexEndpoint) — Required. The resource being updated.
Returns
- (::Google::Cloud::VisionAI::V1::IndexEndpoint) — Required. The resource being updated.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — 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.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — 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.
Returns
- (::Google::Protobuf::FieldMask) — 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.