- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
List waiters within the given configuration.
HTTP request
GET https://runtimeconfig.googleapis.com/v1beta1/{parent=projects/*/configs/*}/waiters
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
The path to the configuration for which you want to get a list of waiters. 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 | |
---|---|
pageSize |
Specifies the number of results to return per page. If there are fewer elements than the specified number, returns all elements. |
pageToken |
Specifies a page token to use. Set |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response for the waiters.list()
method. Order of returned waiter objects is arbitrary.
JSON representation | |
---|---|
{
"waiters": [
{
object( |
Fields | |
---|---|
waiters[] |
Found waiters in the project. |
nextPageToken |
This token allows you to get the next page of results for list requests. If the number of results is larger than |
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.