- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- InlineSource
Bulk import of multiple SampleQuery
s. Sample queries that already exist may be deleted.
Note: It is possible for a subset of the SampleQuery
s to be successfully imported.
HTTP request
POST https://discoveryengine.googleapis.com/v1beta/{parent=projects/*/locations/*/sampleQuerySets/*}/sampleQueries:import
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent sample query set resource name, such as If the caller does not have permission to list |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "errorConfig": { object ( |
Fields | |
---|---|
error |
The desired location of errors incurred during the Import. |
Union field source . The source of the sample queries. source can be only one of the following: |
|
inline |
The Inline source for sample query entries. |
gcs |
Cloud Storage location for the input content. |
bigquery |
BigQuery input source. |
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
discoveryengine.sampleQueries.import
For more information, see the IAM documentation.
InlineSource
The inline source for SampleQuery
s.
JSON representation |
---|
{
"sampleQueries": [
{
object ( |
Fields | |
---|---|
sample |
Required. A list of |