@maxim_mazurok/gapi.client.metastore-v1 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=v1
12
- // Revision: 20240305
12
+ // Revision: 20240312
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1365,37 +1365,6 @@ declare namespace gapi.client {
1365
1365
  body: MetadataImport
1366
1366
  ): Request<Operation>;
1367
1367
  }
1368
- interface MigrationExecutionsResource {
1369
- /** Deletes a single migration execution. */
1370
- delete(request?: {
1371
- /** V1 error format. */
1372
- '$.xgafv'?: string;
1373
- /** OAuth access token. */
1374
- access_token?: string;
1375
- /** Data format for response. */
1376
- alt?: string;
1377
- /** JSONP */
1378
- callback?: string;
1379
- /** Selector specifying which fields to include in a partial response. */
1380
- fields?: string;
1381
- /** 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. */
1382
- key?: string;
1383
- /** 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}. */
1384
- name: string;
1385
- /** OAuth 2.0 token for the current user. */
1386
- oauth_token?: string;
1387
- /** Returns response with indentations and line breaks. */
1388
- prettyPrint?: boolean;
1389
- /** 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. */
1390
- quotaUser?: string;
1391
- /** 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. */
1392
- requestId?: string;
1393
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1394
- upload_protocol?: string;
1395
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1396
- uploadType?: string;
1397
- }): Request<Operation>;
1398
- }
1399
1368
  interface ServicesResource {
1400
1369
  /** 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. */
1401
1370
  alterLocation(request: {
@@ -2059,7 +2028,6 @@ declare namespace gapi.client {
2059
2028
  ): Request<TestIamPermissionsResponse>;
2060
2029
  backups: BackupsResource;
2061
2030
  metadataImports: MetadataImportsResource;
2062
- migrationExecutions: MigrationExecutionsResource;
2063
2031
  }
2064
2032
  interface LocationsResource {
2065
2033
  /** Gets information about a location. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.metastore-v1",
3
- "version": "0.0.20240305",
3
+ "version": "0.0.20240312",
4
4
  "description": "TypeScript typings for Dataproc Metastore API v1",
5
5
  "repository": {
6
6
  "type": "git",