Skip to content

Commit 6a0da67

Browse files
feat(serviceconsumermanagement): update the api
#### serviceconsumermanagement:v1 The following keys were added: - schemas.SelectiveGapicGeneration.properties.generateOmittedAsInternal.type (Total Keys: 1) #### serviceconsumermanagement:v1beta1 The following keys were added: - schemas.SelectiveGapicGeneration.properties.generateOmittedAsInternal.type (Total Keys: 1)
1 parent 8703bde commit 6a0da67

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

googleapiclient/discovery_cache/documents/serviceconsumermanagement.v1.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@
542542
}
543543
}
544544
},
545-
"revision": "20241210",
545+
"revision": "20250130",
546546
"rootUrl": "https://serviceconsumermanagement.googleapis.com/",
547547
"schemas": {
548548
"AddTenantProjectRequest": {
@@ -2240,7 +2240,7 @@
22402240
"id": "Page",
22412241
"properties": {
22422242
"content": {
2243-
"description": "The Markdown content of the page. You can use (== include {path} ==) to include content from a Markdown file. The content can be used to produce the documentation page such as HTML format page.",
2243+
"description": "The Markdown content of the page. You can use ```(== include {path} ==)``` to include content from a Markdown file. The content can be used to produce the documentation page such as HTML format page.",
22442244
"type": "string"
22452245
},
22462246
"name": {
@@ -2500,6 +2500,10 @@
25002500
"description": "This message is used to configure the generation of a subset of the RPCs in a service for client libraries.",
25012501
"id": "SelectiveGapicGeneration",
25022502
"properties": {
2503+
"generateOmittedAsInternal": {
2504+
"description": "Setting this to true indicates to the client generators that methods that would be excluded from the generation should instead be generated in a way that indicates these methods should not be consumed by end users. How this is expressed is up to individual language implementations to decide. Some examples may be: added annotations, obfuscated identifiers, or other language idiomatic patterns.",
2505+
"type": "boolean"
2506+
},
25032507
"methods": {
25042508
"description": "An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.",
25052509
"items": {

googleapiclient/discovery_cache/documents/serviceconsumermanagement.v1beta1.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@
715715
}
716716
}
717717
},
718-
"revision": "20241205",
718+
"revision": "20250130",
719719
"rootUrl": "https://serviceconsumermanagement.googleapis.com/",
720720
"schemas": {
721721
"Api": {
@@ -2289,7 +2289,7 @@
22892289
"id": "Page",
22902290
"properties": {
22912291
"content": {
2292-
"description": "The Markdown content of the page. You can use (== include {path} ==) to include content from a Markdown file. The content can be used to produce the documentation page such as HTML format page.",
2292+
"description": "The Markdown content of the page. You can use ```(== include {path} ==)``` to include content from a Markdown file. The content can be used to produce the documentation page such as HTML format page.",
22932293
"type": "string"
22942294
},
22952295
"name": {
@@ -2502,6 +2502,10 @@
25022502
"description": "This message is used to configure the generation of a subset of the RPCs in a service for client libraries.",
25032503
"id": "SelectiveGapicGeneration",
25042504
"properties": {
2505+
"generateOmittedAsInternal": {
2506+
"description": "Setting this to true indicates to the client generators that methods that would be excluded from the generation should instead be generated in a way that indicates these methods should not be consumed by end users. How this is expressed is up to individual language implementations to decide. Some examples may be: added annotations, obfuscated identifiers, or other language idiomatic patterns.",
2507+
"type": "boolean"
2508+
},
25052509
"methods": {
25062510
"description": "An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.",
25072511
"items": {

0 commit comments

Comments
 (0)