Skip to content

Commit 2eaf436

Browse files
feat(serviceconsumermanagement): update the api
#### serviceconsumermanagement: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) - schemas.V1ServiceAccount.properties.iamAccountName.deprecated (Total Keys: 1) #### serviceconsumermanagement:v1beta1 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) - schemas.V1beta1ServiceAccount.properties.iamAccountName.deprecated (Total Keys: 1)
1 parent c77cccb commit 2eaf436

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

googleapiclient/discovery_cache/documents/serviceconsumermanagement.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@
542542
}
543543
}
544544
},
545-
"revision": "20230627",
545+
"revision": "20230708",
546546
"rootUrl": "https://serviceconsumermanagement.googleapis.com/",
547547
"schemas": {
548548
"AddTenantProjectRequest": {
@@ -780,6 +780,7 @@
780780
"type": "string"
781781
},
782782
"minDeadline": {
783+
"deprecated": true,
783784
"description": "Deprecated, do not use.",
784785
"format": "double",
785786
"type": "number"
@@ -962,6 +963,7 @@
962963
"type": "array"
963964
},
964965
"referenceDocsUri": {
966+
"deprecated": true,
965967
"description": "Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest",
966968
"type": "string"
967969
}
@@ -1240,6 +1242,7 @@
12401242
"id": "Endpoint",
12411243
"properties": {
12421244
"aliases": {
1245+
"deprecated": true,
12431246
"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.",
12441247
"items": {
12451248
"type": "string"
@@ -1898,6 +1901,7 @@
18981901
"type": "string"
18991902
},
19001903
"launchStage": {
1904+
"deprecated": true,
19011905
"description": "Deprecated. Must use the MetricDescriptor.launch_stage instead.",
19021906
"enum": [
19031907
"LAUNCH_STAGE_UNSPECIFIED",
@@ -3170,6 +3174,7 @@
31703174
"type": "string"
31713175
},
31723176
"iamAccountName": {
3177+
"deprecated": true,
31733178
"description": "Deprecated. See b/136209818.",
31743179
"type": "string"
31753180
},

googleapiclient/discovery_cache/documents/serviceconsumermanagement.v1beta1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@
500500
}
501501
}
502502
},
503-
"revision": "20230627",
503+
"revision": "20230708",
504504
"rootUrl": "https://serviceconsumermanagement.googleapis.com/",
505505
"schemas": {
506506
"Api": {
@@ -689,6 +689,7 @@
689689
"type": "string"
690690
},
691691
"minDeadline": {
692+
"deprecated": true,
692693
"description": "Deprecated, do not use.",
693694
"format": "double",
694695
"type": "number"
@@ -854,6 +855,7 @@
854855
"type": "array"
855856
},
856857
"referenceDocsUri": {
858+
"deprecated": true,
857859
"description": "Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest",
858860
"type": "string"
859861
}
@@ -1110,6 +1112,7 @@
11101112
"id": "Endpoint",
11111113
"properties": {
11121114
"aliases": {
1115+
"deprecated": true,
11131116
"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.",
11141117
"items": {
11151118
"type": "string"
@@ -1732,6 +1735,7 @@
17321735
"type": "string"
17331736
},
17341737
"launchStage": {
1738+
"deprecated": true,
17351739
"description": "Deprecated. Must use the MetricDescriptor.launch_stage instead.",
17361740
"enum": [
17371741
"LAUNCH_STAGE_UNSPECIFIED",
@@ -2999,6 +3003,7 @@
29993003
"type": "string"
30003004
},
30013005
"iamAccountName": {
3006+
"deprecated": true,
30023007
"description": "Deprecated. See b/136209818.",
30033008
"type": "string"
30043009
},

0 commit comments

Comments
 (0)