Index
DataTransferService
(interface)CheckValidCredsRequest
(message)CheckValidCredsResponse
(message)CreateTransferConfigRequest
(message)DataSource
(message)DataSource.AuthorizationType
(enum)DataSource.DataRefreshType
(enum)DataSourceParameter
(message)DataSourceParameter.Type
(enum)DeleteTransferConfigRequest
(message)DeleteTransferRunRequest
(message)EmailPreferences
(message)EncryptionConfiguration
(message)EnrollDataSourcesRequest
(message)EventDrivenSchedule
(message)GetDataSourceRequest
(message)GetTransferConfigRequest
(message)GetTransferRunRequest
(message)ListDataSourcesRequest
(message)ListDataSourcesResponse
(message)ListTransferConfigsRequest
(message)ListTransferConfigsResponse
(message)ListTransferLogsRequest
(message)ListTransferLogsResponse
(message)ListTransferRunsRequest
(message)ListTransferRunsRequest.RunAttempt
(enum)ListTransferRunsResponse
(message)ManualSchedule
(message)ScheduleOptions
(message)ScheduleOptionsV2
(message)ScheduleTransferRunsRequest
(message)ScheduleTransferRunsResponse
(message)StartManualTransferRunsRequest
(message)StartManualTransferRunsRequest.TimeRange
(message)StartManualTransferRunsResponse
(message)TimeBasedSchedule
(message)TransferConfig
(message)TransferMessage
(message)TransferMessage.MessageSeverity
(enum)TransferRun
(message)TransferState
(enum)TransferType
(enum) (deprecated)UnenrollDataSourcesRequest
(message)UpdateTransferConfigRequest
(message)UserInfo
(message)
DataTransferService
This API allows users to manage their data transfers into BigQuery.
CheckValidCreds |
---|
Returns true if valid credentials exist for the given data source and requesting user.
|
CreateTransferConfig |
---|
Creates a new data transfer configuration.
|
DeleteTransferConfig |
---|
Deletes a data transfer configuration, including any associated transfer runs and logs.
|
DeleteTransferRun |
---|
Deletes the specified transfer run.
|
EnrollDataSources |
---|
Enroll data sources in a user project. This allows users to create transfer configurations for these data sources. They will also appear in the ListDataSources RPC and as such, will appear in the BigQuery UI, and the documents can be found in the public guide for BigQuery Web UI and Data Transfer Service.
|
GetDataSource |
---|
Retrieves a supported data source and returns its settings.
|
GetTransferConfig |
---|
Returns information about a data transfer config.
|
GetTransferRun |
---|
Returns information about the particular transfer run.
|
ListDataSources |
---|
Lists supported data sources and returns their settings.
|
ListTransferConfigs |
---|
Returns information about all transfer configs owned by a project in the specified location.
|
ListTransferLogs |
---|
Returns log messages for the transfer run.
|
ListTransferRuns |
---|
Returns information about running and completed transfer runs.
|
ScheduleTransferRuns |
---|
Creates transfer runs for a time range [start_time, end_time]. For each date - or whatever granularity the data source supports - in the range, one transfer run is created. Note that runs are created per UTC time in the time range. DEPRECATED: use StartManualTransferRuns instead.
|
StartManualTransferRuns |
---|
Start manual transfer runs to be executed now with schedule_time equal to current time. The transfer runs can be created for a time range where the run_time is between start_time (inclusive) and end_time (exclusive), or for a specific run_time.
|
UnenrollDataSources |
---|
Unenroll data sources in a user project. This allows users to remove transfer configurations for these data sources. They will no longer appear in the ListDataSources RPC and will also no longer appear in the BigQuery UI. Data transfers configurations of unenrolled data sources will not be scheduled.
|
UpdateTransferConfig |
---|
Updates a data transfer configuration. All fields must be set, even if they are not updated.
|
CheckValidCredsRequest
A request to determine whether the user has valid credentials. This method is used to limit the number of OAuth popups in the user interface. The user id is inferred from the API call context. If the data source has the Google+ authorization type, this method returns false, as it cannot be determined whether the credentials are already valid merely based on the user id.
Fields | |
---|---|
name |
Required. The data source in the form: Authorization requires the following IAM permission on the specified resource
|
CheckValidCredsResponse
A response indicating whether the credentials exist and are valid.
Fields | |
---|---|
has_ |
If set to |
CreateTransferConfigRequest
A request to create a data transfer configuration. If new credentials are needed for this transfer configuration, authorization info must be provided. If authorization info is provided, the transfer configuration will be associated with the user id corresponding to the authorization info. Otherwise, the transfer configuration will be associated with the calling user.
When using a cross project service account for creating a transfer config, you must enable cross project service account usage. For more information, see Disable attachment of service accounts to resources in other projects.
Fields | |
---|---|
parent |
Required. The BigQuery project id where the transfer configuration should be created. Must be in the format projects/{project_id}/locations/{location_id} or projects/{project_id}. If specified location and location of the destination bigquery dataset do not match - the request will fail. Authorization requires the following IAM permission on the specified resource
|
transfer_ |
Required. Data transfer configuration to create. |
authorization_code |
Deprecated: Authorization code was required when Optional OAuth2 authorization code to use with this transfer configuration. This is required only if 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
Note that this should not be set when |
version_ |
Optional version info. This parameter replaces 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
Note that this should not be set when |
service_ |
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 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 of data sources, read about using service accounts. |
DataSource
Defines the properties and custom parameters for a data source.
Fields | |
---|---|
name |
Output only. Data source resource name. |
data_ |
Data source id. |
display_ |
User friendly data source name. |
description |
User friendly data source description string. |
client_ |
Data source client id which should be used to receive refresh token. |
scopes[] |
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., https://www.googleapis.com/auth/bigquery |
transfer_type |
Deprecated. This field has no effect. |
supports_multiple_transfers |
Deprecated. This field has no effect. |
update_ |
The number of seconds to wait for an update from the data source before the Data Transfer Service marks the transfer as FAILED. |
default_ |
Default data transfer schedule. Examples of valid schedules include: |
supports_ |
Specifies whether the data source supports a user defined schedule, or operates on the default schedule. When set to |
parameters[] |
Data source parameters. |
help_ |
Url for the help document for this data source. |
authorization_ |
Indicates the type of authorization. |
data_ |
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 later, so it's useful to refresh data automatically. |
default_ |
Default data refresh window on days. Only meaningful when |
manual_ |
Disables backfilling and manual run scheduling for the data source. |
minimum_ |
The minimum interval for scheduler to schedule runs. |
AuthorizationType
The type of authorization needed for this data source.
Enums | |
---|---|
AUTHORIZATION_TYPE_UNSPECIFIED |
Type unspecified. |
AUTHORIZATION_CODE |
Use OAuth 2 authorization codes that can be exchanged for a refresh token on the backend. |
GOOGLE_PLUS_AUTHORIZATION_CODE |
Return an authorization code for a given Google+ page that can then be exchanged for a refresh token on the backend. |
FIRST_PARTY_OAUTH |
Use First Party OAuth. |
DataRefreshType
Represents how the data source supports data auto refresh.
Enums | |
---|---|
DATA_REFRESH_TYPE_UNSPECIFIED |
The data source won't support data auto refresh, which is default value. |
SLIDING_WINDOW |
The data source supports data auto refresh, and runs will be scheduled for the past few days. Does not allow custom values to be set for each transfer config. |
CUSTOM_SLIDING_WINDOW |
The data source supports data auto refresh, and runs will be scheduled for the past few days. Allows custom values to be set for each transfer config. |
DataSourceParameter
A parameter used to define custom fields in a data source definition.
Fields | |
---|---|
param_ |
Parameter identifier. |
display_ |
Parameter display name in the user interface. |
description |
Parameter description. |
type |
Parameter type. |
required |
Is parameter required. |
repeated |
Deprecated. This field has no effect. |
validation_ |
Regular expression which can be used for parameter validation. |
allowed_ |
All possible values for the parameter. |
min_ |
For integer and double values specifies minimum allowed value. |
max_ |
For integer and double values specifies maximum allowed value. |
fields[] |
Deprecated. This field has no effect. |
validation_ |
Description of the requirements for this field, in case the user input does not fulfill the regex pattern or min/max values. |
validation_ |
URL to a help document to further explain the naming requirements. |
immutable |
Cannot be changed after initial creation. |
recurse |
Deprecated. This field has no effect. |
deprecated |
If true, it should not be used in new transfers, and it should not be visible to users. |
Type
Parameter type.
Enums | |
---|---|
TYPE_UNSPECIFIED |
Type unspecified. |
STRING |
String parameter. |
INTEGER |
Integer parameter (64-bits). Will be serialized to json as string. |
DOUBLE |
Double precision floating point parameter. |
BOOLEAN |
Boolean parameter. |
RECORD |
Deprecated. This field has no effect. |
PLUS_PAGE |
Page ID for a Google+ Page. |
LIST |
List of strings parameter. |
DeleteTransferConfigRequest
A request to delete data transfer information. All associated transfer runs and log messages will be deleted as well.
Fields | |
---|---|
name |
Required. The field will contain name of the resource requested, for example: Authorization requires the following IAM permission on the specified resource
|
DeleteTransferRunRequest
A request to delete data transfer run information.
Fields | |
---|---|
name |
Required. The field will contain name of the resource requested, for example: Authorization requires the following IAM permission on the specified resource
|
EmailPreferences
Represents preferences for sending email notifications for transfer run events.
Fields | |
---|---|
enable_ |
If true, email notifications will be sent on transfer run failures. |
EncryptionConfiguration
Represents the encryption configuration for a transfer.
Fields | |
---|---|
kms_ |
The name of the KMS key used for encrypting BigQuery data. |
EnrollDataSourcesRequest
A request to enroll a set of data sources so they are visible in the BigQuery UI's Transfer
tab.
Fields | |
---|---|
name |
Required. The name of the project resource in the form: Authorization requires the following IAM permission on the specified resource
|
data_ |
Data sources that are enrolled. It is required to provide at least one data source id. |
EventDrivenSchedule
Options customizing EventDriven transfers schedule.
Fields | |
---|---|
pubsub_ |
Pub/Sub subscription name used to receive events. Only Google Cloud Storage data source support this option. Format: projects/{project}/subscriptions/{subscription} |
GetDataSourceRequest
A request to get data source info.
Fields | |
---|---|
name |
Required. The field will contain name of the resource requested, for example: Authorization requires the following IAM permission on the specified resource
|
GetTransferConfigRequest
A request to get data transfer information.
Fields | |
---|---|
name |
Required. The field will contain name of the resource requested, for example: Authorization requires the following IAM permission on the specified resource
|
GetTransferRunRequest
A request to get data transfer run information.
Fields | |
---|---|
name |
Required. The field will contain name of the resource requested, for example: Authorization requires the following IAM permission on the specified resource
|
ListDataSourcesRequest
Request to list supported data sources and their data transfer settings.
Fields | |
---|---|
parent |
Required. The BigQuery project id for which data sources should be returned. Must be in the form: Authorization requires the following IAM permission on the specified resource
|
page_ |
Pagination token, which can be used to request a specific page of |
page_ |
Page size. The default page size is the maximum value of 1000 results. |
ListDataSourcesResponse
Returns list of supported data sources and their metadata.
Fields | |
---|---|
data_ |
List of supported data sources and their transfer settings. |
next_ |
Output only. The next-pagination token. For multiple-page list results, this token can be used as the |
ListTransferConfigsRequest
A request to list data transfers configured for a BigQuery project.
Fields | |
---|---|
parent |
Required. The BigQuery project id for which transfer configs should be returned: Authorization requires the following IAM permission on the specified resource
|
data_ |
When specified, only configurations of requested data sources are returned. |
page_ |
Pagination token, which can be used to request a specific page of |
page_ |
Page size. The default page size is the maximum value of 1000 results. |
ListTransferConfigsResponse
The returned list of pipelines in the project.
Fields | |
---|---|
transfer_ |
Output only. The stored pipeline transfer configurations. |
next_ |
Output only. The next-pagination token. For multiple-page list results, this token can be used as the |
ListTransferLogsRequest
A request to get user facing log messages associated with data transfer run.
Fields | |
---|---|
parent |
Required. Transfer run name in the form: Authorization requires the following IAM permission on the specified resource
|
page_ |
Pagination token, which can be used to request a specific page of |
page_ |
Page size. The default page size is the maximum value of 1000 results. |
message_ |
Message types to return. If not populated - INFO, WARNING and ERROR messages are returned. |
ListTransferLogsResponse
The returned list transfer run messages.
Fields | |
---|---|
transfer_ |
Output only. The stored pipeline transfer messages. |
next_ |
Output only. The next-pagination token. For multiple-page list results, this token can be used as the |
ListTransferRunsRequest
A request to list data transfer runs.
Fields | |
---|---|
parent |
Required. Name of transfer configuration for which transfer runs should be retrieved. Format of transfer configuration resource name is: Authorization requires the following IAM permission on the specified resource
|
states[] |
When specified, only transfer runs with requested states are returned. |
page_ |
Pagination token, which can be used to request a specific page of |
page_ |
Page size. The default page size is the maximum value of 1000 results. |
run_ |
Indicates how run attempts are to be pulled. |
RunAttempt
Represents which runs should be pulled.
Enums | |
---|---|
RUN_ATTEMPT_UNSPECIFIED |
All runs should be returned. |
LATEST |
Only latest run per day should be returned. |
ListTransferRunsResponse
The returned list of pipelines in the project.
Fields | |
---|---|
transfer_ |
Output only. The stored pipeline transfer runs. |
next_ |
Output only. The next-pagination token. For multiple-page list results, this token can be used as the |
ManualSchedule
This type has no fields.
Options customizing manual transfers schedule.
ScheduleOptions
Options customizing the data transfer schedule.
Fields | |
---|---|
disable_ |
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 automatic scheduling is disabled, the TransferConfig.schedule field will be ignored. |
start_ |
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 start time can be changed at any moment. The time when a data transfer can be triggered manually is not limited by this option. |
end_ |
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 can be triggered manually is not limited by this option. |
ScheduleOptionsV2
V2 options customizing different types of data transfer schedule. This field supports existing time-based and manual transfer schedule. Also supports Event-Driven transfer schedule. ScheduleOptionsV2 cannot be used together with ScheduleOptions/Schedule.
Fields | |
---|---|
Union field schedule . Data transfer schedules. schedule can be only one of the following: |
|
time_ |
Time based transfer schedule options. This is the default schedule option. |
manual_ |
Manual transfer schedule. If set, the transfer run will not be auto-scheduled by the system, unless the client invokes StartManualTransferRuns. This is equivalent to disable_auto_scheduling = true. |
event_ |
Event driven transfer schedule options. If set, the transfer will be scheduled upon events arrial. |
ScheduleTransferRunsRequest
A request to schedule transfer runs for a time range.
Fields | |
---|---|
parent |
Required. Transfer configuration name in the form: Authorization requires the following IAM permission on the specified resource
|
start_ |
Required. Start time of the range of transfer runs. For example, |
end_ |
Required. End time of the range of transfer runs. For example, |
ScheduleTransferRunsResponse
A response to schedule transfer runs for a time range.
Fields | |
---|---|
runs[] |
The transfer runs that were scheduled. |
StartManualTransferRunsRequest
A request to start manual transfer runs.
Fields | |
---|---|
parent |
Required. Transfer configuration name in the form: Authorization requires the following IAM permission on the specified resource
|
Union field time . The requested time specification - this can be a time range or a specific run_time. time can be only one of the following: |
|
requested_ |
A time_range start and end timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_time_range must be a past time and cannot include future time values. |
requested_ |
A run_time timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_run_time must be a past time and cannot include future time values. |
TimeRange
A specification for a time range, this will request transfer runs with run_time between start_time (inclusive) and end_time (exclusive).
Fields | |
---|---|
start_ |
Start time of the range of transfer runs. For example, |
end_ |
End time of the range of transfer runs. For example, |
StartManualTransferRunsResponse
A response to start manual transfer runs.
Fields | |
---|---|
runs[] |
The transfer runs that were created. |
TimeBasedSchedule
Options customizing the time based transfer schedule. Options are migrated from the original ScheduleOptions message.
Fields | |
---|---|
schedule |
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 specified times are in UTC. Examples of valid format: NOTE: The minimum interval time between recurring transfers depends on the data source; refer to the documentation for your data source. |
start_ |
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 start time can be changed at any moment. |
end_ |
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. |
TransferConfig
Represents a data transfer configuration. A transfer configuration contains all metadata needed to perform a data transfer. For example, destination_dataset_id
specifies where data should be stored. When a new transfer configuration is created, the specified destination_dataset_id
is created when needed and shared with the appropriate data source service account.
Fields | |
---|---|
name |
Identifier. The resource name of the transfer config. Transfer config names have the form either |
display_ |
User specified display name for the data transfer. |
data_ |
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: https://cloud.google.com/bigquery-transfer/docs/reference/datatransfer/rest/v1/projects.locations.dataSources/list |
params |
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 Storage transfers are listed here: https://cloud.google.com/bigquery-transfer/docs/cloud-storage-transfer#bq |
schedule |
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 specified times are in UTC. Examples of valid format: NOTE: The minimum interval time between recurring transfers depends on the data source; refer to the documentation for your data source. |
schedule_ |
Options customizing the data transfer schedule. |
schedule_ |
Options customizing different types of data transfer schedule. This field replaces "schedule" and "schedule_options" fields. ScheduleOptionsV2 cannot be used together with ScheduleOptions/Schedule. |
data_ |
The number of days to look back to automatically refresh the data. For example, if |
disabled |
Is this config disabled. When set to true, no runs will be scheduled for this transfer config. |
update_ |
Output only. Data transfer modification time. Ignored by server on input. |
next_ |
Output only. Next time when data transfer will run. |
state |
Output only. State of the most recently updated transfer run. |
user_ |
Deprecated. Unique ID of the user on whose behalf transfer is done. |
dataset_ |
Output only. Region in which BigQuery dataset is located. |
notification_ |
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: |
email_ |
Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config. |
encryption_ |
The encryption configuration part. Currently, it is only used for the optional KMS key name. The BigQuery service account of your project must be granted permissions to use the key. Read methods will return the key name applied in effect. Write methods will apply the key if it is present, or otherwise try to apply project default keys if it is absent. |
error |
Output only. Error code with detailed information about reason of the latest config failure. |
Union field destination . The desination of the transfer config. destination can be only one of the following: |
|
destination_ |
The BigQuery target dataset id. |
owner_ |
Output only. Information about the user whose credentials are used to transfer data. Populated only for |
TransferMessage
Represents a user facing message for a particular data transfer run.
Fields | |
---|---|
message_ |
Time when message was logged. |
severity |
Message severity. |
message_ |
Message text. |
MessageSeverity
Represents data transfer user facing message severity.
Enums | |
---|---|
MESSAGE_SEVERITY_UNSPECIFIED |
No severity specified. |
INFO |
Informational message. |
WARNING |
Warning message. |
ERROR |
Error message. |
TransferRun
Represents a data transfer run.
Fields | |
---|---|
name |
Identifier. The resource name of the transfer run. Transfer run names have the form |
schedule_ |
Minimum time after which a transfer run can be started. |
run_ |
For batch transfer runs, specifies the date and time of the data should be ingested. |
error_ |
Status of the transfer run. |
start_ |
Output only. Time when transfer run was started. Parameter ignored by server for input requests. |
end_ |
Output only. Time when transfer run ended. Parameter ignored by server for input requests. |
update_ |
Output only. Last time the data transfer run state was updated. |
params |
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 parameters for Cloud Storage transfers are listed here: https://cloud.google.com/bigquery-transfer/docs/cloud-storage-transfer#bq |
data_ |
Output only. Data source id. |
state |
Data transfer run state. Ignored for input requests. |
user_ |
Deprecated. Unique ID of the user on whose behalf transfer is done. |
schedule |
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: the system might choose to delay the schedule depending on the current load, so |
notification_ |
Output only. Pub/Sub topic where a notification will be sent after this transfer run finishes. The format for specifying a pubsub topic is: |
email_ |
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. |
Union field destination . Data transfer destination. destination can be only one of the following: |
|
destination_ |
Output only. The BigQuery target dataset id. |
TransferState
Represents data transfer run state.
Enums | |
---|---|
TRANSFER_STATE_UNSPECIFIED |
State placeholder (0). |
PENDING |
Data transfer is scheduled and is waiting to be picked up by data transfer backend (2). |
RUNNING |
Data transfer is in progress (3). |
SUCCEEDED |
Data transfer completed successfully (4). |
FAILED |
Data transfer failed (5). |
CANCELLED |
Data transfer is cancelled (6). |
TransferType
DEPRECATED. Represents data transfer type.
Enums | |
---|---|
TRANSFER_TYPE_UNSPECIFIED |
Invalid or Unknown transfer type placeholder. |
BATCH |
Batch data transfer. |
STREAMING |
Streaming data transfer. Streaming data source currently doesn't support multiple transfer configs per project. |
UnenrollDataSourcesRequest
A request to unenroll a set of data sources so they are no longer visible in the BigQuery UI's Transfer
tab.
Fields | |
---|---|
name |
Required. The name of the project resource in the form: Authorization requires the following IAM permission on the specified resource
|
data_ |
Data sources that are unenrolled. It is required to provide at least one data source id. |
UpdateTransferConfigRequest
A request to update a transfer configuration. To update the user id of the transfer configuration, authorization info needs to be provided.
When using a cross project service account for updating a transfer config, you must enable cross project service account usage. For more information, see Disable attachment of service accounts to resources in other projects.
Fields | |
---|---|
transfer_ |
Required. Data transfer configuration to create. Authorization requires the following IAM permission on the specified resource
|
authorization_code |
Deprecated: Authorization code was required when Optional OAuth2 authorization code to use with this transfer configuration. This is required only if 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
Note that this should not be set when |
update_ |
Required. Required list of fields to be updated in this request. |
version_ |
Optional version info. This parameter replaces 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
Note that this should not be set when |
service_ |
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 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 of data sources, read about using service accounts. |
UserInfo
Information about a user.
Fields | |
---|---|
email |
E-mail address of the user. |