Class: Google::Cloud::VisionAI::V1::UpdateIndexRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#index::Google::Cloud::VisionAI::V1::Index

Returns Required. The resource being updated.

Returns:



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.

Returns:

  • (::Google::Protobuf::FieldMask)

    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