Creates an ingestion log.
HTTP request
POST https://foodorderingaiagent.googleapis.com/v1beta/{parent=projects/*/locations/*/brands/*}/ingestionLogs
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent resource where this ingestion log will be created. Format: projects/{project}/locations/{location}/brands/{brand} |
Query parameters
| Parameters | |
|---|---|
ingestionLogId |
Required. The ID to use for the ingestion log, which will become the final component of the ingestion log's resource name. |
Request body
The request body contains an instance of IngestionLog.
Response body
If successful, the response body contains a newly created instance of IngestionLog.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.