Skip to content

Commit 0cc4257

Browse files
feat(servicemanagement): update the api
#### servicemanagement:v1 The following keys were added: - schemas.BackendRule.properties.minDeadline.deprecated (Total Keys: 1) - schemas.CommonLanguageSettings.properties.referenceDocsUri.deprecated (Total Keys: 1) - schemas.Endpoint.properties.aliases.deprecated (Total Keys: 1) - schemas.MetricDescriptorMetadata.properties.launchStage.deprecated (Total Keys: 1)
1 parent b81f28f commit 0cc4257

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

googleapiclient/discovery_cache/documents/servicemanagement.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@
830830
}
831831
}
832832
},
833-
"revision": "20230623",
833+
"revision": "20230707",
834834
"rootUrl": "https://servicemanagement.googleapis.com/",
835835
"schemas": {
836836
"Advice": {
@@ -1078,6 +1078,7 @@
10781078
"type": "string"
10791079
},
10801080
"minDeadline": {
1081+
"deprecated": true,
10811082
"description": "Deprecated, do not use.",
10821083
"format": "double",
10831084
"type": "number"
@@ -1279,6 +1280,7 @@
12791280
"type": "array"
12801281
},
12811282
"referenceDocsUri": {
1283+
"deprecated": true,
12821284
"description": "Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest",
12831285
"type": "string"
12841286
}
@@ -1675,6 +1677,7 @@
16751677
"id": "Endpoint",
16761678
"properties": {
16771679
"aliases": {
1680+
"deprecated": true,
16781681
"description": "Unimplemented. Dot not use. DEPRECATED: This field is no longer supported. Instead of using aliases, please specify multiple google.api.Endpoint for each of the intended aliases. Additional names that this endpoint will be hosted on.",
16791682
"items": {
16801683
"type": "string"
@@ -2497,6 +2500,7 @@
24972500
"type": "string"
24982501
},
24992502
"launchStage": {
2503+
"deprecated": true,
25002504
"description": "Deprecated. Must use the MetricDescriptor.launch_stage instead.",
25012505
"enum": [
25022506
"LAUNCH_STAGE_UNSPECIFIED",

0 commit comments

Comments
 (0)