@maxim_mazurok/gapi.client.metastore-v1 0.0.20250501 → 0.0.20250514

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 (2) hide show
  1. package/index.d.ts +14 -1
  2. 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: 20250501
12
+ // Revision: 20250514
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -339,6 +339,7 @@ declare namespace gapi.client {
339
339
  /** Optional. The hour of day (0-23) when the window starts. */
340
340
  hourOfDay?: number;
341
341
  }
342
+ interface MessageSet {}
342
343
  interface MetadataExport {
343
344
  /** Output only. The type of the database dump. */
344
345
  databaseDumpType?: string;
@@ -582,6 +583,18 @@ declare namespace gapi.client {
582
583
  /** A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client. */
583
584
  message?: string;
584
585
  }
586
+ interface StatusProto {
587
+ /** copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 canonical_code = 6; */
588
+ canonicalCode?: number;
589
+ /** Numeric code drawn from the space specified below. Often, this is the canonical error space, and code is drawn from google3/util/task/codes.proto copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 code = 1; */
590
+ code?: number;
591
+ /** Detail message copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional string message = 3; */
592
+ message?: string;
593
+ /** message_set associates an arbitrary proto message with the status. copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional proto2.bridge.MessageSet message_set = 5; */
594
+ messageSet?: any;
595
+ /** copybara:strip_begin(b/383363683) Space to which this status belongs copybara:strip_end_and_replace optional string space = 2; // Space to which this status belongs */
596
+ space?: string;
597
+ }
585
598
  interface TelemetryConfig {
586
599
  /** Optional. The output format of the Dataproc Metastore service's logs. */
587
600
  logFormat?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.metastore-v1",
3
- "version": "0.0.20250501",
3
+ "version": "0.0.20250514",
4
4
  "description": "TypeScript typings for Dataproc Metastore API v1",
5
5
  "repository": {
6
6
  "type": "git",