|
108 | 108 | "folders": {
|
109 | 109 | "resources": {
|
110 | 110 | "settings": {
|
| 111 | +"deprecated": true, |
111 | 112 | "methods": {
|
112 | 113 | "get": {
|
| 114 | +"deprecated": true, |
113 | 115 | "description": "Returns a specified setting. Returns a `google.rpc.Status` with `google.rpc.Code.NOT_FOUND` if the setting does not exist.",
|
114 | 116 | "flatPath": "v1/folders/{foldersId}/settings/{settingsId}",
|
115 | 117 | "httpMethod": "GET",
|
|
152 | 154 | ]
|
153 | 155 | },
|
154 | 156 | "list": {
|
| 157 | +"deprecated": true, |
155 | 158 | "description": "Lists all the settings that are available on the Cloud resource `parent`.",
|
156 | 159 | "flatPath": "v1/folders/{foldersId}/settings",
|
157 | 160 | "httpMethod": "GET",
|
|
205 | 208 | ]
|
206 | 209 | },
|
207 | 210 | "patch": {
|
| 211 | +"deprecated": true, |
208 | 212 | "description": "Updates a specified setting. Returns a `google.rpc.Status` with `google.rpc.Code.NOT_FOUND` if the setting does not exist. Returns a `google.rpc.Status` with `google.rpc.Code.FAILED_PRECONDITION` if the setting is flagged as read only. Returns a `google.rpc.Status` with `google.rpc.Code.ABORTED` if the etag supplied in the request does not match the persisted etag of the setting value. On success, the response will contain only `name`, `local_value` and `etag`. The `metadata` and `effective_value` cannot be updated through this API. Note: the supplied setting will perform a full overwrite of the `local_value` field.",
|
209 | 213 | "flatPath": "v1/folders/{foldersId}/settings/{settingsId}",
|
210 | 214 | "httpMethod": "PATCH",
|
|
239 | 243 | "organizations": {
|
240 | 244 | "resources": {
|
241 | 245 | "settings": {
|
| 246 | +"deprecated": true, |
242 | 247 | "methods": {
|
243 | 248 | "get": {
|
| 249 | +"deprecated": true, |
244 | 250 | "description": "Returns a specified setting. Returns a `google.rpc.Status` with `google.rpc.Code.NOT_FOUND` if the setting does not exist.",
|
245 | 251 | "flatPath": "v1/organizations/{organizationsId}/settings/{settingsId}",
|
246 | 252 | "httpMethod": "GET",
|
|
283 | 289 | ]
|
284 | 290 | },
|
285 | 291 | "list": {
|
| 292 | +"deprecated": true, |
286 | 293 | "description": "Lists all the settings that are available on the Cloud resource `parent`.",
|
287 | 294 | "flatPath": "v1/organizations/{organizationsId}/settings",
|
288 | 295 | "httpMethod": "GET",
|
|
336 | 343 | ]
|
337 | 344 | },
|
338 | 345 | "patch": {
|
| 346 | +"deprecated": true, |
339 | 347 | "description": "Updates a specified setting. Returns a `google.rpc.Status` with `google.rpc.Code.NOT_FOUND` if the setting does not exist. Returns a `google.rpc.Status` with `google.rpc.Code.FAILED_PRECONDITION` if the setting is flagged as read only. Returns a `google.rpc.Status` with `google.rpc.Code.ABORTED` if the etag supplied in the request does not match the persisted etag of the setting value. On success, the response will contain only `name`, `local_value` and `etag`. The `metadata` and `effective_value` cannot be updated through this API. Note: the supplied setting will perform a full overwrite of the `local_value` field.",
|
340 | 348 | "flatPath": "v1/organizations/{organizationsId}/settings/{settingsId}",
|
341 | 349 | "httpMethod": "PATCH",
|
|
370 | 378 | "projects": {
|
371 | 379 | "resources": {
|
372 | 380 | "settings": {
|
| 381 | +"deprecated": true, |
373 | 382 | "methods": {
|
374 | 383 | "get": {
|
| 384 | +"deprecated": true, |
375 | 385 | "description": "Returns a specified setting. Returns a `google.rpc.Status` with `google.rpc.Code.NOT_FOUND` if the setting does not exist.",
|
376 | 386 | "flatPath": "v1/projects/{projectsId}/settings/{settingsId}",
|
377 | 387 | "httpMethod": "GET",
|
|
414 | 424 | ]
|
415 | 425 | },
|
416 | 426 | "list": {
|
| 427 | +"deprecated": true, |
417 | 428 | "description": "Lists all the settings that are available on the Cloud resource `parent`.",
|
418 | 429 | "flatPath": "v1/projects/{projectsId}/settings",
|
419 | 430 | "httpMethod": "GET",
|
|
467 | 478 | ]
|
468 | 479 | },
|
469 | 480 | "patch": {
|
| 481 | +"deprecated": true, |
470 | 482 | "description": "Updates a specified setting. Returns a `google.rpc.Status` with `google.rpc.Code.NOT_FOUND` if the setting does not exist. Returns a `google.rpc.Status` with `google.rpc.Code.FAILED_PRECONDITION` if the setting is flagged as read only. Returns a `google.rpc.Status` with `google.rpc.Code.ABORTED` if the etag supplied in the request does not match the persisted etag of the setting value. On success, the response will contain only `name`, `local_value` and `etag`. The `metadata` and `effective_value` cannot be updated through this API. Note: the supplied setting will perform a full overwrite of the `local_value` field.",
|
471 | 483 | "flatPath": "v1/projects/{projectsId}/settings/{settingsId}",
|
472 | 484 | "httpMethod": "PATCH",
|
|
499 | 511 | }
|
500 | 512 | }
|
501 | 513 | },
|
502 |
| -"revision": "20240526", |
| 514 | +"revision": "20240602", |
503 | 515 | "rootUrl": "https://resourcesettings.googleapis.com/",
|
504 | 516 | "schemas": {
|
505 | 517 | "GoogleCloudResourcesettingsV1ListSettingsResponse": {
|
|
0 commit comments