Index: discovery/googleapis_beta/runtimeconfig__v1beta1.json |
diff --git a/discovery/googleapis_beta/runtimeconfig__v1beta1.json b/discovery/googleapis_beta/runtimeconfig__v1beta1.json |
index b9367e8565d1d598b04bf59e6d037849b8fa9544..dc8c3224fca42a0a4e79d6021949df841d3c1117 100644 |
--- a/discovery/googleapis_beta/runtimeconfig__v1beta1.json |
+++ b/discovery/googleapis_beta/runtimeconfig__v1beta1.json |
@@ -28,8 +28,13 @@ |
"ownerDomain": "google.com", |
"ownerName": "Google", |
"parameters": { |
- "callback": { |
- "description": "JSONP", |
+ "uploadType": { |
+ "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "fields": { |
+ "description": "Selector specifying which fields to include in a partial response.", |
"location": "query", |
"type": "string" |
}, |
@@ -46,6 +51,11 @@ |
"location": "query", |
"type": "string" |
}, |
+ "callback": { |
+ "description": "JSONP", |
+ "location": "query", |
+ "type": "string" |
+ }, |
"alt": { |
"default": "json", |
"description": "Data format for response.", |
@@ -83,13 +93,13 @@ |
"location": "query", |
"type": "boolean" |
}, |
- "bearer_token": { |
- "description": "OAuth bearer token.", |
+ "oauth_token": { |
+ "description": "OAuth 2.0 token for the current user.", |
"location": "query", |
"type": "string" |
}, |
- "oauth_token": { |
- "description": "OAuth 2.0 token for the current user.", |
+ "bearer_token": { |
+ "description": "OAuth bearer token.", |
"location": "query", |
"type": "string" |
}, |
@@ -103,16 +113,6 @@ |
"description": "Returns response with indentations and line breaks.", |
"location": "query", |
"type": "boolean" |
- }, |
- "fields": { |
- "description": "Selector specifying which fields to include in a partial response.", |
- "location": "query", |
- "type": "string" |
- }, |
- "uploadType": { |
- "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", |
- "location": "query", |
- "type": "string" |
} |
}, |
"protocol": "rest", |
@@ -121,56 +121,6 @@ |
"resources": { |
"configs": { |
"methods": { |
- "getIamPolicy": { |
- "description": "Gets the access control policy for a resource.\nReturns an empty policy if the resource exists and does not have a policy\nset.", |
- "httpMethod": "GET", |
- "id": "runtimeconfig.projects.configs.getIamPolicy", |
- "parameterOrder": [ |
- "resource" |
- ], |
- "parameters": { |
- "resource": { |
- "description": "REQUIRED: The resource for which the policy is being requested.\nSee the operation documentation for the appropriate value for this field.", |
- "location": "path", |
- "pattern": "^projects/[^/]+/configs/[^/]+$", |
- "required": true, |
- "type": "string" |
- } |
- }, |
- "path": "v1beta1/{+resource}:getIamPolicy", |
- "response": { |
- "$ref": "Policy" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform", |
- "https://www.googleapis.com/auth/cloudruntimeconfig" |
- ] |
- }, |
- "get": { |
- "description": "Gets information about a RuntimeConfig resource.", |
- "httpMethod": "GET", |
- "id": "runtimeconfig.projects.configs.get", |
- "parameterOrder": [ |
- "name" |
- ], |
- "parameters": { |
- "name": { |
- "description": "The name of the RuntimeConfig resource to retrieve, in the format:\n\n`projects/[PROJECT_ID]/configs/[CONFIG_NAME]`", |
- "location": "path", |
- "pattern": "^projects/[^/]+/configs/[^/]+$", |
- "required": true, |
- "type": "string" |
- } |
- }, |
- "path": "v1beta1/{+name}", |
- "response": { |
- "$ref": "RuntimeConfig" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform", |
- "https://www.googleapis.com/auth/cloudruntimeconfig" |
- ] |
- }, |
"update": { |
"description": "Updates a RuntimeConfig resource. The configuration must exist beforehand.", |
"httpMethod": "PUT", |
@@ -288,6 +238,39 @@ |
"https://www.googleapis.com/auth/cloudruntimeconfig" |
] |
}, |
+ "create": { |
+ "description": "Creates a new RuntimeConfig resource. The configuration name must be\nunique within project.", |
+ "httpMethod": "POST", |
+ "id": "runtimeconfig.projects.configs.create", |
+ "parameterOrder": [ |
+ "parent" |
+ ], |
+ "parameters": { |
+ "requestId": { |
+ "description": "An optional but recommended unique `request_id`. If the server\nreceives two `create()` requests with the same\n`request_id`, then the second request will be ignored and the\nfirst resource created and stored in the backend is returned.\nEmpty `request_id` fields are ignored.\n\nIt is responsibility of the client to ensure uniqueness of the\n`request_id` strings.\n\n`request_id` strings are limited to 64 characters.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "parent": { |
+ "description": "The [project ID](https://support.google.com/cloud/answer/6158840?hl=en&ref_topic=6158848)\nfor this request, in the format `projects/[PROJECT_ID]`.", |
+ "location": "path", |
+ "pattern": "^projects/[^/]+$", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1beta1/{+parent}/configs", |
+ "request": { |
+ "$ref": "RuntimeConfig" |
+ }, |
+ "response": { |
+ "$ref": "RuntimeConfig" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform", |
+ "https://www.googleapis.com/auth/cloudruntimeconfig" |
+ ] |
+ }, |
"setIamPolicy": { |
"description": "Sets the access control policy on the specified resource. Replaces any\nexisting policy.", |
"httpMethod": "POST", |
@@ -316,31 +299,48 @@ |
"https://www.googleapis.com/auth/cloudruntimeconfig" |
] |
}, |
- "create": { |
- "description": "Creates a new RuntimeConfig resource. The configuration name must be\nunique within project.", |
- "httpMethod": "POST", |
- "id": "runtimeconfig.projects.configs.create", |
+ "getIamPolicy": { |
+ "description": "Gets the access control policy for a resource.\nReturns an empty policy if the resource exists and does not have a policy\nset.", |
+ "httpMethod": "GET", |
+ "id": "runtimeconfig.projects.configs.getIamPolicy", |
"parameterOrder": [ |
- "parent" |
+ "resource" |
], |
"parameters": { |
- "requestId": { |
- "description": "An optional but recommended unique `request_id`. If the server\nreceives two `create()` requests with the same\n`request_id`, then the second request will be ignored and the\nfirst resource created and stored in the backend is returned.\nEmpty `request_id` fields are ignored.\n\nIt is responsibility of the client to ensure uniqueness of the\n`request_id` strings.\n\n`request_id` strings are limited to 64 characters.", |
- "location": "query", |
- "type": "string" |
- }, |
- "parent": { |
- "description": "The [project ID](https://support.google.com/cloud/answer/6158840?hl=en&ref_topic=6158848)\nfor this request, in the format `projects/[PROJECT_ID]`.", |
+ "resource": { |
+ "description": "REQUIRED: The resource for which the policy is being requested.\nSee the operation documentation for the appropriate value for this field.", |
"location": "path", |
- "pattern": "^projects/[^/]+$", |
+ "pattern": "^projects/[^/]+/configs/[^/]+$", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1beta1/{+parent}/configs", |
- "request": { |
- "$ref": "RuntimeConfig" |
+ "path": "v1beta1/{+resource}:getIamPolicy", |
+ "response": { |
+ "$ref": "Policy" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform", |
+ "https://www.googleapis.com/auth/cloudruntimeconfig" |
+ ] |
+ }, |
+ "get": { |
+ "description": "Gets information about a RuntimeConfig resource.", |
+ "httpMethod": "GET", |
+ "id": "runtimeconfig.projects.configs.get", |
+ "parameterOrder": [ |
+ "name" |
+ ], |
+ "parameters": { |
+ "name": { |
+ "description": "The name of the RuntimeConfig resource to retrieve, in the format:\n\n`projects/[PROJECT_ID]/configs/[CONFIG_NAME]`", |
+ "location": "path", |
+ "pattern": "^projects/[^/]+/configs/[^/]+$", |
+ "required": true, |
+ "type": "string" |
+ } |
}, |
+ "path": "v1beta1/{+name}", |
"response": { |
"$ref": "RuntimeConfig" |
}, |
@@ -351,223 +351,206 @@ |
} |
}, |
"resources": { |
- "variables": { |
+ "operations": { |
"methods": { |
- "get": { |
- "description": "Gets information about a single variable.", |
- "httpMethod": "GET", |
- "id": "runtimeconfig.projects.configs.variables.get", |
+ "testIamPermissions": { |
+ "description": "Returns permissions that a caller has on the specified resource.\nIf the resource does not exist, this will return an empty set of\npermissions, not a NOT_FOUND error.\n\nNote: This operation is designed to be used for building permission-aware\nUIs and command-line tools, not for authorization checking. This operation\nmay \"fail open\" without warning.", |
+ "httpMethod": "POST", |
+ "id": "runtimeconfig.projects.configs.operations.testIamPermissions", |
"parameterOrder": [ |
- "name" |
+ "resource" |
], |
"parameters": { |
- "name": { |
- "description": "The name of the variable to return, in the format:\n\n`projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIBLE_NAME]`", |
+ "resource": { |
+ "description": "REQUIRED: The resource for which the policy detail is being requested.\nSee the operation documentation for the appropriate value for this field.", |
"location": "path", |
- "pattern": "^projects/[^/]+/configs/[^/]+/variables/.+$", |
+ "pattern": "^projects/[^/]+/configs/[^/]+/operations/.+$", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1beta1/{+name}", |
+ "path": "v1beta1/{+resource}:testIamPermissions", |
+ "request": { |
+ "$ref": "TestIamPermissionsRequest" |
+ }, |
"response": { |
- "$ref": "Variable" |
+ "$ref": "TestIamPermissionsResponse" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform", |
"https://www.googleapis.com/auth/cloudruntimeconfig" |
] |
}, |
- "watch": { |
- "description": "Watches a specific variable and waits for a change in the variable's value.\nWhen there is a change, this method returns the new value or times out.\n\nIf a variable is deleted while being watched, the `variableState` state is\nset to `DELETED` and the method returns the last known variable `value`.\n\nIf you set the deadline for watching to a larger value than internal timeout\n(60 seconds), the current variable value is returned and the `variableState`\nwill be `VARIABLE_STATE_UNSPECIFIED`.\n\nTo learn more about creating a watcher, read the\n[Watching a Variable for Changes](/deployment-manager/runtime-configurator/watching-a-variable)\ndocumentation.", |
- "httpMethod": "POST", |
- "id": "runtimeconfig.projects.configs.variables.watch", |
+ "get": { |
+ "description": "Gets the latest state of a long-running operation. Clients can use this\nmethod to poll the operation result at intervals as recommended by the API\nservice.", |
+ "httpMethod": "GET", |
+ "id": "runtimeconfig.projects.configs.operations.get", |
"parameterOrder": [ |
"name" |
], |
"parameters": { |
"name": { |
- "description": "The name of the variable to watch, in the format:\n\n`projects/[PROJECT_ID]/configs/[CONFIG_NAME]`", |
+ "description": "The name of the operation resource.", |
"location": "path", |
- "pattern": "^projects/[^/]+/configs/[^/]+/variables/.+$", |
+ "pattern": "^projects/[^/]+/configs/[^/]+/operations/.+$", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1beta1/{+name}:watch", |
- "request": { |
- "$ref": "WatchVariableRequest" |
- }, |
+ "path": "v1beta1/{+name}", |
"response": { |
- "$ref": "Variable" |
+ "$ref": "Operation" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform", |
"https://www.googleapis.com/auth/cloudruntimeconfig" |
] |
- }, |
- "update": { |
- "description": "Updates an existing variable with a new value.", |
- "httpMethod": "PUT", |
- "id": "runtimeconfig.projects.configs.variables.update", |
+ } |
+ } |
+ }, |
+ "waiters": { |
+ "methods": { |
+ "delete": { |
+ "description": "Deletes the waiter with the specified name.", |
+ "httpMethod": "DELETE", |
+ "id": "runtimeconfig.projects.configs.waiters.delete", |
"parameterOrder": [ |
"name" |
], |
"parameters": { |
"name": { |
- "description": "The name of the variable to update, in the format:\n\n`projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]`", |
+ "description": "The Waiter resource to delete, in the format:\n\n `projects/[PROJECT_ID]/configs/[CONFIG_NAME]/waiters/[WAITER_NAME]`", |
"location": "path", |
- "pattern": "^projects/[^/]+/configs/[^/]+/variables/.+$", |
+ "pattern": "^projects/[^/]+/configs/[^/]+/waiters/[^/]+$", |
"required": true, |
"type": "string" |
} |
}, |
"path": "v1beta1/{+name}", |
- "request": { |
- "$ref": "Variable" |
- }, |
"response": { |
- "$ref": "Variable" |
+ "$ref": "Empty" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform", |
"https://www.googleapis.com/auth/cloudruntimeconfig" |
] |
}, |
- "testIamPermissions": { |
- "description": "Returns permissions that a caller has on the specified resource.\nIf the resource does not exist, this will return an empty set of\npermissions, not a NOT_FOUND error.\n\nNote: This operation is designed to be used for building permission-aware\nUIs and command-line tools, not for authorization checking. This operation\nmay \"fail open\" without warning.", |
+ "list": { |
+ "description": "List waiters within the given configuration.", |
"httpMethod": "GET", |
- "id": "runtimeconfig.projects.configs.variables.testIamPermissions", |
+ "id": "runtimeconfig.projects.configs.waiters.list", |
"parameterOrder": [ |
- "resource" |
+ "parent" |
], |
"parameters": { |
- "resource": { |
- "description": "REQUIRED: The resource for which the policy detail is being requested.\nSee the operation documentation for the appropriate value for this field.", |
- "location": "path", |
- "pattern": "^projects/[^/]+/configs/[^/]+/variables/.+$", |
- "required": true, |
+ "pageToken": { |
+ "description": "Specifies a page token to use. Set `pageToken` to a `nextPageToken`\nreturned by a previous list request to get the next page of results.", |
+ "location": "query", |
"type": "string" |
}, |
- "permissions": { |
- "description": "The set of permissions to check for the `resource`. Permissions with\nwildcards (such as '*' or 'storage.*') are not allowed. For more\ninformation see\n[IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).", |
+ "pageSize": { |
+ "description": "Specifies the number of results to return per page. If there are fewer\nelements than the specified number, returns all elements.", |
+ "format": "int32", |
"location": "query", |
- "repeated": true, |
+ "type": "integer" |
+ }, |
+ "parent": { |
+ "description": "The path to the configuration for which you want to get a list of waiters.\nThe configuration must exist beforehand; the path must by in the format:\n\n`projects/[PROJECT_ID]/configs/[CONFIG_NAME]`", |
+ "location": "path", |
+ "pattern": "^projects/[^/]+/configs/[^/]+$", |
+ "required": true, |
"type": "string" |
} |
}, |
- "path": "v1beta1/{+resource}:testIamPermissions", |
+ "path": "v1beta1/{+parent}/waiters", |
"response": { |
- "$ref": "TestIamPermissionsResponse" |
+ "$ref": "ListWaitersResponse" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform", |
"https://www.googleapis.com/auth/cloudruntimeconfig" |
] |
}, |
- "delete": { |
- "description": "Deletes a variable or multiple variables.\n\nIf you specify a variable name, then that variable is deleted. If you\nspecify a prefix and `recursive` is true, then all variables with that\nprefix are deleted. You must set a `recursive` to true if you delete\nvariables by prefix.", |
- "httpMethod": "DELETE", |
- "id": "runtimeconfig.projects.configs.variables.delete", |
+ "get": { |
+ "description": "Gets information about a single waiter.", |
+ "httpMethod": "GET", |
+ "id": "runtimeconfig.projects.configs.waiters.get", |
"parameterOrder": [ |
"name" |
], |
"parameters": { |
- "recursive": { |
- "description": "Set to `true` to recursively delete multiple variables with the same\nprefix.", |
- "location": "query", |
- "type": "boolean" |
- }, |
"name": { |
- "description": "The name of the variable to delete, in the format:\n\n`projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]`", |
+ "description": "The fully-qualified name of the Waiter resource object to retrieve, in the\nformat:\n\n`projects/[PROJECT_ID]/configs/[CONFIG_NAME]/waiters/[WAITER_NAME]`", |
"location": "path", |
- "pattern": "^projects/[^/]+/configs/[^/]+/variables/.+$", |
+ "pattern": "^projects/[^/]+/configs/[^/]+/waiters/[^/]+$", |
"required": true, |
"type": "string" |
} |
}, |
"path": "v1beta1/{+name}", |
"response": { |
- "$ref": "Empty" |
+ "$ref": "Waiter" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform", |
"https://www.googleapis.com/auth/cloudruntimeconfig" |
] |
}, |
- "list": { |
- "description": "Lists variables within given a configuration, matching any provided filters.\nThis only lists variable names, not the values, unless `return_values` is\ntrue, in which case only variables that user has IAM permission to GetVariable\nwill be returned.", |
- "httpMethod": "GET", |
- "id": "runtimeconfig.projects.configs.variables.list", |
+ "create": { |
+ "description": "Creates a Waiter resource. This operation returns a long-running Operation\nresource which can be polled for completion. However, a waiter with the\ngiven name will exist (and can be retrieved) prior to the operation\ncompleting. If the operation fails, the failed Waiter resource will\nstill exist and must be deleted prior to subsequent creation attempts.", |
+ "httpMethod": "POST", |
+ "id": "runtimeconfig.projects.configs.waiters.create", |
"parameterOrder": [ |
"parent" |
], |
"parameters": { |
- "filter": { |
- "description": "Filters variables by matching the specified filter. For example:\n\n`projects/example-project/config/[CONFIG_NAME]/variables/example-variable`.", |
- "location": "query", |
- "type": "string" |
- }, |
- "pageToken": { |
- "description": "Specifies a page token to use. Set `pageToken` to a `nextPageToken`\nreturned by a previous list request to get the next page of results.", |
+ "requestId": { |
+ "description": "An optional but recommended unique `request_id`. If the server\nreceives two `create()` requests with the same\n`request_id`, then the second request will be ignored and the\nfirst resource created and stored in the backend is returned.\nEmpty `request_id` fields are ignored.\n\nIt is responsibility of the client to ensure uniqueness of the\n`request_id` strings.\n\n`request_id` strings are limited to 64 characters.", |
"location": "query", |
"type": "string" |
}, |
- "returnValues": { |
- "description": "The flag indicates whether the user wants to return values of variables.\nIf true, then only those variables that user has IAM GetVariable permission\nwill be returned along with their values.", |
- "location": "query", |
- "type": "boolean" |
- }, |
- "pageSize": { |
- "description": "Specifies the number of results to return per page. If there are fewer\nelements than the specified number, returns all elements.", |
- "format": "int32", |
- "location": "query", |
- "type": "integer" |
- }, |
"parent": { |
- "description": "The path to the RuntimeConfig resource for which you want to list variables.\nThe configuration must exist beforehand; the path must by in the format:\n\n`projects/[PROJECT_ID]/configs/[CONFIG_NAME]`", |
+ "description": "The path to the configuration that will own the waiter.\nThe configuration must exist beforehand; the path must by in the format:\n\n`projects/[PROJECT_ID]/configs/[CONFIG_NAME]`.", |
"location": "path", |
"pattern": "^projects/[^/]+/configs/[^/]+$", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1beta1/{+parent}/variables", |
+ "path": "v1beta1/{+parent}/waiters", |
+ "request": { |
+ "$ref": "Waiter" |
+ }, |
"response": { |
- "$ref": "ListVariablesResponse" |
+ "$ref": "Operation" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform", |
"https://www.googleapis.com/auth/cloudruntimeconfig" |
] |
}, |
- "create": { |
- "description": "Creates a variable within the given configuration. You cannot create\na variable with a name that is a prefix of an existing variable name, or a\nname that has an existing variable name as a prefix.\n\nTo learn more about creating a variable, read the\n[Setting and Getting Data](/deployment-manager/runtime-configurator/set-and-get-variables)\ndocumentation.", |
+ "testIamPermissions": { |
+ "description": "Returns permissions that a caller has on the specified resource.\nIf the resource does not exist, this will return an empty set of\npermissions, not a NOT_FOUND error.\n\nNote: This operation is designed to be used for building permission-aware\nUIs and command-line tools, not for authorization checking. This operation\nmay \"fail open\" without warning.", |
"httpMethod": "POST", |
- "id": "runtimeconfig.projects.configs.variables.create", |
+ "id": "runtimeconfig.projects.configs.waiters.testIamPermissions", |
"parameterOrder": [ |
- "parent" |
+ "resource" |
], |
"parameters": { |
- "requestId": { |
- "description": "An optional but recommended unique `request_id`. If the server\nreceives two `create()` requests with the same\n`request_id`, then the second request will be ignored and the\nfirst resource created and stored in the backend is returned.\nEmpty `request_id` fields are ignored.\n\nIt is responsibility of the client to ensure uniqueness of the\n`request_id` strings.\n\n`request_id` strings are limited to 64 characters.", |
- "location": "query", |
- "type": "string" |
- }, |
- "parent": { |
- "description": "The path to the RutimeConfig resource that this variable should belong to.\nThe configuration must exist beforehand; the path must by in the format:\n\n`projects/[PROJECT_ID]/configs/[CONFIG_NAME]`", |
+ "resource": { |
+ "description": "REQUIRED: The resource for which the policy detail is being requested.\nSee the operation documentation for the appropriate value for this field.", |
"location": "path", |
- "pattern": "^projects/[^/]+/configs/[^/]+$", |
+ "pattern": "^projects/[^/]+/configs/[^/]+/waiters/[^/]+$", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1beta1/{+parent}/variables", |
+ "path": "v1beta1/{+resource}:testIamPermissions", |
"request": { |
- "$ref": "Variable" |
+ "$ref": "TestIamPermissionsRequest" |
}, |
"response": { |
- "$ref": "Variable" |
+ "$ref": "TestIamPermissionsResponse" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform", |
@@ -576,33 +559,30 @@ |
} |
} |
}, |
- "operations": { |
+ "variables": { |
"methods": { |
- "testIamPermissions": { |
- "description": "Returns permissions that a caller has on the specified resource.\nIf the resource does not exist, this will return an empty set of\npermissions, not a NOT_FOUND error.\n\nNote: This operation is designed to be used for building permission-aware\nUIs and command-line tools, not for authorization checking. This operation\nmay \"fail open\" without warning.", |
- "httpMethod": "GET", |
- "id": "runtimeconfig.projects.configs.operations.testIamPermissions", |
+ "watch": { |
+ "description": "Watches a specific variable and waits for a change in the variable's value.\nWhen there is a change, this method returns the new value or times out.\n\nIf a variable is deleted while being watched, the `variableState` state is\nset to `DELETED` and the method returns the last known variable `value`.\n\nIf you set the deadline for watching to a larger value than internal timeout\n(60 seconds), the current variable value is returned and the `variableState`\nwill be `VARIABLE_STATE_UNSPECIFIED`.\n\nTo learn more about creating a watcher, read the\n[Watching a Variable for Changes](/deployment-manager/runtime-configurator/watching-a-variable)\ndocumentation.", |
+ "httpMethod": "POST", |
+ "id": "runtimeconfig.projects.configs.variables.watch", |
"parameterOrder": [ |
- "resource" |
+ "name" |
], |
"parameters": { |
- "resource": { |
- "description": "REQUIRED: The resource for which the policy detail is being requested.\nSee the operation documentation for the appropriate value for this field.", |
+ "name": { |
+ "description": "The name of the variable to watch, in the format:\n\n`projects/[PROJECT_ID]/configs/[CONFIG_NAME]`", |
"location": "path", |
- "pattern": "^projects/[^/]+/configs/[^/]+/operations/.+$", |
+ "pattern": "^projects/[^/]+/configs/[^/]+/variables/.+$", |
"required": true, |
"type": "string" |
- }, |
- "permissions": { |
- "description": "The set of permissions to check for the `resource`. Permissions with\nwildcards (such as '*' or 'storage.*') are not allowed. For more\ninformation see\n[IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).", |
- "location": "query", |
- "repeated": true, |
- "type": "string" |
} |
}, |
- "path": "v1beta1/{+resource}:testIamPermissions", |
+ "path": "v1beta1/{+name}:watch", |
+ "request": { |
+ "$ref": "WatchVariableRequest" |
+ }, |
"response": { |
- "$ref": "TestIamPermissionsResponse" |
+ "$ref": "Variable" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform", |
@@ -610,178 +590,189 @@ |
] |
}, |
"get": { |
- "description": "Gets the latest state of a long-running operation. Clients can use this\nmethod to poll the operation result at intervals as recommended by the API\nservice.", |
+ "description": "Gets information about a single variable.", |
"httpMethod": "GET", |
- "id": "runtimeconfig.projects.configs.operations.get", |
+ "id": "runtimeconfig.projects.configs.variables.get", |
"parameterOrder": [ |
"name" |
], |
"parameters": { |
"name": { |
- "description": "The name of the operation resource.", |
+ "description": "The name of the variable to return, in the format:\n\n`projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIBLE_NAME]`", |
"location": "path", |
- "pattern": "^projects/[^/]+/configs/[^/]+/operations/.+$", |
+ "pattern": "^projects/[^/]+/configs/[^/]+/variables/.+$", |
"required": true, |
"type": "string" |
} |
}, |
"path": "v1beta1/{+name}", |
"response": { |
- "$ref": "Operation" |
+ "$ref": "Variable" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform", |
"https://www.googleapis.com/auth/cloudruntimeconfig" |
] |
- } |
- } |
- }, |
- "waiters": { |
- "methods": { |
- "list": { |
- "description": "List waiters within the given configuration.", |
- "httpMethod": "GET", |
- "id": "runtimeconfig.projects.configs.waiters.list", |
+ }, |
+ "update": { |
+ "description": "Updates an existing variable with a new value.", |
+ "httpMethod": "PUT", |
+ "id": "runtimeconfig.projects.configs.variables.update", |
"parameterOrder": [ |
- "parent" |
+ "name" |
], |
"parameters": { |
- "pageSize": { |
- "description": "Specifies the number of results to return per page. If there are fewer\nelements than the specified number, returns all elements.", |
- "format": "int32", |
- "location": "query", |
- "type": "integer" |
- }, |
- "parent": { |
- "description": "The path to the configuration for which you want to get a list of waiters.\nThe configuration must exist beforehand; the path must by in the format:\n\n`projects/[PROJECT_ID]/configs/[CONFIG_NAME]`", |
+ "name": { |
+ "description": "The name of the variable to update, in the format:\n\n`projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]`", |
"location": "path", |
- "pattern": "^projects/[^/]+/configs/[^/]+$", |
+ "pattern": "^projects/[^/]+/configs/[^/]+/variables/.+$", |
"required": true, |
"type": "string" |
- }, |
- "pageToken": { |
- "description": "Specifies a page token to use. Set `pageToken` to a `nextPageToken`\nreturned by a previous list request to get the next page of results.", |
- "location": "query", |
- "type": "string" |
} |
}, |
- "path": "v1beta1/{+parent}/waiters", |
+ "path": "v1beta1/{+name}", |
+ "request": { |
+ "$ref": "Variable" |
+ }, |
"response": { |
- "$ref": "ListWaitersResponse" |
+ "$ref": "Variable" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform", |
"https://www.googleapis.com/auth/cloudruntimeconfig" |
] |
}, |
- "get": { |
- "description": "Gets information about a single waiter.", |
- "httpMethod": "GET", |
- "id": "runtimeconfig.projects.configs.waiters.get", |
+ "testIamPermissions": { |
+ "description": "Returns permissions that a caller has on the specified resource.\nIf the resource does not exist, this will return an empty set of\npermissions, not a NOT_FOUND error.\n\nNote: This operation is designed to be used for building permission-aware\nUIs and command-line tools, not for authorization checking. This operation\nmay \"fail open\" without warning.", |
+ "httpMethod": "POST", |
+ "id": "runtimeconfig.projects.configs.variables.testIamPermissions", |
"parameterOrder": [ |
- "name" |
+ "resource" |
], |
"parameters": { |
- "name": { |
- "description": "The fully-qualified name of the Waiter resource object to retrieve, in the\nformat:\n\n`projects/[PROJECT_ID]/configs/[CONFIG_NAME]/waiters/[WAITER_NAME]`", |
+ "resource": { |
+ "description": "REQUIRED: The resource for which the policy detail is being requested.\nSee the operation documentation for the appropriate value for this field.", |
"location": "path", |
- "pattern": "^projects/[^/]+/configs/[^/]+/waiters/[^/]+$", |
+ "pattern": "^projects/[^/]+/configs/[^/]+/variables/.+$", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1beta1/{+name}", |
+ "path": "v1beta1/{+resource}:testIamPermissions", |
+ "request": { |
+ "$ref": "TestIamPermissionsRequest" |
+ }, |
"response": { |
- "$ref": "Waiter" |
+ "$ref": "TestIamPermissionsResponse" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform", |
"https://www.googleapis.com/auth/cloudruntimeconfig" |
] |
}, |
- "create": { |
- "description": "Creates a Waiter resource. This operation returns a long-running Operation\nresource which can be polled for completion. However, a waiter with the\ngiven name will exist (and can be retrieved) prior to the operation\ncompleting. If the operation fails, the failed Waiter resource will\nstill exist and must be deleted prior to subsequent creation attempts.", |
- "httpMethod": "POST", |
- "id": "runtimeconfig.projects.configs.waiters.create", |
+ "delete": { |
+ "description": "Deletes a variable or multiple variables.\n\nIf you specify a variable name, then that variable is deleted. If you\nspecify a prefix and `recursive` is true, then all variables with that\nprefix are deleted. You must set a `recursive` to true if you delete\nvariables by prefix.", |
+ "httpMethod": "DELETE", |
+ "id": "runtimeconfig.projects.configs.variables.delete", |
"parameterOrder": [ |
- "parent" |
+ "name" |
], |
"parameters": { |
- "requestId": { |
- "description": "An optional but recommended unique `request_id`. If the server\nreceives two `create()` requests with the same\n`request_id`, then the second request will be ignored and the\nfirst resource created and stored in the backend is returned.\nEmpty `request_id` fields are ignored.\n\nIt is responsibility of the client to ensure uniqueness of the\n`request_id` strings.\n\n`request_id` strings are limited to 64 characters.", |
+ "recursive": { |
+ "description": "Set to `true` to recursively delete multiple variables with the same\nprefix.", |
"location": "query", |
- "type": "string" |
+ "type": "boolean" |
}, |
- "parent": { |
- "description": "The path to the configuration that will own the waiter.\nThe configuration must exist beforehand; the path must by in the format:\n\n`projects/[PROJECT_ID]/configs/[CONFIG_NAME]`.", |
+ "name": { |
+ "description": "The name of the variable to delete, in the format:\n\n`projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]`", |
"location": "path", |
- "pattern": "^projects/[^/]+/configs/[^/]+$", |
+ "pattern": "^projects/[^/]+/configs/[^/]+/variables/.+$", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1beta1/{+parent}/waiters", |
- "request": { |
- "$ref": "Waiter" |
- }, |
+ "path": "v1beta1/{+name}", |
"response": { |
- "$ref": "Operation" |
+ "$ref": "Empty" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform", |
"https://www.googleapis.com/auth/cloudruntimeconfig" |
] |
}, |
- "testIamPermissions": { |
- "description": "Returns permissions that a caller has on the specified resource.\nIf the resource does not exist, this will return an empty set of\npermissions, not a NOT_FOUND error.\n\nNote: This operation is designed to be used for building permission-aware\nUIs and command-line tools, not for authorization checking. This operation\nmay \"fail open\" without warning.", |
+ "list": { |
+ "description": "Lists variables within given a configuration, matching any provided filters.\nThis only lists variable names, not the values, unless `return_values` is\ntrue, in which case only variables that user has IAM permission to GetVariable\nwill be returned.", |
"httpMethod": "GET", |
- "id": "runtimeconfig.projects.configs.waiters.testIamPermissions", |
+ "id": "runtimeconfig.projects.configs.variables.list", |
"parameterOrder": [ |
- "resource" |
+ "parent" |
], |
"parameters": { |
- "resource": { |
- "description": "REQUIRED: The resource for which the policy detail is being requested.\nSee the operation documentation for the appropriate value for this field.", |
+ "pageToken": { |
+ "description": "Specifies a page token to use. Set `pageToken` to a `nextPageToken`\nreturned by a previous list request to get the next page of results.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "returnValues": { |
+ "description": "The flag indicates whether the user wants to return values of variables.\nIf true, then only those variables that user has IAM GetVariable permission\nwill be returned along with their values.", |
+ "location": "query", |
+ "type": "boolean" |
+ }, |
+ "pageSize": { |
+ "description": "Specifies the number of results to return per page. If there are fewer\nelements than the specified number, returns all elements.", |
+ "format": "int32", |
+ "location": "query", |
+ "type": "integer" |
+ }, |
+ "parent": { |
+ "description": "The path to the RuntimeConfig resource for which you want to list variables.\nThe configuration must exist beforehand; the path must by in the format:\n\n`projects/[PROJECT_ID]/configs/[CONFIG_NAME]`", |
"location": "path", |
- "pattern": "^projects/[^/]+/configs/[^/]+/waiters/[^/]+$", |
+ "pattern": "^projects/[^/]+/configs/[^/]+$", |
"required": true, |
"type": "string" |
}, |
- "permissions": { |
- "description": "The set of permissions to check for the `resource`. Permissions with\nwildcards (such as '*' or 'storage.*') are not allowed. For more\ninformation see\n[IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).", |
+ "filter": { |
+ "description": "Filters variables by matching the specified filter. For example:\n\n`projects/example-project/config/[CONFIG_NAME]/variables/example-variable`.", |
"location": "query", |
- "repeated": true, |
"type": "string" |
} |
}, |
- "path": "v1beta1/{+resource}:testIamPermissions", |
+ "path": "v1beta1/{+parent}/variables", |
"response": { |
- "$ref": "TestIamPermissionsResponse" |
+ "$ref": "ListVariablesResponse" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform", |
"https://www.googleapis.com/auth/cloudruntimeconfig" |
] |
}, |
- "delete": { |
- "description": "Deletes the waiter with the specified name.", |
- "httpMethod": "DELETE", |
- "id": "runtimeconfig.projects.configs.waiters.delete", |
+ "create": { |
+ "description": "Creates a variable within the given configuration. You cannot create\na variable with a name that is a prefix of an existing variable name, or a\nname that has an existing variable name as a prefix.\n\nTo learn more about creating a variable, read the\n[Setting and Getting Data](/deployment-manager/runtime-configurator/set-and-get-variables)\ndocumentation.", |
+ "httpMethod": "POST", |
+ "id": "runtimeconfig.projects.configs.variables.create", |
"parameterOrder": [ |
- "name" |
+ "parent" |
], |
"parameters": { |
- "name": { |
- "description": "The Waiter resource to delete, in the format:\n\n `projects/[PROJECT_ID]/configs/[CONFIG_NAME]/waiters/[WAITER_NAME]`", |
+ "requestId": { |
+ "description": "An optional but recommended unique `request_id`. If the server\nreceives two `create()` requests with the same\n`request_id`, then the second request will be ignored and the\nfirst resource created and stored in the backend is returned.\nEmpty `request_id` fields are ignored.\n\nIt is responsibility of the client to ensure uniqueness of the\n`request_id` strings.\n\n`request_id` strings are limited to 64 characters.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "parent": { |
+ "description": "The path to the RutimeConfig resource that this variable should belong to.\nThe configuration must exist beforehand; the path must by in the format:\n\n`projects/[PROJECT_ID]/configs/[CONFIG_NAME]`", |
"location": "path", |
- "pattern": "^projects/[^/]+/configs/[^/]+/waiters/[^/]+$", |
+ "pattern": "^projects/[^/]+/configs/[^/]+$", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1beta1/{+name}", |
+ "path": "v1beta1/{+parent}/variables", |
+ "request": { |
+ "$ref": "Variable" |
+ }, |
"response": { |
- "$ref": "Empty" |
+ "$ref": "Variable" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform", |
@@ -792,12 +783,110 @@ |
} |
} |
} |
- } |
- } |
- }, |
- "revision": "20170224", |
- "rootUrl": "https://runtimeconfig.googleapis.com/", |
- "schemas": { |
+ } |
+ } |
+ }, |
+ "revision": "20170403", |
+ "rootUrl": "https://runtimeconfig.googleapis.com/", |
+ "schemas": { |
+ "Policy": { |
+ "description": "Defines an Identity and Access Management (IAM) policy. It is used to\nspecify access control policies for Cloud Platform resources.\n\n\nA `Policy` consists of a list of `bindings`. A `Binding` binds a list of\n`members` to a `role`, where the members can be user accounts, Google groups,\nGoogle domains, and service accounts. A `role` is a named list of permissions\ndefined by IAM.\n\n**Example**\n\n {\n \"bindings\": [\n {\n \"role\": \"roles/owner\",\n \"members\": [\n \"user:mike@example.com\",\n \"group:admins@example.com\",\n \"domain:google.com\",\n \"serviceAccount:my-other-app@appspot.gserviceaccount.com\",\n ]\n },\n {\n \"role\": \"roles/viewer\",\n \"members\": [\"user:sean@example.com\"]\n }\n ]\n }\n\nFor a description of IAM and its features, see the\n[IAM developer's guide](https://cloud.google.com/iam).", |
+ "id": "Policy", |
+ "properties": { |
+ "etag": { |
+ "description": "`etag` is used for optimistic concurrency control as a way to help\nprevent simultaneous updates of a policy from overwriting each other.\nIt is strongly suggested that systems make use of the `etag` in the\nread-modify-write cycle to perform policy updates in order to avoid race\nconditions: An `etag` is returned in the response to `getIamPolicy`, and\nsystems are expected to put that etag in the request to `setIamPolicy` to\nensure that their change will be applied to the same version of the policy.\n\nIf no `etag` is provided in the call to `setIamPolicy`, then the existing\npolicy is overwritten blindly.", |
+ "format": "byte", |
+ "type": "string" |
+ }, |
+ "version": { |
+ "description": "Version of the `Policy`. The default version is 0.", |
+ "format": "int32", |
+ "type": "integer" |
+ }, |
+ "bindings": { |
+ "description": "Associates a list of `members` to a `role`.\nMultiple `bindings` must not be specified for the same `role`.\n`bindings` with no members will result in an error.", |
+ "items": { |
+ "$ref": "Binding" |
+ }, |
+ "type": "array" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "Variable": { |
+ "description": "Describes a single variable within a RuntimeConfig resource.\nThe name denotes the hierarchical variable name. For example,\n`ports/serving_port` is a valid variable name. The variable value is an\nopaque string and only leaf variables can have values (that is, variables\nthat do not have any child variables).", |
+ "id": "Variable", |
+ "properties": { |
+ "updateTime": { |
+ "description": "[Output Only] The time of the last variable update.", |
+ "format": "google-datetime", |
+ "type": "string" |
+ }, |
+ "state": { |
+ "description": "[Ouput only] The current state of the variable. The variable state indicates\nthe outcome of the `variables().watch` call and is visible through the\n`get` and `list` calls.", |
+ "enum": [ |
+ "VARIABLE_STATE_UNSPECIFIED", |
+ "UPDATED", |
+ "DELETED" |
+ ], |
+ "enumDescriptions": [ |
+ "Default variable state.", |
+ "The variable was updated, while `variables().watch` was executing.", |
+ "The variable was deleted, while `variables().watch` was executing." |
+ ], |
+ "type": "string" |
+ }, |
+ "name": { |
+ "description": "The name of the variable resource, in the format:\n\n projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]\n\nThe `[PROJECT_ID]` must be a valid project ID, `[CONFIG_NAME]` must be a\nvalid RuntimeConfig reource and `[VARIABLE_NAME]` follows Unix file system\nfile path naming.\n\nThe `[VARIABLE_NAME]` can contain ASCII letters, numbers, slashes and\ndashes. Slashes are used as path element separators and are not part of the\n`[VARIABLE_NAME]` itself, so `[VARIABLE_NAME]` must contain at least one\nnon-slash character. Multiple slashes are coalesced into single slash\ncharacter. Each path segment should follow RFC 1035 segment specification.\nThe length of a `[VARIABLE_NAME]` must be less than 256 bytes.\n\nOnce you create a variable, you cannot change the variable name.", |
+ "type": "string" |
+ }, |
+ "text": { |
+ "description": "The string value of the variable. The length of the value must be less\nthan 4096 bytes. Empty values are also accepted. For example,\n`text: \"my text value\"`. The string must be valid UTF-8.", |
+ "type": "string" |
+ }, |
+ "value": { |
+ "description": "The binary value of the variable. The length of the value must be less\nthan 4096 bytes. Empty values are also accepted. The value must be\nbase64 encoded. Only one of `value` or `text` can be set.", |
+ "format": "byte", |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "Operation": { |
+ "description": "This resource represents a long-running operation that is the result of a\nnetwork API call.", |
+ "id": "Operation", |
+ "properties": { |
+ "done": { |
+ "description": "If the value is `false`, it means the operation is still in progress.\nIf true, the operation is completed, and either `error` or `response` is\navailable.", |
+ "type": "boolean" |
+ }, |
+ "response": { |
+ "additionalProperties": { |
+ "description": "Properties of the object. Contains field @type with type URL.", |
+ "type": "any" |
+ }, |
+ "description": "The normal response of the operation in case of success. If the original\nmethod returns no data on success, such as `Delete`, the response is\n`google.protobuf.Empty`. If the original method is standard\n`Get`/`Create`/`Update`, the response should be the resource. For other\nmethods, the response should have the type `XxxResponse`, where `Xxx`\nis the original method name. For example, if the original method name\nis `TakeSnapshot()`, the inferred response type is\n`TakeSnapshotResponse`.", |
+ "type": "object" |
+ }, |
+ "name": { |
+ "description": "The server-assigned name, which is only unique within the same service that\noriginally returns it. If you use the default HTTP mapping, the\n`name` should have the format of `operations/some/unique/name`.", |
+ "type": "string" |
+ }, |
+ "error": { |
+ "$ref": "Status", |
+ "description": "The error result of the operation in case of failure or cancellation." |
+ }, |
+ "metadata": { |
+ "additionalProperties": { |
+ "description": "Properties of the object. Contains field @type with type URL.", |
+ "type": "any" |
+ }, |
+ "description": "Service-specific metadata associated with the operation. It typically\ncontains progress information and common metadata such as create time.\nSome services might not provide such metadata. Any method that returns a\nlong-running operation should document the metadata type, if any.", |
+ "type": "object" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"SetIamPolicyRequest": { |
"description": "Request message for `SetIamPolicy` method.", |
"id": "SetIamPolicyRequest", |
@@ -813,11 +902,6 @@ |
"description": "The `Status` type defines a logical error model that is suitable for different\nprogramming environments, including REST APIs and RPC APIs. It is used by\n[gRPC](https://github.com/grpc). The error model is designed to be:\n\n- Simple to use and understand for most users\n- Flexible enough to meet unexpected needs\n\n# Overview\n\nThe `Status` message contains three pieces of data: error code, error message,\nand error details. The error code should be an enum value of\ngoogle.rpc.Code, but it may accept additional error codes if needed. The\nerror message should be a developer-facing English message that helps\ndevelopers *understand* and *resolve* the error. If a localized user-facing\nerror message is needed, put the localized message in the error details or\nlocalize it in the client. The optional error details may contain arbitrary\ninformation about the error. There is a predefined set of error detail types\nin the package `google.rpc` which can be used for common error conditions.\n\n# Language mapping\n\nThe `Status` message is the logical representation of the error model, but it\nis not necessarily the actual wire format. When the `Status` message is\nexposed in different client libraries and different wire protocols, it can be\nmapped differently. For example, it will likely be mapped to some exceptions\nin Java, but more likely mapped to some error codes in C.\n\n# Other uses\n\nThe error model and the `Status` message can be used in a variety of\nenvironments, either with or without APIs, to provide a\nconsistent developer experience across different environments.\n\nExample uses of this error model include:\n\n- Partial errors. If a service needs to return partial errors to the client,\n it may embed the `Status` in the normal response to indicate the partial\n errors.\n\n- Workflow errors. A typical workflow has multiple steps. Each step may\n have a `Status` message for error reporting purpose.\n\n- Batch operations. If a client uses batch request and batch response, the\n `Status` message should be used directly inside batch response, one for\n each error sub-response.\n\n- Asynchronous operations. If an API call embeds asynchronous operation\n results in its response, the status of those operations should be\n represented directly using the `Status` message.\n\n- Logging. If some API errors are stored in logs, the message `Status` could\n be used directly after any stripping needed for security/privacy reasons.", |
"id": "Status", |
"properties": { |
- "code": { |
- "description": "The status code, which should be an enum value of google.rpc.Code.", |
- "format": "int32", |
- "type": "integer" |
- }, |
"message": { |
"description": "A developer-facing error message, which should be in English. Any\nuser-facing error message should be localized and sent in the\ngoogle.rpc.Status.details field, or localized by the client.", |
"type": "string" |
@@ -832,6 +916,11 @@ |
"type": "object" |
}, |
"type": "array" |
+ }, |
+ "code": { |
+ "description": "The status code, which should be an enum value of google.rpc.Code.", |
+ "format": "int32", |
+ "type": "integer" |
} |
}, |
"type": "object" |
@@ -854,6 +943,12 @@ |
}, |
"type": "object" |
}, |
+ "Empty": { |
+ "description": "A generic empty message that you can re-use to avoid defining duplicated\nempty messages in your APIs. A typical example is to use it as the request\nor the response type of an API method. For instance:\n\n service Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);\n }\n\nThe JSON representation for `Empty` is empty JSON object `{}`.", |
+ "id": "Empty", |
+ "properties": {}, |
+ "type": "object" |
+ }, |
"Cardinality": { |
"description": "A Cardinality condition for the Waiter resource. A cardinality condition is\nmet when the number of variables under a specified path prefix reaches a\npredefined number. For example, if you set a Cardinality condition where\nthe `path` is set to `/foo` and the number of paths is set to 2, the\nfollowing variables would meet the condition in a RuntimeConfig resource:\n\n+ `/foo/variable1 = \"value1\"`\n+ `/foo/variable2 = \"value2\"`\n+ `/bar/variable3 = \"value3\"`\n\nIt would not would not satisify the same condition with the `number` set to\n3, however, because there is only 2 paths that start with `/foo`.\nCardinality conditions are recursive; all subtrees under the specific\npath prefix are counted.", |
"id": "Cardinality", |
@@ -870,26 +965,20 @@ |
}, |
"type": "object" |
}, |
- "Empty": { |
- "description": "A generic empty message that you can re-use to avoid defining duplicated\nempty messages in your APIs. A typical example is to use it as the request\nor the response type of an API method. For instance:\n\n service Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);\n }\n\nThe JSON representation for `Empty` is empty JSON object `{}`.", |
- "id": "Empty", |
- "properties": {}, |
- "type": "object" |
- }, |
"ListConfigsResponse": { |
"description": "`ListConfigs()` returns the following response. The order of returned\nobjects is arbitrary; that is, it is not ordered in any particular way.", |
"id": "ListConfigsResponse", |
"properties": { |
+ "nextPageToken": { |
+ "description": "This token allows you to get the next page of results for list requests.\nIf the number of results is larger than `pageSize`, use the `nextPageToken`\nas a value for the query parameter `pageToken` in the next list request.\nSubsequent list requests will have their own `nextPageToken` to continue\npaging through the results", |
+ "type": "string" |
+ }, |
"configs": { |
"description": "A list of the configurations in the project. The order of returned\nobjects is arbitrary; that is, it is not ordered in any particular way.", |
"items": { |
"$ref": "RuntimeConfig" |
}, |
"type": "array" |
- }, |
- "nextPageToken": { |
- "description": "This token allows you to get the next page of results for list requests.\nIf the number of results is larger than `pageSize`, use the `nextPageToken`\nas a value for the query parameter `pageToken` in the next list request.\nSubsequent list requests will have their own `nextPageToken` to continue\npaging through the results", |
- "type": "string" |
} |
}, |
"type": "object" |
@@ -923,16 +1012,16 @@ |
"description": "Response for the `ListVariables()` method.", |
"id": "ListVariablesResponse", |
"properties": { |
+ "nextPageToken": { |
+ "description": "This token allows you to get the next page of results for list requests.\nIf the number of results is larger than `pageSize`, use the `nextPageToken`\nas a value for the query parameter `pageToken` in the next list request.\nSubsequent list requests will have their own `nextPageToken` to continue\npaging through the results", |
+ "type": "string" |
+ }, |
"variables": { |
"description": "A list of variables and their values. The order of returned variable\nobjects is arbitrary.", |
"items": { |
"$ref": "Variable" |
}, |
"type": "array" |
- }, |
- "nextPageToken": { |
- "description": "This token allows you to get the next page of results for list requests.\nIf the number of results is larger than `pageSize`, use the `nextPageToken`\nas a value for the query parameter `pageToken` in the next list request.\nSubsequent list requests will have their own `nextPageToken` to continue\npaging through the results", |
- "type": "string" |
} |
}, |
"type": "object" |
@@ -968,16 +1057,16 @@ |
"description": "Response for the `ListWaiters()` method.\nOrder of returned waiter objects is arbitrary.", |
"id": "ListWaitersResponse", |
"properties": { |
+ "nextPageToken": { |
+ "description": "This token allows you to get the next page of results for list requests.\nIf the number of results is larger than `pageSize`, use the `nextPageToken`\nas a value for the query parameter `pageToken` in the next list request.\nSubsequent list requests will have their own `nextPageToken` to continue\npaging through the results", |
+ "type": "string" |
+ }, |
"waiters": { |
"description": "Found waiters in the project.", |
"items": { |
"$ref": "Waiter" |
}, |
"type": "array" |
- }, |
- "nextPageToken": { |
- "description": "This token allows you to get the next page of results for list requests.\nIf the number of results is larger than `pageSize`, use the `nextPageToken`\nas a value for the query parameter `pageToken` in the next list request.\nSubsequent list requests will have their own `nextPageToken` to continue\npaging through the results", |
- "type": "string" |
} |
}, |
"type": "object" |
@@ -986,6 +1075,10 @@ |
"description": "A Waiter resource waits for some end condition within a RuntimeConfig resource\nto be met before it returns. For example, assume you have a distributed\nsystem where each node writes to a Variable resource indidicating the node's\nreadiness as part of the startup process.\n\nYou then configure a Waiter resource with the success condition set to wait\nuntil some number of nodes have checked in. Afterwards, your application\nruns some arbitrary code after the condition has been met and the waiter\nreturns successfully.\n\nOnce created, a Waiter resource is immutable.\n\nTo learn more about using waiters, read the\n[Creating a Waiter](/deployment-manager/runtime-configurator/creating-a-waiter)\ndocumentation.", |
"id": "Waiter", |
"properties": { |
+ "name": { |
+ "description": "The name of the Waiter resource, in the format:\n\n projects/[PROJECT_ID]/configs/[CONFIG_NAME]/waiters/[WAITER_NAME]\n\nThe `[PROJECT_ID]` must be a valid Google Cloud project ID,\nthe `[CONFIG_NAME]` must be a valid RuntimeConfig resource, the\n`[WAITER_NAME]` must match RFC 1035 segment specification, and the length\nof `[WAITER_NAME]` must be less than 64 bytes.\n\nAfter you create a Waiter resource, you cannot change the resource name.", |
+ "type": "string" |
+ }, |
"error": { |
"$ref": "Status", |
"description": "[Output Only] If the waiter ended due to a failure or timeout, this value\nwill be set." |
@@ -998,23 +1091,19 @@ |
"$ref": "EndCondition", |
"description": "[Required] The success condition. If this condition is met, `done` will be\nset to `true` and the `error` value will remain unset. The failure condition\ntakes precedence over the success condition. If both conditions are met, a\nfailure will be indicated." |
}, |
- "done": { |
- "description": "[Output Only] If the value is `false`, it means the waiter is still waiting\nfor one of its conditions to be met.\n\nIf true, the waiter has finished. If the waiter finished due to a timeout\nor failure, `error` will be set.", |
- "type": "boolean" |
- }, |
"createTime": { |
"description": "[Output Only] The instant at which this Waiter resource was created. Adding\nthe value of `timeout` to this instant yields the timeout deadline for the\nwaiter.", |
"format": "google-datetime", |
"type": "string" |
}, |
+ "done": { |
+ "description": "[Output Only] If the value is `false`, it means the waiter is still waiting\nfor one of its conditions to be met.\n\nIf true, the waiter has finished. If the waiter finished due to a timeout\nor failure, `error` will be set.", |
+ "type": "boolean" |
+ }, |
"timeout": { |
"description": "[Required] Specifies the timeout of the waiter in seconds, beginning from\nthe instant that `waiters().create` method is called. If this time elapses\nbefore the success or failure conditions are met, the waiter fails and sets\nthe `error` code to `DEADLINE_EXCEEDED`.", |
"format": "google-duration", |
"type": "string" |
- }, |
- "name": { |
- "description": "The name of the Waiter resource, in the format:\n\n projects/[PROJECT_ID]/configs/[CONFIG_NAME]/waiters/[WAITER_NAME]\n\nThe `[PROJECT_ID]` must be a valid Google Cloud project ID,\nthe `[CONFIG_NAME]` must be a valid RuntimeConfig resource, the\n`[WAITER_NAME]` must match RFC 1035 segment specification, and the length\nof `[WAITER_NAME]` must be less than 64 bytes.\n\nAfter you create a Waiter resource, you cannot change the resource name.", |
- "type": "string" |
} |
}, |
"type": "object" |
@@ -1032,104 +1121,6 @@ |
} |
}, |
"type": "object" |
- }, |
- "Variable": { |
- "description": "Describes a single variable within a RuntimeConfig resource.\nThe name denotes the hierarchical variable name. For example,\n`ports/serving_port` is a valid variable name. The variable value is an\nopaque string and only leaf variables can have values (that is, variables\nthat do not have any child variables).", |
- "id": "Variable", |
- "properties": { |
- "text": { |
- "description": "The string value of the variable. The length of the value must be less\nthan 4096 bytes. Empty values are also accepted. For example,\n`text: \"my text value\"`. The string must be valid UTF-8.", |
- "type": "string" |
- }, |
- "value": { |
- "description": "The binary value of the variable. The length of the value must be less\nthan 4096 bytes. Empty values are also accepted. The value must be\nbase64 encoded. Only one of `value` or `text` can be set.", |
- "format": "byte", |
- "type": "string" |
- }, |
- "updateTime": { |
- "description": "[Output Only] The time of the last variable update.", |
- "format": "google-datetime", |
- "type": "string" |
- }, |
- "state": { |
- "description": "[Ouput only] The current state of the variable. The variable state indicates\nthe outcome of the `variables().watch` call and is visible through the\n`get` and `list` calls.", |
- "enum": [ |
- "VARIABLE_STATE_UNSPECIFIED", |
- "UPDATED", |
- "DELETED" |
- ], |
- "enumDescriptions": [ |
- "Default variable state.", |
- "The variable was updated, while `variables().watch` was executing.", |
- "The variable was deleted, while `variables().watch` was executing." |
- ], |
- "type": "string" |
- }, |
- "name": { |
- "description": "The name of the variable resource, in the format:\n\n projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]\n\nThe `[PROJECT_ID]` must be a valid project ID, `[CONFIG_NAME]` must be a\nvalid RuntimeConfig reource and `[VARIABLE_NAME]` follows Unix file system\nfile path naming.\n\nThe `[VARIABLE_NAME]` can contain ASCII letters, numbers, slashes and\ndashes. Slashes are used as path element separators and are not part of the\n`[VARIABLE_NAME]` itself, so `[VARIABLE_NAME]` must contain at least one\nnon-slash character. Multiple slashes are coalesced into single slash\ncharacter. Each path segment should follow RFC 1035 segment specification.\nThe length of a `[VARIABLE_NAME]` must be less than 256 bytes.\n\nOnce you create a variable, you cannot change the variable name.", |
- "type": "string" |
- } |
- }, |
- "type": "object" |
- }, |
- "Policy": { |
- "description": "Defines an Identity and Access Management (IAM) policy. It is used to\nspecify access control policies for Cloud Platform resources.\n\n\nA `Policy` consists of a list of `bindings`. A `Binding` binds a list of\n`members` to a `role`, where the members can be user accounts, Google groups,\nGoogle domains, and service accounts. A `role` is a named list of permissions\ndefined by IAM.\n\n**Example**\n\n {\n \"bindings\": [\n {\n \"role\": \"roles/owner\",\n \"members\": [\n \"user:mike@example.com\",\n \"group:admins@example.com\",\n \"domain:google.com\",\n \"serviceAccount:my-other-app@appspot.gserviceaccount.com\",\n ]\n },\n {\n \"role\": \"roles/viewer\",\n \"members\": [\"user:sean@example.com\"]\n }\n ]\n }\n\nFor a description of IAM and its features, see the\n[IAM developer's guide](https://cloud.google.com/iam).", |
- "id": "Policy", |
- "properties": { |
- "bindings": { |
- "description": "Associates a list of `members` to a `role`.\nMultiple `bindings` must not be specified for the same `role`.\n`bindings` with no members will result in an error.", |
- "items": { |
- "$ref": "Binding" |
- }, |
- "type": "array" |
- }, |
- "etag": { |
- "description": "`etag` is used for optimistic concurrency control as a way to help\nprevent simultaneous updates of a policy from overwriting each other.\nIt is strongly suggested that systems make use of the `etag` in the\nread-modify-write cycle to perform policy updates in order to avoid race\nconditions: An `etag` is returned in the response to `getIamPolicy`, and\nsystems are expected to put that etag in the request to `setIamPolicy` to\nensure that their change will be applied to the same version of the policy.\n\nIf no `etag` is provided in the call to `setIamPolicy`, then the existing\npolicy is overwritten blindly.", |
- "format": "byte", |
- "type": "string" |
- }, |
- "version": { |
- "description": "Version of the `Policy`. The default version is 0.", |
- "format": "int32", |
- "type": "integer" |
- } |
- }, |
- "type": "object" |
- }, |
- "Operation": { |
- "description": "This resource represents a long-running operation that is the result of a\nnetwork API call.", |
- "id": "Operation", |
- "properties": { |
- "error": { |
- "$ref": "Status", |
- "description": "The error result of the operation in case of failure or cancellation." |
- }, |
- "metadata": { |
- "additionalProperties": { |
- "description": "Properties of the object. Contains field @type with type URL.", |
- "type": "any" |
- }, |
- "description": "Service-specific metadata associated with the operation. It typically\ncontains progress information and common metadata such as create time.\nSome services might not provide such metadata. Any method that returns a\nlong-running operation should document the metadata type, if any.", |
- "type": "object" |
- }, |
- "done": { |
- "description": "If the value is `false`, it means the operation is still in progress.\nIf true, the operation is completed, and either `error` or `response` is\navailable.", |
- "type": "boolean" |
- }, |
- "response": { |
- "additionalProperties": { |
- "description": "Properties of the object. Contains field @type with type URL.", |
- "type": "any" |
- }, |
- "description": "The normal response of the operation in case of success. If the original\nmethod returns no data on success, such as `Delete`, the response is\n`google.protobuf.Empty`. If the original method is standard\n`Get`/`Create`/`Update`, the response should be the resource. For other\nmethods, the response should have the type `XxxResponse`, where `Xxx`\nis the original method name. For example, if the original method name\nis `TakeSnapshot()`, the inferred response type is\n`TakeSnapshotResponse`.", |
- "type": "object" |
- }, |
- "name": { |
- "description": "The server-assigned name, which is only unique within the same service that\noriginally returns it. If you use the default HTTP mapping, the\n`name` should have the format of `operations/some/unique/name`.", |
- "type": "string" |
- } |
- }, |
- "type": "object" |
} |
}, |
"servicePath": "", |