Skip to content

Commit ae56f6f

Browse files
feat(serviceusage): update the api
#### serviceusage:v1 The following keys were added: - schemas.UpdateConsumerPolicyMetadata (Total Keys: 2) #### serviceusage:v1beta1 The following keys were added: - schemas.UpdateConsumerPolicyMetadata (Total Keys: 2)
1 parent 0cc4257 commit ae56f6f

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

googleapiclient/discovery_cache/documents/serviceusage.v1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@
426426
}
427427
}
428428
},
429-
"revision": "20230708",
429+
"revision": "20230716",
430430
"rootUrl": "https://serviceusage.googleapis.com/",
431431
"schemas": {
432432
"AddEnableRulesMetadata": {
@@ -3077,6 +3077,12 @@
30773077
"properties": {},
30783078
"type": "object"
30793079
},
3080+
"UpdateConsumerPolicyMetadata": {
3081+
"description": "Metadata for the `UpdateConsumerPolicy` method.",
3082+
"id": "UpdateConsumerPolicyMetadata",
3083+
"properties": {},
3084+
"type": "object"
3085+
},
30803086
"Usage": {
30813087
"description": "Configuration controlling usage of a service.",
30823088
"id": "Usage",

googleapiclient/discovery_cache/documents/serviceusage.v1beta1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@
964964
}
965965
}
966966
},
967-
"revision": "20230708",
967+
"revision": "20230716",
968968
"rootUrl": "https://serviceusage.googleapis.com/",
969969
"schemas": {
970970
"AddEnableRulesMetadata": {
@@ -3911,6 +3911,12 @@
39113911
"properties": {},
39123912
"type": "object"
39133913
},
3914+
"UpdateConsumerPolicyMetadata": {
3915+
"description": "Metadata for the `UpdateConsumerPolicy` method.",
3916+
"id": "UpdateConsumerPolicyMetadata",
3917+
"properties": {},
3918+
"type": "object"
3919+
},
39143920
"Usage": {
39153921
"description": "Configuration controlling usage of a service.",
39163922
"id": "Usage",

0 commit comments

Comments
 (0)