@maxim_mazurok/gapi.client.metastore-v1beta 0.0.20250610 → 0.0.20250707
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=v1beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250707
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -236,6 +236,8 @@ declare namespace gapi.client {
|
|
|
236
236
|
state?: string;
|
|
237
237
|
/** Output only. Additional information about the current state of the metastore federation, if available. */
|
|
238
238
|
stateMessage?: string;
|
|
239
|
+
/** Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: "123/environment": "production", "123/costCenter": "marketing" */
|
|
240
|
+
tags?: {[P in string]: string};
|
|
239
241
|
/** Output only. The globally unique resource identifier of the metastore federation. */
|
|
240
242
|
uid?: string;
|
|
241
243
|
/** Output only. The time when the metastore federation was last updated. */
|
|
@@ -607,6 +609,8 @@ declare namespace gapi.client {
|
|
|
607
609
|
state?: string;
|
|
608
610
|
/** Output only. Additional information about the current state of the metastore service, if available. */
|
|
609
611
|
stateMessage?: string;
|
|
612
|
+
/** Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: "123/environment": "production", "123/costCenter": "marketing" */
|
|
613
|
+
tags?: {[P in string]: string};
|
|
610
614
|
/** Optional. The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON. */
|
|
611
615
|
telemetryConfig?: TelemetryConfig;
|
|
612
616
|
/** Optional. The tier of the service. */
|