Class CreateSampleQuerySetRequest (0.12.0)

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

Request message for SampleQuerySetService.CreateSampleQuerySet method.

Attributes

Name Description
parent str
Required. The parent resource name, such as projects/{project}/locations/{location}.
sample_query_set google.cloud.discoveryengine_v1beta.types.SampleQuerySet
Required. The SampleQuerySet to create.
sample_query_set_id str
Required. The ID to use for the SampleQuerySet, which will become the final component of the SampleQuerySet.name. If the caller does not have permission to create the SampleQuerySet, regardless of whether or not it exists, a PERMISSION_DENIED error is returned. This field must be unique among all SampleQuerySets with the same parent. Otherwise, an ALREADY_EXISTS error is returned. This field must conform to RFC-1034 __ standard with a length limit of 63 characters. Otherwise, an INVALID_ARGUMENT error is returned.