@maxim_mazurok/gapi.client.bigquerydatatransfer-v1 0.0.20240731 → 0.0.20240809
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 +17 -17
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://bigquerydatatransfer.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240809
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -660,7 +660,7 @@ declare namespace gapi.client {
|
|
|
660
660
|
access_token?: string;
|
|
661
661
|
/** Data format for response. */
|
|
662
662
|
alt?: string;
|
|
663
|
-
/** Optional OAuth2 authorization code to use with this transfer configuration. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' and new credentials are needed, as indicated by `CheckValidCreds`. In order to obtain authorization_code, make a request to the following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=client_id&scope=data_source_scopes * The client_id is the OAuth client_id of the
|
|
663
|
+
/** Deprecated: Authorization code was required when `transferConfig.dataSourceId` is 'youtube_channel' but it is no longer used in any data sources. Use `version_info` instead. Optional OAuth2 authorization code to use with this transfer configuration. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' and new credentials are needed, as indicated by `CheckValidCreds`. In order to obtain authorization_code, make a request to the following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=client_id&scope=data_source_scopes * The client_id is the OAuth client_id of the data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note that this should not be set when `service_account_name` is used to create the transfer config. */
|
|
664
664
|
authorizationCode?: string;
|
|
665
665
|
/** JSONP */
|
|
666
666
|
callback?: string;
|
|
@@ -682,7 +682,7 @@ declare namespace gapi.client {
|
|
|
682
682
|
upload_protocol?: string;
|
|
683
683
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
684
684
|
uploadType?: string;
|
|
685
|
-
/** Optional version info. This is required only if `transferConfig.dataSourceId` is
|
|
685
|
+
/** Optional version info. This parameter replaces `authorization_code` which is no longer used in any data sources. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' *or* new credentials are needed, as indicated by `CheckValidCreds`. In order to obtain version info, make a request to the following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=client_id&scope=data_source_scopes * The client_id is the OAuth client_id of the data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note that this should not be set when `service_account_name` is used to create the transfer config. */
|
|
686
686
|
versionInfo?: string;
|
|
687
687
|
/** Request body */
|
|
688
688
|
resource: TransferConfig;
|
|
@@ -695,7 +695,7 @@ declare namespace gapi.client {
|
|
|
695
695
|
access_token?: string;
|
|
696
696
|
/** Data format for response. */
|
|
697
697
|
alt?: string;
|
|
698
|
-
/** Optional OAuth2 authorization code to use with this transfer configuration. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' and new credentials are needed, as indicated by `CheckValidCreds`. In order to obtain authorization_code, make a request to the following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=client_id&scope=data_source_scopes * The client_id is the OAuth client_id of the
|
|
698
|
+
/** Deprecated: Authorization code was required when `transferConfig.dataSourceId` is 'youtube_channel' but it is no longer used in any data sources. Use `version_info` instead. Optional OAuth2 authorization code to use with this transfer configuration. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' and new credentials are needed, as indicated by `CheckValidCreds`. In order to obtain authorization_code, make a request to the following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=client_id&scope=data_source_scopes * The client_id is the OAuth client_id of the data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note that this should not be set when `service_account_name` is used to create the transfer config. */
|
|
699
699
|
authorizationCode?: string;
|
|
700
700
|
/** JSONP */
|
|
701
701
|
callback?: string;
|
|
@@ -717,7 +717,7 @@ declare namespace gapi.client {
|
|
|
717
717
|
upload_protocol?: string;
|
|
718
718
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
719
719
|
uploadType?: string;
|
|
720
|
-
/** Optional version info. This is required only if `transferConfig.dataSourceId` is
|
|
720
|
+
/** Optional version info. This parameter replaces `authorization_code` which is no longer used in any data sources. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' *or* new credentials are needed, as indicated by `CheckValidCreds`. In order to obtain version info, make a request to the following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=client_id&scope=data_source_scopes * The client_id is the OAuth client_id of the data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note that this should not be set when `service_account_name` is used to create the transfer config. */
|
|
721
721
|
versionInfo?: string;
|
|
722
722
|
},
|
|
723
723
|
body: TransferConfig
|
|
@@ -817,7 +817,7 @@ declare namespace gapi.client {
|
|
|
817
817
|
access_token?: string;
|
|
818
818
|
/** Data format for response. */
|
|
819
819
|
alt?: string;
|
|
820
|
-
/** Optional OAuth2 authorization code to use with this transfer configuration. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' and new credentials are needed, as indicated by `CheckValidCreds`. In order to obtain authorization_code, make a request to the following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=client_id&scope=data_source_scopes * The client_id is the OAuth client_id of the
|
|
820
|
+
/** Deprecated: Authorization code was required when `transferConfig.dataSourceId` is 'youtube_channel' but it is no longer used in any data sources. Use `version_info` instead. Optional OAuth2 authorization code to use with this transfer configuration. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' and new credentials are needed, as indicated by `CheckValidCreds`. In order to obtain authorization_code, make a request to the following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=client_id&scope=data_source_scopes * The client_id is the OAuth client_id of the data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note that this should not be set when `service_account_name` is used to update the transfer config. */
|
|
821
821
|
authorizationCode?: string;
|
|
822
822
|
/** JSONP */
|
|
823
823
|
callback?: string;
|
|
@@ -841,7 +841,7 @@ declare namespace gapi.client {
|
|
|
841
841
|
upload_protocol?: string;
|
|
842
842
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
843
843
|
uploadType?: string;
|
|
844
|
-
/** Optional version info. This is required only if `transferConfig.dataSourceId` is
|
|
844
|
+
/** Optional version info. This parameter replaces `authorization_code` which is no longer used in any data sources. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' *or* new credentials are needed, as indicated by `CheckValidCreds`. In order to obtain version info, make a request to the following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=client_id&scope=data_source_scopes * The client_id is the OAuth client_id of the data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note that this should not be set when `service_account_name` is used to update the transfer config. */
|
|
845
845
|
versionInfo?: string;
|
|
846
846
|
/** Request body */
|
|
847
847
|
resource: TransferConfig;
|
|
@@ -854,7 +854,7 @@ declare namespace gapi.client {
|
|
|
854
854
|
access_token?: string;
|
|
855
855
|
/** Data format for response. */
|
|
856
856
|
alt?: string;
|
|
857
|
-
/** Optional OAuth2 authorization code to use with this transfer configuration. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' and new credentials are needed, as indicated by `CheckValidCreds`. In order to obtain authorization_code, make a request to the following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=client_id&scope=data_source_scopes * The client_id is the OAuth client_id of the
|
|
857
|
+
/** Deprecated: Authorization code was required when `transferConfig.dataSourceId` is 'youtube_channel' but it is no longer used in any data sources. Use `version_info` instead. Optional OAuth2 authorization code to use with this transfer configuration. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' and new credentials are needed, as indicated by `CheckValidCreds`. In order to obtain authorization_code, make a request to the following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=client_id&scope=data_source_scopes * The client_id is the OAuth client_id of the data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note that this should not be set when `service_account_name` is used to update the transfer config. */
|
|
858
858
|
authorizationCode?: string;
|
|
859
859
|
/** JSONP */
|
|
860
860
|
callback?: string;
|
|
@@ -878,7 +878,7 @@ declare namespace gapi.client {
|
|
|
878
878
|
upload_protocol?: string;
|
|
879
879
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
880
880
|
uploadType?: string;
|
|
881
|
-
/** Optional version info. This is required only if `transferConfig.dataSourceId` is
|
|
881
|
+
/** Optional version info. This parameter replaces `authorization_code` which is no longer used in any data sources. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' *or* new credentials are needed, as indicated by `CheckValidCreds`. In order to obtain version info, make a request to the following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=client_id&scope=data_source_scopes * The client_id is the OAuth client_id of the data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note that this should not be set when `service_account_name` is used to update the transfer config. */
|
|
882
882
|
versionInfo?: string;
|
|
883
883
|
},
|
|
884
884
|
body: TransferConfig
|
|
@@ -1317,7 +1317,7 @@ declare namespace gapi.client {
|
|
|
1317
1317
|
access_token?: string;
|
|
1318
1318
|
/** Data format for response. */
|
|
1319
1319
|
alt?: string;
|
|
1320
|
-
/** Optional OAuth2 authorization code to use with this transfer configuration. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' and new credentials are needed, as indicated by `CheckValidCreds`. In order to obtain authorization_code, make a request to the following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=client_id&scope=data_source_scopes * The client_id is the OAuth client_id of the
|
|
1320
|
+
/** Deprecated: Authorization code was required when `transferConfig.dataSourceId` is 'youtube_channel' but it is no longer used in any data sources. Use `version_info` instead. Optional OAuth2 authorization code to use with this transfer configuration. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' and new credentials are needed, as indicated by `CheckValidCreds`. In order to obtain authorization_code, make a request to the following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=client_id&scope=data_source_scopes * The client_id is the OAuth client_id of the data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note that this should not be set when `service_account_name` is used to create the transfer config. */
|
|
1321
1321
|
authorizationCode?: string;
|
|
1322
1322
|
/** JSONP */
|
|
1323
1323
|
callback?: string;
|
|
@@ -1339,7 +1339,7 @@ declare namespace gapi.client {
|
|
|
1339
1339
|
upload_protocol?: string;
|
|
1340
1340
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1341
1341
|
uploadType?: string;
|
|
1342
|
-
/** Optional version info. This is required only if `transferConfig.dataSourceId` is
|
|
1342
|
+
/** Optional version info. This parameter replaces `authorization_code` which is no longer used in any data sources. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' *or* new credentials are needed, as indicated by `CheckValidCreds`. In order to obtain version info, make a request to the following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=client_id&scope=data_source_scopes * The client_id is the OAuth client_id of the data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note that this should not be set when `service_account_name` is used to create the transfer config. */
|
|
1343
1343
|
versionInfo?: string;
|
|
1344
1344
|
/** Request body */
|
|
1345
1345
|
resource: TransferConfig;
|
|
@@ -1352,7 +1352,7 @@ declare namespace gapi.client {
|
|
|
1352
1352
|
access_token?: string;
|
|
1353
1353
|
/** Data format for response. */
|
|
1354
1354
|
alt?: string;
|
|
1355
|
-
/** Optional OAuth2 authorization code to use with this transfer configuration. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' and new credentials are needed, as indicated by `CheckValidCreds`. In order to obtain authorization_code, make a request to the following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=client_id&scope=data_source_scopes * The client_id is the OAuth client_id of the
|
|
1355
|
+
/** Deprecated: Authorization code was required when `transferConfig.dataSourceId` is 'youtube_channel' but it is no longer used in any data sources. Use `version_info` instead. Optional OAuth2 authorization code to use with this transfer configuration. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' and new credentials are needed, as indicated by `CheckValidCreds`. In order to obtain authorization_code, make a request to the following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=client_id&scope=data_source_scopes * The client_id is the OAuth client_id of the data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note that this should not be set when `service_account_name` is used to create the transfer config. */
|
|
1356
1356
|
authorizationCode?: string;
|
|
1357
1357
|
/** JSONP */
|
|
1358
1358
|
callback?: string;
|
|
@@ -1374,7 +1374,7 @@ declare namespace gapi.client {
|
|
|
1374
1374
|
upload_protocol?: string;
|
|
1375
1375
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1376
1376
|
uploadType?: string;
|
|
1377
|
-
/** Optional version info. This is required only if `transferConfig.dataSourceId` is
|
|
1377
|
+
/** Optional version info. This parameter replaces `authorization_code` which is no longer used in any data sources. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' *or* new credentials are needed, as indicated by `CheckValidCreds`. In order to obtain version info, make a request to the following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=client_id&scope=data_source_scopes * The client_id is the OAuth client_id of the data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note that this should not be set when `service_account_name` is used to create the transfer config. */
|
|
1378
1378
|
versionInfo?: string;
|
|
1379
1379
|
},
|
|
1380
1380
|
body: TransferConfig
|
|
@@ -1474,7 +1474,7 @@ declare namespace gapi.client {
|
|
|
1474
1474
|
access_token?: string;
|
|
1475
1475
|
/** Data format for response. */
|
|
1476
1476
|
alt?: string;
|
|
1477
|
-
/** Optional OAuth2 authorization code to use with this transfer configuration. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' and new credentials are needed, as indicated by `CheckValidCreds`. In order to obtain authorization_code, make a request to the following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=client_id&scope=data_source_scopes * The client_id is the OAuth client_id of the
|
|
1477
|
+
/** Deprecated: Authorization code was required when `transferConfig.dataSourceId` is 'youtube_channel' but it is no longer used in any data sources. Use `version_info` instead. Optional OAuth2 authorization code to use with this transfer configuration. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' and new credentials are needed, as indicated by `CheckValidCreds`. In order to obtain authorization_code, make a request to the following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=client_id&scope=data_source_scopes * The client_id is the OAuth client_id of the data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note that this should not be set when `service_account_name` is used to update the transfer config. */
|
|
1478
1478
|
authorizationCode?: string;
|
|
1479
1479
|
/** JSONP */
|
|
1480
1480
|
callback?: string;
|
|
@@ -1498,7 +1498,7 @@ declare namespace gapi.client {
|
|
|
1498
1498
|
upload_protocol?: string;
|
|
1499
1499
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1500
1500
|
uploadType?: string;
|
|
1501
|
-
/** Optional version info. This is required only if `transferConfig.dataSourceId` is
|
|
1501
|
+
/** Optional version info. This parameter replaces `authorization_code` which is no longer used in any data sources. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' *or* new credentials are needed, as indicated by `CheckValidCreds`. In order to obtain version info, make a request to the following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=client_id&scope=data_source_scopes * The client_id is the OAuth client_id of the data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note that this should not be set when `service_account_name` is used to update the transfer config. */
|
|
1502
1502
|
versionInfo?: string;
|
|
1503
1503
|
/** Request body */
|
|
1504
1504
|
resource: TransferConfig;
|
|
@@ -1511,7 +1511,7 @@ declare namespace gapi.client {
|
|
|
1511
1511
|
access_token?: string;
|
|
1512
1512
|
/** Data format for response. */
|
|
1513
1513
|
alt?: string;
|
|
1514
|
-
/** Optional OAuth2 authorization code to use with this transfer configuration. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' and new credentials are needed, as indicated by `CheckValidCreds`. In order to obtain authorization_code, make a request to the following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=client_id&scope=data_source_scopes * The client_id is the OAuth client_id of the
|
|
1514
|
+
/** Deprecated: Authorization code was required when `transferConfig.dataSourceId` is 'youtube_channel' but it is no longer used in any data sources. Use `version_info` instead. Optional OAuth2 authorization code to use with this transfer configuration. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' and new credentials are needed, as indicated by `CheckValidCreds`. In order to obtain authorization_code, make a request to the following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=client_id&scope=data_source_scopes * The client_id is the OAuth client_id of the data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note that this should not be set when `service_account_name` is used to update the transfer config. */
|
|
1515
1515
|
authorizationCode?: string;
|
|
1516
1516
|
/** JSONP */
|
|
1517
1517
|
callback?: string;
|
|
@@ -1535,7 +1535,7 @@ declare namespace gapi.client {
|
|
|
1535
1535
|
upload_protocol?: string;
|
|
1536
1536
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1537
1537
|
uploadType?: string;
|
|
1538
|
-
/** Optional version info. This is required only if `transferConfig.dataSourceId` is
|
|
1538
|
+
/** Optional version info. This parameter replaces `authorization_code` which is no longer used in any data sources. This is required only if `transferConfig.dataSourceId` is 'youtube_channel' *or* new credentials are needed, as indicated by `CheckValidCreds`. In order to obtain version info, make a request to the following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=client_id&scope=data_source_scopes * The client_id is the OAuth client_id of the data source as returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. Note that this should not be set when `service_account_name` is used to update the transfer config. */
|
|
1539
1539
|
versionInfo?: string;
|
|
1540
1540
|
},
|
|
1541
1541
|
body: TransferConfig
|