Skip to content

Commit 0b24932

Browse files
feat(serviceusage): update the api
#### serviceusage:v1 The following keys were added: - schemas.SelectiveGapicGeneration.properties.generateOmittedAsInternal.type (Total Keys: 1) #### serviceusage:v1beta1 The following keys were added: - schemas.SelectiveGapicGeneration.properties.generateOmittedAsInternal.type (Total Keys: 1)
1 parent 578be92 commit 0b24932

File tree

4 files changed

+22
-14
lines changed

4 files changed

+22
-14
lines changed

docs/dyn/serviceusage_v1.services.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ <h3>Method Details</h3>
244244
&quot;overview&quot;: &quot;A String&quot;, # Declares a single overview page. For example: documentation: summary: ... overview: (== include overview.md ==) This is a shortcut for the following declaration (using pages style): documentation: summary: ... pages: - name: Overview content: (== include overview.md ==) Note: you cannot specify both `overview` field and `pages` field.
245245
&quot;pages&quot;: [ # The top level pages for the documentation set.
246246
{ # Represents a documentation page. A page can contain subpages to represent nested documentation set structure.
247-
&quot;content&quot;: &quot;A String&quot;, # 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.
247+
&quot;content&quot;: &quot;A String&quot;, # 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.
248248
&quot;name&quot;: &quot;A String&quot;, # The name of the page. It will be used as an identity of the page to generate URI of the page, text of the link to this page in navigation, etc. The full page name (start from the root page name to this page concatenated with `.`) can be used as reference to the page in your documentation. For example: pages: - name: Tutorial content: (== include tutorial.md ==) subpages: - name: Java content: (== include tutorial_java.md ==) You can reference `Java` page using Markdown reference link syntax: `Java`.
249249
&quot;subpages&quot;: [ # Subpages of this page. The order of subpages specified here will be honored in the generated docset.
250250
# Object with schema name: Page
@@ -261,7 +261,7 @@ <h3>Method Details</h3>
261261
],
262262
&quot;sectionOverrides&quot;: [ # Specifies section and content to override boilerplate content provided by go/api-docgen. Currently overrides following sections: 1. rest.service.client_libraries
263263
{ # Represents a documentation page. A page can contain subpages to represent nested documentation set structure.
264-
&quot;content&quot;: &quot;A String&quot;, # 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.
264+
&quot;content&quot;: &quot;A String&quot;, # 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.
265265
&quot;name&quot;: &quot;A String&quot;, # The name of the page. It will be used as an identity of the page to generate URI of the page, text of the link to this page in navigation, etc. The full page name (start from the root page name to this page concatenated with `.`) can be used as reference to the page in your documentation. For example: pages: - name: Tutorial content: (== include tutorial.md ==) subpages: - name: Java content: (== include tutorial_java.md ==) You can reference `Java` page using Markdown reference link syntax: `Java`.
266266
&quot;subpages&quot;: [ # Subpages of this page. The order of subpages specified here will be honored in the generated docset.
267267
# Object with schema name: Page
@@ -552,7 +552,7 @@ <h3>Method Details</h3>
552552
&quot;overview&quot;: &quot;A String&quot;, # Declares a single overview page. For example: documentation: summary: ... overview: (== include overview.md ==) This is a shortcut for the following declaration (using pages style): documentation: summary: ... pages: - name: Overview content: (== include overview.md ==) Note: you cannot specify both `overview` field and `pages` field.
553553
&quot;pages&quot;: [ # The top level pages for the documentation set.
554554
{ # Represents a documentation page. A page can contain subpages to represent nested documentation set structure.
555-
&quot;content&quot;: &quot;A String&quot;, # 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.
555+
&quot;content&quot;: &quot;A String&quot;, # 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.
556556
&quot;name&quot;: &quot;A String&quot;, # The name of the page. It will be used as an identity of the page to generate URI of the page, text of the link to this page in navigation, etc. The full page name (start from the root page name to this page concatenated with `.`) can be used as reference to the page in your documentation. For example: pages: - name: Tutorial content: (== include tutorial.md ==) subpages: - name: Java content: (== include tutorial_java.md ==) You can reference `Java` page using Markdown reference link syntax: `Java`.
557557
&quot;subpages&quot;: [ # Subpages of this page. The order of subpages specified here will be honored in the generated docset.
558558
# Object with schema name: Page
@@ -569,7 +569,7 @@ <h3>Method Details</h3>
569569
],
570570
&quot;sectionOverrides&quot;: [ # Specifies section and content to override boilerplate content provided by go/api-docgen. Currently overrides following sections: 1. rest.service.client_libraries
571571
{ # Represents a documentation page. A page can contain subpages to represent nested documentation set structure.
572-
&quot;content&quot;: &quot;A String&quot;, # 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.
572+
&quot;content&quot;: &quot;A String&quot;, # 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.
573573
&quot;name&quot;: &quot;A String&quot;, # The name of the page. It will be used as an identity of the page to generate URI of the page, text of the link to this page in navigation, etc. The full page name (start from the root page name to this page concatenated with `.`) can be used as reference to the page in your documentation. For example: pages: - name: Tutorial content: (== include tutorial.md ==) subpages: - name: Java content: (== include tutorial_java.md ==) You can reference `Java` page using Markdown reference link syntax: `Java`.
574574
&quot;subpages&quot;: [ # Subpages of this page. The order of subpages specified here will be honored in the generated docset.
575575
# Object with schema name: Page
@@ -775,7 +775,7 @@ <h3>Method Details</h3>
775775
&quot;overview&quot;: &quot;A String&quot;, # Declares a single overview page. For example: documentation: summary: ... overview: (== include overview.md ==) This is a shortcut for the following declaration (using pages style): documentation: summary: ... pages: - name: Overview content: (== include overview.md ==) Note: you cannot specify both `overview` field and `pages` field.
776776
&quot;pages&quot;: [ # The top level pages for the documentation set.
777777
{ # Represents a documentation page. A page can contain subpages to represent nested documentation set structure.
778-
&quot;content&quot;: &quot;A String&quot;, # 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.
778+
&quot;content&quot;: &quot;A String&quot;, # 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.
779779
&quot;name&quot;: &quot;A String&quot;, # The name of the page. It will be used as an identity of the page to generate URI of the page, text of the link to this page in navigation, etc. The full page name (start from the root page name to this page concatenated with `.`) can be used as reference to the page in your documentation. For example: pages: - name: Tutorial content: (== include tutorial.md ==) subpages: - name: Java content: (== include tutorial_java.md ==) You can reference `Java` page using Markdown reference link syntax: `Java`.
780780
&quot;subpages&quot;: [ # Subpages of this page. The order of subpages specified here will be honored in the generated docset.
781781
# Object with schema name: Page
@@ -792,7 +792,7 @@ <h3>Method Details</h3>
792792
],
793793
&quot;sectionOverrides&quot;: [ # Specifies section and content to override boilerplate content provided by go/api-docgen. Currently overrides following sections: 1. rest.service.client_libraries
794794
{ # Represents a documentation page. A page can contain subpages to represent nested documentation set structure.
795-
&quot;content&quot;: &quot;A String&quot;, # 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.
795+
&quot;content&quot;: &quot;A String&quot;, # 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.
796796
&quot;name&quot;: &quot;A String&quot;, # The name of the page. It will be used as an identity of the page to generate URI of the page, text of the link to this page in navigation, etc. The full page name (start from the root page name to this page concatenated with `.`) can be used as reference to the page in your documentation. For example: pages: - name: Tutorial content: (== include tutorial.md ==) subpages: - name: Java content: (== include tutorial_java.md ==) You can reference `Java` page using Markdown reference link syntax: `Java`.
797797
&quot;subpages&quot;: [ # Subpages of this page. The order of subpages specified here will be honored in the generated docset.
798798
# Object with schema name: Page

docs/dyn/serviceusage_v1beta1.services.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ <h3>Method Details</h3>
368368
&quot;overview&quot;: &quot;A String&quot;, # Declares a single overview page. For example: documentation: summary: ... overview: (== include overview.md ==) This is a shortcut for the following declaration (using pages style): documentation: summary: ... pages: - name: Overview content: (== include overview.md ==) Note: you cannot specify both `overview` field and `pages` field.
369369
&quot;pages&quot;: [ # The top level pages for the documentation set.
370370
{ # Represents a documentation page. A page can contain subpages to represent nested documentation set structure.
371-
&quot;content&quot;: &quot;A String&quot;, # 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.
371+
&quot;content&quot;: &quot;A String&quot;, # 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.
372372
&quot;name&quot;: &quot;A String&quot;, # The name of the page. It will be used as an identity of the page to generate URI of the page, text of the link to this page in navigation, etc. The full page name (start from the root page name to this page concatenated with `.`) can be used as reference to the page in your documentation. For example: pages: - name: Tutorial content: (== include tutorial.md ==) subpages: - name: Java content: (== include tutorial_java.md ==) You can reference `Java` page using Markdown reference link syntax: `Java`.
373373
&quot;subpages&quot;: [ # Subpages of this page. The order of subpages specified here will be honored in the generated docset.
374374
# Object with schema name: Page
@@ -385,7 +385,7 @@ <h3>Method Details</h3>
385385
],
386386
&quot;sectionOverrides&quot;: [ # Specifies section and content to override boilerplate content provided by go/api-docgen. Currently overrides following sections: 1. rest.service.client_libraries
387387
{ # Represents a documentation page. A page can contain subpages to represent nested documentation set structure.
388-
&quot;content&quot;: &quot;A String&quot;, # 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.
388+
&quot;content&quot;: &quot;A String&quot;, # 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.
389389
&quot;name&quot;: &quot;A String&quot;, # The name of the page. It will be used as an identity of the page to generate URI of the page, text of the link to this page in navigation, etc. The full page name (start from the root page name to this page concatenated with `.`) can be used as reference to the page in your documentation. For example: pages: - name: Tutorial content: (== include tutorial.md ==) subpages: - name: Java content: (== include tutorial_java.md ==) You can reference `Java` page using Markdown reference link syntax: `Java`.
390390
&quot;subpages&quot;: [ # Subpages of this page. The order of subpages specified here will be honored in the generated docset.
391391
# Object with schema name: Page
@@ -591,7 +591,7 @@ <h3>Method Details</h3>
591591
&quot;overview&quot;: &quot;A String&quot;, # Declares a single overview page. For example: documentation: summary: ... overview: (== include overview.md ==) This is a shortcut for the following declaration (using pages style): documentation: summary: ... pages: - name: Overview content: (== include overview.md ==) Note: you cannot specify both `overview` field and `pages` field.
592592
&quot;pages&quot;: [ # The top level pages for the documentation set.
593593
{ # Represents a documentation page. A page can contain subpages to represent nested documentation set structure.
594-
&quot;content&quot;: &quot;A String&quot;, # 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.
594+
&quot;content&quot;: &quot;A String&quot;, # 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.
595595
&quot;name&quot;: &quot;A String&quot;, # The name of the page. It will be used as an identity of the page to generate URI of the page, text of the link to this page in navigation, etc. The full page name (start from the root page name to this page concatenated with `.`) can be used as reference to the page in your documentation. For example: pages: - name: Tutorial content: (== include tutorial.md ==) subpages: - name: Java content: (== include tutorial_java.md ==) You can reference `Java` page using Markdown reference link syntax: `Java`.
596596
&quot;subpages&quot;: [ # Subpages of this page. The order of subpages specified here will be honored in the generated docset.
597597
# Object with schema name: Page
@@ -608,7 +608,7 @@ <h3>Method Details</h3>
608608
],
609609
&quot;sectionOverrides&quot;: [ # Specifies section and content to override boilerplate content provided by go/api-docgen. Currently overrides following sections: 1. rest.service.client_libraries
610610
{ # Represents a documentation page. A page can contain subpages to represent nested documentation set structure.
611-
&quot;content&quot;: &quot;A String&quot;, # 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.
611+
&quot;content&quot;: &quot;A String&quot;, # 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.
612612
&quot;name&quot;: &quot;A String&quot;, # The name of the page. It will be used as an identity of the page to generate URI of the page, text of the link to this page in navigation, etc. The full page name (start from the root page name to this page concatenated with `.`) can be used as reference to the page in your documentation. For example: pages: - name: Tutorial content: (== include tutorial.md ==) subpages: - name: Java content: (== include tutorial_java.md ==) You can reference `Java` page using Markdown reference link syntax: `Java`.
613613
&quot;subpages&quot;: [ # Subpages of this page. The order of subpages specified here will be honored in the generated docset.
614614
# Object with schema name: Page

googleapiclient/discovery_cache/documents/serviceusage.v1.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@
426426
}
427427
}
428428
},
429-
"revision": "20241219",
429+
"revision": "20250130",
430430
"rootUrl": "https://serviceusage.googleapis.com/",
431431
"schemas": {
432432
"AddEnableRulesMetadata": {
@@ -3065,7 +3065,7 @@
30653065
"id": "Page",
30663066
"properties": {
30673067
"content": {
3068-
"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.",
3068+
"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.",
30693069
"type": "string"
30703070
},
30713071
"name": {
@@ -3338,6 +3338,10 @@
33383338
"description": "This message is used to configure the generation of a subset of the RPCs in a service for client libraries.",
33393339
"id": "SelectiveGapicGeneration",
33403340
"properties": {
3341+
"generateOmittedAsInternal": {
3342+
"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.",
3343+
"type": "boolean"
3344+
},
33413345
"methods": {
33423346
"description": "An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.",
33433347
"items": {

0 commit comments

Comments
 (0)