ImportSampleQueriesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for SampleQueryService.ImportSampleQueries method.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
inline_source |
google.cloud.discoveryengine_v1alpha.types.ImportSampleQueriesRequest.InlineSource
The Inline source for sample query entries. This field is a member of oneof _ source .
|
gcs_source |
google.cloud.discoveryengine_v1alpha.types.GcsSource
Cloud Storage location for the input content. This field is a member of oneof _ source .
|
bigquery_source |
google.cloud.discoveryengine_v1alpha.types.BigQuerySource
BigQuery input source. This field is a member of oneof _ source .
|
parent |
str
Required. The parent sample query set resource name, such as projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet} .
If the caller does not have permission to list
SampleQuerys
under this sample query set, regardless of whether or not
this sample query set exists, a PERMISSION_DENIED error
is returned.
|
error_config |
google.cloud.discoveryengine_v1alpha.types.ImportErrorConfig
The desired location of errors incurred during the Import. |
Classes
InlineSource
InlineSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The inline source for SampleQuerys.