Class: Google::Cloud::VisionAI::V1::UpdateSearchConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::UpdateSearchConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Request message for UpdateSearchConfig.
Instance Attribute Summary collapse
-
#search_config ⇒ ::Google::Cloud::VisionAI::V1::SearchConfig
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to be updated.
Instance Attribute Details
#search_config ⇒ ::Google::Cloud::VisionAI::V1::SearchConfig
Returns Required. The search configuration to update.
The search configuration's name
field is used to identify the resource to
be updated. Format:
projects/{project_number}/locations/{location}/corpora/{corpus}/searchConfigs/{search_config}
.
1779 1780 1781 1782 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1779 class UpdateSearchConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to be updated. If left unset, all field paths will be updated/overwritten.
1779 1780 1781 1782 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1779 class UpdateSearchConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |