@maxim_mazurok/gapi.client.metastore-v1 0.0.20250529 → 0.0.20250622
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 +5 -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://metastore.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250622
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -212,6 +212,8 @@ declare namespace gapi.client {
|
|
|
212
212
|
state?: string;
|
|
213
213
|
/** Output only. Additional information about the current state of the metastore federation, if available. */
|
|
214
214
|
stateMessage?: string;
|
|
215
|
+
/** Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: "123/environment": "production", "123/costCenter": "marketing" */
|
|
216
|
+
tags?: {[P in string]: string};
|
|
215
217
|
/** Output only. The globally unique resource identifier of the metastore federation. */
|
|
216
218
|
uid?: string;
|
|
217
219
|
/** Output only. The time when the metastore federation was last updated. */
|
|
@@ -554,6 +556,8 @@ declare namespace gapi.client {
|
|
|
554
556
|
state?: string;
|
|
555
557
|
/** Output only. Additional information about the current state of the metastore service, if available. */
|
|
556
558
|
stateMessage?: string;
|
|
559
|
+
/** Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: "123/environment": "production", "123/costCenter": "marketing" */
|
|
560
|
+
tags?: {[P in string]: string};
|
|
557
561
|
/** Optional. The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON. */
|
|
558
562
|
telemetryConfig?: TelemetryConfig;
|
|
559
563
|
/** Optional. The tier of the service. */
|