Class: Google::Cloud::DiscoveryEngine::V1beta::UpdateSampleQuerySetRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::UpdateSampleQuerySetRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/sample_query_set_service.rb
Overview
Request message for SampleQuerySetService.UpdateSampleQuerySet method.
Instance Attribute Summary collapse
-
#sample_query_set ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::SampleQuerySet
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Indicates which fields in the provided imported 'sample query set' to update.
Instance Attribute Details
#sample_query_set ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::SampleQuerySet
Required. The sample query set to update.
If the caller does not have permission to update the
SampleQuerySet,
regardless of whether or not it exists, a PERMISSION_DENIED
error is
returned.
If the SampleQuerySet
to update does not exist a NOT_FOUND
error is returned.
157 158 159 160 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/sample_query_set_service.rb', line 157 class UpdateSampleQuerySetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Indicates which fields in the provided imported 'sample query set' to update. If not set, will by default update all fields.
157 158 159 160 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/sample_query_set_service.rb', line 157 class UpdateSampleQuerySetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |