@maxim_mazurok/gapi.client.metastore-v1alpha 0.0.20240305 → 0.0.20240312

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 -33
  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=v1alpha
12
- // Revision: 20240305
12
+ // Revision: 20240312
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1602,37 +1602,6 @@ declare namespace gapi.client {
1602
1602
  body: MetadataImport
1603
1603
  ): Request<Operation>;
1604
1604
  }
1605
- interface MigrationExecutionsResource {
1606
- /** Deletes a single migration execution. */
1607
- delete(request?: {
1608
- /** V1 error format. */
1609
- '$.xgafv'?: string;
1610
- /** OAuth access token. */
1611
- access_token?: string;
1612
- /** Data format for response. */
1613
- alt?: string;
1614
- /** JSONP */
1615
- callback?: string;
1616
- /** Selector specifying which fields to include in a partial response. */
1617
- fields?: string;
1618
- /** 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. */
1619
- key?: string;
1620
- /** Required. The relative resource name of the migrationExecution to delete, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/migrationExecutions/{migration_execution_id}. */
1621
- name: string;
1622
- /** OAuth 2.0 token for the current user. */
1623
- oauth_token?: string;
1624
- /** Returns response with indentations and line breaks. */
1625
- prettyPrint?: boolean;
1626
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1627
- quotaUser?: string;
1628
- /** Optional. A request ID. Specify a unique request ID to allow the server to ignore the request if it has completed. The server will ignore subsequent requests that provide a duplicate request ID for at least 60 minutes after the first request.For example, if an initial request times out, followed by another request with the same request ID, the server ignores the second request to prevent the creation of duplicate commitments.The request ID must be a valid UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier#Format) A zero UUID (00000000-0000-0000-0000-000000000000) is not supported. */
1629
- requestId?: string;
1630
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1631
- upload_protocol?: string;
1632
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1633
- uploadType?: string;
1634
- }): Request<Operation>;
1635
- }
1636
1605
  interface ServicesResource {
1637
1606
  /** Alter metadata resource location. The metadata resource can be a database, table, or partition. This functionality only updates the parent directory for the respective metadata resource and does not transfer any existing data to the new location. */
1638
1607
  alterLocation(request: {
@@ -2327,7 +2296,6 @@ declare namespace gapi.client {
2327
2296
  backups: BackupsResource;
2328
2297
  databases: DatabasesResource;
2329
2298
  metadataImports: MetadataImportsResource;
2330
- migrationExecutions: MigrationExecutionsResource;
2331
2299
  }
2332
2300
  interface LocationsResource {
2333
2301
  /** Gets information about a location. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.metastore-v1alpha",
3
- "version": "0.0.20240305",
3
+ "version": "0.0.20240312",
4
4
  "description": "TypeScript typings for Dataproc Metastore API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",