Skip to content

Commit a5e25b3

Browse files
feat(resourcesettings): update the api
#### resourcesettings:v1 The following keys were added: - resources.folders.resources.settings (Total Keys: 4) - resources.organizations.resources.settings (Total Keys: 4) - resources.projects.resources.settings (Total Keys: 4)
1 parent b56b2b1 commit a5e25b3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

googleapiclient/discovery_cache/documents/resourcesettings.v1.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,10 @@
108108
"folders": {
109109
"resources": {
110110
"settings": {
111+
"deprecated": true,
111112
"methods": {
112113
"get": {
114+
"deprecated": true,
113115
"description": "Returns a specified setting. Returns a `google.rpc.Status` with `google.rpc.Code.NOT_FOUND` if the setting does not exist.",
114116
"flatPath": "v1/folders/{foldersId}/settings/{settingsId}",
115117
"httpMethod": "GET",
@@ -152,6 +154,7 @@
152154
]
153155
},
154156
"list": {
157+
"deprecated": true,
155158
"description": "Lists all the settings that are available on the Cloud resource `parent`.",
156159
"flatPath": "v1/folders/{foldersId}/settings",
157160
"httpMethod": "GET",
@@ -205,6 +208,7 @@
205208
]
206209
},
207210
"patch": {
211+
"deprecated": true,
208212
"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.",
209213
"flatPath": "v1/folders/{foldersId}/settings/{settingsId}",
210214
"httpMethod": "PATCH",
@@ -239,8 +243,10 @@
239243
"organizations": {
240244
"resources": {
241245
"settings": {
246+
"deprecated": true,
242247
"methods": {
243248
"get": {
249+
"deprecated": true,
244250
"description": "Returns a specified setting. Returns a `google.rpc.Status` with `google.rpc.Code.NOT_FOUND` if the setting does not exist.",
245251
"flatPath": "v1/organizations/{organizationsId}/settings/{settingsId}",
246252
"httpMethod": "GET",
@@ -283,6 +289,7 @@
283289
]
284290
},
285291
"list": {
292+
"deprecated": true,
286293
"description": "Lists all the settings that are available on the Cloud resource `parent`.",
287294
"flatPath": "v1/organizations/{organizationsId}/settings",
288295
"httpMethod": "GET",
@@ -336,6 +343,7 @@
336343
]
337344
},
338345
"patch": {
346+
"deprecated": true,
339347
"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.",
340348
"flatPath": "v1/organizations/{organizationsId}/settings/{settingsId}",
341349
"httpMethod": "PATCH",
@@ -370,8 +378,10 @@
370378
"projects": {
371379
"resources": {
372380
"settings": {
381+
"deprecated": true,
373382
"methods": {
374383
"get": {
384+
"deprecated": true,
375385
"description": "Returns a specified setting. Returns a `google.rpc.Status` with `google.rpc.Code.NOT_FOUND` if the setting does not exist.",
376386
"flatPath": "v1/projects/{projectsId}/settings/{settingsId}",
377387
"httpMethod": "GET",
@@ -414,6 +424,7 @@
414424
]
415425
},
416426
"list": {
427+
"deprecated": true,
417428
"description": "Lists all the settings that are available on the Cloud resource `parent`.",
418429
"flatPath": "v1/projects/{projectsId}/settings",
419430
"httpMethod": "GET",
@@ -467,6 +478,7 @@
467478
]
468479
},
469480
"patch": {
481+
"deprecated": true,
470482
"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.",
471483
"flatPath": "v1/projects/{projectsId}/settings/{settingsId}",
472484
"httpMethod": "PATCH",
@@ -499,7 +511,7 @@
499511
}
500512
}
501513
},
502-
"revision": "20240526",
514+
"revision": "20240602",
503515
"rootUrl": "https://resourcesettings.googleapis.com/",
504516
"schemas": {
505517
"GoogleCloudResourcesettingsV1ListSettingsResponse": {

0 commit comments

Comments
 (0)