Class: Google::Cloud::DiscoveryEngine::V1beta::UpdateSampleQueryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::UpdateSampleQueryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/sample_query_service.rb
Overview
Request message for SampleQueryService.UpdateSampleQuery method.
Instance Attribute Summary collapse
-
#sample_query ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Indicates which fields in the provided imported 'simple query' to update.
Instance Attribute Details
#sample_query ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery
Returns Required. The simple query to update.
If the caller does not have permission to update the
SampleQuery, regardless
of whether or not it exists, a PERMISSION_DENIED
error is returned.
If the SampleQuery to
update does not exist a NOT_FOUND
error is returned.
152 153 154 155 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/sample_query_service.rb', line 152 class UpdateSampleQueryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Indicates which fields in the provided imported 'simple query' to update. If not set, will by default update all fields.
152 153 154 155 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/sample_query_service.rb', line 152 class UpdateSampleQueryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |