OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/cloud-platform": { | 5 "https://www.googleapis.com/auth/cloud-platform": { |
6 "description": "View and manage your data across Google Clou
d Platform services" | 6 "description": "View and manage your data across Google Clou
d Platform services" |
7 }, | 7 }, |
8 "https://www.googleapis.com/auth/cloudruntimeconfig": { | 8 "https://www.googleapis.com/auth/cloudruntimeconfig": { |
9 "description": "Manage your Google Cloud Platform services'
runtime configuration" | 9 "description": "Manage your Google Cloud Platform services'
runtime configuration" |
10 } | 10 } |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 "location": "query", | 114 "location": "query", |
115 "type": "string" | 115 "type": "string" |
116 } | 116 } |
117 }, | 117 }, |
118 "protocol": "rest", | 118 "protocol": "rest", |
119 "resources": { | 119 "resources": { |
120 "projects": { | 120 "projects": { |
121 "resources": { | 121 "resources": { |
122 "configs": { | 122 "configs": { |
123 "methods": { | 123 "methods": { |
124 "update": { | 124 "getIamPolicy": { |
125 "description": "Updates a RuntimeConfig resource. Th
e configuration must exist beforehand.", | 125 "description": "Gets the access control policy for a
resource.\nReturns an empty policy if the resource exists and does not have a p
olicy\nset.", |
126 "httpMethod": "PUT", | 126 "httpMethod": "GET", |
127 "id": "runtimeconfig.projects.configs.update", | 127 "id": "runtimeconfig.projects.configs.getIamPolicy", |
128 "parameterOrder": [ | 128 "parameterOrder": [ |
129 "name" | 129 "resource" |
130 ], | 130 ], |
131 "parameters": { | 131 "parameters": { |
132 "name": { | 132 "resource": { |
133 "description": "The name of the RuntimeConfi
g resource to update, in the format:\n\n`projects/[PROJECT_ID]/configs/[CONFIG_N
AME]`", | 133 "description": "REQUIRED: The resource for w
hich the policy is being requested.\n`resource` is usually specified as a path.
For example, a Project\nresource is specified as `projects/{project}`.", |
134 "location": "path", | 134 "location": "path", |
135 "pattern": "^projects/[^/]+/configs/[^/]+$", | 135 "pattern": "^projects/[^/]+/configs/[^/]+$", |
136 "required": true, | 136 "required": true, |
137 "type": "string" | 137 "type": "string" |
138 } | 138 } |
139 }, | 139 }, |
140 "path": "v1beta1/{+name}", | 140 "path": "v1beta1/{+resource}:getIamPolicy", |
141 "request": { | |
142 "$ref": "RuntimeConfig" | |
143 }, | |
144 "response": { | 141 "response": { |
145 "$ref": "RuntimeConfig" | 142 "$ref": "Policy" |
146 }, | 143 }, |
147 "scopes": [ | 144 "scopes": [ |
148 "https://www.googleapis.com/auth/cloud-platform"
, | 145 "https://www.googleapis.com/auth/cloud-platform"
, |
| 146 "https://www.googleapis.com/auth/cloudruntimecon
fig" |
| 147 ] |
| 148 }, |
| 149 "list": { |
| 150 "description": "Lists all the RuntimeConfig resource
s within project.", |
| 151 "httpMethod": "GET", |
| 152 "id": "runtimeconfig.projects.configs.list", |
| 153 "parameterOrder": [ |
| 154 "parent" |
| 155 ], |
| 156 "parameters": { |
| 157 "pageSize": { |
| 158 "description": "Specifies the number of resu
lts to return per page. If there are fewer\nelements than the specified number,
returns all elements.", |
| 159 "format": "int32", |
| 160 "location": "query", |
| 161 "type": "integer" |
| 162 }, |
| 163 "parent": { |
| 164 "description": "The [project ID](https://sup
port.google.com/cloud/answer/6158840?hl=en&ref_topic=6158848)\nfor this request,
in the format `projects/[PROJECT_ID]`.", |
| 165 "location": "path", |
| 166 "pattern": "^projects/[^/]+$", |
| 167 "required": true, |
| 168 "type": "string" |
| 169 }, |
| 170 "pageToken": { |
| 171 "description": "Specifies a page token to us
e. Set `pageToken` to a `nextPageToken`\nreturned by a previous list request to
get the next page of results.", |
| 172 "location": "query", |
| 173 "type": "string" |
| 174 } |
| 175 }, |
| 176 "path": "v1beta1/{+parent}/configs", |
| 177 "response": { |
| 178 "$ref": "ListConfigsResponse" |
| 179 }, |
| 180 "scopes": [ |
| 181 "https://www.googleapis.com/auth/cloud-platform"
, |
149 "https://www.googleapis.com/auth/cloudruntimecon
fig" | 182 "https://www.googleapis.com/auth/cloudruntimecon
fig" |
150 ] | 183 ] |
151 }, | 184 }, |
152 "get": { | 185 "get": { |
153 "description": "Gets information about a RuntimeConf
ig resource.", | 186 "description": "Gets information about a RuntimeConf
ig resource.", |
154 "httpMethod": "GET", | 187 "httpMethod": "GET", |
155 "id": "runtimeconfig.projects.configs.get", | 188 "id": "runtimeconfig.projects.configs.get", |
156 "parameterOrder": [ | 189 "parameterOrder": [ |
157 "name" | 190 "name" |
158 ], | 191 ], |
(...skipping 17 matching lines...) Expand all Loading... |
176 }, | 209 }, |
177 "create": { | 210 "create": { |
178 "description": "Creates a new RuntimeConfig resource
. The configuration name must be\nunique within project.", | 211 "description": "Creates a new RuntimeConfig resource
. The configuration name must be\nunique within project.", |
179 "httpMethod": "POST", | 212 "httpMethod": "POST", |
180 "id": "runtimeconfig.projects.configs.create", | 213 "id": "runtimeconfig.projects.configs.create", |
181 "parameterOrder": [ | 214 "parameterOrder": [ |
182 "parent" | 215 "parent" |
183 ], | 216 ], |
184 "parameters": { | 217 "parameters": { |
185 "requestId": { | 218 "requestId": { |
186 "description": "An optional unique request_i
d. If server receives two Create requests with\nthe same request_id then second
request will be ignored and the resource\nstored in the backend will be returned
. Empty request_id fields are\nignored.\nIt is responsibility of the client to e
nsure uniqueness of the request_id\nstrings.\nThe strings are limited to 64 char
acters.", | 219 "description": "An optional but recommended
unique <code>request_id</code>. If the server\nreceives two <code>create()</code
> requests with the same\n<code>request_id</code>, then the second request will
be ignored and the\nfirst resource created and stored in the backend is returne
d.\nEmpty <code>request_id</code> fields are ignored.\n\nIt is responsibility of
the client to ensure uniqueness of the\n<code>request_id</code> strings.\n\n<co
de>request_id</code> strings are limited to 64 characters.", |
187 "location": "query", | 220 "location": "query", |
188 "type": "string" | 221 "type": "string" |
189 }, | 222 }, |
190 "parent": { | 223 "parent": { |
191 "description": "The [project ID](https://sup
port.google.com/cloud/answer/6158840?hl=en&ref_topic=6158848)\nfor this request,
in the format `projects/[PROJECT_ID]`.", | 224 "description": "The [project ID](https://sup
port.google.com/cloud/answer/6158840?hl=en&ref_topic=6158848)\nfor this request,
in the format `projects/[PROJECT_ID]`.", |
192 "location": "path", | 225 "location": "path", |
193 "pattern": "^projects/[^/]+$", | 226 "pattern": "^projects/[^/]+$", |
194 "required": true, | 227 "required": true, |
195 "type": "string" | 228 "type": "string" |
196 } | 229 } |
197 }, | 230 }, |
198 "path": "v1beta1/{+parent}/configs", | 231 "path": "v1beta1/{+parent}/configs", |
199 "request": { | 232 "request": { |
200 "$ref": "RuntimeConfig" | 233 "$ref": "RuntimeConfig" |
201 }, | 234 }, |
202 "response": { | 235 "response": { |
203 "$ref": "RuntimeConfig" | 236 "$ref": "RuntimeConfig" |
204 }, | 237 }, |
205 "scopes": [ | 238 "scopes": [ |
206 "https://www.googleapis.com/auth/cloud-platform"
, | 239 "https://www.googleapis.com/auth/cloud-platform"
, |
207 "https://www.googleapis.com/auth/cloudruntimecon
fig" | 240 "https://www.googleapis.com/auth/cloudruntimecon
fig" |
208 ] | 241 ] |
209 }, | 242 }, |
210 "list": { | 243 "update": { |
211 "description": "Lists all the RuntimeConfig resource
s within project.", | 244 "description": "Updates a RuntimeConfig resource. Th
e configuration must exist beforehand.", |
212 "httpMethod": "GET", | 245 "httpMethod": "PUT", |
213 "id": "runtimeconfig.projects.configs.list", | 246 "id": "runtimeconfig.projects.configs.update", |
214 "parameterOrder": [ | 247 "parameterOrder": [ |
215 "parent" | 248 "name" |
216 ], | 249 ], |
217 "parameters": { | 250 "parameters": { |
218 "pageSize": { | 251 "name": { |
219 "description": "Specifies the number of resu
lts to return per page. If there are fewer\nelements than the specified number,
returns all elements.", | 252 "description": "The name of the RuntimeConfi
g resource to update, in the format:\n\n`projects/[PROJECT_ID]/configs/[CONFIG_N
AME]`", |
220 "format": "int32", | |
221 "location": "query", | |
222 "type": "integer" | |
223 }, | |
224 "parent": { | |
225 "description": "The [project ID](https://sup
port.google.com/cloud/answer/6158840?hl=en&ref_topic=6158848)\nfor this request,
in the format `projects/[PROJECT_ID]`.", | |
226 "location": "path", | 253 "location": "path", |
227 "pattern": "^projects/[^/]+$", | 254 "pattern": "^projects/[^/]+/configs/[^/]+$", |
228 "required": true, | 255 "required": true, |
229 "type": "string" | 256 "type": "string" |
230 }, | |
231 "pageToken": { | |
232 "description": "Specifies a page token to us
e. Set `pageToken` to a `nextPageToken`\nreturned by a previous list request to
get the next page of results.", | |
233 "location": "query", | |
234 "type": "string" | |
235 } | 257 } |
236 }, | 258 }, |
237 "path": "v1beta1/{+parent}/configs", | 259 "path": "v1beta1/{+name}", |
| 260 "request": { |
| 261 "$ref": "RuntimeConfig" |
| 262 }, |
238 "response": { | 263 "response": { |
239 "$ref": "ListConfigsResponse" | 264 "$ref": "RuntimeConfig" |
240 }, | 265 }, |
241 "scopes": [ | 266 "scopes": [ |
242 "https://www.googleapis.com/auth/cloud-platform"
, | 267 "https://www.googleapis.com/auth/cloud-platform"
, |
| 268 "https://www.googleapis.com/auth/cloudruntimecon
fig" |
| 269 ] |
| 270 }, |
| 271 "setIamPolicy": { |
| 272 "description": "Sets the access control policy on th
e specified resource. Replaces any\nexisting policy.", |
| 273 "httpMethod": "POST", |
| 274 "id": "runtimeconfig.projects.configs.setIamPolicy", |
| 275 "parameterOrder": [ |
| 276 "resource" |
| 277 ], |
| 278 "parameters": { |
| 279 "resource": { |
| 280 "description": "REQUIRED: The resource for w
hich the policy is being specified.\n`resource` is usually specified as a path.
For example, a Project\nresource is specified as `projects/{project}`.", |
| 281 "location": "path", |
| 282 "pattern": "^projects/[^/]+/configs/[^/]+$", |
| 283 "required": true, |
| 284 "type": "string" |
| 285 } |
| 286 }, |
| 287 "path": "v1beta1/{+resource}:setIamPolicy", |
| 288 "request": { |
| 289 "$ref": "SetIamPolicyRequest" |
| 290 }, |
| 291 "response": { |
| 292 "$ref": "Policy" |
| 293 }, |
| 294 "scopes": [ |
| 295 "https://www.googleapis.com/auth/cloud-platform"
, |
243 "https://www.googleapis.com/auth/cloudruntimecon
fig" | 296 "https://www.googleapis.com/auth/cloudruntimecon
fig" |
244 ] | 297 ] |
245 }, | 298 }, |
246 "delete": { | 299 "delete": { |
247 "description": "Deletes a RuntimeConfig resource.", | 300 "description": "Deletes a RuntimeConfig resource.", |
248 "httpMethod": "DELETE", | 301 "httpMethod": "DELETE", |
249 "id": "runtimeconfig.projects.configs.delete", | 302 "id": "runtimeconfig.projects.configs.delete", |
250 "parameterOrder": [ | 303 "parameterOrder": [ |
251 "name" | 304 "name" |
252 ], | 305 ], |
253 "parameters": { | 306 "parameters": { |
254 "name": { | 307 "name": { |
255 "description": "The RuntimeConfig resource t
o delete, in the format:\n\n`projects/[PROJECT_ID]/configs/[CONFIG_NAME]`", | 308 "description": "The RuntimeConfig resource t
o delete, in the format:\n\n`projects/[PROJECT_ID]/configs/[CONFIG_NAME]`", |
256 "location": "path", | 309 "location": "path", |
257 "pattern": "^projects/[^/]+/configs/[^/]+$", | 310 "pattern": "^projects/[^/]+/configs/[^/]+$", |
258 "required": true, | 311 "required": true, |
259 "type": "string" | 312 "type": "string" |
260 } | 313 } |
261 }, | 314 }, |
262 "path": "v1beta1/{+name}", | 315 "path": "v1beta1/{+name}", |
263 "response": { | 316 "response": { |
264 "$ref": "Empty" | 317 "$ref": "Empty" |
265 }, | 318 }, |
266 "scopes": [ | 319 "scopes": [ |
267 "https://www.googleapis.com/auth/cloud-platform"
, | 320 "https://www.googleapis.com/auth/cloud-platform"
, |
268 "https://www.googleapis.com/auth/cloudruntimecon
fig" | 321 "https://www.googleapis.com/auth/cloudruntimecon
fig" |
269 ] | 322 ] |
| 323 }, |
| 324 "testIamPermissions": { |
| 325 "description": "Returns permissions that a caller ha
s on the specified resource.\nIf the resource does not exist, this will return a
n empty set of\npermissions, not a NOT_FOUND error.", |
| 326 "httpMethod": "POST", |
| 327 "id": "runtimeconfig.projects.configs.testIamPermiss
ions", |
| 328 "parameterOrder": [ |
| 329 "resource" |
| 330 ], |
| 331 "parameters": { |
| 332 "resource": { |
| 333 "description": "REQUIRED: The resource for w
hich the policy detail is being requested.\n`resource` is usually specified as a
path. For example, a Project\nresource is specified as `projects/{project}`.", |
| 334 "location": "path", |
| 335 "pattern": "^projects/[^/]+/configs/[^/]+$", |
| 336 "required": true, |
| 337 "type": "string" |
| 338 } |
| 339 }, |
| 340 "path": "v1beta1/{+resource}:testIamPermissions", |
| 341 "request": { |
| 342 "$ref": "TestIamPermissionsRequest" |
| 343 }, |
| 344 "response": { |
| 345 "$ref": "TestIamPermissionsResponse" |
| 346 }, |
| 347 "scopes": [ |
| 348 "https://www.googleapis.com/auth/cloud-platform"
, |
| 349 "https://www.googleapis.com/auth/cloudruntimecon
fig" |
| 350 ] |
270 } | 351 } |
271 }, | 352 }, |
272 "resources": { | 353 "resources": { |
273 "variables": { | 354 "variables": { |
274 "methods": { | 355 "methods": { |
275 "watch": { | 356 "watch": { |
276 "description": "Watches a specific variable
and waits for a change in the variable's value.\nWhen there is a change, this me
thod 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 la
rger value than internal timeout\n(60 seconds), the current variable value is re
turned and the `variableState`\nwill be `VARIABLE_STATE_UNSPECIFIED`.\n\nTo lear
n more about creating a watcher, read the\n[Watching a Variable for Changes](/de
ployment-manager/runtime-configurator/watching-a-variable)\ndocumentation.", | 357 "description": "Watches a specific variable
and waits for a change in the variable's value.\nWhen there is a change, this me
thod 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 la
rger value than internal timeout\n(60 seconds), the current variable value is re
turned and the `variableState`\nwill be `VARIABLE_STATE_UNSPECIFIED`.\n\nTo lear
n more about creating a watcher, read the\n[Watching a Variable for Changes](/de
ployment-manager/runtime-configurator/watching-a-variable)\ndocumentation.", |
277 "httpMethod": "POST", | 358 "httpMethod": "POST", |
278 "id": "runtimeconfig.projects.configs.variab
les.watch", | 359 "id": "runtimeconfig.projects.configs.variab
les.watch", |
279 "parameterOrder": [ | 360 "parameterOrder": [ |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 }, | 449 }, |
369 "create": { | 450 "create": { |
370 "description": "Creates a variable within th
e given configuration. You cannot create\na variable with a name that is a prefi
x 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 Ge
tting Data](/deployment-manager/runtime-configurator/set-and-get-variables)\ndoc
umentation.", | 451 "description": "Creates a variable within th
e given configuration. You cannot create\na variable with a name that is a prefi
x 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 Ge
tting Data](/deployment-manager/runtime-configurator/set-and-get-variables)\ndoc
umentation.", |
371 "httpMethod": "POST", | 452 "httpMethod": "POST", |
372 "id": "runtimeconfig.projects.configs.variab
les.create", | 453 "id": "runtimeconfig.projects.configs.variab
les.create", |
373 "parameterOrder": [ | 454 "parameterOrder": [ |
374 "parent" | 455 "parent" |
375 ], | 456 ], |
376 "parameters": { | 457 "parameters": { |
377 "requestId": { | 458 "requestId": { |
378 "description": "An optional unique r
equest_id. If server receives two Create requests with\nthe same request_id then
second request will be ignored and the resource\nstored in the backend will be
returned. Empty request_id fields are\nignored.\nIt is responsibility of the cli
ent to ensure uniqueness of the request_id\nstrings.\nThe strings are limited to
64 characters.", | 459 "description": "An optional but reco
mmended unique <code>request_id</code>. If the server\nreceives two <code>create
()</code> requests with the same\n<code>request_id</code>, then the second requ
est will be ignored and the\nfirst resource created and stored in the backend is
returned.\nEmpty <code>request_id</code> fields are ignored.\n\nIt is responsib
ility of the client to ensure uniqueness of the\n<code>request_id</code> strings
.\n\n<code>request_id</code> strings are limited to 64 characters.", |
379 "location": "query", | 460 "location": "query", |
380 "type": "string" | 461 "type": "string" |
381 }, | 462 }, |
382 "parent": { | 463 "parent": { |
383 "description": "The path to the Ruti
meConfig resource that this variable should belong to.\nThe configuration must e
xist beforehand; the path must by in the format:\n\n`projects/[PROJECT_ID]/confi
gs/[CONFIG_NAME]`", | 464 "description": "The path to the Ruti
meConfig resource that this variable should belong to.\nThe configuration must e
xist beforehand; the path must by in the format:\n\n`projects/[PROJECT_ID]/confi
gs/[CONFIG_NAME]`", |
384 "location": "path", | 465 "location": "path", |
385 "pattern": "^projects/[^/]+/configs/
[^/]+$", | 466 "pattern": "^projects/[^/]+/configs/
[^/]+$", |
386 "required": true, | 467 "required": true, |
387 "type": "string" | 468 "type": "string" |
388 } | 469 } |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
449 } | 530 } |
450 }, | 531 }, |
451 "path": "v1beta1/{+name}", | 532 "path": "v1beta1/{+name}", |
452 "response": { | 533 "response": { |
453 "$ref": "Empty" | 534 "$ref": "Empty" |
454 }, | 535 }, |
455 "scopes": [ | 536 "scopes": [ |
456 "https://www.googleapis.com/auth/cloud-p
latform", | 537 "https://www.googleapis.com/auth/cloud-p
latform", |
457 "https://www.googleapis.com/auth/cloudru
ntimeconfig" | 538 "https://www.googleapis.com/auth/cloudru
ntimeconfig" |
458 ] | 539 ] |
| 540 }, |
| 541 "testIamPermissions": { |
| 542 "description": "Returns permissions that a c
aller has on the specified resource.\nIf the resource does not exist, this will
return an empty set of\npermissions, not a NOT_FOUND error.", |
| 543 "httpMethod": "GET", |
| 544 "id": "runtimeconfig.projects.configs.variab
les.testIamPermissions", |
| 545 "parameterOrder": [ |
| 546 "resource" |
| 547 ], |
| 548 "parameters": { |
| 549 "permissions": { |
| 550 "description": "The set of permissio
ns to check for the `resource`. Permissions with\nwildcards (such as '*' or 'sto
rage.*') are not allowed. For more\ninformation see\n[IAM Overview](https://clou
d.google.com/iam/docs/overview#permissions).", |
| 551 "location": "query", |
| 552 "repeated": true, |
| 553 "type": "string" |
| 554 }, |
| 555 "resource": { |
| 556 "description": "REQUIRED: The resour
ce for which the policy detail is being requested.\n`resource` is usually specif
ied as a path. For example, a Project\nresource is specified as `projects/{proje
ct}`.", |
| 557 "location": "path", |
| 558 "pattern": "^projects/[^/]+/configs/
[^/]+/variables/.+$", |
| 559 "required": true, |
| 560 "type": "string" |
| 561 } |
| 562 }, |
| 563 "path": "v1beta1/{+resource}:testIamPermissi
ons", |
| 564 "response": { |
| 565 "$ref": "TestIamPermissionsResponse" |
| 566 }, |
| 567 "scopes": [ |
| 568 "https://www.googleapis.com/auth/cloud-p
latform", |
| 569 "https://www.googleapis.com/auth/cloudru
ntimeconfig" |
| 570 ] |
459 } | 571 } |
460 } | 572 } |
461 }, | 573 }, |
462 "waiters": { | 574 "waiters": { |
463 "methods": { | 575 "methods": { |
464 "get": { | 576 "get": { |
465 "description": "Gets information about a sin
gle waiter.", | 577 "description": "Gets information about a sin
gle waiter.", |
466 "httpMethod": "GET", | 578 "httpMethod": "GET", |
467 "id": "runtimeconfig.projects.configs.waiter
s.get", | 579 "id": "runtimeconfig.projects.configs.waiter
s.get", |
468 "parameterOrder": [ | 580 "parameterOrder": [ |
(...skipping 19 matching lines...) Expand all Loading... |
488 }, | 600 }, |
489 "create": { | 601 "create": { |
490 "description": "Creates a Waiter resource. T
his 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 retri
eved) prior to the operation\ncompleting. If the operation fails, the failed Wai
ter resource will\nstill exist and must be deleted prior to subsequent creation
attempts.", | 602 "description": "Creates a Waiter resource. T
his 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 retri
eved) prior to the operation\ncompleting. If the operation fails, the failed Wai
ter resource will\nstill exist and must be deleted prior to subsequent creation
attempts.", |
491 "httpMethod": "POST", | 603 "httpMethod": "POST", |
492 "id": "runtimeconfig.projects.configs.waiter
s.create", | 604 "id": "runtimeconfig.projects.configs.waiter
s.create", |
493 "parameterOrder": [ | 605 "parameterOrder": [ |
494 "parent" | 606 "parent" |
495 ], | 607 ], |
496 "parameters": { | 608 "parameters": { |
497 "requestId": { | 609 "requestId": { |
498 "description": "An optional unique r
equest_id. If server receives two Create requests with\nthe same request_id then
second request will be ignored and information\nstored in the backend will be r
eturned. Empty request_id fields are\nignored.\nIt is responsibility of the clie
nt to ensure uniqueness of the request_id\nstrings.\nThe strings are limited to
64 characters.", | 610 "description": "An optional but reco
mmended unique <code>request_id</code>. If the server\nreceives two <code>create
()</code> requests with the same\n<code>request_id</code>, then the second requ
est will be ignored and the\nfirst resource created and stored in the backend is
returned.\nEmpty <code>request_id</code> fields are ignored.\n\nIt is responsib
ility of the client to ensure uniqueness of the\n<code>request_id</code> strings
.\n\n<code>request_id</code> strings are limited to 64 characters.", |
499 "location": "query", | 611 "location": "query", |
500 "type": "string" | 612 "type": "string" |
501 }, | 613 }, |
502 "parent": { | 614 "parent": { |
503 "description": "The path to the conf
iguration that will own the waiter.\nThe configuration must exist beforehand; th
e path must by in the format:\n\n`projects/[PROJECT_ID]/configs/[CONFIG_NAME]`."
, | 615 "description": "The path to the conf
iguration that will own the waiter.\nThe configuration must exist beforehand; th
e path must by in the format:\n\n`projects/[PROJECT_ID]/configs/[CONFIG_NAME]`."
, |
504 "location": "path", | 616 "location": "path", |
505 "pattern": "^projects/[^/]+/configs/
[^/]+$", | 617 "pattern": "^projects/[^/]+/configs/
[^/]+$", |
506 "required": true, | 618 "required": true, |
507 "type": "string" | 619 "type": "string" |
508 } | 620 } |
509 }, | 621 }, |
510 "path": "v1beta1/{+parent}/waiters", | 622 "path": "v1beta1/{+parent}/waiters", |
511 "request": { | 623 "request": { |
512 "$ref": "Waiter" | 624 "$ref": "Waiter" |
513 }, | 625 }, |
514 "response": { | 626 "response": { |
515 "$ref": "Operation" | 627 "$ref": "Operation" |
516 }, | 628 }, |
517 "scopes": [ | 629 "scopes": [ |
518 "https://www.googleapis.com/auth/cloud-p
latform", | 630 "https://www.googleapis.com/auth/cloud-p
latform", |
519 "https://www.googleapis.com/auth/cloudru
ntimeconfig" | 631 "https://www.googleapis.com/auth/cloudru
ntimeconfig" |
520 ] | 632 ] |
521 }, | 633 }, |
| 634 "testIamPermissions": { |
| 635 "description": "Returns permissions that a c
aller has on the specified resource.\nIf the resource does not exist, this will
return an empty set of\npermissions, not a NOT_FOUND error.", |
| 636 "httpMethod": "GET", |
| 637 "id": "runtimeconfig.projects.configs.waiter
s.testIamPermissions", |
| 638 "parameterOrder": [ |
| 639 "resource" |
| 640 ], |
| 641 "parameters": { |
| 642 "permissions": { |
| 643 "description": "The set of permissio
ns to check for the `resource`. Permissions with\nwildcards (such as '*' or 'sto
rage.*') are not allowed. For more\ninformation see\n[IAM Overview](https://clou
d.google.com/iam/docs/overview#permissions).", |
| 644 "location": "query", |
| 645 "repeated": true, |
| 646 "type": "string" |
| 647 }, |
| 648 "resource": { |
| 649 "description": "REQUIRED: The resour
ce for which the policy detail is being requested.\n`resource` is usually specif
ied as a path. For example, a Project\nresource is specified as `projects/{proje
ct}`.", |
| 650 "location": "path", |
| 651 "pattern": "^projects/[^/]+/configs/
[^/]+/waiters/[^/]+$", |
| 652 "required": true, |
| 653 "type": "string" |
| 654 } |
| 655 }, |
| 656 "path": "v1beta1/{+resource}:testIamPermissi
ons", |
| 657 "response": { |
| 658 "$ref": "TestIamPermissionsResponse" |
| 659 }, |
| 660 "scopes": [ |
| 661 "https://www.googleapis.com/auth/cloud-p
latform", |
| 662 "https://www.googleapis.com/auth/cloudru
ntimeconfig" |
| 663 ] |
| 664 }, |
522 "list": { | 665 "list": { |
523 "description": "List waiters within the give
n configuration.", | 666 "description": "List waiters within the give
n configuration.", |
524 "httpMethod": "GET", | 667 "httpMethod": "GET", |
525 "id": "runtimeconfig.projects.configs.waiter
s.list", | 668 "id": "runtimeconfig.projects.configs.waiter
s.list", |
526 "parameterOrder": [ | 669 "parameterOrder": [ |
527 "parent" | 670 "parent" |
528 ], | 671 ], |
529 "parameters": { | 672 "parameters": { |
530 "pageSize": { | 673 "pageSize": { |
531 "description": "Specifies the number
of results to return per page. If there are fewer\nelements than the specified
number, returns all elements.", | 674 "description": "Specifies the number
of results to return per page. If there are fewer\nelements than the specified
number, returns all elements.", |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
601 } | 744 } |
602 }, | 745 }, |
603 "path": "v1beta1/{+name}", | 746 "path": "v1beta1/{+name}", |
604 "response": { | 747 "response": { |
605 "$ref": "Operation" | 748 "$ref": "Operation" |
606 }, | 749 }, |
607 "scopes": [ | 750 "scopes": [ |
608 "https://www.googleapis.com/auth/cloud-p
latform", | 751 "https://www.googleapis.com/auth/cloud-p
latform", |
609 "https://www.googleapis.com/auth/cloudru
ntimeconfig" | 752 "https://www.googleapis.com/auth/cloudru
ntimeconfig" |
610 ] | 753 ] |
| 754 }, |
| 755 "testIamPermissions": { |
| 756 "description": "Returns permissions that a c
aller has on the specified resource.\nIf the resource does not exist, this will
return an empty set of\npermissions, not a NOT_FOUND error.", |
| 757 "httpMethod": "GET", |
| 758 "id": "runtimeconfig.projects.configs.operat
ions.testIamPermissions", |
| 759 "parameterOrder": [ |
| 760 "resource" |
| 761 ], |
| 762 "parameters": { |
| 763 "permissions": { |
| 764 "description": "The set of permissio
ns to check for the `resource`. Permissions with\nwildcards (such as '*' or 'sto
rage.*') are not allowed. For more\ninformation see\n[IAM Overview](https://clou
d.google.com/iam/docs/overview#permissions).", |
| 765 "location": "query", |
| 766 "repeated": true, |
| 767 "type": "string" |
| 768 }, |
| 769 "resource": { |
| 770 "description": "REQUIRED: The resour
ce for which the policy detail is being requested.\n`resource` is usually specif
ied as a path. For example, a Project\nresource is specified as `projects/{proje
ct}`.", |
| 771 "location": "path", |
| 772 "pattern": "^projects/[^/]+/configs/
[^/]+/operations/.+$", |
| 773 "required": true, |
| 774 "type": "string" |
| 775 } |
| 776 }, |
| 777 "path": "v1beta1/{+resource}:testIamPermissi
ons", |
| 778 "response": { |
| 779 "$ref": "TestIamPermissionsResponse" |
| 780 }, |
| 781 "scopes": [ |
| 782 "https://www.googleapis.com/auth/cloud-p
latform", |
| 783 "https://www.googleapis.com/auth/cloudru
ntimeconfig" |
| 784 ] |
611 } | 785 } |
612 } | 786 } |
613 } | 787 } |
614 } | 788 } |
615 } | 789 } |
616 } | 790 } |
617 } | 791 } |
618 }, | 792 }, |
619 "revision": "20161102", | 793 "revision": "20161211", |
620 "rootUrl": "https://runtimeconfig.googleapis.com/", | 794 "rootUrl": "https://runtimeconfig.googleapis.com/", |
621 "schemas": { | 795 "schemas": { |
622 "Status": { | 796 "Status": { |
623 "description": "The `Status` type defines a logical error model that
is suitable for different\nprogramming environments, including REST APIs and RP
C APIs. It is used by\n[gRPC](https://github.com/grpc). The error model is desig
ned to be:\n\n- Simple to use and understand for most users\n- Flexible enough t
o meet unexpected needs\n\n# Overview\n\nThe `Status` message contains three pie
ces of data: error code, error message,\nand error details. The error code shoul
d 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 tha
t helps\ndevelopers *understand* and *resolve* the error. If a localized user-fa
cing\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\ni
nformation 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# Lan
guage 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` mes
sage is\nexposed in different client libraries and different wire protocols, it
can be\nmapped differently. For example, it will likely be mapped to some except
ions\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\nenviron
ments, either with or without APIs, to provide a\nconsistent developer experienc
e 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 operati
ons. If a client uses batch request and batch response, the\n `Status` messag
e should be used directly inside batch response, one for\n each error sub-res
ponse.\n\n- Asynchronous operations. If an API call embeds asynchronous operatio
n\n results in its response, the status of those operations should be\n re
presented 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 s
tripping needed for security/privacy reasons.", | 797 "description": "The `Status` type defines a logical error model that
is suitable for different\nprogramming environments, including REST APIs and RP
C APIs. It is used by\n[gRPC](https://github.com/grpc). The error model is desig
ned to be:\n\n- Simple to use and understand for most users\n- Flexible enough t
o meet unexpected needs\n\n# Overview\n\nThe `Status` message contains three pie
ces of data: error code, error message,\nand error details. The error code shoul
d 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 tha
t helps\ndevelopers *understand* and *resolve* the error. If a localized user-fa
cing\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\ni
nformation 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# Lan
guage 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` mes
sage is\nexposed in different client libraries and different wire protocols, it
can be\nmapped differently. For example, it will likely be mapped to some except
ions\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\nenviron
ments, either with or without APIs, to provide a\nconsistent developer experienc
e 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 operati
ons. If a client uses batch request and batch response, the\n `Status` messag
e should be used directly inside batch response, one for\n each error sub-res
ponse.\n\n- Asynchronous operations. If an API call embeds asynchronous operatio
n\n results in its response, the status of those operations should be\n re
presented 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 s
tripping needed for security/privacy reasons.", |
624 "id": "Status", | 798 "id": "Status", |
625 "properties": { | 799 "properties": { |
626 "code": { | 800 "code": { |
627 "description": "The status code, which should be an enum val
ue of google.rpc.Code.", | 801 "description": "The status code, which should be an enum val
ue of google.rpc.Code.", |
628 "format": "int32", | 802 "format": "int32", |
629 "type": "integer" | 803 "type": "integer" |
630 }, | 804 }, |
631 "details": { | 805 "details": { |
632 "description": "A list of messages that carry the error deta
ils. There will be a\ncommon set of message types for APIs to use.", | 806 "description": "A list of messages that carry the error deta
ils. There will be a\ncommon set of message types for APIs to use.", |
633 "items": { | 807 "items": { |
634 "additionalProperties": { | 808 "additionalProperties": { |
635 "description": "Properties of the object. Contains f
ield @type with type URL.", | 809 "description": "Properties of the object. Contains f
ield @type with type URL.", |
636 "type": "any" | 810 "type": "any" |
637 }, | 811 }, |
638 "type": "object" | 812 "type": "object" |
639 }, | 813 }, |
640 "type": "array" | 814 "type": "array" |
641 }, | 815 }, |
642 "message": { | 816 "message": { |
643 "description": "A developer-facing error message, which shou
ld 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.", | 817 "description": "A developer-facing error message, which shou
ld 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.", |
644 "type": "string" | 818 "type": "string" |
645 } | 819 } |
646 }, | 820 }, |
647 "type": "object" | 821 "type": "object" |
648 }, | 822 }, |
649 "ListConfigsResponse": { | |
650 "description": "`ListConfigs()` returns the following response. The
order of returned\nobjects is arbitrary; that is, it is not ordered in any parti
cular way.", | |
651 "id": "ListConfigsResponse", | |
652 "properties": { | |
653 "nextPageToken": { | |
654 "description": "This token allows you to get the next page o
f 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", | |
655 "type": "string" | |
656 }, | |
657 "configs": { | |
658 "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.", | |
659 "items": { | |
660 "$ref": "RuntimeConfig" | |
661 }, | |
662 "type": "array" | |
663 } | |
664 }, | |
665 "type": "object" | |
666 }, | |
667 "Variable": { | 823 "Variable": { |
668 "description": "Describes a single variable within a RuntimeConfig r
esource.\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 an
y child variables).", | 824 "description": "Describes a single variable within a RuntimeConfig r
esource.\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 an
y child variables).", |
669 "id": "Variable", | 825 "id": "Variable", |
670 "properties": { | 826 "properties": { |
671 "value": { | 827 "value": { |
672 "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.\nNB: Only one of value and string_value can be s
et at the same time.", | 828 "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.", |
673 "format": "byte", | 829 "format": "byte", |
674 "type": "string" | 830 "type": "string" |
675 }, | 831 }, |
676 "text": { | 832 "text": { |
677 "description": "The textual value of the variable. The lengt
h of the value must be less\nthan 4096 bytes. Empty values are also accepted.\nN
B: Only one of value and string_value can be set at the same time.", | 833 "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<code>text: \"my text value\"</code>.", |
678 "type": "string" | 834 "type": "string" |
679 }, | 835 }, |
680 "updateTime": { | 836 "updateTime": { |
681 "description": "[Output Only] The time of the last variable
update.", | 837 "description": "[Output Only] The time of the last variable
update.", |
682 "format": "google-datetime", | 838 "format": "google-datetime", |
683 "type": "string" | 839 "type": "string" |
684 }, | 840 }, |
685 "state": { | 841 "state": { |
686 "description": "[Ouput only] The current state of the variab
le. The variable state indicates\nthe outcome of the `variables().watch` call an
d is visible through the\n`get` and `list` calls.", | 842 "description": "[Ouput only] The current state of the variab
le. The variable state indicates\nthe outcome of the `variables().watch` call an
d is visible through the\n`get` and `list` calls.", |
687 "enum": [ | 843 "enum": [ |
688 "VARIABLE_STATE_UNSPECIFIED", | 844 "VARIABLE_STATE_UNSPECIFIED", |
689 "UPDATED", | 845 "UPDATED", |
690 "DELETED" | 846 "DELETED" |
691 ], | 847 ], |
692 "enumDescriptions": [ | 848 "enumDescriptions": [ |
693 "Default variable state.", | 849 "Default variable state.", |
694 "The variable was updated, while `variables().watch` was
executing.", | 850 "The variable was updated, while `variables().watch` was
executing.", |
695 "The variable was deleted, while `variables().watch` was
executing." | 851 "The variable was deleted, while `variables().watch` was
executing." |
696 ], | 852 ], |
697 "type": "string" | 853 "type": "string" |
698 }, | 854 }, |
699 "name": { | 855 "name": { |
700 "description": "The name of the variable resource, in the fo
rmat:\n\n projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAM
E]\n\nThe `[PROJECT_ID]` must be a valid project ID, `[CONFIG_NAME]` must be a\n
valid RuntimeConfig reource and `[VARIABLE_NAME]` follows Unix file system\nfile
path naming.\n\nThe `[VARIABLE_NAME]` can contain ASCII letters, numbers, slash
es 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\nn
on-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.", | 856 "description": "The name of the variable resource, in the fo
rmat:\n\n projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAM
E]\n\nThe `[PROJECT_ID]` must be a valid project ID, `[CONFIG_NAME]` must be a\n
valid RuntimeConfig reource and `[VARIABLE_NAME]` follows Unix file system\nfile
path naming.\n\nThe `[VARIABLE_NAME]` can contain ASCII letters, numbers, slash
es 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\nn
on-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.", |
701 "type": "string" | 857 "type": "string" |
702 } | 858 } |
703 }, | 859 }, |
704 "type": "object" | 860 "type": "object" |
705 }, | 861 }, |
| 862 "ListConfigsResponse": { |
| 863 "description": "`ListConfigs()` returns the following response. The
order of returned\nobjects is arbitrary; that is, it is not ordered in any parti
cular way.", |
| 864 "id": "ListConfigsResponse", |
| 865 "properties": { |
| 866 "nextPageToken": { |
| 867 "description": "This token allows you to get the next page o
f 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", |
| 868 "type": "string" |
| 869 }, |
| 870 "configs": { |
| 871 "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.", |
| 872 "items": { |
| 873 "$ref": "RuntimeConfig" |
| 874 }, |
| 875 "type": "array" |
| 876 } |
| 877 }, |
| 878 "type": "object" |
| 879 }, |
706 "Operation": { | 880 "Operation": { |
707 "description": "This resource represents a long-running operation th
at is the result of a\nnetwork API call.", | 881 "description": "This resource represents a long-running operation th
at is the result of a\nnetwork API call.", |
708 "id": "Operation", | 882 "id": "Operation", |
709 "properties": { | 883 "properties": { |
710 "error": { | 884 "error": { |
711 "$ref": "Status", | 885 "$ref": "Status", |
712 "description": "The error result of the operation in case of
failure or cancellation." | 886 "description": "The error result of the operation in case of
failure or cancellation." |
713 }, | 887 }, |
714 "done": { | 888 "done": { |
715 "description": "If the value is `false`, it means the operat
ion is still in progress.\nIf true, the operation is completed, and either `erro
r` or `response` is\navailable.", | 889 "description": "If the value is `false`, it means the operat
ion is still in progress.\nIf true, the operation is completed, and either `erro
r` or `response` is\navailable.", |
(...skipping 15 matching lines...) Expand all Loading... |
731 "description": "The normal response of the operation in case
of success. If the original\nmethod returns no data on success, such as `Delet
e`, the response is\n`google.protobuf.Empty`. If the original method is standar
d\n`Get`/`Create`/`Update`, the response should be the resource. For other\nmet
hods, the response should have the type `XxxResponse`, where `Xxx`\nis the origi
nal method name. For example, if the original method name\nis `TakeSnapshot()`,
the inferred response type is\n`TakeSnapshotResponse`.", | 905 "description": "The normal response of the operation in case
of success. If the original\nmethod returns no data on success, such as `Delet
e`, the response is\n`google.protobuf.Empty`. If the original method is standar
d\n`Get`/`Create`/`Update`, the response should be the resource. For other\nmet
hods, the response should have the type `XxxResponse`, where `Xxx`\nis the origi
nal method name. For example, if the original method name\nis `TakeSnapshot()`,
the inferred response type is\n`TakeSnapshotResponse`.", |
732 "type": "object" | 906 "type": "object" |
733 }, | 907 }, |
734 "name": { | 908 "name": { |
735 "description": "The server-assigned name, which is only uniq
ue within the same service that\noriginally returns it. If you use the default H
TTP mapping, the\n`name` should have the format of `operations/some/unique/name`
.", | 909 "description": "The server-assigned name, which is only uniq
ue within the same service that\noriginally returns it. If you use the default H
TTP mapping, the\n`name` should have the format of `operations/some/unique/name`
.", |
736 "type": "string" | 910 "type": "string" |
737 } | 911 } |
738 }, | 912 }, |
739 "type": "object" | 913 "type": "object" |
740 }, | 914 }, |
| 915 "SetIamPolicyRequest": { |
| 916 "description": "Request message for `SetIamPolicy` method.", |
| 917 "id": "SetIamPolicyRequest", |
| 918 "properties": { |
| 919 "policy": { |
| 920 "$ref": "Policy", |
| 921 "description": "REQUIRED: The complete policy to be applied
to the `resource`. The size of\nthe policy is limited to a few 10s of KB. An emp
ty policy is a\nvalid policy but certain Cloud Platform services (such as Projec
ts)\nmight reject them." |
| 922 } |
| 923 }, |
| 924 "type": "object" |
| 925 }, |
| 926 "TestIamPermissionsResponse": { |
| 927 "description": "Response message for `TestIamPermissions` method.", |
| 928 "id": "TestIamPermissionsResponse", |
| 929 "properties": { |
| 930 "permissions": { |
| 931 "description": "A subset of `TestPermissionsRequest.permissi
ons` that the caller is\nallowed.", |
| 932 "items": { |
| 933 "type": "string" |
| 934 }, |
| 935 "type": "array" |
| 936 } |
| 937 }, |
| 938 "type": "object" |
| 939 }, |
741 "Waiter": { | 940 "Waiter": { |
742 "description": "A Waiter resource waits for some end condition withi
n 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 indidi
cating the node's\nreadiness as part of the startup process.\n\nYou then configu
re a Waiter resource with the success condition set to wait\nuntil some number o
f nodes have checked in. Afterwards, your application\nruns some arbitrary code
after the condition has been met and the waiter\nreturns successfully.\n\nOnce c
reated, a Waiter resource is immutable.\n\nTo learn more about using waiters, re
ad the\n[Creating a Waiter](/deployment-manager/runtime-configurator/creating-a-
waiter)\ndocumentation.", | 941 "description": "A Waiter resource waits for some end condition withi
n 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 indidi
cating the node's\nreadiness as part of the startup process.\n\nYou then configu
re a Waiter resource with the success condition set to wait\nuntil some number o
f nodes have checked in. Afterwards, your application\nruns some arbitrary code
after the condition has been met and the waiter\nreturns successfully.\n\nOnce c
reated, a Waiter resource is immutable.\n\nTo learn more about using waiters, re
ad the\n[Creating a Waiter](/deployment-manager/runtime-configurator/creating-a-
waiter)\ndocumentation.", |
743 "id": "Waiter", | 942 "id": "Waiter", |
744 "properties": { | 943 "properties": { |
745 "timeout": { | 944 "timeout": { |
746 "description": "[Required] Specifies the timeout of the wait
er in seconds, beginning from\nthe instant that `waiters().create` method is cal
led. If this time elapses\nbefore the success or failure conditions are met, the
waiter fails and sets\nthe `error` code to `DEADLINE_EXCEEDED`.", | 945 "description": "[Required] Specifies the timeout of the wait
er in seconds, beginning from\nthe instant that `waiters().create` method is cal
led. If this time elapses\nbefore the success or failure conditions are met, the
waiter fails and sets\nthe `error` code to `DEADLINE_EXCEEDED`.", |
747 "format": "google-duration", | 946 "format": "google-duration", |
748 "type": "string" | 947 "type": "string" |
749 }, | 948 }, |
750 "success": { | 949 "success": { |
(...skipping 17 matching lines...) Expand all Loading... |
768 "$ref": "Status", | 967 "$ref": "Status", |
769 "description": "[Output Only] If the waiter ended due to a f
ailure or timeout, this value\nwill be set." | 968 "description": "[Output Only] If the waiter ended due to a f
ailure or timeout, this value\nwill be set." |
770 }, | 969 }, |
771 "done": { | 970 "done": { |
772 "description": "[Output Only] If the value is `false`, it me
ans 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.", | 971 "description": "[Output Only] If the value is `false`, it me
ans 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.", |
773 "type": "boolean" | 972 "type": "boolean" |
774 } | 973 } |
775 }, | 974 }, |
776 "type": "object" | 975 "type": "object" |
777 }, | 976 }, |
| 977 "Policy": { |
| 978 "description": "Defines an Identity and Access Management (IAM) poli
cy. 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,\nG
oogle domains, and service accounts. A `role` is a named list of permissions\nde
fined 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.gserviceaccoun
t.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).", |
| 979 "id": "Policy", |
| 980 "properties": { |
| 981 "bindings": { |
| 982 "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.", |
| 983 "items": { |
| 984 "$ref": "Binding" |
| 985 }, |
| 986 "type": "array" |
| 987 }, |
| 988 "etag": { |
| 989 "description": "`etag` is used for optimistic concurrency co
ntrol as a way to help\nprevent simultaneous updates of a policy from overwritin
g each other.\nIt is strongly suggested that systems make use of the `etag` in t
he\nread-modify-write cycle to perform policy updates in order to avoid race\nco
nditions: 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 t
heir change will be applied to the same version of the policy.\n\nIf no `etag` i
s provided in the call to `setIamPolicy`, then the existing\npolicy is overwritt
en blindly.", |
| 990 "format": "byte", |
| 991 "type": "string" |
| 992 }, |
| 993 "version": { |
| 994 "description": "Version of the `Policy`. The default version
is 0.", |
| 995 "format": "int32", |
| 996 "type": "integer" |
| 997 } |
| 998 }, |
| 999 "type": "object" |
| 1000 }, |
778 "RuntimeConfig": { | 1001 "RuntimeConfig": { |
779 "description": "A RuntimeConfig resource is the primary resource in
the Cloud RuntimeConfig\nservice. A RuntimeConfig resource consists of metadata
and a hierarchy of\nvariables.", | 1002 "description": "A RuntimeConfig resource is the primary resource in
the Cloud RuntimeConfig\nservice. A RuntimeConfig resource consists of metadata
and a hierarchy of\nvariables.", |
780 "id": "RuntimeConfig", | 1003 "id": "RuntimeConfig", |
781 "properties": { | 1004 "properties": { |
782 "description": { | 1005 "description": { |
783 "description": "An optional description of the RuntimeConfig
object.\nThe length of the description must be less than 256 bytes.", | 1006 "description": "An optional description of the RuntimeConfig
object.", |
784 "type": "string" | 1007 "type": "string" |
785 }, | 1008 }, |
786 "name": { | 1009 "name": { |
787 "description": "The resource name of a runtime config. The n
ame must have the format:\n\n projects/[PROJECT_ID]/configs/[CONFIG_NAME]\n\n
The `[PROJECT_ID]` must be a valid project ID, and `[CONFIG_NAME]` is an\narbitr
ary name that matches RFC 1035 segment specification. The length of\n`[CONFIG_NA
ME]` must be less than 64 bytes.\n\nYou pick the RuntimeConfig resource name, bu
t the server will validate that\nthe name adheres to this format. After you crea
te the resource, you cannot\nchange the resource's name.", | 1010 "description": "The resource name of a runtime config. The n
ame must have the format:\n\n projects/[PROJECT_ID]/configs/[CONFIG_NAME]\n\n
The `[PROJECT_ID]` must be a valid project ID, and `[CONFIG_NAME]` is an\narbitr
ary name that matches RFC 1035 segment specification. The length of\n`[CONFIG_NA
ME]` must be less than 64 bytes.\n\nYou pick the RuntimeConfig resource name, bu
t the server will validate that\nthe name adheres to this format. After you crea
te the resource, you cannot\nchange the resource's name.", |
788 "type": "string" | 1011 "type": "string" |
789 } | 1012 } |
790 }, | 1013 }, |
791 "type": "object" | 1014 "type": "object" |
792 }, | 1015 }, |
| 1016 "TestIamPermissionsRequest": { |
| 1017 "description": "Request message for `TestIamPermissions` method.", |
| 1018 "id": "TestIamPermissionsRequest", |
| 1019 "properties": { |
| 1020 "permissions": { |
| 1021 "description": "The set of permissions to check for the `res
ource`. Permissions with\nwildcards (such as '*' or 'storage.*') are not allowed
. For more\ninformation see\n[IAM Overview](https://cloud.google.com/iam/docs/ov
erview#permissions).", |
| 1022 "items": { |
| 1023 "type": "string" |
| 1024 }, |
| 1025 "type": "array" |
| 1026 } |
| 1027 }, |
| 1028 "type": "object" |
| 1029 }, |
793 "ListWaitersResponse": { | 1030 "ListWaitersResponse": { |
794 "description": "Response for the `ListWaiters()` method.\nOrder of r
eturned waiter objects is arbitrary.", | 1031 "description": "Response for the `ListWaiters()` method.\nOrder of r
eturned waiter objects is arbitrary.", |
795 "id": "ListWaitersResponse", | 1032 "id": "ListWaitersResponse", |
796 "properties": { | 1033 "properties": { |
797 "nextPageToken": { | 1034 "nextPageToken": { |
798 "description": "This token allows you to get the next page o
f 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", | 1035 "description": "This token allows you to get the next page o
f 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", |
799 "type": "string" | 1036 "type": "string" |
800 }, | 1037 }, |
801 "waiters": { | 1038 "waiters": { |
802 "description": "Found waiters in the project.", | 1039 "description": "Found waiters in the project.", |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
846 "id": "WatchVariableRequest", | 1083 "id": "WatchVariableRequest", |
847 "properties": { | 1084 "properties": { |
848 "newerThan": { | 1085 "newerThan": { |
849 "description": "If specified, checks the current timestamp o
f the variable and if the\ncurrent timestamp is newer than `newerThan` timestamp
, the method returns\nimmediately.\n\nIf not specified or the variable has an ol
der timestamp, the watcher waits\nfor a the value to change before returning.", | 1086 "description": "If specified, checks the current timestamp o
f the variable and if the\ncurrent timestamp is newer than `newerThan` timestamp
, the method returns\nimmediately.\n\nIf not specified or the variable has an ol
der timestamp, the watcher waits\nfor a the value to change before returning.", |
850 "format": "google-datetime", | 1087 "format": "google-datetime", |
851 "type": "string" | 1088 "type": "string" |
852 } | 1089 } |
853 }, | 1090 }, |
854 "type": "object" | 1091 "type": "object" |
855 }, | 1092 }, |
| 1093 "Binding": { |
| 1094 "description": "Associates `members` with a `role`.", |
| 1095 "id": "Binding", |
| 1096 "properties": { |
| 1097 "members": { |
| 1098 "description": "Specifies the identities requesting access f
or a Cloud Platform resource.\n`members` can have the following values:\n\n* `al
lUsers`: A special identifier that represents anyone who is\n on the internet;
with or without a Google account.\n\n* `allAuthenticatedUsers`: A special ident
ifier that represents anyone\n who is authenticated with a Google account or a
service account.\n\n* `user:{emailid}`: An email address that represents a spec
ific Google\n account. For example, `alice@gmail.com` or `joe@example.com`.\n\
n\n* `serviceAccount:{emailid}`: An email address that represents a service\n
account. For example, `my-other-app@appspot.gserviceaccount.com`.\n\n* `group:{e
mailid}`: An email address that represents a Google group.\n For example, `adm
ins@example.com`.\n\n* `domain:{domain}`: A Google Apps domain name that represe
nts all the\n users of that domain. For example, `google.com` or `example.com`
.\n\n", |
| 1099 "items": { |
| 1100 "type": "string" |
| 1101 }, |
| 1102 "type": "array" |
| 1103 }, |
| 1104 "role": { |
| 1105 "description": "Role that is assigned to `members`.\nFor exa
mple, `roles/viewer`, `roles/editor`, or `roles/owner`.\nRequired", |
| 1106 "type": "string" |
| 1107 } |
| 1108 }, |
| 1109 "type": "object" |
| 1110 }, |
856 "ListVariablesResponse": { | 1111 "ListVariablesResponse": { |
857 "description": "Response for the `ListVariables()` method.", | 1112 "description": "Response for the `ListVariables()` method.", |
858 "id": "ListVariablesResponse", | 1113 "id": "ListVariablesResponse", |
859 "properties": { | 1114 "properties": { |
860 "variables": { | 1115 "variables": { |
861 "description": "A list of variables and their values. The or
der of returned variable\nobjects is arbitrary.", | 1116 "description": "A list of variables and their values. The or
der of returned variable\nobjects is arbitrary.", |
862 "items": { | 1117 "items": { |
863 "$ref": "Variable" | 1118 "$ref": "Variable" |
864 }, | 1119 }, |
865 "type": "array" | 1120 "type": "array" |
866 }, | 1121 }, |
867 "nextPageToken": { | 1122 "nextPageToken": { |
868 "description": "This token allows you to get the next page o
f 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", | 1123 "description": "This token allows you to get the next page o
f 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", |
869 "type": "string" | 1124 "type": "string" |
870 } | 1125 } |
871 }, | 1126 }, |
872 "type": "object" | 1127 "type": "object" |
873 } | 1128 } |
874 }, | 1129 }, |
875 "servicePath": "", | 1130 "servicePath": "", |
876 "title": "Google Cloud RuntimeConfig API", | 1131 "title": "Google Cloud RuntimeConfig API", |
877 "version": "v1beta1" | 1132 "version": "v1beta1" |
878 } | 1133 } |
OLD | NEW |