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.CommonLanguageSettings.properties.selectiveGapicGeneration.$ref (Total Keys: 1)
- schemas.SelectiveGapicGeneration (Total Keys: 4)

#### serviceusage:v1beta1

The following keys were added:
- schemas.CommonLanguageSettings.properties.selectiveGapicGeneration.$ref (Total Keys: 1)
- schemas.SelectiveGapicGeneration (Total Keys: 4)
  • Loading branch information
yoshi-automation committed Oct 1, 2024
1 parent 8452c9b commit 1fc9055
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
20 changes: 19 additions & 1 deletion googleapiclient/discovery_cache/documents/serviceusage.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
}
}
},
"revision": "20240905",
"revision": "20240919",
"rootUrl": "https://serviceusage.googleapis.com/",
"schemas": {
"AddEnableRulesMetadata": {
Expand Down Expand Up @@ -1003,6 +1003,10 @@
"deprecated": true,
"description": "Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest",
"type": "string"
},
"selectiveGapicGeneration": {
"$ref": "SelectiveGapicGeneration",
"description": "Configuration for which RPCs should be generated in the GAPIC client."
}
},
"type": "object"
Expand Down Expand Up @@ -3142,6 +3146,20 @@
},
"type": "object"
},
"SelectiveGapicGeneration": {
"description": "This message is used to configure the generation of a subset of the RPCs in a service for client libraries.",
"id": "SelectiveGapicGeneration",
"properties": {
"methods": {
"description": "An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"ServiceIdentity": {
"description": "Service identity for a service. This is the identity that service producer should use to access consumer resources.",
"id": "ServiceIdentity",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@
}
}
},
"revision": "20240905",
"revision": "20240919",
"rootUrl": "https://serviceusage.googleapis.com/",
"schemas": {
"AddEnableRulesMetadata": {
Expand Down Expand Up @@ -1521,6 +1521,10 @@
"deprecated": true,
"description": "Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest",
"type": "string"
},
"selectiveGapicGeneration": {
"$ref": "SelectiveGapicGeneration",
"description": "Configuration for which RPCs should be generated in the GAPIC client."
}
},
"type": "object"
Expand Down Expand Up @@ -3941,6 +3945,20 @@
},
"type": "object"
},
"SelectiveGapicGeneration": {
"description": "This message is used to configure the generation of a subset of the RPCs in a service for client libraries.",
"id": "SelectiveGapicGeneration",
"properties": {
"methods": {
"description": "An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Service": {
"description": "A service that is available for use by the consumer.",
"id": "Service",
Expand Down

0 comments on commit 1fc9055

Please sign in to comment.