@maxim_mazurok/gapi.client.metastore-v1alpha 0.0.20220830 → 0.0.20220905
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 -4
- package/package.json +1 -1
- package/tests.ts +1 -1
package/index.d.ts
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
11
11
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
12
12
|
// Generated from: https://metastore.googleapis.com/$discovery/rest?version=v1alpha
|
|
13
|
-
// Revision:
|
|
13
|
+
// Revision: 20220905
|
|
14
14
|
|
|
15
15
|
/// <reference types="gapi.client" />
|
|
16
16
|
|
|
@@ -483,7 +483,7 @@ declare namespace gapi.client {
|
|
|
483
483
|
metadataIntegration?: MetadataIntegration;
|
|
484
484
|
/** Output only. The metadata management activities of the metastore service. */
|
|
485
485
|
metadataManagementActivity?: MetadataManagementActivity;
|
|
486
|
-
/** Immutable. The relative resource name of the metastore service,
|
|
486
|
+
/** Immutable. The relative resource name of the metastore service, in the following format:projects/{project_number}/locations/{location_id}/services/{service_id}. */
|
|
487
487
|
name?: string;
|
|
488
488
|
/**
|
|
489
489
|
* Immutable. The relative resource name of the VPC network on which the instance can be accessed. It is specified in the following
|
|
@@ -2060,7 +2060,7 @@ declare namespace gapi.client {
|
|
|
2060
2060
|
fields?: string;
|
|
2061
2061
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2062
2062
|
key?: string;
|
|
2063
|
-
/** Immutable. The relative resource name of the metastore service,
|
|
2063
|
+
/** Immutable. The relative resource name of the metastore service, in the following format:projects/{project_number}/locations/{location_id}/services/{service_id}. */
|
|
2064
2064
|
name: string;
|
|
2065
2065
|
/** OAuth 2.0 token for the current user. */
|
|
2066
2066
|
oauth_token?: string;
|
|
@@ -2100,7 +2100,7 @@ declare namespace gapi.client {
|
|
|
2100
2100
|
fields?: string;
|
|
2101
2101
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2102
2102
|
key?: string;
|
|
2103
|
-
/** Immutable. The relative resource name of the metastore service,
|
|
2103
|
+
/** Immutable. The relative resource name of the metastore service, in the following format:projects/{project_number}/locations/{location_id}/services/{service_id}. */
|
|
2104
2104
|
name: string;
|
|
2105
2105
|
/** OAuth 2.0 token for the current user. */
|
|
2106
2106
|
oauth_token?: string;
|
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: 20220905
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|