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
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
@@ -255,11 +255,11 @@ <h3>Method Details</h3>
255
255
{ # A documentation rule provides information about individual API elements.
256
256
"deprecationDescription": "A String", # Deprecation description of the selected element(s). It can be provided if an element is marked as `deprecated`.
257
257
"description": "A String", # Description of the selected proto element (e.g. a message, a method, a 'service' definition, or a field). Defaults to leading & trailing comments taken from the proto source definition of the proto element.
258
-
"disableReplacementWords": "A String", # String of comma or space separated case-sensitive words for which method/field name replacement will be disabled by go/api-docgen.
258
+
"disableReplacementWords": "A String", # String of comma or space separated case-sensitive words for which method/field name replacement will be disabled.
259
259
"selector": "A String", # The selector is a comma-separated list of patterns for any element such as a method, a field, an enum value. Each pattern is a qualified name of the element which may end in "*", indicating a wildcard. Wildcards are only allowed at the end and for a whole component of the qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more components. To specify a default for all applicable elements, the whole pattern "*" is used.
260
260
},
261
261
],
262
-
"sectionOverrides": [ # Specifies section and content to override boilerplate content provided by go/api-docgen. Currently overrides following sections: 1. rest.service.client_libraries
262
+
"sectionOverrides": [ # Specifies section and content to override the boilerplate content. 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
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`.
@@ -563,11 +563,11 @@ <h3>Method Details</h3>
563
563
{ # A documentation rule provides information about individual API elements.
564
564
"deprecationDescription": "A String", # Deprecation description of the selected element(s). It can be provided if an element is marked as `deprecated`.
565
565
"description": "A String", # Description of the selected proto element (e.g. a message, a method, a 'service' definition, or a field). Defaults to leading & trailing comments taken from the proto source definition of the proto element.
566
-
"disableReplacementWords": "A String", # String of comma or space separated case-sensitive words for which method/field name replacement will be disabled by go/api-docgen.
566
+
"disableReplacementWords": "A String", # String of comma or space separated case-sensitive words for which method/field name replacement will be disabled.
567
567
"selector": "A String", # The selector is a comma-separated list of patterns for any element such as a method, a field, an enum value. Each pattern is a qualified name of the element which may end in "*", indicating a wildcard. Wildcards are only allowed at the end and for a whole component of the qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more components. To specify a default for all applicable elements, the whole pattern "*" is used.
568
568
},
569
569
],
570
-
"sectionOverrides": [ # Specifies section and content to override boilerplate content provided by go/api-docgen. Currently overrides following sections: 1. rest.service.client_libraries
570
+
"sectionOverrides": [ # Specifies section and content to override the boilerplate content. 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
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`.
@@ -786,11 +786,11 @@ <h3>Method Details</h3>
786
786
{ # A documentation rule provides information about individual API elements.
787
787
"deprecationDescription": "A String", # Deprecation description of the selected element(s). It can be provided if an element is marked as `deprecated`.
788
788
"description": "A String", # Description of the selected proto element (e.g. a message, a method, a 'service' definition, or a field). Defaults to leading & trailing comments taken from the proto source definition of the proto element.
789
-
"disableReplacementWords": "A String", # String of comma or space separated case-sensitive words for which method/field name replacement will be disabled by go/api-docgen.
789
+
"disableReplacementWords": "A String", # String of comma or space separated case-sensitive words for which method/field name replacement will be disabled.
790
790
"selector": "A String", # The selector is a comma-separated list of patterns for any element such as a method, a field, an enum value. Each pattern is a qualified name of the element which may end in "*", indicating a wildcard. Wildcards are only allowed at the end and for a whole component of the qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more components. To specify a default for all applicable elements, the whole pattern "*" is used.
791
791
},
792
792
],
793
-
"sectionOverrides": [ # Specifies section and content to override boilerplate content provided by go/api-docgen. Currently overrides following sections: 1. rest.service.client_libraries
793
+
"sectionOverrides": [ # Specifies section and content to override the boilerplate content. 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
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`.
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
@@ -379,11 +379,11 @@ <h3>Method Details</h3>
379
379
{ # A documentation rule provides information about individual API elements.
380
380
"deprecationDescription": "A String", # Deprecation description of the selected element(s). It can be provided if an element is marked as `deprecated`.
381
381
"description": "A String", # Description of the selected proto element (e.g. a message, a method, a 'service' definition, or a field). Defaults to leading & trailing comments taken from the proto source definition of the proto element.
382
-
"disableReplacementWords": "A String", # String of comma or space separated case-sensitive words for which method/field name replacement will be disabled by go/api-docgen.
382
+
"disableReplacementWords": "A String", # String of comma or space separated case-sensitive words for which method/field name replacement will be disabled.
383
383
"selector": "A String", # The selector is a comma-separated list of patterns for any element such as a method, a field, an enum value. Each pattern is a qualified name of the element which may end in "*", indicating a wildcard. Wildcards are only allowed at the end and for a whole component of the qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more components. To specify a default for all applicable elements, the whole pattern "*" is used.
384
384
},
385
385
],
386
-
"sectionOverrides": [ # Specifies section and content to override boilerplate content provided by go/api-docgen. Currently overrides following sections: 1. rest.service.client_libraries
386
+
"sectionOverrides": [ # Specifies section and content to override the boilerplate content. 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
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`.
@@ -602,11 +602,11 @@ <h3>Method Details</h3>
602
602
{ # A documentation rule provides information about individual API elements.
603
603
"deprecationDescription": "A String", # Deprecation description of the selected element(s). It can be provided if an element is marked as `deprecated`.
604
604
"description": "A String", # Description of the selected proto element (e.g. a message, a method, a 'service' definition, or a field). Defaults to leading & trailing comments taken from the proto source definition of the proto element.
605
-
"disableReplacementWords": "A String", # String of comma or space separated case-sensitive words for which method/field name replacement will be disabled by go/api-docgen.
605
+
"disableReplacementWords": "A String", # String of comma or space separated case-sensitive words for which method/field name replacement will be disabled.
606
606
"selector": "A String", # The selector is a comma-separated list of patterns for any element such as a method, a field, an enum value. Each pattern is a qualified name of the element which may end in "*", indicating a wildcard. Wildcards are only allowed at the end and for a whole component of the qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more components. To specify a default for all applicable elements, the whole pattern "*" is used.
607
607
},
608
608
],
609
-
"sectionOverrides": [ # Specifies section and content to override boilerplate content provided by go/api-docgen. Currently overrides following sections: 1. rest.service.client_libraries
609
+
"sectionOverrides": [ # Specifies section and content to override the boilerplate content. 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
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`.
"description": "Aspect represents Generic aspect. It is used to configure an aspect without making direct changes to service.proto",
626
+
"id": "Aspect",
627
+
"properties": {
628
+
"kind": {
629
+
"description": "The type of this aspect configuration.",
630
+
"type": "string"
631
+
},
632
+
"spec": {
633
+
"additionalProperties": {
634
+
"description": "Properties of the object.",
635
+
"type": "any"
636
+
},
637
+
"description": "Content of the configuration. The underlying schema should be defined by Aspect owners as protobuf message under `apiserving/configaspects/proto`.",
638
+
"type": "object"
639
+
}
640
+
},
641
+
"type": "object"
642
+
},
624
643
"AuthProvider": {
625
644
"description": "Configuration for an authentication provider, including support for [JSON Web Token (JWT)](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32).",
626
645
"id": "AuthProvider",
@@ -752,6 +771,10 @@
752
771
"description": "The JWT audience is used when generating a JWT ID token for the backend. This ID token will be added in the HTTP \"authorization\" header, and sent to the backend.",
753
772
"type": "string"
754
773
},
774
+
"loadBalancingPolicy": {
775
+
"description": "The load balancing policy used for connection to the application backend. Defined as an arbitrary string to accomondate custom load balancing policies supported by the underlying channel, but suggest most users use one of the standard policies, such as the default, \"RoundRobin\".",
776
+
"type": "string"
777
+
},
755
778
"minDeadline": {
756
779
"deprecated": true,
757
780
"description": "Deprecated, do not use.",
@@ -1260,7 +1283,7 @@
1260
1283
"type": "array"
1261
1284
},
1262
1285
"sectionOverrides": {
1263
-
"description": "Specifies section and content to override boilerplate content provided by go/api-docgen. Currently overrides following sections: 1. rest.service.client_libraries",
1286
+
"description": "Specifies section and content to override the boilerplate content. Currently overrides following sections: 1. rest.service.client_libraries",
1264
1287
"items": {
1265
1288
"$ref": "Page"
1266
1289
},
@@ -1290,7 +1313,7 @@
1290
1313
"type": "string"
1291
1314
},
1292
1315
"disableReplacementWords": {
1293
-
"description": "String of comma or space separated case-sensitive words for which method/field name replacement will be disabled by go/api-docgen.",
1316
+
"description": "String of comma or space separated case-sensitive words for which method/field name replacement will be disabled.",
1294
1317
"type": "string"
1295
1318
},
1296
1319
"selector": {
@@ -1537,6 +1560,10 @@
1537
1560
"restAsyncIoEnabled": {
1538
1561
"description": "Enables generation of asynchronous REST clients if `rest` transport is enabled. By default, asynchronous REST clients will not be generated. This feature will be enabled by default 1 month after launching the feature in preview packages.",
1539
1562
"type": "boolean"
1563
+
},
1564
+
"unversionedPackageDisabled": {
1565
+
"description": "Disables generation of an unversioned Python package for this client library. This means that the module names will need to be versioned in import statements. For example `import google.cloud.library_v2` instead of `import google.cloud.library`.",
1566
+
"type": "boolean"
1540
1567
}
1541
1568
},
1542
1569
"type": "object"
@@ -1724,6 +1751,13 @@
1724
1751
},
1725
1752
"type": "array"
1726
1753
},
1754
+
"aspects": {
1755
+
"description": "Configuration aspects. This is a repeated field to allow multiple aspects to be configured. The kind field in each ConfigAspect specifies the type of aspect. The spec field contains the configuration for that aspect. The schema for the spec field is defined by the backend service owners.",
1756
+
"items": {
1757
+
"$ref": "Aspect"
1758
+
},
1759
+
"type": "array"
1760
+
},
1727
1761
"authentication": {
1728
1762
"$ref": "Authentication",
1729
1763
"description": "Auth configuration."
@@ -2065,7 +2099,7 @@
2065
2099
"description": "A message to group the analysis information.",
0 commit comments