Skip to content

Commit

Permalink
feat(serviceusage): update the api
Browse files Browse the repository at this point in the history
#### serviceusage:v1

The following keys were added:
- schemas.UpdateConsumerPolicyMetadata (Total Keys: 2)

#### serviceusage:v1beta1

The following keys were added:
- schemas.UpdateConsumerPolicyMetadata (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Jul 18, 2023
1 parent 0cc4257 commit ae56f6f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
}
}
},
"revision": "20230708",
"revision": "20230716",
"rootUrl": "https://serviceusage.googleapis.com/",
"schemas": {
"AddEnableRulesMetadata": {
Expand Down Expand Up @@ -3077,6 +3077,12 @@
"properties": {},
"type": "object"
},
"UpdateConsumerPolicyMetadata": {
"description": "Metadata for the `UpdateConsumerPolicy` method.",
"id": "UpdateConsumerPolicyMetadata",
"properties": {},
"type": "object"
},
"Usage": {
"description": "Configuration controlling usage of a service.",
"id": "Usage",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@
}
}
},
"revision": "20230708",
"revision": "20230716",
"rootUrl": "https://serviceusage.googleapis.com/",
"schemas": {
"AddEnableRulesMetadata": {
Expand Down Expand Up @@ -3911,6 +3911,12 @@
"properties": {},
"type": "object"
},
"UpdateConsumerPolicyMetadata": {
"description": "Metadata for the `UpdateConsumerPolicy` method.",
"id": "UpdateConsumerPolicyMetadata",
"properties": {},
"type": "object"
},
"Usage": {
"description": "Configuration controlling usage of a service.",
"id": "Usage",
Expand Down

0 comments on commit ae56f6f

Please sign in to comment.