Class: Google::Cloud::VisionAI::V1::UpdateIndexRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::UpdateIndexRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Request message for UpdateIndex.
Instance Attribute Summary collapse
-
#index ⇒ ::Google::Cloud::VisionAI::V1::Index
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#index ⇒ ::Google::Cloud::VisionAI::V1::Index
Returns Required. The resource being updated.
789 790 791 792 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 789 class UpdateIndexRequest 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 Index 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 "*", it triggers a full update of the index, and also a whole rebuild of index data.
789 790 791 792 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 789 class UpdateIndexRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |