@maxim_mazurok/gapi.client.servicemanagement-v1 0.0.20241018 → 0.0.20241106
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 +4 -2
- 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://servicemanagement.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20241106
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -332,6 +332,8 @@ declare namespace gapi.client {
|
|
|
332
332
|
options?: Option[];
|
|
333
333
|
}
|
|
334
334
|
interface ExperimentalFeatures {
|
|
335
|
+
/** Enables generation of protobuf code using new types that are more Pythonic which are included in `protobuf>=5.29.x`. This feature will be enabled by default 1 month after launching the feature in preview packages. */
|
|
336
|
+
protobufPythonicTypesEnabled?: boolean;
|
|
335
337
|
/** 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. */
|
|
336
338
|
restAsyncIoEnabled?: boolean;
|
|
337
339
|
}
|
|
@@ -744,7 +746,7 @@ declare namespace gapi.client {
|
|
|
744
746
|
metric?: string;
|
|
745
747
|
/** Name of the quota limit. The name must be provided, and it must be unique within the service. The name can only include alphanumeric characters as well as '-'. The maximum length of the limit name is 64 characters. */
|
|
746
748
|
name?: string;
|
|
747
|
-
/** Specify the unit of the quota limit. It uses the same syntax as
|
|
749
|
+
/** Specify the unit of the quota limit. It uses the same syntax as MetricDescriptor.unit. The supported unit kinds are determined by the quota backend system. Here are some examples: * "1/min/{project}" for quota per minute per project. Note: the order of unit components is insignificant. The "1" at the beginning is required to follow the metric unit syntax. */
|
|
748
750
|
unit?: string;
|
|
749
751
|
/** Tiered limit values. You must specify this as a key:value pair, with an integer value that is the maximum number of requests allowed for the specified unit. Currently only STANDARD is supported. */
|
|
750
752
|
values?: {[P in string]: string};
|