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 deleted:
- schemas.GoogleApiServiceusageV2alphaEnableRule.properties.categories (Total Keys: 2)
- schemas.GoogleApiServiceusageV2alphaEnableRule.properties.groups (Total Keys: 2)

#### serviceusage:v1beta1

The following keys were deleted:
- schemas.GoogleApiServiceusageV2alphaEnableRule.properties.categories (Total Keys: 2)
- schemas.GoogleApiServiceusageV2alphaEnableRule.properties.groups (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Feb 27, 2024
1 parent e12ef37 commit 5a1312d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
16 changes: 1 addition & 15 deletions googleapiclient/discovery_cache/documents/serviceusage.v1.json
Expand Up @@ -426,7 +426,7 @@
}
}
},
"revision": "20240211",
"revision": "20240220",
"rootUrl": "https://serviceusage.googleapis.com/",
"schemas": {
"AddEnableRulesMetadata": {
Expand Down Expand Up @@ -1937,20 +1937,6 @@
"description": "The consumer policy rule that defines enabled services, groups, and categories.",
"id": "GoogleApiServiceusageV2alphaEnableRule",
"properties": {
"categories": {
"description": "The names of the categories that are enabled. Example: `categories/googleServices`.",
"items": {
"type": "string"
},
"type": "array"
},
"groups": {
"description": "The names of the service groups that are enabled. Example: `services/container.googleapis.com/groups/dependencies`.",
"items": {
"type": "string"
},
"type": "array"
},
"services": {
"description": "The names of the services that are enabled. Example: `services/storage.googleapis.com`.",
"items": {
Expand Down
Expand Up @@ -964,7 +964,7 @@
}
}
},
"revision": "20240211",
"revision": "20240220",
"rootUrl": "https://serviceusage.googleapis.com/",
"schemas": {
"AddEnableRulesMetadata": {
Expand Down Expand Up @@ -2514,20 +2514,6 @@
"description": "The consumer policy rule that defines enabled services, groups, and categories.",
"id": "GoogleApiServiceusageV2alphaEnableRule",
"properties": {
"categories": {
"description": "The names of the categories that are enabled. Example: `categories/googleServices`.",
"items": {
"type": "string"
},
"type": "array"
},
"groups": {
"description": "The names of the service groups that are enabled. Example: `services/container.googleapis.com/groups/dependencies`.",
"items": {
"type": "string"
},
"type": "array"
},
"services": {
"description": "The names of the services that are enabled. Example: `services/storage.googleapis.com`.",
"items": {
Expand Down

0 comments on commit 5a1312d

Please sign in to comment.