You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### 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)
Copy file name to clipboardExpand all lines: docs/dyn/serviceusage_v1.services.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,7 @@ <h3>Method Details</h3>
244
244
"overview": "A String", # 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.
245
245
"pages": [ # The top level pages for the documentation set.
246
246
{ # Represents a documentation page. A page can contain subpages to represent nested documentation set structure.
247
-
"content": "A String", # 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
+
"content": "A String", # 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.
248
248
"name": "A String", # 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`.
249
249
"subpages": [ # Subpages of this page. The order of subpages specified here will be honored in the generated docset.
250
250
# Object with schema name: Page
@@ -261,7 +261,7 @@ <h3>Method Details</h3>
261
261
],
262
262
"sectionOverrides": [ # Specifies section and content to override boilerplate content provided by go/api-docgen. Currently overrides following sections: 1. rest.service.client_libraries
263
263
{ # Represents a documentation page. A page can contain subpages to represent nested documentation set structure.
264
-
"content": "A String", # 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
+
"content": "A String", # 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.
265
265
"name": "A String", # 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`.
266
266
"subpages": [ # Subpages of this page. The order of subpages specified here will be honored in the generated docset.
267
267
# Object with schema name: Page
@@ -552,7 +552,7 @@ <h3>Method Details</h3>
552
552
"overview": "A String", # 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.
553
553
"pages": [ # The top level pages for the documentation set.
554
554
{ # Represents a documentation page. A page can contain subpages to represent nested documentation set structure.
555
-
"content": "A String", # 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
+
"content": "A String", # 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.
556
556
"name": "A String", # 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`.
557
557
"subpages": [ # Subpages of this page. The order of subpages specified here will be honored in the generated docset.
558
558
# Object with schema name: Page
@@ -569,7 +569,7 @@ <h3>Method Details</h3>
569
569
],
570
570
"sectionOverrides": [ # Specifies section and content to override boilerplate content provided by go/api-docgen. Currently overrides following sections: 1. rest.service.client_libraries
571
571
{ # Represents a documentation page. A page can contain subpages to represent nested documentation set structure.
572
-
"content": "A String", # 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
+
"content": "A String", # 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.
573
573
"name": "A String", # 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`.
574
574
"subpages": [ # Subpages of this page. The order of subpages specified here will be honored in the generated docset.
575
575
# Object with schema name: Page
@@ -775,7 +775,7 @@ <h3>Method Details</h3>
775
775
"overview": "A String", # 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.
776
776
"pages": [ # The top level pages for the documentation set.
777
777
{ # Represents a documentation page. A page can contain subpages to represent nested documentation set structure.
778
-
"content": "A String", # 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
+
"content": "A String", # 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.
779
779
"name": "A String", # 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`.
780
780
"subpages": [ # Subpages of this page. The order of subpages specified here will be honored in the generated docset.
781
781
# Object with schema name: Page
@@ -792,7 +792,7 @@ <h3>Method Details</h3>
792
792
],
793
793
"sectionOverrides": [ # Specifies section and content to override boilerplate content provided by go/api-docgen. Currently overrides following sections: 1. rest.service.client_libraries
794
794
{ # Represents a documentation page. A page can contain subpages to represent nested documentation set structure.
795
-
"content": "A String", # 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
+
"content": "A String", # 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.
796
796
"name": "A String", # 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`.
797
797
"subpages": [ # Subpages of this page. The order of subpages specified here will be honored in the generated docset.
Copy file name to clipboardExpand all lines: docs/dyn/serviceusage_v1beta1.services.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -368,7 +368,7 @@ <h3>Method Details</h3>
368
368
"overview": "A String", # 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.
369
369
"pages": [ # The top level pages for the documentation set.
370
370
{ # Represents a documentation page. A page can contain subpages to represent nested documentation set structure.
371
-
"content": "A String", # 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
+
"content": "A String", # 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.
372
372
"name": "A String", # 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`.
373
373
"subpages": [ # Subpages of this page. The order of subpages specified here will be honored in the generated docset.
374
374
# Object with schema name: Page
@@ -385,7 +385,7 @@ <h3>Method Details</h3>
385
385
],
386
386
"sectionOverrides": [ # Specifies section and content to override boilerplate content provided by go/api-docgen. Currently overrides following sections: 1. rest.service.client_libraries
387
387
{ # Represents a documentation page. A page can contain subpages to represent nested documentation set structure.
388
-
"content": "A String", # 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
+
"content": "A String", # 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.
389
389
"name": "A String", # 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`.
390
390
"subpages": [ # Subpages of this page. The order of subpages specified here will be honored in the generated docset.
391
391
# Object with schema name: Page
@@ -591,7 +591,7 @@ <h3>Method Details</h3>
591
591
"overview": "A String", # 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.
592
592
"pages": [ # The top level pages for the documentation set.
593
593
{ # Represents a documentation page. A page can contain subpages to represent nested documentation set structure.
594
-
"content": "A String", # 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
+
"content": "A String", # 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.
595
595
"name": "A String", # 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`.
596
596
"subpages": [ # Subpages of this page. The order of subpages specified here will be honored in the generated docset.
597
597
# Object with schema name: Page
@@ -608,7 +608,7 @@ <h3>Method Details</h3>
608
608
],
609
609
"sectionOverrides": [ # Specifies section and content to override boilerplate content provided by go/api-docgen. Currently overrides following sections: 1. rest.service.client_libraries
610
610
{ # Represents a documentation page. A page can contain subpages to represent nested documentation set structure.
611
-
"content": "A String", # 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
+
"content": "A String", # 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.
612
612
"name": "A String", # 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`.
613
613
"subpages": [ # Subpages of this page. The order of subpages specified here will be honored in the generated docset.
"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.",
3069
3069
"type": "string"
3070
3070
},
3071
3071
"name": {
@@ -3338,6 +3338,10 @@
3338
3338
"description": "This message is used to configure the generation of a subset of the RPCs in a service for client libraries.",
3339
3339
"id": "SelectiveGapicGeneration",
3340
3340
"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
+
},
3341
3345
"methods": {
3342
3346
"description": "An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.",
0 commit comments