Class UpdateSampleQuerySetRequest (0.12.3)

UpdateSampleQuerySetRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for SampleQuerySetService.UpdateSampleQuerySet method.

Attributes

Name Description
sample_query_set google.cloud.discoveryengine_v1alpha.types.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.
update_mask google.protobuf.field_mask_pb2.FieldMask
Indicates which fields in the provided imported 'sample query set' to update. If not set, will by default update all fields.