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 path to the configuration that will own the waiter. The configuration must exist beforehand; the path must be in the format:
projects/[PROJECT_ID]/configs/[CONFIG_NAME].
Authorization requires the following Google IAM permission on the specified resource parent:
runtimeconfig.waiters.create
Query parameters
Parameters
requestId
string
An optional but recommended unique requestId. If the server receives two create() requests with the same requestId, then the second request will be ignored and the first resource created and stored in the backend is returned. Empty requestId fields are ignored.
It is responsibility of the client to ensure uniqueness of the requestId strings.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2018-10-17 UTC."],[[["This webpage details how to create a Waiter resource using a POST request to a specified URL."],["The request requires a `parent` path parameter indicating the configuration that will own the waiter, and an optional but recommended `requestId` query parameter for request uniqueness."],["The request body must contain an instance of a `Waiter` resource, while a successful response will include a newly created instance of an `Operation` resource."],["Creating a Waiter requires the `runtimeconfig.waiters.create` Google IAM permission and one of the specified OAuth scopes."]]],[]]