@maxim_mazurok/gapi.client.serviceusage-v1beta1 0.0.20240905 → 0.0.20240919
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 -1
- 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://serviceusage.googleapis.com/$discovery/rest?version=v1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240919
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -204,6 +204,8 @@ declare namespace gapi.client {
|
|
|
204
204
|
destinations?: string[];
|
|
205
205
|
/** Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest */
|
|
206
206
|
referenceDocsUri?: string;
|
|
207
|
+
/** Configuration for which RPCs should be generated in the GAPIC client. */
|
|
208
|
+
selectiveGapicGeneration?: SelectiveGapicGeneration;
|
|
207
209
|
}
|
|
208
210
|
interface ConsumerPolicy {
|
|
209
211
|
/** Optional. Annotations is an unstructured key-value map stored with a policy that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. [AIP-128](https://google.aip.dev/128#annotations) */
|
|
@@ -982,6 +984,10 @@ declare namespace gapi.client {
|
|
|
982
984
|
/** Some settings. */
|
|
983
985
|
common?: CommonLanguageSettings;
|
|
984
986
|
}
|
|
987
|
+
interface SelectiveGapicGeneration {
|
|
988
|
+
/** An allowlist of the fully qualified names of RPCs that should be included on public client surfaces. */
|
|
989
|
+
methods?: string[];
|
|
990
|
+
}
|
|
985
991
|
interface Service {
|
|
986
992
|
/** The service configuration of the available service. Some fields may be filtered out of the configuration in responses to the `ListServices` method. These fields are present only in responses to the `GetService` method. */
|
|
987
993
|
config?: ServiceConfig;
|