@maxim_mazurok/gapi.client.serviceusage-v1beta1 0.0.20230309 → 0.0.20230322
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 +7 -4
- package/package.json +1 -1
- package/tests.ts +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://serviceusage.googleapis.com/$discovery/rest?version=v1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230322
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -222,7 +222,10 @@ declare namespace gapi.client {
|
|
|
222
222
|
restNumericEnums?: boolean;
|
|
223
223
|
/** Settings for Ruby client libraries. */
|
|
224
224
|
rubySettings?: RubySettings;
|
|
225
|
-
/**
|
|
225
|
+
/**
|
|
226
|
+
* Version of the API to apply these settings to. This is the full protobuf package for the API, ending in the version element. Examples: "google.cloud.speech.v1" and
|
|
227
|
+
* "google.spanner.admin.database.v1".
|
|
228
|
+
*/
|
|
226
229
|
version?: string;
|
|
227
230
|
}
|
|
228
231
|
interface CommonLanguageSettings {
|
|
@@ -824,8 +827,8 @@ declare namespace gapi.client {
|
|
|
824
827
|
interface MethodSettings {
|
|
825
828
|
/**
|
|
826
829
|
* Describes settings to use for long-running operations when generating API methods for RPCs. Complements RPCs that use the annotations in google/longrunning/operations.proto. Example
|
|
827
|
-
* of a YAML configuration:: publishing:
|
|
828
|
-
* seconds: 360 # 6 minutes total_poll_timeout: seconds: 54000 # 90 minutes
|
|
830
|
+
* of a YAML configuration:: publishing: method_settings: - selector: google.cloud.speech.v2.Speech.BatchRecognize long_running: initial_poll_delay: seconds: 60 # 1 minute
|
|
831
|
+
* poll_delay_multiplier: 1.5 max_poll_delay: seconds: 360 # 6 minutes total_poll_timeout: seconds: 54000 # 90 minutes
|
|
829
832
|
*/
|
|
830
833
|
longRunning?: LongRunning;
|
|
831
834
|
/** The fully qualified name of the method, for which the options below apply. This is used to find the method to apply the options. */
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230322
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|