@maxim_mazurok/gapi.client.bigquerydatatransfer-v1 0.0.20230701 → 0.0.20230715
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 +9 -3
- 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: 20230715
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -249,10 +249,16 @@ declare namespace gapi.client {
|
|
|
249
249
|
TransferRun[];
|
|
250
250
|
}
|
|
251
251
|
interface StartManualTransferRunsRequest {
|
|
252
|
-
/**
|
|
252
|
+
/**
|
|
253
|
+
* A run_time timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_run_time must be a past time and cannot
|
|
254
|
+
* include future time values.
|
|
255
|
+
*/
|
|
253
256
|
requestedRunTime?:
|
|
254
257
|
string;
|
|
255
|
-
/**
|
|
258
|
+
/**
|
|
259
|
+
* A time_range start and end timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_time_range must be a past
|
|
260
|
+
* time and cannot include future time values.
|
|
261
|
+
*/
|
|
256
262
|
requestedTimeRange?:
|
|
257
263
|
TimeRange;
|
|
258
264
|
}
|
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: 20230715
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|