@maxim_mazurok/gapi.client.servicenetworking-v1beta 0.0.20250217 → 0.0.20250218
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +3 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://servicenetworking.googleapis.com/$discovery/rest?version=v1beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250218
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -306,7 +306,7 @@ declare namespace gapi.client {
|
|
|
306
306
|
pages?: Page[];
|
|
307
307
|
/** A list of documentation rules that apply to individual API elements. **NOTE:** All service configuration rules follow "last one wins" order. */
|
|
308
308
|
rules?: DocumentationRule[];
|
|
309
|
-
/** Specifies section and content to override boilerplate content
|
|
309
|
+
/** Specifies section and content to override the boilerplate content. Currently overrides following sections: 1. rest.service.client_libraries */
|
|
310
310
|
sectionOverrides?: Page[];
|
|
311
311
|
/** Specifies the service root url if the default one (the service name from the yaml file) is not suitable. This can be seen in any fully specified service urls as well as sections that show a base that other urls are relative to. */
|
|
312
312
|
serviceRootUrl?: string;
|
|
@@ -318,7 +318,7 @@ declare namespace gapi.client {
|
|
|
318
318
|
deprecationDescription?: string;
|
|
319
319
|
/** 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. */
|
|
320
320
|
description?: string;
|
|
321
|
-
/** String of comma or space separated case-sensitive words for which method/field name replacement will be disabled
|
|
321
|
+
/** String of comma or space separated case-sensitive words for which method/field name replacement will be disabled. */
|
|
322
322
|
disableReplacementWords?: string;
|
|
323
323
|
/** 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. */
|
|
324
324
|
selector?: string;
|