- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Creates a Waiter resource. This operation returns a long-running Operation resource which can be polled for completion. However, a waiter with the given name will exist (and can be retrieved) prior to the operation completing. If the operation fails, the failed Waiter resource will still exist and must be deleted prior to subsequent creation attempts.
HTTP request
POST https://runtimeconfig.googleapis.com/v1beta1/{parent=projects/*/configs/*}/waiters
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
The path to the configuration that will own the waiter. The configuration must exist beforehand; the path must be in the format:
Authorization requires the following Google IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
requestId |
An optional but recommended unique It is responsibility of the client to ensure uniqueness of the
|
Request body
The request body contains an instance of Waiter
.
Response body
If successful, the response body contains a newly created instance of Operation
.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/cloudruntimeconfig
For more information, see the Authentication Overview.