@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.
Files changed (3) hide show
  1. package/index.d.ts +7 -4
  2. package/package.json +1 -1
  3. 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: 20230309
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
- /** Version of the API to apply these settings to. */
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: method_behavior: - selector: CreateAdDomain long_running: initial_poll_delay: seconds: 60 # 1 minute poll_delay_multiplier: 1.5 max_poll_delay:
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.serviceusage-v1beta1",
3
- "version": "0.0.20230309",
3
+ "version": "0.0.20230322",
4
4
  "description": "TypeScript typings for Service Usage API v1beta1",
5
5
  "license": "MIT",
6
6
  "author": {
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: 20230309
6
+ // Revision: 20230322
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */