@maxim_mazurok/gapi.client.metastore-v1 0.0.20240516 → 0.0.20240611

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 +1 -11
  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: 20240516
12
+ // Revision: 20240611
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -98,14 +98,6 @@ declare namespace gapi.client {
98
98
  /** Immutable. The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service's endpoint. It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet's primary range. The subnet is specified in the following form:projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id} */
99
99
  subnetwork?: string;
100
100
  }
101
- interface CustomRegionMetadata {
102
- /** The read-only regions for this custom region. */
103
- optionalReadOnlyRegions?: string[];
104
- /** The read-write regions for this custom region. */
105
- requiredReadWriteRegions?: string[];
106
- /** The Spanner witness region for this custom region. */
107
- witnessRegion?: string;
108
- }
109
101
  interface DatabaseDump {
110
102
  /** The type of the database. */
111
103
  databaseType?: string;
@@ -262,8 +254,6 @@ declare namespace gapi.client {
262
254
  name?: string;
263
255
  }
264
256
  interface LocationMetadata {
265
- /** Possible configurations supported if the current region is a custom region. */
266
- customRegionMetadata?: CustomRegionMetadata[];
267
257
  /** The multi-region metadata if the current region is a multi-region. */
268
258
  multiRegionMetadata?: MultiRegionMetadata;
269
259
  /** The versions of Hive Metastore that can be used when creating a new metastore service in this location. The server guarantees that exactly one HiveMetastoreVersion in the list will set is_default. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.metastore-v1",
3
- "version": "0.0.20240516",
3
+ "version": "0.0.20240611",
4
4
  "description": "TypeScript typings for Dataproc Metastore API v1",
5
5
  "repository": {
6
6
  "type": "git",