UpdateSampleQueryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for SampleQueryService.UpdateSampleQuery method.
Attributes |
|
---|---|
Name | Description |
sample_query |
google.cloud.discoveryengine_v1alpha.types.SampleQuery
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.
|
update_mask |
google.protobuf.field_mask_pb2.FieldMask
Indicates which fields in the provided imported 'simple query' to update. If not set, will by default update all fields. |