@maxim_mazurok/gapi.client.bigquerydatatransfer-v1 0.0.20230423 → 0.0.20230506
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 +1413 -707
- 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: 20230506
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -27,712 +27,975 @@ declare namespace gapi.client {
|
|
|
27
27
|
}
|
|
28
28
|
interface CheckValidCredsResponse {
|
|
29
29
|
/** If set to `true`, the credentials exist and are valid. */
|
|
30
|
-
hasValidCreds?:
|
|
30
|
+
hasValidCreds?:
|
|
31
|
+
boolean;
|
|
31
32
|
}
|
|
32
33
|
interface DataSource {
|
|
33
34
|
/** Indicates the type of authorization. */
|
|
34
|
-
authorizationType?:
|
|
35
|
+
authorizationType?:
|
|
36
|
+
string;
|
|
35
37
|
/** Data source client id which should be used to receive refresh token. */
|
|
36
|
-
clientId?:
|
|
38
|
+
clientId?:
|
|
39
|
+
string;
|
|
37
40
|
/**
|
|
38
41
|
* Specifies whether the data source supports automatic data refresh for the past few days, and how it's supported. For some data sources, data might not be complete until a few days
|
|
39
42
|
* later, so it's useful to refresh data automatically.
|
|
40
43
|
*/
|
|
41
|
-
dataRefreshType?:
|
|
44
|
+
dataRefreshType?:
|
|
45
|
+
string;
|
|
42
46
|
/** Data source id. */
|
|
43
|
-
dataSourceId?:
|
|
47
|
+
dataSourceId?:
|
|
48
|
+
string;
|
|
44
49
|
/** Default data refresh window on days. Only meaningful when `data_refresh_type` = `SLIDING_WINDOW`. */
|
|
45
|
-
defaultDataRefreshWindowDays?:
|
|
50
|
+
defaultDataRefreshWindowDays?:
|
|
51
|
+
number;
|
|
46
52
|
/** Default data transfer schedule. Examples of valid schedules include: `1st,3rd monday of month 15:30`, `every wed,fri of jan,jun 13:15`, and `first sunday of quarter 00:00`. */
|
|
47
|
-
defaultSchedule?:
|
|
53
|
+
defaultSchedule?:
|
|
54
|
+
string;
|
|
48
55
|
/** User friendly data source description string. */
|
|
49
|
-
description?:
|
|
56
|
+
description?:
|
|
57
|
+
string;
|
|
50
58
|
/** User friendly data source name. */
|
|
51
|
-
displayName?:
|
|
59
|
+
displayName?:
|
|
60
|
+
string;
|
|
52
61
|
/** Url for the help document for this data source. */
|
|
53
|
-
helpUrl?:
|
|
62
|
+
helpUrl?:
|
|
63
|
+
string;
|
|
54
64
|
/** Disables backfilling and manual run scheduling for the data source. */
|
|
55
|
-
manualRunsDisabled?:
|
|
65
|
+
manualRunsDisabled?:
|
|
66
|
+
boolean;
|
|
56
67
|
/** The minimum interval for scheduler to schedule runs. */
|
|
57
|
-
minimumScheduleInterval?:
|
|
68
|
+
minimumScheduleInterval?:
|
|
69
|
+
string;
|
|
58
70
|
/** Output only. Data source resource name. */
|
|
59
|
-
name?:
|
|
71
|
+
name?:
|
|
72
|
+
string;
|
|
60
73
|
/** Data source parameters. */
|
|
61
|
-
parameters?:
|
|
74
|
+
parameters?:
|
|
75
|
+
DataSourceParameter[];
|
|
62
76
|
/**
|
|
63
77
|
* Api auth scopes for which refresh token needs to be obtained. These are scopes needed by a data source to prepare data and ingest them into BigQuery, e.g.,
|
|
64
78
|
* https://www.googleapis.com/auth/bigquery
|
|
65
79
|
*/
|
|
66
|
-
scopes?:
|
|
80
|
+
scopes?:
|
|
81
|
+
string[];
|
|
67
82
|
/** Specifies whether the data source supports a user defined schedule, or operates on the default schedule. When set to `true`, user can override default schedule. */
|
|
68
|
-
supportsCustomSchedule?:
|
|
83
|
+
supportsCustomSchedule?:
|
|
84
|
+
boolean;
|
|
69
85
|
/** Deprecated. This field has no effect. */
|
|
70
|
-
supportsMultipleTransfers?:
|
|
86
|
+
supportsMultipleTransfers?:
|
|
87
|
+
boolean;
|
|
71
88
|
/** Deprecated. This field has no effect. */
|
|
72
|
-
transferType?:
|
|
89
|
+
transferType?:
|
|
90
|
+
string;
|
|
73
91
|
/** The number of seconds to wait for an update from the data source before the Data Transfer Service marks the transfer as FAILED. */
|
|
74
|
-
updateDeadlineSeconds?:
|
|
92
|
+
updateDeadlineSeconds?:
|
|
93
|
+
number;
|
|
75
94
|
}
|
|
76
95
|
interface DataSourceParameter {
|
|
77
96
|
/** All possible values for the parameter. */
|
|
78
|
-
allowedValues?:
|
|
97
|
+
allowedValues?:
|
|
98
|
+
string[];
|
|
79
99
|
/** If true, it should not be used in new transfers, and it should not be visible to users. */
|
|
80
|
-
deprecated?:
|
|
100
|
+
deprecated?:
|
|
101
|
+
boolean;
|
|
81
102
|
/** Parameter description. */
|
|
82
|
-
description?:
|
|
103
|
+
description?:
|
|
104
|
+
string;
|
|
83
105
|
/** Parameter display name in the user interface. */
|
|
84
|
-
displayName?:
|
|
106
|
+
displayName?:
|
|
107
|
+
string;
|
|
85
108
|
/** Deprecated. This field has no effect. */
|
|
86
|
-
fields?:
|
|
109
|
+
fields?:
|
|
110
|
+
DataSourceParameter[];
|
|
87
111
|
/** Cannot be changed after initial creation. */
|
|
88
|
-
immutable?:
|
|
112
|
+
immutable?:
|
|
113
|
+
boolean;
|
|
89
114
|
/** For integer and double values specifies maximum allowed value. */
|
|
90
|
-
maxValue?:
|
|
115
|
+
maxValue?:
|
|
116
|
+
number;
|
|
91
117
|
/** For integer and double values specifies minimum allowed value. */
|
|
92
|
-
minValue?:
|
|
118
|
+
minValue?:
|
|
119
|
+
number;
|
|
93
120
|
/** Parameter identifier. */
|
|
94
|
-
paramId?:
|
|
121
|
+
paramId?:
|
|
122
|
+
string;
|
|
95
123
|
/** Deprecated. This field has no effect. */
|
|
96
|
-
recurse?:
|
|
124
|
+
recurse?:
|
|
125
|
+
boolean;
|
|
97
126
|
/** Deprecated. This field has no effect. */
|
|
98
|
-
repeated?:
|
|
127
|
+
repeated?:
|
|
128
|
+
boolean;
|
|
99
129
|
/** Is parameter required. */
|
|
100
|
-
required?:
|
|
130
|
+
required?:
|
|
131
|
+
boolean;
|
|
101
132
|
/** Parameter type. */
|
|
102
|
-
type?:
|
|
133
|
+
type?:
|
|
134
|
+
string;
|
|
103
135
|
/** Description of the requirements for this field, in case the user input does not fulfill the regex pattern or min/max values. */
|
|
104
|
-
validationDescription?:
|
|
136
|
+
validationDescription?:
|
|
137
|
+
string;
|
|
105
138
|
/** URL to a help document to further explain the naming requirements. */
|
|
106
|
-
validationHelpUrl?:
|
|
139
|
+
validationHelpUrl?:
|
|
140
|
+
string;
|
|
107
141
|
/** Regular expression which can be used for parameter validation. */
|
|
108
|
-
validationRegex?:
|
|
142
|
+
validationRegex?:
|
|
143
|
+
string;
|
|
109
144
|
}
|
|
110
145
|
interface EmailPreferences {
|
|
111
146
|
/** If true, email notifications will be sent on transfer run failures. */
|
|
112
|
-
enableFailureEmail?:
|
|
147
|
+
enableFailureEmail?:
|
|
148
|
+
boolean;
|
|
113
149
|
}
|
|
114
150
|
// tslint:disable-next-line:no-empty-interface
|
|
115
151
|
interface Empty {
|
|
116
152
|
}
|
|
117
153
|
interface EnrollDataSourcesRequest {
|
|
118
154
|
/** Data sources that are enrolled. It is required to provide at least one data source id. */
|
|
119
|
-
dataSourceIds?:
|
|
155
|
+
dataSourceIds?:
|
|
156
|
+
string[];
|
|
120
157
|
}
|
|
121
158
|
interface ListDataSourcesResponse {
|
|
122
159
|
/** List of supported data sources and their transfer settings. */
|
|
123
|
-
dataSources?:
|
|
160
|
+
dataSources?:
|
|
161
|
+
DataSource[];
|
|
124
162
|
/** Output only. The next-pagination token. For multiple-page list results, this token can be used as the `ListDataSourcesRequest.page_token` to request the next page of list results. */
|
|
125
|
-
nextPageToken?:
|
|
163
|
+
nextPageToken?:
|
|
164
|
+
string;
|
|
126
165
|
}
|
|
127
166
|
interface ListLocationsResponse {
|
|
128
167
|
/** A list of locations that matches the specified filter in the request. */
|
|
129
|
-
locations?:
|
|
168
|
+
locations?:
|
|
169
|
+
Location[];
|
|
130
170
|
/** The standard List next-page token. */
|
|
131
|
-
nextPageToken?:
|
|
171
|
+
nextPageToken?:
|
|
172
|
+
string;
|
|
132
173
|
}
|
|
133
174
|
interface ListTransferConfigsResponse {
|
|
134
175
|
/**
|
|
135
176
|
* Output only. The next-pagination token. For multiple-page list results, this token can be used as the `ListTransferConfigsRequest.page_token` to request the next page of list
|
|
136
177
|
* results.
|
|
137
178
|
*/
|
|
138
|
-
nextPageToken?:
|
|
179
|
+
nextPageToken?:
|
|
180
|
+
string;
|
|
139
181
|
/** Output only. The stored pipeline transfer configurations. */
|
|
140
|
-
transferConfigs?:
|
|
182
|
+
transferConfigs?:
|
|
183
|
+
TransferConfig[];
|
|
141
184
|
}
|
|
142
185
|
interface ListTransferLogsResponse {
|
|
143
186
|
/** Output only. The next-pagination token. For multiple-page list results, this token can be used as the `GetTransferRunLogRequest.page_token` to request the next page of list results. */
|
|
144
|
-
nextPageToken?:
|
|
187
|
+
nextPageToken?:
|
|
188
|
+
string;
|
|
145
189
|
/** Output only. The stored pipeline transfer messages. */
|
|
146
|
-
transferMessages?:
|
|
190
|
+
transferMessages?:
|
|
191
|
+
TransferMessage[];
|
|
147
192
|
}
|
|
148
193
|
interface ListTransferRunsResponse {
|
|
149
194
|
/** Output only. The next-pagination token. For multiple-page list results, this token can be used as the `ListTransferRunsRequest.page_token` to request the next page of list results. */
|
|
150
|
-
nextPageToken?:
|
|
195
|
+
nextPageToken?:
|
|
196
|
+
string;
|
|
151
197
|
/** Output only. The stored pipeline transfer runs. */
|
|
152
|
-
transferRuns?:
|
|
198
|
+
transferRuns?:
|
|
199
|
+
TransferRun[];
|
|
153
200
|
}
|
|
154
201
|
interface Location {
|
|
155
202
|
/** The friendly name for this location, typically a nearby city name. For example, "Tokyo". */
|
|
156
|
-
displayName?:
|
|
203
|
+
displayName?:
|
|
204
|
+
string;
|
|
157
205
|
/** Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"} */
|
|
158
|
-
labels?:
|
|
206
|
+
labels?:
|
|
207
|
+
{ [P in string]: string };
|
|
159
208
|
/** The canonical id for this location. For example: `"us-east1"`. */
|
|
160
|
-
locationId?:
|
|
209
|
+
locationId?:
|
|
210
|
+
string;
|
|
161
211
|
/** Service-specific metadata. For example the available capacity at the given location. */
|
|
162
|
-
metadata?:
|
|
212
|
+
metadata?:
|
|
213
|
+
{ [P in string]: any };
|
|
163
214
|
/** Resource name for the location, which may vary between implementations. For example: `"projects/example-project/locations/us-east1"` */
|
|
164
|
-
name?:
|
|
215
|
+
name?:
|
|
216
|
+
string;
|
|
165
217
|
}
|
|
166
218
|
interface ScheduleOptions {
|
|
167
219
|
/**
|
|
168
220
|
* If true, automatic scheduling of data transfer runs for this configuration will be disabled. The runs can be started on ad-hoc basis using StartManualTransferRuns API. When
|
|
169
221
|
* automatic scheduling is disabled, the TransferConfig.schedule field will be ignored.
|
|
170
222
|
*/
|
|
171
|
-
disableAutoScheduling?:
|
|
223
|
+
disableAutoScheduling?:
|
|
224
|
+
boolean;
|
|
172
225
|
/**
|
|
173
226
|
* Defines time to stop scheduling transfer runs. A transfer run cannot be scheduled at or after the end time. The end time can be changed at any moment. The time when a data transfer
|
|
174
227
|
* can be trigerred manually is not limited by this option.
|
|
175
228
|
*/
|
|
176
|
-
endTime?:
|
|
229
|
+
endTime?:
|
|
230
|
+
string;
|
|
177
231
|
/**
|
|
178
232
|
* Specifies time to start scheduling transfer runs. The first run will be scheduled at or after the start time according to a recurrence pattern defined in the schedule string. The
|
|
179
233
|
* start time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.
|
|
180
234
|
*/
|
|
181
|
-
startTime?:
|
|
235
|
+
startTime?:
|
|
236
|
+
string;
|
|
182
237
|
}
|
|
183
238
|
interface ScheduleTransferRunsRequest {
|
|
184
239
|
/** Required. End time of the range of transfer runs. For example, `"2017-05-30T00:00:00+00:00"`. */
|
|
185
|
-
endTime?:
|
|
240
|
+
endTime?:
|
|
241
|
+
string;
|
|
186
242
|
/** Required. Start time of the range of transfer runs. For example, `"2017-05-25T00:00:00+00:00"`. */
|
|
187
|
-
startTime?:
|
|
243
|
+
startTime?:
|
|
244
|
+
string;
|
|
188
245
|
}
|
|
189
246
|
interface ScheduleTransferRunsResponse {
|
|
190
247
|
/** The transfer runs that were scheduled. */
|
|
191
|
-
runs?:
|
|
248
|
+
runs?:
|
|
249
|
+
TransferRun[];
|
|
192
250
|
}
|
|
193
251
|
interface StartManualTransferRunsRequest {
|
|
194
252
|
/** Specific run_time for a transfer run to be started. The requested_run_time must not be in the future. */
|
|
195
|
-
requestedRunTime?:
|
|
253
|
+
requestedRunTime?:
|
|
254
|
+
string;
|
|
196
255
|
/** Time range for the transfer runs that should be started. */
|
|
197
|
-
requestedTimeRange?:
|
|
256
|
+
requestedTimeRange?:
|
|
257
|
+
TimeRange;
|
|
198
258
|
}
|
|
199
259
|
interface StartManualTransferRunsResponse {
|
|
200
260
|
/** The transfer runs that were created. */
|
|
201
|
-
runs?:
|
|
261
|
+
runs?:
|
|
262
|
+
TransferRun[];
|
|
202
263
|
}
|
|
203
264
|
interface Status {
|
|
204
265
|
/** The status code, which should be an enum value of google.rpc.Code. */
|
|
205
|
-
code?:
|
|
266
|
+
code?:
|
|
267
|
+
number;
|
|
206
268
|
/** A list of messages that carry the error details. There is a common set of message types for APIs to use. */
|
|
207
|
-
details?:
|
|
269
|
+
details?:
|
|
270
|
+
Array<{ [P in string]: any }>;
|
|
208
271
|
/**
|
|
209
272
|
* A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the
|
|
210
273
|
* client.
|
|
211
274
|
*/
|
|
212
|
-
message?:
|
|
275
|
+
message?:
|
|
276
|
+
string;
|
|
213
277
|
}
|
|
214
278
|
interface TimeRange {
|
|
215
279
|
/**
|
|
216
280
|
* End time of the range of transfer runs. For example, `"2017-05-30T00:00:00+00:00"`. The end_time must not be in the future. Creates transfer runs where run_time is in the range
|
|
217
281
|
* between start_time (inclusive) and end_time (exclusive).
|
|
218
282
|
*/
|
|
219
|
-
endTime?:
|
|
283
|
+
endTime?:
|
|
284
|
+
string;
|
|
220
285
|
/**
|
|
221
286
|
* Start time of the range of transfer runs. For example, `"2017-05-25T00:00:00+00:00"`. The start_time must be strictly less than the end_time. Creates transfer runs where run_time is
|
|
222
287
|
* in the range between start_time (inclusive) and end_time (exclusive).
|
|
223
288
|
*/
|
|
224
|
-
startTime?:
|
|
289
|
+
startTime?:
|
|
290
|
+
string;
|
|
225
291
|
}
|
|
226
292
|
interface TransferConfig {
|
|
227
293
|
/**
|
|
228
294
|
* The number of days to look back to automatically refresh the data. For example, if `data_refresh_window_days = 10`, then every day BigQuery reingests data for [today-10, today-1],
|
|
229
295
|
* rather than ingesting data for just [today-1]. Only valid if the data source supports the feature. Set the value to 0 to use the default value.
|
|
230
296
|
*/
|
|
231
|
-
dataRefreshWindowDays?:
|
|
297
|
+
dataRefreshWindowDays?:
|
|
298
|
+
number;
|
|
232
299
|
/** Output only. Region in which BigQuery dataset is located. */
|
|
233
|
-
datasetRegion?:
|
|
300
|
+
datasetRegion?:
|
|
301
|
+
string;
|
|
234
302
|
/**
|
|
235
303
|
* Data source ID. This cannot be changed once data transfer is created. The full list of available data source IDs can be returned through an API call:
|
|
236
304
|
* https://cloud.google.com/bigquery-transfer/docs/reference/datatransfer/rest/v1/projects.locations.dataSources/list
|
|
237
305
|
*/
|
|
238
|
-
dataSourceId?:
|
|
306
|
+
dataSourceId?:
|
|
307
|
+
string;
|
|
239
308
|
/** The BigQuery target dataset id. */
|
|
240
|
-
destinationDatasetId?:
|
|
309
|
+
destinationDatasetId?:
|
|
310
|
+
string;
|
|
241
311
|
/** Is this config disabled. When set to true, no runs are scheduled for a given transfer. */
|
|
242
|
-
disabled?:
|
|
312
|
+
disabled?:
|
|
313
|
+
boolean;
|
|
243
314
|
/** User specified display name for the data transfer. */
|
|
244
|
-
displayName?:
|
|
315
|
+
displayName?:
|
|
316
|
+
string;
|
|
245
317
|
/** Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config. */
|
|
246
|
-
emailPreferences?:
|
|
318
|
+
emailPreferences?:
|
|
319
|
+
EmailPreferences;
|
|
247
320
|
/**
|
|
248
321
|
* The resource name of the transfer config. Transfer config names have the form `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. Where `config_id` is usually a
|
|
249
322
|
* uuid, even though it is not guaranteed or required. The name is ignored when creating a transfer config.
|
|
250
323
|
*/
|
|
251
|
-
name?:
|
|
324
|
+
name?:
|
|
325
|
+
string;
|
|
252
326
|
/** Output only. Next time when data transfer will run. */
|
|
253
|
-
nextRunTime?:
|
|
327
|
+
nextRunTime?:
|
|
328
|
+
string;
|
|
254
329
|
/**
|
|
255
330
|
* Pub/Sub topic where notifications will be sent after transfer runs associated with this transfer config finish. The format for specifying a pubsub topic is:
|
|
256
331
|
* `projects/{project}/topics/{topic}`
|
|
257
332
|
*/
|
|
258
|
-
notificationPubsubTopic?:
|
|
333
|
+
notificationPubsubTopic?:
|
|
334
|
+
string;
|
|
259
335
|
/**
|
|
260
336
|
* Output only. Information about the user whose credentials are used to transfer data. Populated only for `transferConfigs.get` requests. In case the user information is not
|
|
261
337
|
* available, this field will not be populated.
|
|
262
338
|
*/
|
|
263
|
-
ownerInfo?:
|
|
339
|
+
ownerInfo?:
|
|
340
|
+
UserInfo;
|
|
264
341
|
/**
|
|
265
342
|
* Parameters specific to each data source. For more information see the bq tab in the 'Setting up a data transfer' section for each data source. For example the parameters for Cloud
|
|
266
343
|
* Storage transfers are listed here: https://cloud.google.com/bigquery-transfer/docs/cloud-storage-transfer#bq
|
|
267
344
|
*/
|
|
268
|
-
params?:
|
|
345
|
+
params?:
|
|
346
|
+
{ [P in string]: any };
|
|
269
347
|
/**
|
|
270
348
|
* Data transfer schedule. If the data source does not support a custom schedule, this should be empty. If it is empty, the default value for the data source will be used. The
|
|
271
349
|
* specified times are in UTC. Examples of valid format: `1st,3rd monday of month 15:30`, `every wed,fri of jan,jun 13:15`, and `first sunday of quarter 00:00`. See more explanation
|
|
272
350
|
* about the format here: https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format NOTE: The minimum interval time between recurring
|
|
273
351
|
* transfers depends on the data source; refer to the documentation for your data source.
|
|
274
352
|
*/
|
|
275
|
-
schedule?:
|
|
353
|
+
schedule?:
|
|
354
|
+
string;
|
|
276
355
|
/** Options customizing the data transfer schedule. */
|
|
277
|
-
scheduleOptions?:
|
|
356
|
+
scheduleOptions?:
|
|
357
|
+
ScheduleOptions;
|
|
278
358
|
/** Output only. State of the most recently updated transfer run. */
|
|
279
|
-
state?:
|
|
359
|
+
state?:
|
|
360
|
+
string;
|
|
280
361
|
/** Output only. Data transfer modification time. Ignored by server on input. */
|
|
281
|
-
updateTime?:
|
|
362
|
+
updateTime?:
|
|
363
|
+
string;
|
|
282
364
|
/** Deprecated. Unique ID of the user on whose behalf transfer is done. */
|
|
283
|
-
userId?:
|
|
365
|
+
userId?:
|
|
366
|
+
string;
|
|
284
367
|
}
|
|
285
368
|
interface TransferMessage {
|
|
286
369
|
/** Message text. */
|
|
287
|
-
messageText?:
|
|
370
|
+
messageText?:
|
|
371
|
+
string;
|
|
288
372
|
/** Time when message was logged. */
|
|
289
|
-
messageTime?:
|
|
373
|
+
messageTime?:
|
|
374
|
+
string;
|
|
290
375
|
/** Message severity. */
|
|
291
|
-
severity?:
|
|
376
|
+
severity?:
|
|
377
|
+
string;
|
|
292
378
|
}
|
|
293
379
|
interface TransferRun {
|
|
294
380
|
/** Output only. Data source id. */
|
|
295
|
-
dataSourceId?:
|
|
381
|
+
dataSourceId?:
|
|
382
|
+
string;
|
|
296
383
|
/** Output only. The BigQuery target dataset id. */
|
|
297
|
-
destinationDatasetId?:
|
|
384
|
+
destinationDatasetId?:
|
|
385
|
+
string;
|
|
298
386
|
/** Output only. Email notifications will be sent according to these preferences to the email address of the user who owns the transfer config this run was derived from. */
|
|
299
|
-
emailPreferences?:
|
|
387
|
+
emailPreferences?:
|
|
388
|
+
EmailPreferences;
|
|
300
389
|
/** Output only. Time when transfer run ended. Parameter ignored by server for input requests. */
|
|
301
|
-
endTime?:
|
|
390
|
+
endTime?:
|
|
391
|
+
string;
|
|
302
392
|
/** Status of the transfer run. */
|
|
303
|
-
errorStatus?:
|
|
393
|
+
errorStatus?:
|
|
394
|
+
Status;
|
|
304
395
|
/**
|
|
305
396
|
* The resource name of the transfer run. Transfer run names have the form `projects/{project_id}/locations/{location}/transferConfigs/{config_id}/runs/{run_id}`. The name is ignored
|
|
306
397
|
* when creating a transfer run.
|
|
307
398
|
*/
|
|
308
|
-
name?:
|
|
399
|
+
name?:
|
|
400
|
+
string;
|
|
309
401
|
/** Output only. Pub/Sub topic where a notification will be sent after this transfer run finishes. The format for specifying a pubsub topic is: `projects/{project}/topics/{topic}` */
|
|
310
|
-
notificationPubsubTopic?:
|
|
402
|
+
notificationPubsubTopic?:
|
|
403
|
+
string;
|
|
311
404
|
/**
|
|
312
405
|
* Output only. Parameters specific to each data source. For more information see the bq tab in the 'Setting up a data transfer' section for each data source. For example the
|
|
313
406
|
* parameters for Cloud Storage transfers are listed here: https://cloud.google.com/bigquery-transfer/docs/cloud-storage-transfer#bq
|
|
314
407
|
*/
|
|
315
|
-
params?:
|
|
408
|
+
params?:
|
|
409
|
+
{ [P in string]: any };
|
|
316
410
|
/** For batch transfer runs, specifies the date and time of the data should be ingested. */
|
|
317
|
-
runTime?:
|
|
411
|
+
runTime?:
|
|
412
|
+
string;
|
|
318
413
|
/**
|
|
319
414
|
* Output only. Describes the schedule of this transfer run if it was created as part of a regular schedule. For batch transfer runs that are scheduled manually, this is empty. NOTE:
|
|
320
415
|
* the system might choose to delay the schedule depending on the current load, so `schedule_time` doesn't always match this.
|
|
321
416
|
*/
|
|
322
|
-
schedule?:
|
|
417
|
+
schedule?:
|
|
418
|
+
string;
|
|
323
419
|
/** Minimum time after which a transfer run can be started. */
|
|
324
|
-
scheduleTime?:
|
|
420
|
+
scheduleTime?:
|
|
421
|
+
string;
|
|
325
422
|
/** Output only. Time when transfer run was started. Parameter ignored by server for input requests. */
|
|
326
|
-
startTime?:
|
|
423
|
+
startTime?:
|
|
424
|
+
string;
|
|
327
425
|
/** Data transfer run state. Ignored for input requests. */
|
|
328
|
-
state?:
|
|
426
|
+
state?:
|
|
427
|
+
string;
|
|
329
428
|
/** Output only. Last time the data transfer run state was updated. */
|
|
330
|
-
updateTime?:
|
|
429
|
+
updateTime?:
|
|
430
|
+
string;
|
|
331
431
|
/** Deprecated. Unique ID of the user on whose behalf transfer is done. */
|
|
332
|
-
userId?:
|
|
432
|
+
userId?:
|
|
433
|
+
string;
|
|
333
434
|
}
|
|
334
435
|
interface UserInfo {
|
|
335
436
|
/** E-mail address of the user. */
|
|
336
|
-
email?:
|
|
437
|
+
email?:
|
|
438
|
+
string;
|
|
337
439
|
}
|
|
338
440
|
interface DataSourcesResource {
|
|
339
441
|
/** Returns true if valid credentials exist for the given data source and requesting user. */
|
|
340
442
|
checkValidCreds(request: {
|
|
341
443
|
/** V1 error format. */
|
|
342
|
-
"$.xgafv"?:
|
|
444
|
+
"$.xgafv"?:
|
|
445
|
+
string;
|
|
343
446
|
/** OAuth access token. */
|
|
344
|
-
access_token?:
|
|
447
|
+
access_token?:
|
|
448
|
+
string;
|
|
345
449
|
/** Data format for response. */
|
|
346
|
-
alt?:
|
|
450
|
+
alt?:
|
|
451
|
+
string;
|
|
347
452
|
/** JSONP */
|
|
348
|
-
callback?:
|
|
453
|
+
callback?:
|
|
454
|
+
string;
|
|
349
455
|
/** Selector specifying which fields to include in a partial response. */
|
|
350
|
-
fields?:
|
|
456
|
+
fields?:
|
|
457
|
+
string;
|
|
351
458
|
/** 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. */
|
|
352
|
-
key?:
|
|
459
|
+
key?:
|
|
460
|
+
string;
|
|
353
461
|
/** Required. The data source in the form: `projects/{project_id}/dataSources/{data_source_id}` or `projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}`. */
|
|
354
|
-
name:
|
|
462
|
+
name:
|
|
463
|
+
string;
|
|
355
464
|
/** OAuth 2.0 token for the current user. */
|
|
356
|
-
oauth_token?:
|
|
465
|
+
oauth_token?:
|
|
466
|
+
string;
|
|
357
467
|
/** Returns response with indentations and line breaks. */
|
|
358
|
-
prettyPrint?:
|
|
468
|
+
prettyPrint?:
|
|
469
|
+
boolean;
|
|
359
470
|
/** 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. */
|
|
360
|
-
quotaUser?:
|
|
471
|
+
quotaUser?:
|
|
472
|
+
string;
|
|
361
473
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
362
|
-
upload_protocol?:
|
|
474
|
+
upload_protocol?:
|
|
475
|
+
string;
|
|
363
476
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
364
|
-
uploadType?:
|
|
477
|
+
uploadType?:
|
|
478
|
+
string;
|
|
365
479
|
/** Request body */
|
|
366
|
-
resource:
|
|
480
|
+
resource:
|
|
481
|
+
CheckValidCredsRequest;
|
|
367
482
|
}): Request<CheckValidCredsResponse>;
|
|
368
483
|
checkValidCreds(request: {
|
|
369
484
|
/** V1 error format. */
|
|
370
|
-
"$.xgafv"?:
|
|
485
|
+
"$.xgafv"?:
|
|
486
|
+
string;
|
|
371
487
|
/** OAuth access token. */
|
|
372
|
-
access_token?:
|
|
488
|
+
access_token?:
|
|
489
|
+
string;
|
|
373
490
|
/** Data format for response. */
|
|
374
|
-
alt?:
|
|
491
|
+
alt?:
|
|
492
|
+
string;
|
|
375
493
|
/** JSONP */
|
|
376
|
-
callback?:
|
|
494
|
+
callback?:
|
|
495
|
+
string;
|
|
377
496
|
/** Selector specifying which fields to include in a partial response. */
|
|
378
|
-
fields?:
|
|
497
|
+
fields?:
|
|
498
|
+
string;
|
|
379
499
|
/** 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. */
|
|
380
|
-
key?:
|
|
500
|
+
key?:
|
|
501
|
+
string;
|
|
381
502
|
/** Required. The data source in the form: `projects/{project_id}/dataSources/{data_source_id}` or `projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}`. */
|
|
382
|
-
name:
|
|
503
|
+
name:
|
|
504
|
+
string;
|
|
383
505
|
/** OAuth 2.0 token for the current user. */
|
|
384
|
-
oauth_token?:
|
|
506
|
+
oauth_token?:
|
|
507
|
+
string;
|
|
385
508
|
/** Returns response with indentations and line breaks. */
|
|
386
|
-
prettyPrint?:
|
|
509
|
+
prettyPrint?:
|
|
510
|
+
boolean;
|
|
387
511
|
/** 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. */
|
|
388
|
-
quotaUser?:
|
|
512
|
+
quotaUser?:
|
|
513
|
+
string;
|
|
389
514
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
390
|
-
upload_protocol?:
|
|
515
|
+
upload_protocol?:
|
|
516
|
+
string;
|
|
391
517
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
392
|
-
uploadType?:
|
|
518
|
+
uploadType?:
|
|
519
|
+
string;
|
|
393
520
|
},
|
|
394
521
|
body: CheckValidCredsRequest): Request<CheckValidCredsResponse>;
|
|
395
522
|
/** Retrieves a supported data source and returns its settings. */
|
|
396
523
|
get(request?: {
|
|
397
524
|
/** V1 error format. */
|
|
398
|
-
"$.xgafv"?:
|
|
525
|
+
"$.xgafv"?:
|
|
526
|
+
string;
|
|
399
527
|
/** OAuth access token. */
|
|
400
|
-
access_token?:
|
|
528
|
+
access_token?:
|
|
529
|
+
string;
|
|
401
530
|
/** Data format for response. */
|
|
402
|
-
alt?:
|
|
531
|
+
alt?:
|
|
532
|
+
string;
|
|
403
533
|
/** JSONP */
|
|
404
|
-
callback?:
|
|
534
|
+
callback?:
|
|
535
|
+
string;
|
|
405
536
|
/** Selector specifying which fields to include in a partial response. */
|
|
406
|
-
fields?:
|
|
537
|
+
fields?:
|
|
538
|
+
string;
|
|
407
539
|
/** 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. */
|
|
408
|
-
key?:
|
|
540
|
+
key?:
|
|
541
|
+
string;
|
|
409
542
|
/**
|
|
410
543
|
* Required. The field will contain name of the resource requested, for example: `projects/{project_id}/dataSources/{data_source_id}` or
|
|
411
544
|
* `projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}`
|
|
412
545
|
*/
|
|
413
|
-
name:
|
|
546
|
+
name:
|
|
547
|
+
string;
|
|
414
548
|
/** OAuth 2.0 token for the current user. */
|
|
415
|
-
oauth_token?:
|
|
549
|
+
oauth_token?:
|
|
550
|
+
string;
|
|
416
551
|
/** Returns response with indentations and line breaks. */
|
|
417
|
-
prettyPrint?:
|
|
552
|
+
prettyPrint?:
|
|
553
|
+
boolean;
|
|
418
554
|
/** 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. */
|
|
419
|
-
quotaUser?:
|
|
555
|
+
quotaUser?:
|
|
556
|
+
string;
|
|
420
557
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
421
|
-
upload_protocol?:
|
|
558
|
+
upload_protocol?:
|
|
559
|
+
string;
|
|
422
560
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
423
|
-
uploadType?:
|
|
561
|
+
uploadType?:
|
|
562
|
+
string;
|
|
424
563
|
}): Request<DataSource>;
|
|
425
564
|
/** Lists supported data sources and returns their settings. */
|
|
426
565
|
list(request?: {
|
|
427
566
|
/** V1 error format. */
|
|
428
|
-
"$.xgafv"?:
|
|
567
|
+
"$.xgafv"?:
|
|
568
|
+
string;
|
|
429
569
|
/** OAuth access token. */
|
|
430
|
-
access_token?:
|
|
570
|
+
access_token?:
|
|
571
|
+
string;
|
|
431
572
|
/** Data format for response. */
|
|
432
|
-
alt?:
|
|
573
|
+
alt?:
|
|
574
|
+
string;
|
|
433
575
|
/** JSONP */
|
|
434
|
-
callback?:
|
|
576
|
+
callback?:
|
|
577
|
+
string;
|
|
435
578
|
/** Selector specifying which fields to include in a partial response. */
|
|
436
|
-
fields?:
|
|
579
|
+
fields?:
|
|
580
|
+
string;
|
|
437
581
|
/** 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. */
|
|
438
|
-
key?:
|
|
582
|
+
key?:
|
|
583
|
+
string;
|
|
439
584
|
/** OAuth 2.0 token for the current user. */
|
|
440
|
-
oauth_token?:
|
|
585
|
+
oauth_token?:
|
|
586
|
+
string;
|
|
441
587
|
/** Page size. The default page size is the maximum value of 1000 results. */
|
|
442
|
-
pageSize?:
|
|
588
|
+
pageSize?:
|
|
589
|
+
number;
|
|
443
590
|
/**
|
|
444
591
|
* Pagination token, which can be used to request a specific page of `ListDataSourcesRequest` list results. For multiple-page results, `ListDataSourcesResponse` outputs a
|
|
445
592
|
* `next_page` token, which can be used as the `page_token` value to request the next page of list results.
|
|
446
593
|
*/
|
|
447
|
-
pageToken?:
|
|
594
|
+
pageToken?:
|
|
595
|
+
string;
|
|
448
596
|
/** Required. The BigQuery project id for which data sources should be returned. Must be in the form: `projects/{project_id}` or `projects/{project_id}/locations/{location_id}` */
|
|
449
|
-
parent:
|
|
597
|
+
parent:
|
|
598
|
+
string;
|
|
450
599
|
/** Returns response with indentations and line breaks. */
|
|
451
|
-
prettyPrint?:
|
|
600
|
+
prettyPrint?:
|
|
601
|
+
boolean;
|
|
452
602
|
/** 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. */
|
|
453
|
-
quotaUser?:
|
|
603
|
+
quotaUser?:
|
|
604
|
+
string;
|
|
454
605
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
455
|
-
upload_protocol?:
|
|
606
|
+
upload_protocol?:
|
|
607
|
+
string;
|
|
456
608
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
457
|
-
uploadType?:
|
|
609
|
+
uploadType?:
|
|
610
|
+
string;
|
|
458
611
|
}): Request<ListDataSourcesResponse>;
|
|
459
612
|
}
|
|
460
613
|
interface DataSourcesResource {
|
|
461
614
|
/** Returns true if valid credentials exist for the given data source and requesting user. */
|
|
462
615
|
checkValidCreds(request: {
|
|
463
616
|
/** V1 error format. */
|
|
464
|
-
"$.xgafv"?:
|
|
617
|
+
"$.xgafv"?:
|
|
618
|
+
string;
|
|
465
619
|
/** OAuth access token. */
|
|
466
|
-
access_token?:
|
|
620
|
+
access_token?:
|
|
621
|
+
string;
|
|
467
622
|
/** Data format for response. */
|
|
468
|
-
alt?:
|
|
623
|
+
alt?:
|
|
624
|
+
string;
|
|
469
625
|
/** JSONP */
|
|
470
|
-
callback?:
|
|
626
|
+
callback?:
|
|
627
|
+
string;
|
|
471
628
|
/** Selector specifying which fields to include in a partial response. */
|
|
472
|
-
fields?:
|
|
629
|
+
fields?:
|
|
630
|
+
string;
|
|
473
631
|
/** 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. */
|
|
474
|
-
key?:
|
|
632
|
+
key?:
|
|
633
|
+
string;
|
|
475
634
|
/** Required. The data source in the form: `projects/{project_id}/dataSources/{data_source_id}` or `projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}`. */
|
|
476
|
-
name:
|
|
635
|
+
name:
|
|
636
|
+
string;
|
|
477
637
|
/** OAuth 2.0 token for the current user. */
|
|
478
|
-
oauth_token?:
|
|
638
|
+
oauth_token?:
|
|
639
|
+
string;
|
|
479
640
|
/** Returns response with indentations and line breaks. */
|
|
480
|
-
prettyPrint?:
|
|
641
|
+
prettyPrint?:
|
|
642
|
+
boolean;
|
|
481
643
|
/** 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. */
|
|
482
|
-
quotaUser?:
|
|
644
|
+
quotaUser?:
|
|
645
|
+
string;
|
|
483
646
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
484
|
-
upload_protocol?:
|
|
647
|
+
upload_protocol?:
|
|
648
|
+
string;
|
|
485
649
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
486
|
-
uploadType?:
|
|
650
|
+
uploadType?:
|
|
651
|
+
string;
|
|
487
652
|
/** Request body */
|
|
488
|
-
resource:
|
|
653
|
+
resource:
|
|
654
|
+
CheckValidCredsRequest;
|
|
489
655
|
}): Request<CheckValidCredsResponse>;
|
|
490
656
|
checkValidCreds(request: {
|
|
491
657
|
/** V1 error format. */
|
|
492
|
-
"$.xgafv"?:
|
|
658
|
+
"$.xgafv"?:
|
|
659
|
+
string;
|
|
493
660
|
/** OAuth access token. */
|
|
494
|
-
access_token?:
|
|
661
|
+
access_token?:
|
|
662
|
+
string;
|
|
495
663
|
/** Data format for response. */
|
|
496
|
-
alt?:
|
|
664
|
+
alt?:
|
|
665
|
+
string;
|
|
497
666
|
/** JSONP */
|
|
498
|
-
callback?:
|
|
667
|
+
callback?:
|
|
668
|
+
string;
|
|
499
669
|
/** Selector specifying which fields to include in a partial response. */
|
|
500
|
-
fields?:
|
|
670
|
+
fields?:
|
|
671
|
+
string;
|
|
501
672
|
/** 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. */
|
|
502
|
-
key?:
|
|
673
|
+
key?:
|
|
674
|
+
string;
|
|
503
675
|
/** Required. The data source in the form: `projects/{project_id}/dataSources/{data_source_id}` or `projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}`. */
|
|
504
|
-
name:
|
|
676
|
+
name:
|
|
677
|
+
string;
|
|
505
678
|
/** OAuth 2.0 token for the current user. */
|
|
506
|
-
oauth_token?:
|
|
679
|
+
oauth_token?:
|
|
680
|
+
string;
|
|
507
681
|
/** Returns response with indentations and line breaks. */
|
|
508
|
-
prettyPrint?:
|
|
682
|
+
prettyPrint?:
|
|
683
|
+
boolean;
|
|
509
684
|
/** 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. */
|
|
510
|
-
quotaUser?:
|
|
685
|
+
quotaUser?:
|
|
686
|
+
string;
|
|
511
687
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
512
|
-
upload_protocol?:
|
|
688
|
+
upload_protocol?:
|
|
689
|
+
string;
|
|
513
690
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
514
|
-
uploadType?:
|
|
691
|
+
uploadType?:
|
|
692
|
+
string;
|
|
515
693
|
},
|
|
516
694
|
body: CheckValidCredsRequest): Request<CheckValidCredsResponse>;
|
|
517
695
|
/** Retrieves a supported data source and returns its settings. */
|
|
518
696
|
get(request?: {
|
|
519
697
|
/** V1 error format. */
|
|
520
|
-
"$.xgafv"?:
|
|
698
|
+
"$.xgafv"?:
|
|
699
|
+
string;
|
|
521
700
|
/** OAuth access token. */
|
|
522
|
-
access_token?:
|
|
701
|
+
access_token?:
|
|
702
|
+
string;
|
|
523
703
|
/** Data format for response. */
|
|
524
|
-
alt?:
|
|
704
|
+
alt?:
|
|
705
|
+
string;
|
|
525
706
|
/** JSONP */
|
|
526
|
-
callback?:
|
|
707
|
+
callback?:
|
|
708
|
+
string;
|
|
527
709
|
/** Selector specifying which fields to include in a partial response. */
|
|
528
|
-
fields?:
|
|
710
|
+
fields?:
|
|
711
|
+
string;
|
|
529
712
|
/** 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. */
|
|
530
|
-
key?:
|
|
713
|
+
key?:
|
|
714
|
+
string;
|
|
531
715
|
/**
|
|
532
716
|
* Required. The field will contain name of the resource requested, for example: `projects/{project_id}/dataSources/{data_source_id}` or
|
|
533
717
|
* `projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}`
|
|
534
718
|
*/
|
|
535
|
-
name:
|
|
719
|
+
name:
|
|
720
|
+
string;
|
|
536
721
|
/** OAuth 2.0 token for the current user. */
|
|
537
|
-
oauth_token?:
|
|
722
|
+
oauth_token?:
|
|
723
|
+
string;
|
|
538
724
|
/** Returns response with indentations and line breaks. */
|
|
539
|
-
prettyPrint?:
|
|
725
|
+
prettyPrint?:
|
|
726
|
+
boolean;
|
|
540
727
|
/** 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. */
|
|
541
|
-
quotaUser?:
|
|
728
|
+
quotaUser?:
|
|
729
|
+
string;
|
|
542
730
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
543
|
-
upload_protocol?:
|
|
731
|
+
upload_protocol?:
|
|
732
|
+
string;
|
|
544
733
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
545
|
-
uploadType?:
|
|
734
|
+
uploadType?:
|
|
735
|
+
string;
|
|
546
736
|
}): Request<DataSource>;
|
|
547
737
|
/** Lists supported data sources and returns their settings. */
|
|
548
738
|
list(request?: {
|
|
549
739
|
/** V1 error format. */
|
|
550
|
-
"$.xgafv"?:
|
|
740
|
+
"$.xgafv"?:
|
|
741
|
+
string;
|
|
551
742
|
/** OAuth access token. */
|
|
552
|
-
access_token?:
|
|
743
|
+
access_token?:
|
|
744
|
+
string;
|
|
553
745
|
/** Data format for response. */
|
|
554
|
-
alt?:
|
|
746
|
+
alt?:
|
|
747
|
+
string;
|
|
555
748
|
/** JSONP */
|
|
556
|
-
callback?:
|
|
749
|
+
callback?:
|
|
750
|
+
string;
|
|
557
751
|
/** Selector specifying which fields to include in a partial response. */
|
|
558
|
-
fields?:
|
|
752
|
+
fields?:
|
|
753
|
+
string;
|
|
559
754
|
/** 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. */
|
|
560
|
-
key?:
|
|
755
|
+
key?:
|
|
756
|
+
string;
|
|
561
757
|
/** OAuth 2.0 token for the current user. */
|
|
562
|
-
oauth_token?:
|
|
758
|
+
oauth_token?:
|
|
759
|
+
string;
|
|
563
760
|
/** Page size. The default page size is the maximum value of 1000 results. */
|
|
564
|
-
pageSize?:
|
|
761
|
+
pageSize?:
|
|
762
|
+
number;
|
|
565
763
|
/**
|
|
566
764
|
* Pagination token, which can be used to request a specific page of `ListDataSourcesRequest` list results. For multiple-page results, `ListDataSourcesResponse` outputs a
|
|
567
765
|
* `next_page` token, which can be used as the `page_token` value to request the next page of list results.
|
|
568
766
|
*/
|
|
569
|
-
pageToken?:
|
|
767
|
+
pageToken?:
|
|
768
|
+
string;
|
|
570
769
|
/** Required. The BigQuery project id for which data sources should be returned. Must be in the form: `projects/{project_id}` or `projects/{project_id}/locations/{location_id}` */
|
|
571
|
-
parent:
|
|
770
|
+
parent:
|
|
771
|
+
string;
|
|
572
772
|
/** Returns response with indentations and line breaks. */
|
|
573
|
-
prettyPrint?:
|
|
773
|
+
prettyPrint?:
|
|
774
|
+
boolean;
|
|
574
775
|
/** 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. */
|
|
575
|
-
quotaUser?:
|
|
776
|
+
quotaUser?:
|
|
777
|
+
string;
|
|
576
778
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
577
|
-
upload_protocol?:
|
|
779
|
+
upload_protocol?:
|
|
780
|
+
string;
|
|
578
781
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
579
|
-
uploadType?:
|
|
782
|
+
uploadType?:
|
|
783
|
+
string;
|
|
580
784
|
}): Request<ListDataSourcesResponse>;
|
|
581
785
|
}
|
|
582
786
|
interface TransferLogsResource {
|
|
583
787
|
/** Returns log messages for the transfer run. */
|
|
584
788
|
list(request?: {
|
|
585
789
|
/** V1 error format. */
|
|
586
|
-
"$.xgafv"?:
|
|
790
|
+
"$.xgafv"?:
|
|
791
|
+
string;
|
|
587
792
|
/** OAuth access token. */
|
|
588
|
-
access_token?:
|
|
793
|
+
access_token?:
|
|
794
|
+
string;
|
|
589
795
|
/** Data format for response. */
|
|
590
|
-
alt?:
|
|
796
|
+
alt?:
|
|
797
|
+
string;
|
|
591
798
|
/** JSONP */
|
|
592
|
-
callback?:
|
|
799
|
+
callback?:
|
|
800
|
+
string;
|
|
593
801
|
/** Selector specifying which fields to include in a partial response. */
|
|
594
|
-
fields?:
|
|
802
|
+
fields?:
|
|
803
|
+
string;
|
|
595
804
|
/** 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. */
|
|
596
|
-
key?:
|
|
805
|
+
key?:
|
|
806
|
+
string;
|
|
597
807
|
/** Message types to return. If not populated - INFO, WARNING and ERROR messages are returned. */
|
|
598
|
-
messageTypes?:
|
|
808
|
+
messageTypes?:
|
|
809
|
+
string | string[];
|
|
599
810
|
/** OAuth 2.0 token for the current user. */
|
|
600
|
-
oauth_token?:
|
|
811
|
+
oauth_token?:
|
|
812
|
+
string;
|
|
601
813
|
/** Page size. The default page size is the maximum value of 1000 results. */
|
|
602
|
-
pageSize?:
|
|
814
|
+
pageSize?:
|
|
815
|
+
number;
|
|
603
816
|
/**
|
|
604
817
|
* Pagination token, which can be used to request a specific page of `ListTransferLogsRequest` list results. For multiple-page results, `ListTransferLogsResponse` outputs a
|
|
605
818
|
* `next_page` token, which can be used as the `page_token` value to request the next page of list results.
|
|
606
819
|
*/
|
|
607
|
-
pageToken?:
|
|
820
|
+
pageToken?:
|
|
821
|
+
string;
|
|
608
822
|
/**
|
|
609
823
|
* Required. Transfer run name in the form: `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or
|
|
610
824
|
* `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}`
|
|
611
825
|
*/
|
|
612
|
-
parent:
|
|
826
|
+
parent:
|
|
827
|
+
string;
|
|
613
828
|
/** Returns response with indentations and line breaks. */
|
|
614
|
-
prettyPrint?:
|
|
829
|
+
prettyPrint?:
|
|
830
|
+
boolean;
|
|
615
831
|
/** 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. */
|
|
616
|
-
quotaUser?:
|
|
832
|
+
quotaUser?:
|
|
833
|
+
string;
|
|
617
834
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
618
|
-
upload_protocol?:
|
|
835
|
+
upload_protocol?:
|
|
836
|
+
string;
|
|
619
837
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
620
|
-
uploadType?:
|
|
838
|
+
uploadType?:
|
|
839
|
+
string;
|
|
621
840
|
}): Request<ListTransferLogsResponse>;
|
|
622
841
|
}
|
|
623
842
|
interface RunsResource {
|
|
624
843
|
/** Deletes the specified transfer run. */
|
|
625
844
|
delete(request?: {
|
|
626
845
|
/** V1 error format. */
|
|
627
|
-
"$.xgafv"?:
|
|
846
|
+
"$.xgafv"?:
|
|
847
|
+
string;
|
|
628
848
|
/** OAuth access token. */
|
|
629
|
-
access_token?:
|
|
849
|
+
access_token?:
|
|
850
|
+
string;
|
|
630
851
|
/** Data format for response. */
|
|
631
|
-
alt?:
|
|
852
|
+
alt?:
|
|
853
|
+
string;
|
|
632
854
|
/** JSONP */
|
|
633
|
-
callback?:
|
|
855
|
+
callback?:
|
|
856
|
+
string;
|
|
634
857
|
/** Selector specifying which fields to include in a partial response. */
|
|
635
|
-
fields?:
|
|
858
|
+
fields?:
|
|
859
|
+
string;
|
|
636
860
|
/** 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. */
|
|
637
|
-
key?:
|
|
861
|
+
key?:
|
|
862
|
+
string;
|
|
638
863
|
/**
|
|
639
864
|
* Required. The field will contain name of the resource requested, for example: `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or
|
|
640
865
|
* `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}`
|
|
641
866
|
*/
|
|
642
|
-
name:
|
|
867
|
+
name:
|
|
868
|
+
string;
|
|
643
869
|
/** OAuth 2.0 token for the current user. */
|
|
644
|
-
oauth_token?:
|
|
870
|
+
oauth_token?:
|
|
871
|
+
string;
|
|
645
872
|
/** Returns response with indentations and line breaks. */
|
|
646
|
-
prettyPrint?:
|
|
873
|
+
prettyPrint?:
|
|
874
|
+
boolean;
|
|
647
875
|
/** 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. */
|
|
648
|
-
quotaUser?:
|
|
876
|
+
quotaUser?:
|
|
877
|
+
string;
|
|
649
878
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
650
|
-
upload_protocol?:
|
|
879
|
+
upload_protocol?:
|
|
880
|
+
string;
|
|
651
881
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
652
|
-
uploadType?:
|
|
882
|
+
uploadType?:
|
|
883
|
+
string;
|
|
653
884
|
}): Request<{}>;
|
|
654
885
|
/** Returns information about the particular transfer run. */
|
|
655
886
|
get(request?: {
|
|
656
887
|
/** V1 error format. */
|
|
657
|
-
"$.xgafv"?:
|
|
888
|
+
"$.xgafv"?:
|
|
889
|
+
string;
|
|
658
890
|
/** OAuth access token. */
|
|
659
|
-
access_token?:
|
|
891
|
+
access_token?:
|
|
892
|
+
string;
|
|
660
893
|
/** Data format for response. */
|
|
661
|
-
alt?:
|
|
894
|
+
alt?:
|
|
895
|
+
string;
|
|
662
896
|
/** JSONP */
|
|
663
|
-
callback?:
|
|
897
|
+
callback?:
|
|
898
|
+
string;
|
|
664
899
|
/** Selector specifying which fields to include in a partial response. */
|
|
665
|
-
fields?:
|
|
900
|
+
fields?:
|
|
901
|
+
string;
|
|
666
902
|
/** 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. */
|
|
667
|
-
key?:
|
|
903
|
+
key?:
|
|
904
|
+
string;
|
|
668
905
|
/**
|
|
669
906
|
* Required. The field will contain name of the resource requested, for example: `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or
|
|
670
907
|
* `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}`
|
|
671
908
|
*/
|
|
672
|
-
name:
|
|
909
|
+
name:
|
|
910
|
+
string;
|
|
673
911
|
/** OAuth 2.0 token for the current user. */
|
|
674
|
-
oauth_token?:
|
|
912
|
+
oauth_token?:
|
|
913
|
+
string;
|
|
675
914
|
/** Returns response with indentations and line breaks. */
|
|
676
|
-
prettyPrint?:
|
|
915
|
+
prettyPrint?:
|
|
916
|
+
boolean;
|
|
677
917
|
/** 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. */
|
|
678
|
-
quotaUser?:
|
|
918
|
+
quotaUser?:
|
|
919
|
+
string;
|
|
679
920
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
680
|
-
upload_protocol?:
|
|
921
|
+
upload_protocol?:
|
|
922
|
+
string;
|
|
681
923
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
682
|
-
uploadType?:
|
|
924
|
+
uploadType?:
|
|
925
|
+
string;
|
|
683
926
|
}): Request<TransferRun>;
|
|
684
927
|
/** Returns information about running and completed transfer runs. */
|
|
685
928
|
list(request?: {
|
|
686
929
|
/** V1 error format. */
|
|
687
|
-
"$.xgafv"?:
|
|
930
|
+
"$.xgafv"?:
|
|
931
|
+
string;
|
|
688
932
|
/** OAuth access token. */
|
|
689
|
-
access_token?:
|
|
933
|
+
access_token?:
|
|
934
|
+
string;
|
|
690
935
|
/** Data format for response. */
|
|
691
|
-
alt?:
|
|
936
|
+
alt?:
|
|
937
|
+
string;
|
|
692
938
|
/** JSONP */
|
|
693
|
-
callback?:
|
|
939
|
+
callback?:
|
|
940
|
+
string;
|
|
694
941
|
/** Selector specifying which fields to include in a partial response. */
|
|
695
|
-
fields?:
|
|
942
|
+
fields?:
|
|
943
|
+
string;
|
|
696
944
|
/** 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. */
|
|
697
|
-
key?:
|
|
945
|
+
key?:
|
|
946
|
+
string;
|
|
698
947
|
/** OAuth 2.0 token for the current user. */
|
|
699
|
-
oauth_token?:
|
|
948
|
+
oauth_token?:
|
|
949
|
+
string;
|
|
700
950
|
/** Page size. The default page size is the maximum value of 1000 results. */
|
|
701
|
-
pageSize?:
|
|
951
|
+
pageSize?:
|
|
952
|
+
number;
|
|
702
953
|
/**
|
|
703
954
|
* Pagination token, which can be used to request a specific page of `ListTransferRunsRequest` list results. For multiple-page results, `ListTransferRunsResponse` outputs a
|
|
704
955
|
* `next_page` token, which can be used as the `page_token` value to request the next page of list results.
|
|
705
956
|
*/
|
|
706
|
-
pageToken?:
|
|
957
|
+
pageToken?:
|
|
958
|
+
string;
|
|
707
959
|
/**
|
|
708
960
|
* Required. Name of transfer configuration for which transfer runs should be retrieved. Format of transfer configuration resource name is:
|
|
709
961
|
* `projects/{project_id}/transferConfigs/{config_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`.
|
|
710
962
|
*/
|
|
711
|
-
parent:
|
|
963
|
+
parent:
|
|
964
|
+
string;
|
|
712
965
|
/** Returns response with indentations and line breaks. */
|
|
713
|
-
prettyPrint?:
|
|
966
|
+
prettyPrint?:
|
|
967
|
+
boolean;
|
|
714
968
|
/** 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. */
|
|
715
|
-
quotaUser?:
|
|
969
|
+
quotaUser?:
|
|
970
|
+
string;
|
|
716
971
|
/** Indicates how run attempts are to be pulled. */
|
|
717
|
-
runAttempt?:
|
|
972
|
+
runAttempt?:
|
|
973
|
+
string;
|
|
718
974
|
/** When specified, only transfer runs with requested states are returned. */
|
|
719
|
-
states?:
|
|
975
|
+
states?:
|
|
976
|
+
string | string[];
|
|
720
977
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
721
|
-
upload_protocol?:
|
|
978
|
+
upload_protocol?:
|
|
979
|
+
string;
|
|
722
980
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
723
|
-
uploadType?:
|
|
981
|
+
uploadType?:
|
|
982
|
+
string;
|
|
724
983
|
}): Request<ListTransferRunsResponse>;
|
|
725
|
-
transferLogs:
|
|
984
|
+
transferLogs:
|
|
985
|
+
TransferLogsResource;
|
|
726
986
|
}
|
|
727
987
|
interface TransferConfigsResource {
|
|
728
988
|
/** Creates a new data transfer configuration. */
|
|
729
989
|
create(request: {
|
|
730
990
|
/** V1 error format. */
|
|
731
|
-
"$.xgafv"?:
|
|
991
|
+
"$.xgafv"?:
|
|
992
|
+
string;
|
|
732
993
|
/** OAuth access token. */
|
|
733
|
-
access_token?:
|
|
994
|
+
access_token?:
|
|
995
|
+
string;
|
|
734
996
|
/** Data format for response. */
|
|
735
|
-
alt?:
|
|
997
|
+
alt?:
|
|
998
|
+
string;
|
|
736
999
|
/**
|
|
737
1000
|
* Optional OAuth2 authorization code to use with this transfer configuration. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' and new credentials are
|
|
738
1001
|
* needed, as indicated by `CheckValidCreds`. In order to obtain authorization_code, make a request to the following URL:
|
|
@@ -740,34 +1003,45 @@ declare namespace gapi.client {
|
|
|
740
1003
|
* The client_id is the OAuth client_id of the a data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note
|
|
741
1004
|
* that this should not be set when `service_account_name` is used to create the transfer config.
|
|
742
1005
|
*/
|
|
743
|
-
authorizationCode?:
|
|
1006
|
+
authorizationCode?:
|
|
1007
|
+
string;
|
|
744
1008
|
/** JSONP */
|
|
745
|
-
callback?:
|
|
1009
|
+
callback?:
|
|
1010
|
+
string;
|
|
746
1011
|
/** Selector specifying which fields to include in a partial response. */
|
|
747
|
-
fields?:
|
|
1012
|
+
fields?:
|
|
1013
|
+
string;
|
|
748
1014
|
/** 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. */
|
|
749
|
-
key?:
|
|
1015
|
+
key?:
|
|
1016
|
+
string;
|
|
750
1017
|
/** OAuth 2.0 token for the current user. */
|
|
751
|
-
oauth_token?:
|
|
1018
|
+
oauth_token?:
|
|
1019
|
+
string;
|
|
752
1020
|
/**
|
|
753
1021
|
* Required. The BigQuery project id where the transfer configuration should be created. Must be in the format projects/{project_id}/locations/{location_id} or
|
|
754
1022
|
* projects/{project_id}. If specified location and location of the destination bigquery dataset do not match - the request will fail.
|
|
755
1023
|
*/
|
|
756
|
-
parent:
|
|
1024
|
+
parent:
|
|
1025
|
+
string;
|
|
757
1026
|
/** Returns response with indentations and line breaks. */
|
|
758
|
-
prettyPrint?:
|
|
1027
|
+
prettyPrint?:
|
|
1028
|
+
boolean;
|
|
759
1029
|
/** 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. */
|
|
760
|
-
quotaUser?:
|
|
1030
|
+
quotaUser?:
|
|
1031
|
+
string;
|
|
761
1032
|
/**
|
|
762
1033
|
* Optional service account email. If this field is set, the transfer config will be created with this service account's credentials. It requires that the requesting user calling
|
|
763
1034
|
* this API has permissions to act as this service account. Note that not all data sources support service account credentials when creating a transfer config. For the latest list
|
|
764
1035
|
* of data sources, read about [using service accounts](https://cloud.google.com/bigquery-transfer/docs/use-service-accounts).
|
|
765
1036
|
*/
|
|
766
|
-
serviceAccountName?:
|
|
1037
|
+
serviceAccountName?:
|
|
1038
|
+
string;
|
|
767
1039
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
768
|
-
upload_protocol?:
|
|
1040
|
+
upload_protocol?:
|
|
1041
|
+
string;
|
|
769
1042
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
770
|
-
uploadType?:
|
|
1043
|
+
uploadType?:
|
|
1044
|
+
string;
|
|
771
1045
|
/**
|
|
772
1046
|
* Optional version info. This is required only if `transferConfig.dataSourceId` is not 'youtube_channel' and new credentials are needed, as indicated by `CheckValidCreds`. In
|
|
773
1047
|
* order to obtain version info, make a request to the following URL:
|
|
@@ -775,17 +1049,22 @@ declare namespace gapi.client {
|
|
|
775
1049
|
* client_id is the OAuth client_id of the a data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note that
|
|
776
1050
|
* this should not be set when `service_account_name` is used to create the transfer config.
|
|
777
1051
|
*/
|
|
778
|
-
versionInfo?:
|
|
1052
|
+
versionInfo?:
|
|
1053
|
+
string;
|
|
779
1054
|
/** Request body */
|
|
780
|
-
resource:
|
|
1055
|
+
resource:
|
|
1056
|
+
TransferConfig;
|
|
781
1057
|
}): Request<TransferConfig>;
|
|
782
1058
|
create(request: {
|
|
783
1059
|
/** V1 error format. */
|
|
784
|
-
"$.xgafv"?:
|
|
1060
|
+
"$.xgafv"?:
|
|
1061
|
+
string;
|
|
785
1062
|
/** OAuth access token. */
|
|
786
|
-
access_token?:
|
|
1063
|
+
access_token?:
|
|
1064
|
+
string;
|
|
787
1065
|
/** Data format for response. */
|
|
788
|
-
alt?:
|
|
1066
|
+
alt?:
|
|
1067
|
+
string;
|
|
789
1068
|
/**
|
|
790
1069
|
* Optional OAuth2 authorization code to use with this transfer configuration. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' and new credentials are
|
|
791
1070
|
* needed, as indicated by `CheckValidCreds`. In order to obtain authorization_code, make a request to the following URL:
|
|
@@ -793,34 +1072,45 @@ declare namespace gapi.client {
|
|
|
793
1072
|
* The client_id is the OAuth client_id of the a data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note
|
|
794
1073
|
* that this should not be set when `service_account_name` is used to create the transfer config.
|
|
795
1074
|
*/
|
|
796
|
-
authorizationCode?:
|
|
1075
|
+
authorizationCode?:
|
|
1076
|
+
string;
|
|
797
1077
|
/** JSONP */
|
|
798
|
-
callback?:
|
|
1078
|
+
callback?:
|
|
1079
|
+
string;
|
|
799
1080
|
/** Selector specifying which fields to include in a partial response. */
|
|
800
|
-
fields?:
|
|
1081
|
+
fields?:
|
|
1082
|
+
string;
|
|
801
1083
|
/** 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. */
|
|
802
|
-
key?:
|
|
1084
|
+
key?:
|
|
1085
|
+
string;
|
|
803
1086
|
/** OAuth 2.0 token for the current user. */
|
|
804
|
-
oauth_token?:
|
|
1087
|
+
oauth_token?:
|
|
1088
|
+
string;
|
|
805
1089
|
/**
|
|
806
1090
|
* Required. The BigQuery project id where the transfer configuration should be created. Must be in the format projects/{project_id}/locations/{location_id} or
|
|
807
1091
|
* projects/{project_id}. If specified location and location of the destination bigquery dataset do not match - the request will fail.
|
|
808
1092
|
*/
|
|
809
|
-
parent:
|
|
1093
|
+
parent:
|
|
1094
|
+
string;
|
|
810
1095
|
/** Returns response with indentations and line breaks. */
|
|
811
|
-
prettyPrint?:
|
|
1096
|
+
prettyPrint?:
|
|
1097
|
+
boolean;
|
|
812
1098
|
/** 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. */
|
|
813
|
-
quotaUser?:
|
|
1099
|
+
quotaUser?:
|
|
1100
|
+
string;
|
|
814
1101
|
/**
|
|
815
1102
|
* Optional service account email. If this field is set, the transfer config will be created with this service account's credentials. It requires that the requesting user calling
|
|
816
1103
|
* this API has permissions to act as this service account. Note that not all data sources support service account credentials when creating a transfer config. For the latest list
|
|
817
1104
|
* of data sources, read about [using service accounts](https://cloud.google.com/bigquery-transfer/docs/use-service-accounts).
|
|
818
1105
|
*/
|
|
819
|
-
serviceAccountName?:
|
|
1106
|
+
serviceAccountName?:
|
|
1107
|
+
string;
|
|
820
1108
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
821
|
-
upload_protocol?:
|
|
1109
|
+
upload_protocol?:
|
|
1110
|
+
string;
|
|
822
1111
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
823
|
-
uploadType?:
|
|
1112
|
+
uploadType?:
|
|
1113
|
+
string;
|
|
824
1114
|
/**
|
|
825
1115
|
* Optional version info. This is required only if `transferConfig.dataSourceId` is not 'youtube_channel' and new credentials are needed, as indicated by `CheckValidCreds`. In
|
|
826
1116
|
* order to obtain version info, make a request to the following URL:
|
|
@@ -828,113 +1118,156 @@ declare namespace gapi.client {
|
|
|
828
1118
|
* client_id is the OAuth client_id of the a data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note that
|
|
829
1119
|
* this should not be set when `service_account_name` is used to create the transfer config.
|
|
830
1120
|
*/
|
|
831
|
-
versionInfo?:
|
|
1121
|
+
versionInfo?:
|
|
1122
|
+
string;
|
|
832
1123
|
},
|
|
833
1124
|
body: TransferConfig): Request<TransferConfig>;
|
|
834
1125
|
/** Deletes a data transfer configuration, including any associated transfer runs and logs. */
|
|
835
1126
|
delete(request?: {
|
|
836
1127
|
/** V1 error format. */
|
|
837
|
-
"$.xgafv"?:
|
|
1128
|
+
"$.xgafv"?:
|
|
1129
|
+
string;
|
|
838
1130
|
/** OAuth access token. */
|
|
839
|
-
access_token?:
|
|
1131
|
+
access_token?:
|
|
1132
|
+
string;
|
|
840
1133
|
/** Data format for response. */
|
|
841
|
-
alt?:
|
|
1134
|
+
alt?:
|
|
1135
|
+
string;
|
|
842
1136
|
/** JSONP */
|
|
843
|
-
callback?:
|
|
1137
|
+
callback?:
|
|
1138
|
+
string;
|
|
844
1139
|
/** Selector specifying which fields to include in a partial response. */
|
|
845
|
-
fields?:
|
|
1140
|
+
fields?:
|
|
1141
|
+
string;
|
|
846
1142
|
/** 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. */
|
|
847
|
-
key?:
|
|
1143
|
+
key?:
|
|
1144
|
+
string;
|
|
848
1145
|
/**
|
|
849
1146
|
* Required. The field will contain name of the resource requested, for example: `projects/{project_id}/transferConfigs/{config_id}` or
|
|
850
1147
|
* `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`
|
|
851
1148
|
*/
|
|
852
|
-
name:
|
|
1149
|
+
name:
|
|
1150
|
+
string;
|
|
853
1151
|
/** OAuth 2.0 token for the current user. */
|
|
854
|
-
oauth_token?:
|
|
1152
|
+
oauth_token?:
|
|
1153
|
+
string;
|
|
855
1154
|
/** Returns response with indentations and line breaks. */
|
|
856
|
-
prettyPrint?:
|
|
1155
|
+
prettyPrint?:
|
|
1156
|
+
boolean;
|
|
857
1157
|
/** 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. */
|
|
858
|
-
quotaUser?:
|
|
1158
|
+
quotaUser?:
|
|
1159
|
+
string;
|
|
859
1160
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
860
|
-
upload_protocol?:
|
|
1161
|
+
upload_protocol?:
|
|
1162
|
+
string;
|
|
861
1163
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
862
|
-
uploadType?:
|
|
1164
|
+
uploadType?:
|
|
1165
|
+
string;
|
|
863
1166
|
}): Request<{}>;
|
|
864
1167
|
/** Returns information about a data transfer config. */
|
|
865
1168
|
get(request?: {
|
|
866
1169
|
/** V1 error format. */
|
|
867
|
-
"$.xgafv"?:
|
|
1170
|
+
"$.xgafv"?:
|
|
1171
|
+
string;
|
|
868
1172
|
/** OAuth access token. */
|
|
869
|
-
access_token?:
|
|
1173
|
+
access_token?:
|
|
1174
|
+
string;
|
|
870
1175
|
/** Data format for response. */
|
|
871
|
-
alt?:
|
|
1176
|
+
alt?:
|
|
1177
|
+
string;
|
|
872
1178
|
/** JSONP */
|
|
873
|
-
callback?:
|
|
1179
|
+
callback?:
|
|
1180
|
+
string;
|
|
874
1181
|
/** Selector specifying which fields to include in a partial response. */
|
|
875
|
-
fields?:
|
|
1182
|
+
fields?:
|
|
1183
|
+
string;
|
|
876
1184
|
/** 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. */
|
|
877
|
-
key?:
|
|
1185
|
+
key?:
|
|
1186
|
+
string;
|
|
878
1187
|
/**
|
|
879
1188
|
* Required. The field will contain name of the resource requested, for example: `projects/{project_id}/transferConfigs/{config_id}` or
|
|
880
1189
|
* `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`
|
|
881
1190
|
*/
|
|
882
|
-
name:
|
|
1191
|
+
name:
|
|
1192
|
+
string;
|
|
883
1193
|
/** OAuth 2.0 token for the current user. */
|
|
884
|
-
oauth_token?:
|
|
1194
|
+
oauth_token?:
|
|
1195
|
+
string;
|
|
885
1196
|
/** Returns response with indentations and line breaks. */
|
|
886
|
-
prettyPrint?:
|
|
1197
|
+
prettyPrint?:
|
|
1198
|
+
boolean;
|
|
887
1199
|
/** 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. */
|
|
888
|
-
quotaUser?:
|
|
1200
|
+
quotaUser?:
|
|
1201
|
+
string;
|
|
889
1202
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
890
|
-
upload_protocol?:
|
|
1203
|
+
upload_protocol?:
|
|
1204
|
+
string;
|
|
891
1205
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
892
|
-
uploadType?:
|
|
1206
|
+
uploadType?:
|
|
1207
|
+
string;
|
|
893
1208
|
}): Request<TransferConfig>;
|
|
894
1209
|
/** Returns information about all transfer configs owned by a project in the specified location. */
|
|
895
1210
|
list(request?: {
|
|
896
1211
|
/** V1 error format. */
|
|
897
|
-
"$.xgafv"?:
|
|
1212
|
+
"$.xgafv"?:
|
|
1213
|
+
string;
|
|
898
1214
|
/** OAuth access token. */
|
|
899
|
-
access_token?:
|
|
1215
|
+
access_token?:
|
|
1216
|
+
string;
|
|
900
1217
|
/** Data format for response. */
|
|
901
|
-
alt?:
|
|
1218
|
+
alt?:
|
|
1219
|
+
string;
|
|
902
1220
|
/** JSONP */
|
|
903
|
-
callback?:
|
|
1221
|
+
callback?:
|
|
1222
|
+
string;
|
|
904
1223
|
/** When specified, only configurations of requested data sources are returned. */
|
|
905
|
-
dataSourceIds?:
|
|
1224
|
+
dataSourceIds?:
|
|
1225
|
+
string | string[];
|
|
906
1226
|
/** Selector specifying which fields to include in a partial response. */
|
|
907
|
-
fields?:
|
|
1227
|
+
fields?:
|
|
1228
|
+
string;
|
|
908
1229
|
/** 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. */
|
|
909
|
-
key?:
|
|
1230
|
+
key?:
|
|
1231
|
+
string;
|
|
910
1232
|
/** OAuth 2.0 token for the current user. */
|
|
911
|
-
oauth_token?:
|
|
1233
|
+
oauth_token?:
|
|
1234
|
+
string;
|
|
912
1235
|
/** Page size. The default page size is the maximum value of 1000 results. */
|
|
913
|
-
pageSize?:
|
|
1236
|
+
pageSize?:
|
|
1237
|
+
number;
|
|
914
1238
|
/**
|
|
915
1239
|
* Pagination token, which can be used to request a specific page of `ListTransfersRequest` list results. For multiple-page results, `ListTransfersResponse` outputs a `next_page`
|
|
916
1240
|
* token, which can be used as the `page_token` value to request the next page of list results.
|
|
917
1241
|
*/
|
|
918
|
-
pageToken?:
|
|
1242
|
+
pageToken?:
|
|
1243
|
+
string;
|
|
919
1244
|
/** Required. The BigQuery project id for which transfer configs should be returned: `projects/{project_id}` or `projects/{project_id}/locations/{location_id}` */
|
|
920
|
-
parent:
|
|
1245
|
+
parent:
|
|
1246
|
+
string;
|
|
921
1247
|
/** Returns response with indentations and line breaks. */
|
|
922
|
-
prettyPrint?:
|
|
1248
|
+
prettyPrint?:
|
|
1249
|
+
boolean;
|
|
923
1250
|
/** 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. */
|
|
924
|
-
quotaUser?:
|
|
1251
|
+
quotaUser?:
|
|
1252
|
+
string;
|
|
925
1253
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
926
|
-
upload_protocol?:
|
|
1254
|
+
upload_protocol?:
|
|
1255
|
+
string;
|
|
927
1256
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
928
|
-
uploadType?:
|
|
1257
|
+
uploadType?:
|
|
1258
|
+
string;
|
|
929
1259
|
}): Request<ListTransferConfigsResponse>;
|
|
930
1260
|
/** Updates a data transfer configuration. All fields must be set, even if they are not updated. */
|
|
931
1261
|
patch(request: {
|
|
932
1262
|
/** V1 error format. */
|
|
933
|
-
"$.xgafv"?:
|
|
1263
|
+
"$.xgafv"?:
|
|
1264
|
+
string;
|
|
934
1265
|
/** OAuth access token. */
|
|
935
|
-
access_token?:
|
|
1266
|
+
access_token?:
|
|
1267
|
+
string;
|
|
936
1268
|
/** Data format for response. */
|
|
937
|
-
alt?:
|
|
1269
|
+
alt?:
|
|
1270
|
+
string;
|
|
938
1271
|
/**
|
|
939
1272
|
* Optional OAuth2 authorization code to use with this transfer configuration. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' and new credentials are
|
|
940
1273
|
* needed, as indicated by `CheckValidCreds`. In order to obtain authorization_code, make a request to the following URL:
|
|
@@ -942,36 +1275,48 @@ declare namespace gapi.client {
|
|
|
942
1275
|
* The client_id is the OAuth client_id of the a data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note
|
|
943
1276
|
* that this should not be set when `service_account_name` is used to update the transfer config.
|
|
944
1277
|
*/
|
|
945
|
-
authorizationCode?:
|
|
1278
|
+
authorizationCode?:
|
|
1279
|
+
string;
|
|
946
1280
|
/** JSONP */
|
|
947
|
-
callback?:
|
|
1281
|
+
callback?:
|
|
1282
|
+
string;
|
|
948
1283
|
/** Selector specifying which fields to include in a partial response. */
|
|
949
|
-
fields?:
|
|
1284
|
+
fields?:
|
|
1285
|
+
string;
|
|
950
1286
|
/** 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. */
|
|
951
|
-
key?:
|
|
1287
|
+
key?:
|
|
1288
|
+
string;
|
|
952
1289
|
/**
|
|
953
1290
|
* The resource name of the transfer config. Transfer config names have the form `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. Where `config_id` is
|
|
954
1291
|
* usually a uuid, even though it is not guaranteed or required. The name is ignored when creating a transfer config.
|
|
955
1292
|
*/
|
|
956
|
-
name:
|
|
1293
|
+
name:
|
|
1294
|
+
string;
|
|
957
1295
|
/** OAuth 2.0 token for the current user. */
|
|
958
|
-
oauth_token?:
|
|
1296
|
+
oauth_token?:
|
|
1297
|
+
string;
|
|
959
1298
|
/** Returns response with indentations and line breaks. */
|
|
960
|
-
prettyPrint?:
|
|
1299
|
+
prettyPrint?:
|
|
1300
|
+
boolean;
|
|
961
1301
|
/** 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. */
|
|
962
|
-
quotaUser?:
|
|
1302
|
+
quotaUser?:
|
|
1303
|
+
string;
|
|
963
1304
|
/**
|
|
964
1305
|
* Optional service account email. If this field is set, the transfer config will be created with this service account's credentials. It requires that the requesting user calling
|
|
965
1306
|
* this API has permissions to act as this service account. Note that not all data sources support service account credentials when creating a transfer config. For the latest list
|
|
966
1307
|
* of data sources, read about [using service accounts](https://cloud.google.com/bigquery-transfer/docs/use-service-accounts).
|
|
967
1308
|
*/
|
|
968
|
-
serviceAccountName?:
|
|
1309
|
+
serviceAccountName?:
|
|
1310
|
+
string;
|
|
969
1311
|
/** Required. Required list of fields to be updated in this request. */
|
|
970
|
-
updateMask?:
|
|
1312
|
+
updateMask?:
|
|
1313
|
+
string;
|
|
971
1314
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
972
|
-
upload_protocol?:
|
|
1315
|
+
upload_protocol?:
|
|
1316
|
+
string;
|
|
973
1317
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
974
|
-
uploadType?:
|
|
1318
|
+
uploadType?:
|
|
1319
|
+
string;
|
|
975
1320
|
/**
|
|
976
1321
|
* Optional version info. This is required only if `transferConfig.dataSourceId` is not 'youtube_channel' and new credentials are needed, as indicated by `CheckValidCreds`. In
|
|
977
1322
|
* order to obtain version info, make a request to the following URL:
|
|
@@ -979,17 +1324,22 @@ declare namespace gapi.client {
|
|
|
979
1324
|
* client_id is the OAuth client_id of the a data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note that
|
|
980
1325
|
* this should not be set when `service_account_name` is used to update the transfer config.
|
|
981
1326
|
*/
|
|
982
|
-
versionInfo?:
|
|
1327
|
+
versionInfo?:
|
|
1328
|
+
string;
|
|
983
1329
|
/** Request body */
|
|
984
|
-
resource:
|
|
1330
|
+
resource:
|
|
1331
|
+
TransferConfig;
|
|
985
1332
|
}): Request<TransferConfig>;
|
|
986
1333
|
patch(request: {
|
|
987
1334
|
/** V1 error format. */
|
|
988
|
-
"$.xgafv"?:
|
|
1335
|
+
"$.xgafv"?:
|
|
1336
|
+
string;
|
|
989
1337
|
/** OAuth access token. */
|
|
990
|
-
access_token?:
|
|
1338
|
+
access_token?:
|
|
1339
|
+
string;
|
|
991
1340
|
/** Data format for response. */
|
|
992
|
-
alt?:
|
|
1341
|
+
alt?:
|
|
1342
|
+
string;
|
|
993
1343
|
/**
|
|
994
1344
|
* Optional OAuth2 authorization code to use with this transfer configuration. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' and new credentials are
|
|
995
1345
|
* needed, as indicated by `CheckValidCreds`. In order to obtain authorization_code, make a request to the following URL:
|
|
@@ -997,36 +1347,48 @@ declare namespace gapi.client {
|
|
|
997
1347
|
* The client_id is the OAuth client_id of the a data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note
|
|
998
1348
|
* that this should not be set when `service_account_name` is used to update the transfer config.
|
|
999
1349
|
*/
|
|
1000
|
-
authorizationCode?:
|
|
1350
|
+
authorizationCode?:
|
|
1351
|
+
string;
|
|
1001
1352
|
/** JSONP */
|
|
1002
|
-
callback?:
|
|
1353
|
+
callback?:
|
|
1354
|
+
string;
|
|
1003
1355
|
/** Selector specifying which fields to include in a partial response. */
|
|
1004
|
-
fields?:
|
|
1356
|
+
fields?:
|
|
1357
|
+
string;
|
|
1005
1358
|
/** 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. */
|
|
1006
|
-
key?:
|
|
1359
|
+
key?:
|
|
1360
|
+
string;
|
|
1007
1361
|
/**
|
|
1008
1362
|
* The resource name of the transfer config. Transfer config names have the form `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. Where `config_id` is
|
|
1009
1363
|
* usually a uuid, even though it is not guaranteed or required. The name is ignored when creating a transfer config.
|
|
1010
1364
|
*/
|
|
1011
|
-
name:
|
|
1365
|
+
name:
|
|
1366
|
+
string;
|
|
1012
1367
|
/** OAuth 2.0 token for the current user. */
|
|
1013
|
-
oauth_token?:
|
|
1368
|
+
oauth_token?:
|
|
1369
|
+
string;
|
|
1014
1370
|
/** Returns response with indentations and line breaks. */
|
|
1015
|
-
prettyPrint?:
|
|
1371
|
+
prettyPrint?:
|
|
1372
|
+
boolean;
|
|
1016
1373
|
/** 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. */
|
|
1017
|
-
quotaUser?:
|
|
1374
|
+
quotaUser?:
|
|
1375
|
+
string;
|
|
1018
1376
|
/**
|
|
1019
1377
|
* Optional service account email. If this field is set, the transfer config will be created with this service account's credentials. It requires that the requesting user calling
|
|
1020
1378
|
* this API has permissions to act as this service account. Note that not all data sources support service account credentials when creating a transfer config. For the latest list
|
|
1021
1379
|
* of data sources, read about [using service accounts](https://cloud.google.com/bigquery-transfer/docs/use-service-accounts).
|
|
1022
1380
|
*/
|
|
1023
|
-
serviceAccountName?:
|
|
1381
|
+
serviceAccountName?:
|
|
1382
|
+
string;
|
|
1024
1383
|
/** Required. Required list of fields to be updated in this request. */
|
|
1025
|
-
updateMask?:
|
|
1384
|
+
updateMask?:
|
|
1385
|
+
string;
|
|
1026
1386
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1027
|
-
upload_protocol?:
|
|
1387
|
+
upload_protocol?:
|
|
1388
|
+
string;
|
|
1028
1389
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1029
|
-
uploadType?:
|
|
1390
|
+
uploadType?:
|
|
1391
|
+
string;
|
|
1030
1392
|
/**
|
|
1031
1393
|
* Optional version info. This is required only if `transferConfig.dataSourceId` is not 'youtube_channel' and new credentials are needed, as indicated by `CheckValidCreds`. In
|
|
1032
1394
|
* order to obtain version info, make a request to the following URL:
|
|
@@ -1034,7 +1396,8 @@ declare namespace gapi.client {
|
|
|
1034
1396
|
* client_id is the OAuth client_id of the a data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note that
|
|
1035
1397
|
* this should not be set when `service_account_name` is used to update the transfer config.
|
|
1036
1398
|
*/
|
|
1037
|
-
versionInfo?:
|
|
1399
|
+
versionInfo?:
|
|
1400
|
+
string;
|
|
1038
1401
|
},
|
|
1039
1402
|
body: TransferConfig): Request<TransferConfig>;
|
|
1040
1403
|
/**
|
|
@@ -1043,63 +1406,88 @@ declare namespace gapi.client {
|
|
|
1043
1406
|
*/
|
|
1044
1407
|
scheduleRuns(request: {
|
|
1045
1408
|
/** V1 error format. */
|
|
1046
|
-
"$.xgafv"?:
|
|
1409
|
+
"$.xgafv"?:
|
|
1410
|
+
string;
|
|
1047
1411
|
/** OAuth access token. */
|
|
1048
|
-
access_token?:
|
|
1412
|
+
access_token?:
|
|
1413
|
+
string;
|
|
1049
1414
|
/** Data format for response. */
|
|
1050
|
-
alt?:
|
|
1415
|
+
alt?:
|
|
1416
|
+
string;
|
|
1051
1417
|
/** JSONP */
|
|
1052
|
-
callback?:
|
|
1418
|
+
callback?:
|
|
1419
|
+
string;
|
|
1053
1420
|
/** Selector specifying which fields to include in a partial response. */
|
|
1054
|
-
fields?:
|
|
1421
|
+
fields?:
|
|
1422
|
+
string;
|
|
1055
1423
|
/** 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. */
|
|
1056
|
-
key?:
|
|
1424
|
+
key?:
|
|
1425
|
+
string;
|
|
1057
1426
|
/** OAuth 2.0 token for the current user. */
|
|
1058
|
-
oauth_token?:
|
|
1427
|
+
oauth_token?:
|
|
1428
|
+
string;
|
|
1059
1429
|
/**
|
|
1060
1430
|
* Required. Transfer configuration name in the form: `projects/{project_id}/transferConfigs/{config_id}` or
|
|
1061
1431
|
* `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`.
|
|
1062
1432
|
*/
|
|
1063
|
-
parent:
|
|
1433
|
+
parent:
|
|
1434
|
+
string;
|
|
1064
1435
|
/** Returns response with indentations and line breaks. */
|
|
1065
|
-
prettyPrint?:
|
|
1436
|
+
prettyPrint?:
|
|
1437
|
+
boolean;
|
|
1066
1438
|
/** 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. */
|
|
1067
|
-
quotaUser?:
|
|
1439
|
+
quotaUser?:
|
|
1440
|
+
string;
|
|
1068
1441
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1069
|
-
upload_protocol?:
|
|
1442
|
+
upload_protocol?:
|
|
1443
|
+
string;
|
|
1070
1444
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1071
|
-
uploadType?:
|
|
1445
|
+
uploadType?:
|
|
1446
|
+
string;
|
|
1072
1447
|
/** Request body */
|
|
1073
|
-
resource:
|
|
1448
|
+
resource:
|
|
1449
|
+
ScheduleTransferRunsRequest;
|
|
1074
1450
|
}): Request<ScheduleTransferRunsResponse>;
|
|
1075
1451
|
scheduleRuns(request: {
|
|
1076
1452
|
/** V1 error format. */
|
|
1077
|
-
"$.xgafv"?:
|
|
1453
|
+
"$.xgafv"?:
|
|
1454
|
+
string;
|
|
1078
1455
|
/** OAuth access token. */
|
|
1079
|
-
access_token?:
|
|
1456
|
+
access_token?:
|
|
1457
|
+
string;
|
|
1080
1458
|
/** Data format for response. */
|
|
1081
|
-
alt?:
|
|
1459
|
+
alt?:
|
|
1460
|
+
string;
|
|
1082
1461
|
/** JSONP */
|
|
1083
|
-
callback?:
|
|
1462
|
+
callback?:
|
|
1463
|
+
string;
|
|
1084
1464
|
/** Selector specifying which fields to include in a partial response. */
|
|
1085
|
-
fields?:
|
|
1465
|
+
fields?:
|
|
1466
|
+
string;
|
|
1086
1467
|
/** 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. */
|
|
1087
|
-
key?:
|
|
1468
|
+
key?:
|
|
1469
|
+
string;
|
|
1088
1470
|
/** OAuth 2.0 token for the current user. */
|
|
1089
|
-
oauth_token?:
|
|
1471
|
+
oauth_token?:
|
|
1472
|
+
string;
|
|
1090
1473
|
/**
|
|
1091
1474
|
* Required. Transfer configuration name in the form: `projects/{project_id}/transferConfigs/{config_id}` or
|
|
1092
1475
|
* `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`.
|
|
1093
1476
|
*/
|
|
1094
|
-
parent:
|
|
1477
|
+
parent:
|
|
1478
|
+
string;
|
|
1095
1479
|
/** Returns response with indentations and line breaks. */
|
|
1096
|
-
prettyPrint?:
|
|
1480
|
+
prettyPrint?:
|
|
1481
|
+
boolean;
|
|
1097
1482
|
/** 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. */
|
|
1098
|
-
quotaUser?:
|
|
1483
|
+
quotaUser?:
|
|
1484
|
+
string;
|
|
1099
1485
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1100
|
-
upload_protocol?:
|
|
1486
|
+
upload_protocol?:
|
|
1487
|
+
string;
|
|
1101
1488
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1102
|
-
uploadType?:
|
|
1489
|
+
uploadType?:
|
|
1490
|
+
string;
|
|
1103
1491
|
},
|
|
1104
1492
|
body: ScheduleTransferRunsRequest): Request<ScheduleTransferRunsResponse>;
|
|
1105
1493
|
/**
|
|
@@ -1108,60 +1496,86 @@ declare namespace gapi.client {
|
|
|
1108
1496
|
*/
|
|
1109
1497
|
startManualRuns(request: {
|
|
1110
1498
|
/** V1 error format. */
|
|
1111
|
-
"$.xgafv"?:
|
|
1499
|
+
"$.xgafv"?:
|
|
1500
|
+
string;
|
|
1112
1501
|
/** OAuth access token. */
|
|
1113
|
-
access_token?:
|
|
1502
|
+
access_token?:
|
|
1503
|
+
string;
|
|
1114
1504
|
/** Data format for response. */
|
|
1115
|
-
alt?:
|
|
1505
|
+
alt?:
|
|
1506
|
+
string;
|
|
1116
1507
|
/** JSONP */
|
|
1117
|
-
callback?:
|
|
1508
|
+
callback?:
|
|
1509
|
+
string;
|
|
1118
1510
|
/** Selector specifying which fields to include in a partial response. */
|
|
1119
|
-
fields?:
|
|
1511
|
+
fields?:
|
|
1512
|
+
string;
|
|
1120
1513
|
/** 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. */
|
|
1121
|
-
key?:
|
|
1514
|
+
key?:
|
|
1515
|
+
string;
|
|
1122
1516
|
/** OAuth 2.0 token for the current user. */
|
|
1123
|
-
oauth_token?:
|
|
1517
|
+
oauth_token?:
|
|
1518
|
+
string;
|
|
1124
1519
|
/** Transfer configuration name in the form: `projects/{project_id}/transferConfigs/{config_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`. */
|
|
1125
|
-
parent:
|
|
1520
|
+
parent:
|
|
1521
|
+
string;
|
|
1126
1522
|
/** Returns response with indentations and line breaks. */
|
|
1127
|
-
prettyPrint?:
|
|
1523
|
+
prettyPrint?:
|
|
1524
|
+
boolean;
|
|
1128
1525
|
/** 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. */
|
|
1129
|
-
quotaUser?:
|
|
1526
|
+
quotaUser?:
|
|
1527
|
+
string;
|
|
1130
1528
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1131
|
-
upload_protocol?:
|
|
1529
|
+
upload_protocol?:
|
|
1530
|
+
string;
|
|
1132
1531
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1133
|
-
uploadType?:
|
|
1532
|
+
uploadType?:
|
|
1533
|
+
string;
|
|
1134
1534
|
/** Request body */
|
|
1135
|
-
resource:
|
|
1535
|
+
resource:
|
|
1536
|
+
StartManualTransferRunsRequest;
|
|
1136
1537
|
}): Request<StartManualTransferRunsResponse>;
|
|
1137
1538
|
startManualRuns(request: {
|
|
1138
1539
|
/** V1 error format. */
|
|
1139
|
-
"$.xgafv"?:
|
|
1540
|
+
"$.xgafv"?:
|
|
1541
|
+
string;
|
|
1140
1542
|
/** OAuth access token. */
|
|
1141
|
-
access_token?:
|
|
1543
|
+
access_token?:
|
|
1544
|
+
string;
|
|
1142
1545
|
/** Data format for response. */
|
|
1143
|
-
alt?:
|
|
1546
|
+
alt?:
|
|
1547
|
+
string;
|
|
1144
1548
|
/** JSONP */
|
|
1145
|
-
callback?:
|
|
1549
|
+
callback?:
|
|
1550
|
+
string;
|
|
1146
1551
|
/** Selector specifying which fields to include in a partial response. */
|
|
1147
|
-
fields?:
|
|
1552
|
+
fields?:
|
|
1553
|
+
string;
|
|
1148
1554
|
/** 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. */
|
|
1149
|
-
key?:
|
|
1555
|
+
key?:
|
|
1556
|
+
string;
|
|
1150
1557
|
/** OAuth 2.0 token for the current user. */
|
|
1151
|
-
oauth_token?:
|
|
1558
|
+
oauth_token?:
|
|
1559
|
+
string;
|
|
1152
1560
|
/** Transfer configuration name in the form: `projects/{project_id}/transferConfigs/{config_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`. */
|
|
1153
|
-
parent:
|
|
1561
|
+
parent:
|
|
1562
|
+
string;
|
|
1154
1563
|
/** Returns response with indentations and line breaks. */
|
|
1155
|
-
prettyPrint?:
|
|
1564
|
+
prettyPrint?:
|
|
1565
|
+
boolean;
|
|
1156
1566
|
/** 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. */
|
|
1157
|
-
quotaUser?:
|
|
1567
|
+
quotaUser?:
|
|
1568
|
+
string;
|
|
1158
1569
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1159
|
-
upload_protocol?:
|
|
1570
|
+
upload_protocol?:
|
|
1571
|
+
string;
|
|
1160
1572
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1161
|
-
uploadType?:
|
|
1573
|
+
uploadType?:
|
|
1574
|
+
string;
|
|
1162
1575
|
},
|
|
1163
1576
|
body: StartManualTransferRunsRequest): Request<StartManualTransferRunsResponse>;
|
|
1164
|
-
runs:
|
|
1577
|
+
runs:
|
|
1578
|
+
RunsResource;
|
|
1165
1579
|
}
|
|
1166
1580
|
interface LocationsResource {
|
|
1167
1581
|
/**
|
|
@@ -1171,279 +1585,392 @@ declare namespace gapi.client {
|
|
|
1171
1585
|
*/
|
|
1172
1586
|
enrollDataSources(request: {
|
|
1173
1587
|
/** V1 error format. */
|
|
1174
|
-
"$.xgafv"?:
|
|
1588
|
+
"$.xgafv"?:
|
|
1589
|
+
string;
|
|
1175
1590
|
/** OAuth access token. */
|
|
1176
|
-
access_token?:
|
|
1591
|
+
access_token?:
|
|
1592
|
+
string;
|
|
1177
1593
|
/** Data format for response. */
|
|
1178
|
-
alt?:
|
|
1594
|
+
alt?:
|
|
1595
|
+
string;
|
|
1179
1596
|
/** JSONP */
|
|
1180
|
-
callback?:
|
|
1597
|
+
callback?:
|
|
1598
|
+
string;
|
|
1181
1599
|
/** Selector specifying which fields to include in a partial response. */
|
|
1182
|
-
fields?:
|
|
1600
|
+
fields?:
|
|
1601
|
+
string;
|
|
1183
1602
|
/** 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. */
|
|
1184
|
-
key?:
|
|
1603
|
+
key?:
|
|
1604
|
+
string;
|
|
1185
1605
|
/** The name of the project resource in the form: `projects/{project_id}` */
|
|
1186
|
-
name:
|
|
1606
|
+
name:
|
|
1607
|
+
string;
|
|
1187
1608
|
/** OAuth 2.0 token for the current user. */
|
|
1188
|
-
oauth_token?:
|
|
1609
|
+
oauth_token?:
|
|
1610
|
+
string;
|
|
1189
1611
|
/** Returns response with indentations and line breaks. */
|
|
1190
|
-
prettyPrint?:
|
|
1612
|
+
prettyPrint?:
|
|
1613
|
+
boolean;
|
|
1191
1614
|
/** 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. */
|
|
1192
|
-
quotaUser?:
|
|
1615
|
+
quotaUser?:
|
|
1616
|
+
string;
|
|
1193
1617
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1194
|
-
upload_protocol?:
|
|
1618
|
+
upload_protocol?:
|
|
1619
|
+
string;
|
|
1195
1620
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1196
|
-
uploadType?:
|
|
1621
|
+
uploadType?:
|
|
1622
|
+
string;
|
|
1197
1623
|
/** Request body */
|
|
1198
|
-
resource:
|
|
1624
|
+
resource:
|
|
1625
|
+
EnrollDataSourcesRequest;
|
|
1199
1626
|
}): Request<{}>;
|
|
1200
1627
|
enrollDataSources(request: {
|
|
1201
1628
|
/** V1 error format. */
|
|
1202
|
-
"$.xgafv"?:
|
|
1629
|
+
"$.xgafv"?:
|
|
1630
|
+
string;
|
|
1203
1631
|
/** OAuth access token. */
|
|
1204
|
-
access_token?:
|
|
1632
|
+
access_token?:
|
|
1633
|
+
string;
|
|
1205
1634
|
/** Data format for response. */
|
|
1206
|
-
alt?:
|
|
1635
|
+
alt?:
|
|
1636
|
+
string;
|
|
1207
1637
|
/** JSONP */
|
|
1208
|
-
callback?:
|
|
1638
|
+
callback?:
|
|
1639
|
+
string;
|
|
1209
1640
|
/** Selector specifying which fields to include in a partial response. */
|
|
1210
|
-
fields?:
|
|
1641
|
+
fields?:
|
|
1642
|
+
string;
|
|
1211
1643
|
/** 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. */
|
|
1212
|
-
key?:
|
|
1644
|
+
key?:
|
|
1645
|
+
string;
|
|
1213
1646
|
/** The name of the project resource in the form: `projects/{project_id}` */
|
|
1214
|
-
name:
|
|
1647
|
+
name:
|
|
1648
|
+
string;
|
|
1215
1649
|
/** OAuth 2.0 token for the current user. */
|
|
1216
|
-
oauth_token?:
|
|
1650
|
+
oauth_token?:
|
|
1651
|
+
string;
|
|
1217
1652
|
/** Returns response with indentations and line breaks. */
|
|
1218
|
-
prettyPrint?:
|
|
1653
|
+
prettyPrint?:
|
|
1654
|
+
boolean;
|
|
1219
1655
|
/** 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. */
|
|
1220
|
-
quotaUser?:
|
|
1656
|
+
quotaUser?:
|
|
1657
|
+
string;
|
|
1221
1658
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1222
|
-
upload_protocol?:
|
|
1659
|
+
upload_protocol?:
|
|
1660
|
+
string;
|
|
1223
1661
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1224
|
-
uploadType?:
|
|
1662
|
+
uploadType?:
|
|
1663
|
+
string;
|
|
1225
1664
|
},
|
|
1226
1665
|
body: EnrollDataSourcesRequest): Request<{}>;
|
|
1227
1666
|
/** Gets information about a location. */
|
|
1228
1667
|
get(request?: {
|
|
1229
1668
|
/** V1 error format. */
|
|
1230
|
-
"$.xgafv"?:
|
|
1669
|
+
"$.xgafv"?:
|
|
1670
|
+
string;
|
|
1231
1671
|
/** OAuth access token. */
|
|
1232
|
-
access_token?:
|
|
1672
|
+
access_token?:
|
|
1673
|
+
string;
|
|
1233
1674
|
/** Data format for response. */
|
|
1234
|
-
alt?:
|
|
1675
|
+
alt?:
|
|
1676
|
+
string;
|
|
1235
1677
|
/** JSONP */
|
|
1236
|
-
callback?:
|
|
1678
|
+
callback?:
|
|
1679
|
+
string;
|
|
1237
1680
|
/** Selector specifying which fields to include in a partial response. */
|
|
1238
|
-
fields?:
|
|
1681
|
+
fields?:
|
|
1682
|
+
string;
|
|
1239
1683
|
/** 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. */
|
|
1240
|
-
key?:
|
|
1684
|
+
key?:
|
|
1685
|
+
string;
|
|
1241
1686
|
/** Resource name for the location. */
|
|
1242
|
-
name:
|
|
1687
|
+
name:
|
|
1688
|
+
string;
|
|
1243
1689
|
/** OAuth 2.0 token for the current user. */
|
|
1244
|
-
oauth_token?:
|
|
1690
|
+
oauth_token?:
|
|
1691
|
+
string;
|
|
1245
1692
|
/** Returns response with indentations and line breaks. */
|
|
1246
|
-
prettyPrint?:
|
|
1693
|
+
prettyPrint?:
|
|
1694
|
+
boolean;
|
|
1247
1695
|
/** 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. */
|
|
1248
|
-
quotaUser?:
|
|
1696
|
+
quotaUser?:
|
|
1697
|
+
string;
|
|
1249
1698
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1250
|
-
upload_protocol?:
|
|
1699
|
+
upload_protocol?:
|
|
1700
|
+
string;
|
|
1251
1701
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1252
|
-
uploadType?:
|
|
1702
|
+
uploadType?:
|
|
1703
|
+
string;
|
|
1253
1704
|
}): Request<Location>;
|
|
1254
1705
|
/** Lists information about the supported locations for this service. */
|
|
1255
1706
|
list(request?: {
|
|
1256
1707
|
/** V1 error format. */
|
|
1257
|
-
"$.xgafv"?:
|
|
1708
|
+
"$.xgafv"?:
|
|
1709
|
+
string;
|
|
1258
1710
|
/** OAuth access token. */
|
|
1259
|
-
access_token?:
|
|
1711
|
+
access_token?:
|
|
1712
|
+
string;
|
|
1260
1713
|
/** Data format for response. */
|
|
1261
|
-
alt?:
|
|
1714
|
+
alt?:
|
|
1715
|
+
string;
|
|
1262
1716
|
/** JSONP */
|
|
1263
|
-
callback?:
|
|
1717
|
+
callback?:
|
|
1718
|
+
string;
|
|
1264
1719
|
/** Selector specifying which fields to include in a partial response. */
|
|
1265
|
-
fields?:
|
|
1720
|
+
fields?:
|
|
1721
|
+
string;
|
|
1266
1722
|
/**
|
|
1267
1723
|
* A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in
|
|
1268
1724
|
* [AIP-160](https://google.aip.dev/160).
|
|
1269
1725
|
*/
|
|
1270
|
-
filter?:
|
|
1726
|
+
filter?:
|
|
1727
|
+
string;
|
|
1271
1728
|
/** 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. */
|
|
1272
|
-
key?:
|
|
1729
|
+
key?:
|
|
1730
|
+
string;
|
|
1273
1731
|
/** The resource that owns the locations collection, if applicable. */
|
|
1274
|
-
name:
|
|
1732
|
+
name:
|
|
1733
|
+
string;
|
|
1275
1734
|
/** OAuth 2.0 token for the current user. */
|
|
1276
|
-
oauth_token?:
|
|
1735
|
+
oauth_token?:
|
|
1736
|
+
string;
|
|
1277
1737
|
/** The maximum number of results to return. If not set, the service selects a default. */
|
|
1278
|
-
pageSize?:
|
|
1738
|
+
pageSize?:
|
|
1739
|
+
number;
|
|
1279
1740
|
/** A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page. */
|
|
1280
|
-
pageToken?:
|
|
1741
|
+
pageToken?:
|
|
1742
|
+
string;
|
|
1281
1743
|
/** Returns response with indentations and line breaks. */
|
|
1282
|
-
prettyPrint?:
|
|
1744
|
+
prettyPrint?:
|
|
1745
|
+
boolean;
|
|
1283
1746
|
/** 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. */
|
|
1284
|
-
quotaUser?:
|
|
1747
|
+
quotaUser?:
|
|
1748
|
+
string;
|
|
1285
1749
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1286
|
-
upload_protocol?:
|
|
1750
|
+
upload_protocol?:
|
|
1751
|
+
string;
|
|
1287
1752
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1288
|
-
uploadType?:
|
|
1753
|
+
uploadType?:
|
|
1754
|
+
string;
|
|
1289
1755
|
}): Request<ListLocationsResponse>;
|
|
1290
|
-
dataSources:
|
|
1291
|
-
|
|
1756
|
+
dataSources:
|
|
1757
|
+
DataSourcesResource;
|
|
1758
|
+
transferConfigs:
|
|
1759
|
+
TransferConfigsResource;
|
|
1292
1760
|
}
|
|
1293
1761
|
interface TransferLogsResource {
|
|
1294
1762
|
/** Returns log messages for the transfer run. */
|
|
1295
1763
|
list(request?: {
|
|
1296
1764
|
/** V1 error format. */
|
|
1297
|
-
"$.xgafv"?:
|
|
1765
|
+
"$.xgafv"?:
|
|
1766
|
+
string;
|
|
1298
1767
|
/** OAuth access token. */
|
|
1299
|
-
access_token?:
|
|
1768
|
+
access_token?:
|
|
1769
|
+
string;
|
|
1300
1770
|
/** Data format for response. */
|
|
1301
|
-
alt?:
|
|
1771
|
+
alt?:
|
|
1772
|
+
string;
|
|
1302
1773
|
/** JSONP */
|
|
1303
|
-
callback?:
|
|
1774
|
+
callback?:
|
|
1775
|
+
string;
|
|
1304
1776
|
/** Selector specifying which fields to include in a partial response. */
|
|
1305
|
-
fields?:
|
|
1777
|
+
fields?:
|
|
1778
|
+
string;
|
|
1306
1779
|
/** 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. */
|
|
1307
|
-
key?:
|
|
1780
|
+
key?:
|
|
1781
|
+
string;
|
|
1308
1782
|
/** Message types to return. If not populated - INFO, WARNING and ERROR messages are returned. */
|
|
1309
|
-
messageTypes?:
|
|
1783
|
+
messageTypes?:
|
|
1784
|
+
string | string[];
|
|
1310
1785
|
/** OAuth 2.0 token for the current user. */
|
|
1311
|
-
oauth_token?:
|
|
1786
|
+
oauth_token?:
|
|
1787
|
+
string;
|
|
1312
1788
|
/** Page size. The default page size is the maximum value of 1000 results. */
|
|
1313
|
-
pageSize?:
|
|
1789
|
+
pageSize?:
|
|
1790
|
+
number;
|
|
1314
1791
|
/**
|
|
1315
1792
|
* Pagination token, which can be used to request a specific page of `ListTransferLogsRequest` list results. For multiple-page results, `ListTransferLogsResponse` outputs a
|
|
1316
1793
|
* `next_page` token, which can be used as the `page_token` value to request the next page of list results.
|
|
1317
1794
|
*/
|
|
1318
|
-
pageToken?:
|
|
1795
|
+
pageToken?:
|
|
1796
|
+
string;
|
|
1319
1797
|
/**
|
|
1320
1798
|
* Required. Transfer run name in the form: `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or
|
|
1321
1799
|
* `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}`
|
|
1322
1800
|
*/
|
|
1323
|
-
parent:
|
|
1801
|
+
parent:
|
|
1802
|
+
string;
|
|
1324
1803
|
/** Returns response with indentations and line breaks. */
|
|
1325
|
-
prettyPrint?:
|
|
1804
|
+
prettyPrint?:
|
|
1805
|
+
boolean;
|
|
1326
1806
|
/** 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. */
|
|
1327
|
-
quotaUser?:
|
|
1807
|
+
quotaUser?:
|
|
1808
|
+
string;
|
|
1328
1809
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1329
|
-
upload_protocol?:
|
|
1810
|
+
upload_protocol?:
|
|
1811
|
+
string;
|
|
1330
1812
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1331
|
-
uploadType?:
|
|
1813
|
+
uploadType?:
|
|
1814
|
+
string;
|
|
1332
1815
|
}): Request<ListTransferLogsResponse>;
|
|
1333
1816
|
}
|
|
1334
1817
|
interface RunsResource {
|
|
1335
1818
|
/** Deletes the specified transfer run. */
|
|
1336
1819
|
delete(request?: {
|
|
1337
1820
|
/** V1 error format. */
|
|
1338
|
-
"$.xgafv"?:
|
|
1821
|
+
"$.xgafv"?:
|
|
1822
|
+
string;
|
|
1339
1823
|
/** OAuth access token. */
|
|
1340
|
-
access_token?:
|
|
1824
|
+
access_token?:
|
|
1825
|
+
string;
|
|
1341
1826
|
/** Data format for response. */
|
|
1342
|
-
alt?:
|
|
1827
|
+
alt?:
|
|
1828
|
+
string;
|
|
1343
1829
|
/** JSONP */
|
|
1344
|
-
callback?:
|
|
1830
|
+
callback?:
|
|
1831
|
+
string;
|
|
1345
1832
|
/** Selector specifying which fields to include in a partial response. */
|
|
1346
|
-
fields?:
|
|
1833
|
+
fields?:
|
|
1834
|
+
string;
|
|
1347
1835
|
/** 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. */
|
|
1348
|
-
key?:
|
|
1836
|
+
key?:
|
|
1837
|
+
string;
|
|
1349
1838
|
/**
|
|
1350
1839
|
* Required. The field will contain name of the resource requested, for example: `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or
|
|
1351
1840
|
* `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}`
|
|
1352
1841
|
*/
|
|
1353
|
-
name:
|
|
1842
|
+
name:
|
|
1843
|
+
string;
|
|
1354
1844
|
/** OAuth 2.0 token for the current user. */
|
|
1355
|
-
oauth_token?:
|
|
1845
|
+
oauth_token?:
|
|
1846
|
+
string;
|
|
1356
1847
|
/** Returns response with indentations and line breaks. */
|
|
1357
|
-
prettyPrint?:
|
|
1848
|
+
prettyPrint?:
|
|
1849
|
+
boolean;
|
|
1358
1850
|
/** 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. */
|
|
1359
|
-
quotaUser?:
|
|
1851
|
+
quotaUser?:
|
|
1852
|
+
string;
|
|
1360
1853
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1361
|
-
upload_protocol?:
|
|
1854
|
+
upload_protocol?:
|
|
1855
|
+
string;
|
|
1362
1856
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1363
|
-
uploadType?:
|
|
1857
|
+
uploadType?:
|
|
1858
|
+
string;
|
|
1364
1859
|
}): Request<{}>;
|
|
1365
1860
|
/** Returns information about the particular transfer run. */
|
|
1366
1861
|
get(request?: {
|
|
1367
1862
|
/** V1 error format. */
|
|
1368
|
-
"$.xgafv"?:
|
|
1863
|
+
"$.xgafv"?:
|
|
1864
|
+
string;
|
|
1369
1865
|
/** OAuth access token. */
|
|
1370
|
-
access_token?:
|
|
1866
|
+
access_token?:
|
|
1867
|
+
string;
|
|
1371
1868
|
/** Data format for response. */
|
|
1372
|
-
alt?:
|
|
1869
|
+
alt?:
|
|
1870
|
+
string;
|
|
1373
1871
|
/** JSONP */
|
|
1374
|
-
callback?:
|
|
1872
|
+
callback?:
|
|
1873
|
+
string;
|
|
1375
1874
|
/** Selector specifying which fields to include in a partial response. */
|
|
1376
|
-
fields?:
|
|
1875
|
+
fields?:
|
|
1876
|
+
string;
|
|
1377
1877
|
/** 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. */
|
|
1378
|
-
key?:
|
|
1878
|
+
key?:
|
|
1879
|
+
string;
|
|
1379
1880
|
/**
|
|
1380
1881
|
* Required. The field will contain name of the resource requested, for example: `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or
|
|
1381
1882
|
* `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}`
|
|
1382
1883
|
*/
|
|
1383
|
-
name:
|
|
1884
|
+
name:
|
|
1885
|
+
string;
|
|
1384
1886
|
/** OAuth 2.0 token for the current user. */
|
|
1385
|
-
oauth_token?:
|
|
1887
|
+
oauth_token?:
|
|
1888
|
+
string;
|
|
1386
1889
|
/** Returns response with indentations and line breaks. */
|
|
1387
|
-
prettyPrint?:
|
|
1890
|
+
prettyPrint?:
|
|
1891
|
+
boolean;
|
|
1388
1892
|
/** 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. */
|
|
1389
|
-
quotaUser?:
|
|
1893
|
+
quotaUser?:
|
|
1894
|
+
string;
|
|
1390
1895
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1391
|
-
upload_protocol?:
|
|
1896
|
+
upload_protocol?:
|
|
1897
|
+
string;
|
|
1392
1898
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1393
|
-
uploadType?:
|
|
1899
|
+
uploadType?:
|
|
1900
|
+
string;
|
|
1394
1901
|
}): Request<TransferRun>;
|
|
1395
1902
|
/** Returns information about running and completed transfer runs. */
|
|
1396
1903
|
list(request?: {
|
|
1397
1904
|
/** V1 error format. */
|
|
1398
|
-
"$.xgafv"?:
|
|
1905
|
+
"$.xgafv"?:
|
|
1906
|
+
string;
|
|
1399
1907
|
/** OAuth access token. */
|
|
1400
|
-
access_token?:
|
|
1908
|
+
access_token?:
|
|
1909
|
+
string;
|
|
1401
1910
|
/** Data format for response. */
|
|
1402
|
-
alt?:
|
|
1911
|
+
alt?:
|
|
1912
|
+
string;
|
|
1403
1913
|
/** JSONP */
|
|
1404
|
-
callback?:
|
|
1914
|
+
callback?:
|
|
1915
|
+
string;
|
|
1405
1916
|
/** Selector specifying which fields to include in a partial response. */
|
|
1406
|
-
fields?:
|
|
1917
|
+
fields?:
|
|
1918
|
+
string;
|
|
1407
1919
|
/** 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. */
|
|
1408
|
-
key?:
|
|
1920
|
+
key?:
|
|
1921
|
+
string;
|
|
1409
1922
|
/** OAuth 2.0 token for the current user. */
|
|
1410
|
-
oauth_token?:
|
|
1923
|
+
oauth_token?:
|
|
1924
|
+
string;
|
|
1411
1925
|
/** Page size. The default page size is the maximum value of 1000 results. */
|
|
1412
|
-
pageSize?:
|
|
1926
|
+
pageSize?:
|
|
1927
|
+
number;
|
|
1413
1928
|
/**
|
|
1414
1929
|
* Pagination token, which can be used to request a specific page of `ListTransferRunsRequest` list results. For multiple-page results, `ListTransferRunsResponse` outputs a
|
|
1415
1930
|
* `next_page` token, which can be used as the `page_token` value to request the next page of list results.
|
|
1416
1931
|
*/
|
|
1417
|
-
pageToken?:
|
|
1932
|
+
pageToken?:
|
|
1933
|
+
string;
|
|
1418
1934
|
/**
|
|
1419
1935
|
* Required. Name of transfer configuration for which transfer runs should be retrieved. Format of transfer configuration resource name is:
|
|
1420
1936
|
* `projects/{project_id}/transferConfigs/{config_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`.
|
|
1421
1937
|
*/
|
|
1422
|
-
parent:
|
|
1938
|
+
parent:
|
|
1939
|
+
string;
|
|
1423
1940
|
/** Returns response with indentations and line breaks. */
|
|
1424
|
-
prettyPrint?:
|
|
1941
|
+
prettyPrint?:
|
|
1942
|
+
boolean;
|
|
1425
1943
|
/** 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. */
|
|
1426
|
-
quotaUser?:
|
|
1944
|
+
quotaUser?:
|
|
1945
|
+
string;
|
|
1427
1946
|
/** Indicates how run attempts are to be pulled. */
|
|
1428
|
-
runAttempt?:
|
|
1947
|
+
runAttempt?:
|
|
1948
|
+
string;
|
|
1429
1949
|
/** When specified, only transfer runs with requested states are returned. */
|
|
1430
|
-
states?:
|
|
1950
|
+
states?:
|
|
1951
|
+
string | string[];
|
|
1431
1952
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1432
|
-
upload_protocol?:
|
|
1953
|
+
upload_protocol?:
|
|
1954
|
+
string;
|
|
1433
1955
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1434
|
-
uploadType?:
|
|
1956
|
+
uploadType?:
|
|
1957
|
+
string;
|
|
1435
1958
|
}): Request<ListTransferRunsResponse>;
|
|
1436
|
-
transferLogs:
|
|
1959
|
+
transferLogs:
|
|
1960
|
+
TransferLogsResource;
|
|
1437
1961
|
}
|
|
1438
1962
|
interface TransferConfigsResource {
|
|
1439
1963
|
/** Creates a new data transfer configuration. */
|
|
1440
1964
|
create(request: {
|
|
1441
1965
|
/** V1 error format. */
|
|
1442
|
-
"$.xgafv"?:
|
|
1966
|
+
"$.xgafv"?:
|
|
1967
|
+
string;
|
|
1443
1968
|
/** OAuth access token. */
|
|
1444
|
-
access_token?:
|
|
1969
|
+
access_token?:
|
|
1970
|
+
string;
|
|
1445
1971
|
/** Data format for response. */
|
|
1446
|
-
alt?:
|
|
1972
|
+
alt?:
|
|
1973
|
+
string;
|
|
1447
1974
|
/**
|
|
1448
1975
|
* Optional OAuth2 authorization code to use with this transfer configuration. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' and new credentials are
|
|
1449
1976
|
* needed, as indicated by `CheckValidCreds`. In order to obtain authorization_code, make a request to the following URL:
|
|
@@ -1451,34 +1978,45 @@ declare namespace gapi.client {
|
|
|
1451
1978
|
* The client_id is the OAuth client_id of the a data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note
|
|
1452
1979
|
* that this should not be set when `service_account_name` is used to create the transfer config.
|
|
1453
1980
|
*/
|
|
1454
|
-
authorizationCode?:
|
|
1981
|
+
authorizationCode?:
|
|
1982
|
+
string;
|
|
1455
1983
|
/** JSONP */
|
|
1456
|
-
callback?:
|
|
1984
|
+
callback?:
|
|
1985
|
+
string;
|
|
1457
1986
|
/** Selector specifying which fields to include in a partial response. */
|
|
1458
|
-
fields?:
|
|
1987
|
+
fields?:
|
|
1988
|
+
string;
|
|
1459
1989
|
/** 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. */
|
|
1460
|
-
key?:
|
|
1990
|
+
key?:
|
|
1991
|
+
string;
|
|
1461
1992
|
/** OAuth 2.0 token for the current user. */
|
|
1462
|
-
oauth_token?:
|
|
1993
|
+
oauth_token?:
|
|
1994
|
+
string;
|
|
1463
1995
|
/**
|
|
1464
1996
|
* Required. The BigQuery project id where the transfer configuration should be created. Must be in the format projects/{project_id}/locations/{location_id} or
|
|
1465
1997
|
* projects/{project_id}. If specified location and location of the destination bigquery dataset do not match - the request will fail.
|
|
1466
1998
|
*/
|
|
1467
|
-
parent:
|
|
1999
|
+
parent:
|
|
2000
|
+
string;
|
|
1468
2001
|
/** Returns response with indentations and line breaks. */
|
|
1469
|
-
prettyPrint?:
|
|
2002
|
+
prettyPrint?:
|
|
2003
|
+
boolean;
|
|
1470
2004
|
/** 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. */
|
|
1471
|
-
quotaUser?:
|
|
2005
|
+
quotaUser?:
|
|
2006
|
+
string;
|
|
1472
2007
|
/**
|
|
1473
2008
|
* Optional service account email. If this field is set, the transfer config will be created with this service account's credentials. It requires that the requesting user calling
|
|
1474
2009
|
* this API has permissions to act as this service account. Note that not all data sources support service account credentials when creating a transfer config. For the latest list
|
|
1475
2010
|
* of data sources, read about [using service accounts](https://cloud.google.com/bigquery-transfer/docs/use-service-accounts).
|
|
1476
2011
|
*/
|
|
1477
|
-
serviceAccountName?:
|
|
2012
|
+
serviceAccountName?:
|
|
2013
|
+
string;
|
|
1478
2014
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1479
|
-
upload_protocol?:
|
|
2015
|
+
upload_protocol?:
|
|
2016
|
+
string;
|
|
1480
2017
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1481
|
-
uploadType?:
|
|
2018
|
+
uploadType?:
|
|
2019
|
+
string;
|
|
1482
2020
|
/**
|
|
1483
2021
|
* Optional version info. This is required only if `transferConfig.dataSourceId` is not 'youtube_channel' and new credentials are needed, as indicated by `CheckValidCreds`. In
|
|
1484
2022
|
* order to obtain version info, make a request to the following URL:
|
|
@@ -1486,17 +2024,22 @@ declare namespace gapi.client {
|
|
|
1486
2024
|
* client_id is the OAuth client_id of the a data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note that
|
|
1487
2025
|
* this should not be set when `service_account_name` is used to create the transfer config.
|
|
1488
2026
|
*/
|
|
1489
|
-
versionInfo?:
|
|
2027
|
+
versionInfo?:
|
|
2028
|
+
string;
|
|
1490
2029
|
/** Request body */
|
|
1491
|
-
resource:
|
|
2030
|
+
resource:
|
|
2031
|
+
TransferConfig;
|
|
1492
2032
|
}): Request<TransferConfig>;
|
|
1493
2033
|
create(request: {
|
|
1494
2034
|
/** V1 error format. */
|
|
1495
|
-
"$.xgafv"?:
|
|
2035
|
+
"$.xgafv"?:
|
|
2036
|
+
string;
|
|
1496
2037
|
/** OAuth access token. */
|
|
1497
|
-
access_token?:
|
|
2038
|
+
access_token?:
|
|
2039
|
+
string;
|
|
1498
2040
|
/** Data format for response. */
|
|
1499
|
-
alt?:
|
|
2041
|
+
alt?:
|
|
2042
|
+
string;
|
|
1500
2043
|
/**
|
|
1501
2044
|
* Optional OAuth2 authorization code to use with this transfer configuration. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' and new credentials are
|
|
1502
2045
|
* needed, as indicated by `CheckValidCreds`. In order to obtain authorization_code, make a request to the following URL:
|
|
@@ -1504,34 +2047,45 @@ declare namespace gapi.client {
|
|
|
1504
2047
|
* The client_id is the OAuth client_id of the a data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note
|
|
1505
2048
|
* that this should not be set when `service_account_name` is used to create the transfer config.
|
|
1506
2049
|
*/
|
|
1507
|
-
authorizationCode?:
|
|
2050
|
+
authorizationCode?:
|
|
2051
|
+
string;
|
|
1508
2052
|
/** JSONP */
|
|
1509
|
-
callback?:
|
|
2053
|
+
callback?:
|
|
2054
|
+
string;
|
|
1510
2055
|
/** Selector specifying which fields to include in a partial response. */
|
|
1511
|
-
fields?:
|
|
2056
|
+
fields?:
|
|
2057
|
+
string;
|
|
1512
2058
|
/** 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. */
|
|
1513
|
-
key?:
|
|
2059
|
+
key?:
|
|
2060
|
+
string;
|
|
1514
2061
|
/** OAuth 2.0 token for the current user. */
|
|
1515
|
-
oauth_token?:
|
|
2062
|
+
oauth_token?:
|
|
2063
|
+
string;
|
|
1516
2064
|
/**
|
|
1517
2065
|
* Required. The BigQuery project id where the transfer configuration should be created. Must be in the format projects/{project_id}/locations/{location_id} or
|
|
1518
2066
|
* projects/{project_id}. If specified location and location of the destination bigquery dataset do not match - the request will fail.
|
|
1519
2067
|
*/
|
|
1520
|
-
parent:
|
|
2068
|
+
parent:
|
|
2069
|
+
string;
|
|
1521
2070
|
/** Returns response with indentations and line breaks. */
|
|
1522
|
-
prettyPrint?:
|
|
2071
|
+
prettyPrint?:
|
|
2072
|
+
boolean;
|
|
1523
2073
|
/** 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. */
|
|
1524
|
-
quotaUser?:
|
|
2074
|
+
quotaUser?:
|
|
2075
|
+
string;
|
|
1525
2076
|
/**
|
|
1526
2077
|
* Optional service account email. If this field is set, the transfer config will be created with this service account's credentials. It requires that the requesting user calling
|
|
1527
2078
|
* this API has permissions to act as this service account. Note that not all data sources support service account credentials when creating a transfer config. For the latest list
|
|
1528
2079
|
* of data sources, read about [using service accounts](https://cloud.google.com/bigquery-transfer/docs/use-service-accounts).
|
|
1529
2080
|
*/
|
|
1530
|
-
serviceAccountName?:
|
|
2081
|
+
serviceAccountName?:
|
|
2082
|
+
string;
|
|
1531
2083
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1532
|
-
upload_protocol?:
|
|
2084
|
+
upload_protocol?:
|
|
2085
|
+
string;
|
|
1533
2086
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1534
|
-
uploadType?:
|
|
2087
|
+
uploadType?:
|
|
2088
|
+
string;
|
|
1535
2089
|
/**
|
|
1536
2090
|
* Optional version info. This is required only if `transferConfig.dataSourceId` is not 'youtube_channel' and new credentials are needed, as indicated by `CheckValidCreds`. In
|
|
1537
2091
|
* order to obtain version info, make a request to the following URL:
|
|
@@ -1539,113 +2093,156 @@ declare namespace gapi.client {
|
|
|
1539
2093
|
* client_id is the OAuth client_id of the a data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note that
|
|
1540
2094
|
* this should not be set when `service_account_name` is used to create the transfer config.
|
|
1541
2095
|
*/
|
|
1542
|
-
versionInfo?:
|
|
2096
|
+
versionInfo?:
|
|
2097
|
+
string;
|
|
1543
2098
|
},
|
|
1544
2099
|
body: TransferConfig): Request<TransferConfig>;
|
|
1545
2100
|
/** Deletes a data transfer configuration, including any associated transfer runs and logs. */
|
|
1546
2101
|
delete(request?: {
|
|
1547
2102
|
/** V1 error format. */
|
|
1548
|
-
"$.xgafv"?:
|
|
2103
|
+
"$.xgafv"?:
|
|
2104
|
+
string;
|
|
1549
2105
|
/** OAuth access token. */
|
|
1550
|
-
access_token?:
|
|
2106
|
+
access_token?:
|
|
2107
|
+
string;
|
|
1551
2108
|
/** Data format for response. */
|
|
1552
|
-
alt?:
|
|
2109
|
+
alt?:
|
|
2110
|
+
string;
|
|
1553
2111
|
/** JSONP */
|
|
1554
|
-
callback?:
|
|
2112
|
+
callback?:
|
|
2113
|
+
string;
|
|
1555
2114
|
/** Selector specifying which fields to include in a partial response. */
|
|
1556
|
-
fields?:
|
|
2115
|
+
fields?:
|
|
2116
|
+
string;
|
|
1557
2117
|
/** 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. */
|
|
1558
|
-
key?:
|
|
2118
|
+
key?:
|
|
2119
|
+
string;
|
|
1559
2120
|
/**
|
|
1560
2121
|
* Required. The field will contain name of the resource requested, for example: `projects/{project_id}/transferConfigs/{config_id}` or
|
|
1561
2122
|
* `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`
|
|
1562
2123
|
*/
|
|
1563
|
-
name:
|
|
2124
|
+
name:
|
|
2125
|
+
string;
|
|
1564
2126
|
/** OAuth 2.0 token for the current user. */
|
|
1565
|
-
oauth_token?:
|
|
2127
|
+
oauth_token?:
|
|
2128
|
+
string;
|
|
1566
2129
|
/** Returns response with indentations and line breaks. */
|
|
1567
|
-
prettyPrint?:
|
|
2130
|
+
prettyPrint?:
|
|
2131
|
+
boolean;
|
|
1568
2132
|
/** 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. */
|
|
1569
|
-
quotaUser?:
|
|
2133
|
+
quotaUser?:
|
|
2134
|
+
string;
|
|
1570
2135
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1571
|
-
upload_protocol?:
|
|
2136
|
+
upload_protocol?:
|
|
2137
|
+
string;
|
|
1572
2138
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1573
|
-
uploadType?:
|
|
2139
|
+
uploadType?:
|
|
2140
|
+
string;
|
|
1574
2141
|
}): Request<{}>;
|
|
1575
2142
|
/** Returns information about a data transfer config. */
|
|
1576
2143
|
get(request?: {
|
|
1577
2144
|
/** V1 error format. */
|
|
1578
|
-
"$.xgafv"?:
|
|
2145
|
+
"$.xgafv"?:
|
|
2146
|
+
string;
|
|
1579
2147
|
/** OAuth access token. */
|
|
1580
|
-
access_token?:
|
|
2148
|
+
access_token?:
|
|
2149
|
+
string;
|
|
1581
2150
|
/** Data format for response. */
|
|
1582
|
-
alt?:
|
|
2151
|
+
alt?:
|
|
2152
|
+
string;
|
|
1583
2153
|
/** JSONP */
|
|
1584
|
-
callback?:
|
|
2154
|
+
callback?:
|
|
2155
|
+
string;
|
|
1585
2156
|
/** Selector specifying which fields to include in a partial response. */
|
|
1586
|
-
fields?:
|
|
2157
|
+
fields?:
|
|
2158
|
+
string;
|
|
1587
2159
|
/** 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. */
|
|
1588
|
-
key?:
|
|
2160
|
+
key?:
|
|
2161
|
+
string;
|
|
1589
2162
|
/**
|
|
1590
2163
|
* Required. The field will contain name of the resource requested, for example: `projects/{project_id}/transferConfigs/{config_id}` or
|
|
1591
2164
|
* `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`
|
|
1592
2165
|
*/
|
|
1593
|
-
name:
|
|
2166
|
+
name:
|
|
2167
|
+
string;
|
|
1594
2168
|
/** OAuth 2.0 token for the current user. */
|
|
1595
|
-
oauth_token?:
|
|
2169
|
+
oauth_token?:
|
|
2170
|
+
string;
|
|
1596
2171
|
/** Returns response with indentations and line breaks. */
|
|
1597
|
-
prettyPrint?:
|
|
2172
|
+
prettyPrint?:
|
|
2173
|
+
boolean;
|
|
1598
2174
|
/** 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. */
|
|
1599
|
-
quotaUser?:
|
|
2175
|
+
quotaUser?:
|
|
2176
|
+
string;
|
|
1600
2177
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1601
|
-
upload_protocol?:
|
|
2178
|
+
upload_protocol?:
|
|
2179
|
+
string;
|
|
1602
2180
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1603
|
-
uploadType?:
|
|
2181
|
+
uploadType?:
|
|
2182
|
+
string;
|
|
1604
2183
|
}): Request<TransferConfig>;
|
|
1605
2184
|
/** Returns information about all transfer configs owned by a project in the specified location. */
|
|
1606
2185
|
list(request?: {
|
|
1607
2186
|
/** V1 error format. */
|
|
1608
|
-
"$.xgafv"?:
|
|
2187
|
+
"$.xgafv"?:
|
|
2188
|
+
string;
|
|
1609
2189
|
/** OAuth access token. */
|
|
1610
|
-
access_token?:
|
|
2190
|
+
access_token?:
|
|
2191
|
+
string;
|
|
1611
2192
|
/** Data format for response. */
|
|
1612
|
-
alt?:
|
|
2193
|
+
alt?:
|
|
2194
|
+
string;
|
|
1613
2195
|
/** JSONP */
|
|
1614
|
-
callback?:
|
|
2196
|
+
callback?:
|
|
2197
|
+
string;
|
|
1615
2198
|
/** When specified, only configurations of requested data sources are returned. */
|
|
1616
|
-
dataSourceIds?:
|
|
2199
|
+
dataSourceIds?:
|
|
2200
|
+
string | string[];
|
|
1617
2201
|
/** Selector specifying which fields to include in a partial response. */
|
|
1618
|
-
fields?:
|
|
2202
|
+
fields?:
|
|
2203
|
+
string;
|
|
1619
2204
|
/** 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. */
|
|
1620
|
-
key?:
|
|
2205
|
+
key?:
|
|
2206
|
+
string;
|
|
1621
2207
|
/** OAuth 2.0 token for the current user. */
|
|
1622
|
-
oauth_token?:
|
|
2208
|
+
oauth_token?:
|
|
2209
|
+
string;
|
|
1623
2210
|
/** Page size. The default page size is the maximum value of 1000 results. */
|
|
1624
|
-
pageSize?:
|
|
2211
|
+
pageSize?:
|
|
2212
|
+
number;
|
|
1625
2213
|
/**
|
|
1626
2214
|
* Pagination token, which can be used to request a specific page of `ListTransfersRequest` list results. For multiple-page results, `ListTransfersResponse` outputs a `next_page`
|
|
1627
2215
|
* token, which can be used as the `page_token` value to request the next page of list results.
|
|
1628
2216
|
*/
|
|
1629
|
-
pageToken?:
|
|
2217
|
+
pageToken?:
|
|
2218
|
+
string;
|
|
1630
2219
|
/** Required. The BigQuery project id for which transfer configs should be returned: `projects/{project_id}` or `projects/{project_id}/locations/{location_id}` */
|
|
1631
|
-
parent:
|
|
2220
|
+
parent:
|
|
2221
|
+
string;
|
|
1632
2222
|
/** Returns response with indentations and line breaks. */
|
|
1633
|
-
prettyPrint?:
|
|
2223
|
+
prettyPrint?:
|
|
2224
|
+
boolean;
|
|
1634
2225
|
/** 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. */
|
|
1635
|
-
quotaUser?:
|
|
2226
|
+
quotaUser?:
|
|
2227
|
+
string;
|
|
1636
2228
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1637
|
-
upload_protocol?:
|
|
2229
|
+
upload_protocol?:
|
|
2230
|
+
string;
|
|
1638
2231
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1639
|
-
uploadType?:
|
|
2232
|
+
uploadType?:
|
|
2233
|
+
string;
|
|
1640
2234
|
}): Request<ListTransferConfigsResponse>;
|
|
1641
2235
|
/** Updates a data transfer configuration. All fields must be set, even if they are not updated. */
|
|
1642
2236
|
patch(request: {
|
|
1643
2237
|
/** V1 error format. */
|
|
1644
|
-
"$.xgafv"?:
|
|
2238
|
+
"$.xgafv"?:
|
|
2239
|
+
string;
|
|
1645
2240
|
/** OAuth access token. */
|
|
1646
|
-
access_token?:
|
|
2241
|
+
access_token?:
|
|
2242
|
+
string;
|
|
1647
2243
|
/** Data format for response. */
|
|
1648
|
-
alt?:
|
|
2244
|
+
alt?:
|
|
2245
|
+
string;
|
|
1649
2246
|
/**
|
|
1650
2247
|
* Optional OAuth2 authorization code to use with this transfer configuration. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' and new credentials are
|
|
1651
2248
|
* needed, as indicated by `CheckValidCreds`. In order to obtain authorization_code, make a request to the following URL:
|
|
@@ -1653,36 +2250,48 @@ declare namespace gapi.client {
|
|
|
1653
2250
|
* The client_id is the OAuth client_id of the a data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note
|
|
1654
2251
|
* that this should not be set when `service_account_name` is used to update the transfer config.
|
|
1655
2252
|
*/
|
|
1656
|
-
authorizationCode?:
|
|
2253
|
+
authorizationCode?:
|
|
2254
|
+
string;
|
|
1657
2255
|
/** JSONP */
|
|
1658
|
-
callback?:
|
|
2256
|
+
callback?:
|
|
2257
|
+
string;
|
|
1659
2258
|
/** Selector specifying which fields to include in a partial response. */
|
|
1660
|
-
fields?:
|
|
2259
|
+
fields?:
|
|
2260
|
+
string;
|
|
1661
2261
|
/** 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. */
|
|
1662
|
-
key?:
|
|
2262
|
+
key?:
|
|
2263
|
+
string;
|
|
1663
2264
|
/**
|
|
1664
2265
|
* The resource name of the transfer config. Transfer config names have the form `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. Where `config_id` is
|
|
1665
2266
|
* usually a uuid, even though it is not guaranteed or required. The name is ignored when creating a transfer config.
|
|
1666
2267
|
*/
|
|
1667
|
-
name:
|
|
2268
|
+
name:
|
|
2269
|
+
string;
|
|
1668
2270
|
/** OAuth 2.0 token for the current user. */
|
|
1669
|
-
oauth_token?:
|
|
2271
|
+
oauth_token?:
|
|
2272
|
+
string;
|
|
1670
2273
|
/** Returns response with indentations and line breaks. */
|
|
1671
|
-
prettyPrint?:
|
|
2274
|
+
prettyPrint?:
|
|
2275
|
+
boolean;
|
|
1672
2276
|
/** 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. */
|
|
1673
|
-
quotaUser?:
|
|
2277
|
+
quotaUser?:
|
|
2278
|
+
string;
|
|
1674
2279
|
/**
|
|
1675
2280
|
* Optional service account email. If this field is set, the transfer config will be created with this service account's credentials. It requires that the requesting user calling
|
|
1676
2281
|
* this API has permissions to act as this service account. Note that not all data sources support service account credentials when creating a transfer config. For the latest list
|
|
1677
2282
|
* of data sources, read about [using service accounts](https://cloud.google.com/bigquery-transfer/docs/use-service-accounts).
|
|
1678
2283
|
*/
|
|
1679
|
-
serviceAccountName?:
|
|
2284
|
+
serviceAccountName?:
|
|
2285
|
+
string;
|
|
1680
2286
|
/** Required. Required list of fields to be updated in this request. */
|
|
1681
|
-
updateMask?:
|
|
2287
|
+
updateMask?:
|
|
2288
|
+
string;
|
|
1682
2289
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1683
|
-
upload_protocol?:
|
|
2290
|
+
upload_protocol?:
|
|
2291
|
+
string;
|
|
1684
2292
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1685
|
-
uploadType?:
|
|
2293
|
+
uploadType?:
|
|
2294
|
+
string;
|
|
1686
2295
|
/**
|
|
1687
2296
|
* Optional version info. This is required only if `transferConfig.dataSourceId` is not 'youtube_channel' and new credentials are needed, as indicated by `CheckValidCreds`. In
|
|
1688
2297
|
* order to obtain version info, make a request to the following URL:
|
|
@@ -1690,17 +2299,22 @@ declare namespace gapi.client {
|
|
|
1690
2299
|
* client_id is the OAuth client_id of the a data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note that
|
|
1691
2300
|
* this should not be set when `service_account_name` is used to update the transfer config.
|
|
1692
2301
|
*/
|
|
1693
|
-
versionInfo?:
|
|
2302
|
+
versionInfo?:
|
|
2303
|
+
string;
|
|
1694
2304
|
/** Request body */
|
|
1695
|
-
resource:
|
|
2305
|
+
resource:
|
|
2306
|
+
TransferConfig;
|
|
1696
2307
|
}): Request<TransferConfig>;
|
|
1697
2308
|
patch(request: {
|
|
1698
2309
|
/** V1 error format. */
|
|
1699
|
-
"$.xgafv"?:
|
|
2310
|
+
"$.xgafv"?:
|
|
2311
|
+
string;
|
|
1700
2312
|
/** OAuth access token. */
|
|
1701
|
-
access_token?:
|
|
2313
|
+
access_token?:
|
|
2314
|
+
string;
|
|
1702
2315
|
/** Data format for response. */
|
|
1703
|
-
alt?:
|
|
2316
|
+
alt?:
|
|
2317
|
+
string;
|
|
1704
2318
|
/**
|
|
1705
2319
|
* Optional OAuth2 authorization code to use with this transfer configuration. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' and new credentials are
|
|
1706
2320
|
* needed, as indicated by `CheckValidCreds`. In order to obtain authorization_code, make a request to the following URL:
|
|
@@ -1708,36 +2322,48 @@ declare namespace gapi.client {
|
|
|
1708
2322
|
* The client_id is the OAuth client_id of the a data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note
|
|
1709
2323
|
* that this should not be set when `service_account_name` is used to update the transfer config.
|
|
1710
2324
|
*/
|
|
1711
|
-
authorizationCode?:
|
|
2325
|
+
authorizationCode?:
|
|
2326
|
+
string;
|
|
1712
2327
|
/** JSONP */
|
|
1713
|
-
callback?:
|
|
2328
|
+
callback?:
|
|
2329
|
+
string;
|
|
1714
2330
|
/** Selector specifying which fields to include in a partial response. */
|
|
1715
|
-
fields?:
|
|
2331
|
+
fields?:
|
|
2332
|
+
string;
|
|
1716
2333
|
/** 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. */
|
|
1717
|
-
key?:
|
|
2334
|
+
key?:
|
|
2335
|
+
string;
|
|
1718
2336
|
/**
|
|
1719
2337
|
* The resource name of the transfer config. Transfer config names have the form `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. Where `config_id` is
|
|
1720
2338
|
* usually a uuid, even though it is not guaranteed or required. The name is ignored when creating a transfer config.
|
|
1721
2339
|
*/
|
|
1722
|
-
name:
|
|
2340
|
+
name:
|
|
2341
|
+
string;
|
|
1723
2342
|
/** OAuth 2.0 token for the current user. */
|
|
1724
|
-
oauth_token?:
|
|
2343
|
+
oauth_token?:
|
|
2344
|
+
string;
|
|
1725
2345
|
/** Returns response with indentations and line breaks. */
|
|
1726
|
-
prettyPrint?:
|
|
2346
|
+
prettyPrint?:
|
|
2347
|
+
boolean;
|
|
1727
2348
|
/** 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. */
|
|
1728
|
-
quotaUser?:
|
|
2349
|
+
quotaUser?:
|
|
2350
|
+
string;
|
|
1729
2351
|
/**
|
|
1730
2352
|
* Optional service account email. If this field is set, the transfer config will be created with this service account's credentials. It requires that the requesting user calling
|
|
1731
2353
|
* this API has permissions to act as this service account. Note that not all data sources support service account credentials when creating a transfer config. For the latest list
|
|
1732
2354
|
* of data sources, read about [using service accounts](https://cloud.google.com/bigquery-transfer/docs/use-service-accounts).
|
|
1733
2355
|
*/
|
|
1734
|
-
serviceAccountName?:
|
|
2356
|
+
serviceAccountName?:
|
|
2357
|
+
string;
|
|
1735
2358
|
/** Required. Required list of fields to be updated in this request. */
|
|
1736
|
-
updateMask?:
|
|
2359
|
+
updateMask?:
|
|
2360
|
+
string;
|
|
1737
2361
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1738
|
-
upload_protocol?:
|
|
2362
|
+
upload_protocol?:
|
|
2363
|
+
string;
|
|
1739
2364
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1740
|
-
uploadType?:
|
|
2365
|
+
uploadType?:
|
|
2366
|
+
string;
|
|
1741
2367
|
/**
|
|
1742
2368
|
* Optional version info. This is required only if `transferConfig.dataSourceId` is not 'youtube_channel' and new credentials are needed, as indicated by `CheckValidCreds`. In
|
|
1743
2369
|
* order to obtain version info, make a request to the following URL:
|
|
@@ -1745,7 +2371,8 @@ declare namespace gapi.client {
|
|
|
1745
2371
|
* client_id is the OAuth client_id of the a data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note that
|
|
1746
2372
|
* this should not be set when `service_account_name` is used to update the transfer config.
|
|
1747
2373
|
*/
|
|
1748
|
-
versionInfo?:
|
|
2374
|
+
versionInfo?:
|
|
2375
|
+
string;
|
|
1749
2376
|
},
|
|
1750
2377
|
body: TransferConfig): Request<TransferConfig>;
|
|
1751
2378
|
/**
|
|
@@ -1754,63 +2381,88 @@ declare namespace gapi.client {
|
|
|
1754
2381
|
*/
|
|
1755
2382
|
scheduleRuns(request: {
|
|
1756
2383
|
/** V1 error format. */
|
|
1757
|
-
"$.xgafv"?:
|
|
2384
|
+
"$.xgafv"?:
|
|
2385
|
+
string;
|
|
1758
2386
|
/** OAuth access token. */
|
|
1759
|
-
access_token?:
|
|
2387
|
+
access_token?:
|
|
2388
|
+
string;
|
|
1760
2389
|
/** Data format for response. */
|
|
1761
|
-
alt?:
|
|
2390
|
+
alt?:
|
|
2391
|
+
string;
|
|
1762
2392
|
/** JSONP */
|
|
1763
|
-
callback?:
|
|
2393
|
+
callback?:
|
|
2394
|
+
string;
|
|
1764
2395
|
/** Selector specifying which fields to include in a partial response. */
|
|
1765
|
-
fields?:
|
|
2396
|
+
fields?:
|
|
2397
|
+
string;
|
|
1766
2398
|
/** 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. */
|
|
1767
|
-
key?:
|
|
2399
|
+
key?:
|
|
2400
|
+
string;
|
|
1768
2401
|
/** OAuth 2.0 token for the current user. */
|
|
1769
|
-
oauth_token?:
|
|
2402
|
+
oauth_token?:
|
|
2403
|
+
string;
|
|
1770
2404
|
/**
|
|
1771
2405
|
* Required. Transfer configuration name in the form: `projects/{project_id}/transferConfigs/{config_id}` or
|
|
1772
2406
|
* `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`.
|
|
1773
2407
|
*/
|
|
1774
|
-
parent:
|
|
2408
|
+
parent:
|
|
2409
|
+
string;
|
|
1775
2410
|
/** Returns response with indentations and line breaks. */
|
|
1776
|
-
prettyPrint?:
|
|
2411
|
+
prettyPrint?:
|
|
2412
|
+
boolean;
|
|
1777
2413
|
/** 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. */
|
|
1778
|
-
quotaUser?:
|
|
2414
|
+
quotaUser?:
|
|
2415
|
+
string;
|
|
1779
2416
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1780
|
-
upload_protocol?:
|
|
2417
|
+
upload_protocol?:
|
|
2418
|
+
string;
|
|
1781
2419
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1782
|
-
uploadType?:
|
|
2420
|
+
uploadType?:
|
|
2421
|
+
string;
|
|
1783
2422
|
/** Request body */
|
|
1784
|
-
resource:
|
|
2423
|
+
resource:
|
|
2424
|
+
ScheduleTransferRunsRequest;
|
|
1785
2425
|
}): Request<ScheduleTransferRunsResponse>;
|
|
1786
2426
|
scheduleRuns(request: {
|
|
1787
2427
|
/** V1 error format. */
|
|
1788
|
-
"$.xgafv"?:
|
|
2428
|
+
"$.xgafv"?:
|
|
2429
|
+
string;
|
|
1789
2430
|
/** OAuth access token. */
|
|
1790
|
-
access_token?:
|
|
2431
|
+
access_token?:
|
|
2432
|
+
string;
|
|
1791
2433
|
/** Data format for response. */
|
|
1792
|
-
alt?:
|
|
2434
|
+
alt?:
|
|
2435
|
+
string;
|
|
1793
2436
|
/** JSONP */
|
|
1794
|
-
callback?:
|
|
2437
|
+
callback?:
|
|
2438
|
+
string;
|
|
1795
2439
|
/** Selector specifying which fields to include in a partial response. */
|
|
1796
|
-
fields?:
|
|
2440
|
+
fields?:
|
|
2441
|
+
string;
|
|
1797
2442
|
/** 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. */
|
|
1798
|
-
key?:
|
|
2443
|
+
key?:
|
|
2444
|
+
string;
|
|
1799
2445
|
/** OAuth 2.0 token for the current user. */
|
|
1800
|
-
oauth_token?:
|
|
2446
|
+
oauth_token?:
|
|
2447
|
+
string;
|
|
1801
2448
|
/**
|
|
1802
2449
|
* Required. Transfer configuration name in the form: `projects/{project_id}/transferConfigs/{config_id}` or
|
|
1803
2450
|
* `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`.
|
|
1804
2451
|
*/
|
|
1805
|
-
parent:
|
|
2452
|
+
parent:
|
|
2453
|
+
string;
|
|
1806
2454
|
/** Returns response with indentations and line breaks. */
|
|
1807
|
-
prettyPrint?:
|
|
2455
|
+
prettyPrint?:
|
|
2456
|
+
boolean;
|
|
1808
2457
|
/** 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. */
|
|
1809
|
-
quotaUser?:
|
|
2458
|
+
quotaUser?:
|
|
2459
|
+
string;
|
|
1810
2460
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1811
|
-
upload_protocol?:
|
|
2461
|
+
upload_protocol?:
|
|
2462
|
+
string;
|
|
1812
2463
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1813
|
-
uploadType?:
|
|
2464
|
+
uploadType?:
|
|
2465
|
+
string;
|
|
1814
2466
|
},
|
|
1815
2467
|
body: ScheduleTransferRunsRequest): Request<ScheduleTransferRunsResponse>;
|
|
1816
2468
|
/**
|
|
@@ -1819,60 +2471,86 @@ declare namespace gapi.client {
|
|
|
1819
2471
|
*/
|
|
1820
2472
|
startManualRuns(request: {
|
|
1821
2473
|
/** V1 error format. */
|
|
1822
|
-
"$.xgafv"?:
|
|
2474
|
+
"$.xgafv"?:
|
|
2475
|
+
string;
|
|
1823
2476
|
/** OAuth access token. */
|
|
1824
|
-
access_token?:
|
|
2477
|
+
access_token?:
|
|
2478
|
+
string;
|
|
1825
2479
|
/** Data format for response. */
|
|
1826
|
-
alt?:
|
|
2480
|
+
alt?:
|
|
2481
|
+
string;
|
|
1827
2482
|
/** JSONP */
|
|
1828
|
-
callback?:
|
|
2483
|
+
callback?:
|
|
2484
|
+
string;
|
|
1829
2485
|
/** Selector specifying which fields to include in a partial response. */
|
|
1830
|
-
fields?:
|
|
2486
|
+
fields?:
|
|
2487
|
+
string;
|
|
1831
2488
|
/** 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. */
|
|
1832
|
-
key?:
|
|
2489
|
+
key?:
|
|
2490
|
+
string;
|
|
1833
2491
|
/** OAuth 2.0 token for the current user. */
|
|
1834
|
-
oauth_token?:
|
|
2492
|
+
oauth_token?:
|
|
2493
|
+
string;
|
|
1835
2494
|
/** Transfer configuration name in the form: `projects/{project_id}/transferConfigs/{config_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`. */
|
|
1836
|
-
parent:
|
|
2495
|
+
parent:
|
|
2496
|
+
string;
|
|
1837
2497
|
/** Returns response with indentations and line breaks. */
|
|
1838
|
-
prettyPrint?:
|
|
2498
|
+
prettyPrint?:
|
|
2499
|
+
boolean;
|
|
1839
2500
|
/** 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. */
|
|
1840
|
-
quotaUser?:
|
|
2501
|
+
quotaUser?:
|
|
2502
|
+
string;
|
|
1841
2503
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1842
|
-
upload_protocol?:
|
|
2504
|
+
upload_protocol?:
|
|
2505
|
+
string;
|
|
1843
2506
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1844
|
-
uploadType?:
|
|
2507
|
+
uploadType?:
|
|
2508
|
+
string;
|
|
1845
2509
|
/** Request body */
|
|
1846
|
-
resource:
|
|
2510
|
+
resource:
|
|
2511
|
+
StartManualTransferRunsRequest;
|
|
1847
2512
|
}): Request<StartManualTransferRunsResponse>;
|
|
1848
2513
|
startManualRuns(request: {
|
|
1849
2514
|
/** V1 error format. */
|
|
1850
|
-
"$.xgafv"?:
|
|
2515
|
+
"$.xgafv"?:
|
|
2516
|
+
string;
|
|
1851
2517
|
/** OAuth access token. */
|
|
1852
|
-
access_token?:
|
|
2518
|
+
access_token?:
|
|
2519
|
+
string;
|
|
1853
2520
|
/** Data format for response. */
|
|
1854
|
-
alt?:
|
|
2521
|
+
alt?:
|
|
2522
|
+
string;
|
|
1855
2523
|
/** JSONP */
|
|
1856
|
-
callback?:
|
|
2524
|
+
callback?:
|
|
2525
|
+
string;
|
|
1857
2526
|
/** Selector specifying which fields to include in a partial response. */
|
|
1858
|
-
fields?:
|
|
2527
|
+
fields?:
|
|
2528
|
+
string;
|
|
1859
2529
|
/** 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. */
|
|
1860
|
-
key?:
|
|
2530
|
+
key?:
|
|
2531
|
+
string;
|
|
1861
2532
|
/** OAuth 2.0 token for the current user. */
|
|
1862
|
-
oauth_token?:
|
|
2533
|
+
oauth_token?:
|
|
2534
|
+
string;
|
|
1863
2535
|
/** Transfer configuration name in the form: `projects/{project_id}/transferConfigs/{config_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`. */
|
|
1864
|
-
parent:
|
|
2536
|
+
parent:
|
|
2537
|
+
string;
|
|
1865
2538
|
/** Returns response with indentations and line breaks. */
|
|
1866
|
-
prettyPrint?:
|
|
2539
|
+
prettyPrint?:
|
|
2540
|
+
boolean;
|
|
1867
2541
|
/** 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. */
|
|
1868
|
-
quotaUser?:
|
|
2542
|
+
quotaUser?:
|
|
2543
|
+
string;
|
|
1869
2544
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1870
|
-
upload_protocol?:
|
|
2545
|
+
upload_protocol?:
|
|
2546
|
+
string;
|
|
1871
2547
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1872
|
-
uploadType?:
|
|
2548
|
+
uploadType?:
|
|
2549
|
+
string;
|
|
1873
2550
|
},
|
|
1874
2551
|
body: StartManualTransferRunsRequest): Request<StartManualTransferRunsResponse>;
|
|
1875
|
-
runs:
|
|
2552
|
+
runs:
|
|
2553
|
+
RunsResource;
|
|
1876
2554
|
}
|
|
1877
2555
|
interface ProjectsResource {
|
|
1878
2556
|
/**
|
|
@@ -1882,62 +2560,90 @@ declare namespace gapi.client {
|
|
|
1882
2560
|
*/
|
|
1883
2561
|
enrollDataSources(request: {
|
|
1884
2562
|
/** V1 error format. */
|
|
1885
|
-
"$.xgafv"?:
|
|
2563
|
+
"$.xgafv"?:
|
|
2564
|
+
string;
|
|
1886
2565
|
/** OAuth access token. */
|
|
1887
|
-
access_token?:
|
|
2566
|
+
access_token?:
|
|
2567
|
+
string;
|
|
1888
2568
|
/** Data format for response. */
|
|
1889
|
-
alt?:
|
|
2569
|
+
alt?:
|
|
2570
|
+
string;
|
|
1890
2571
|
/** JSONP */
|
|
1891
|
-
callback?:
|
|
2572
|
+
callback?:
|
|
2573
|
+
string;
|
|
1892
2574
|
/** Selector specifying which fields to include in a partial response. */
|
|
1893
|
-
fields?:
|
|
2575
|
+
fields?:
|
|
2576
|
+
string;
|
|
1894
2577
|
/** 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. */
|
|
1895
|
-
key?:
|
|
2578
|
+
key?:
|
|
2579
|
+
string;
|
|
1896
2580
|
/** The name of the project resource in the form: `projects/{project_id}` */
|
|
1897
|
-
name:
|
|
2581
|
+
name:
|
|
2582
|
+
string;
|
|
1898
2583
|
/** OAuth 2.0 token for the current user. */
|
|
1899
|
-
oauth_token?:
|
|
2584
|
+
oauth_token?:
|
|
2585
|
+
string;
|
|
1900
2586
|
/** Returns response with indentations and line breaks. */
|
|
1901
|
-
prettyPrint?:
|
|
2587
|
+
prettyPrint?:
|
|
2588
|
+
boolean;
|
|
1902
2589
|
/** 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. */
|
|
1903
|
-
quotaUser?:
|
|
2590
|
+
quotaUser?:
|
|
2591
|
+
string;
|
|
1904
2592
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1905
|
-
upload_protocol?:
|
|
2593
|
+
upload_protocol?:
|
|
2594
|
+
string;
|
|
1906
2595
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1907
|
-
uploadType?:
|
|
2596
|
+
uploadType?:
|
|
2597
|
+
string;
|
|
1908
2598
|
/** Request body */
|
|
1909
|
-
resource:
|
|
2599
|
+
resource:
|
|
2600
|
+
EnrollDataSourcesRequest;
|
|
1910
2601
|
}): Request<{}>;
|
|
1911
2602
|
enrollDataSources(request: {
|
|
1912
2603
|
/** V1 error format. */
|
|
1913
|
-
"$.xgafv"?:
|
|
2604
|
+
"$.xgafv"?:
|
|
2605
|
+
string;
|
|
1914
2606
|
/** OAuth access token. */
|
|
1915
|
-
access_token?:
|
|
2607
|
+
access_token?:
|
|
2608
|
+
string;
|
|
1916
2609
|
/** Data format for response. */
|
|
1917
|
-
alt?:
|
|
2610
|
+
alt?:
|
|
2611
|
+
string;
|
|
1918
2612
|
/** JSONP */
|
|
1919
|
-
callback?:
|
|
2613
|
+
callback?:
|
|
2614
|
+
string;
|
|
1920
2615
|
/** Selector specifying which fields to include in a partial response. */
|
|
1921
|
-
fields?:
|
|
2616
|
+
fields?:
|
|
2617
|
+
string;
|
|
1922
2618
|
/** 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. */
|
|
1923
|
-
key?:
|
|
2619
|
+
key?:
|
|
2620
|
+
string;
|
|
1924
2621
|
/** The name of the project resource in the form: `projects/{project_id}` */
|
|
1925
|
-
name:
|
|
2622
|
+
name:
|
|
2623
|
+
string;
|
|
1926
2624
|
/** OAuth 2.0 token for the current user. */
|
|
1927
|
-
oauth_token?:
|
|
2625
|
+
oauth_token?:
|
|
2626
|
+
string;
|
|
1928
2627
|
/** Returns response with indentations and line breaks. */
|
|
1929
|
-
prettyPrint?:
|
|
2628
|
+
prettyPrint?:
|
|
2629
|
+
boolean;
|
|
1930
2630
|
/** 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. */
|
|
1931
|
-
quotaUser?:
|
|
2631
|
+
quotaUser?:
|
|
2632
|
+
string;
|
|
1932
2633
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1933
|
-
upload_protocol?:
|
|
2634
|
+
upload_protocol?:
|
|
2635
|
+
string;
|
|
1934
2636
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1935
|
-
uploadType?:
|
|
2637
|
+
uploadType?:
|
|
2638
|
+
string;
|
|
1936
2639
|
},
|
|
1937
2640
|
body: EnrollDataSourcesRequest): Request<{}>;
|
|
1938
|
-
dataSources:
|
|
1939
|
-
|
|
1940
|
-
|
|
2641
|
+
dataSources:
|
|
2642
|
+
DataSourcesResource;
|
|
2643
|
+
locations:
|
|
2644
|
+
LocationsResource;
|
|
2645
|
+
transferConfigs:
|
|
2646
|
+
TransferConfigsResource;
|
|
1941
2647
|
}
|
|
1942
2648
|
|
|
1943
2649
|
const projects: ProjectsResource;
|