@maxim_mazurok/gapi.client.bigquerydatatransfer-v1 0.0.20230804 → 0.0.20230827
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 +16 -11
- package/package.json +1 -1
- package/tests.ts +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://bigquerydatatransfer.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230827
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -335,8 +335,9 @@ declare namespace gapi.client {
|
|
|
335
335
|
encryptionConfiguration?:
|
|
336
336
|
EncryptionConfiguration;
|
|
337
337
|
/**
|
|
338
|
-
* The resource name of the transfer config. Transfer config names have the form `projects/{project_id}/locations/{region}/transferConfigs/{config_id}
|
|
339
|
-
*
|
|
338
|
+
* The resource name of the transfer config. Transfer config names have the form either `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
|
|
339
|
+
* `projects/{project_id}/transferConfigs/{config_id}`, where `config_id` is usually a UUID, even though it is not guaranteed or required. The name is ignored when creating a transfer
|
|
340
|
+
* config.
|
|
340
341
|
*/
|
|
341
342
|
name?:
|
|
342
343
|
string;
|
|
@@ -1304,8 +1305,9 @@ declare namespace gapi.client {
|
|
|
1304
1305
|
key?:
|
|
1305
1306
|
string;
|
|
1306
1307
|
/**
|
|
1307
|
-
* The resource name of the transfer config. Transfer config names have the form `projects/{project_id}/locations/{region}/transferConfigs/{config_id}
|
|
1308
|
-
* usually a
|
|
1308
|
+
* The resource name of the transfer config. Transfer config names have the form either `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
|
|
1309
|
+
* `projects/{project_id}/transferConfigs/{config_id}`, where `config_id` is usually a UUID, even though it is not guaranteed or required. The name is ignored when creating a
|
|
1310
|
+
* transfer config.
|
|
1309
1311
|
*/
|
|
1310
1312
|
name:
|
|
1311
1313
|
string;
|
|
@@ -1376,8 +1378,9 @@ declare namespace gapi.client {
|
|
|
1376
1378
|
key?:
|
|
1377
1379
|
string;
|
|
1378
1380
|
/**
|
|
1379
|
-
* The resource name of the transfer config. Transfer config names have the form `projects/{project_id}/locations/{region}/transferConfigs/{config_id}
|
|
1380
|
-
* usually a
|
|
1381
|
+
* The resource name of the transfer config. Transfer config names have the form either `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
|
|
1382
|
+
* `projects/{project_id}/transferConfigs/{config_id}`, where `config_id` is usually a UUID, even though it is not guaranteed or required. The name is ignored when creating a
|
|
1383
|
+
* transfer config.
|
|
1381
1384
|
*/
|
|
1382
1385
|
name:
|
|
1383
1386
|
string;
|
|
@@ -2279,8 +2282,9 @@ declare namespace gapi.client {
|
|
|
2279
2282
|
key?:
|
|
2280
2283
|
string;
|
|
2281
2284
|
/**
|
|
2282
|
-
* The resource name of the transfer config. Transfer config names have the form `projects/{project_id}/locations/{region}/transferConfigs/{config_id}
|
|
2283
|
-
* usually a
|
|
2285
|
+
* The resource name of the transfer config. Transfer config names have the form either `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
|
|
2286
|
+
* `projects/{project_id}/transferConfigs/{config_id}`, where `config_id` is usually a UUID, even though it is not guaranteed or required. The name is ignored when creating a
|
|
2287
|
+
* transfer config.
|
|
2284
2288
|
*/
|
|
2285
2289
|
name:
|
|
2286
2290
|
string;
|
|
@@ -2351,8 +2355,9 @@ declare namespace gapi.client {
|
|
|
2351
2355
|
key?:
|
|
2352
2356
|
string;
|
|
2353
2357
|
/**
|
|
2354
|
-
* The resource name of the transfer config. Transfer config names have the form `projects/{project_id}/locations/{region}/transferConfigs/{config_id}
|
|
2355
|
-
* usually a
|
|
2358
|
+
* The resource name of the transfer config. Transfer config names have the form either `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
|
|
2359
|
+
* `projects/{project_id}/transferConfigs/{config_id}`, where `config_id` is usually a UUID, even though it is not guaranteed or required. The name is ignored when creating a
|
|
2360
|
+
* transfer config.
|
|
2356
2361
|
*/
|
|
2357
2362
|
name:
|
|
2358
2363
|
string;
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230827
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|