google_api_big_query_data_transfer v0.8.0 GoogleApi.BigQueryDataTransfer.V1.Model.TransferRun View Source
Represents a data transfer run.
Attributes
- dataSourceId (String.t): Output only. Data source id. Defaults to
nil
. - destinationDatasetId (String.t): Output only. The BigQuery target dataset id. Defaults to
nil
. - endTime (DateTime.t): Output only. Time when transfer run ended.
Parameter ignored by server for input requests. Defaults to
nil
. - errorStatus (GoogleApi.BigQueryDataTransfer.V1.Model.Status.t): Status of the transfer run. Defaults to
nil
. - name (String.t): 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 when creating a transfer run. Defaults tonil
. - params (map()): Output only. Data transfer specific parameters. Defaults to
nil
. - runTime (DateTime.t): For batch transfer runs, specifies the date and time of the data should be
ingested. Defaults to
nil
. - schedule (String.t): 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
schedule_time
doesn't always match this. Defaults tonil
. - scheduleTime (DateTime.t): Minimum time after which a transfer run can be started. Defaults to
nil
. - startTime (DateTime.t): Output only. Time when transfer run was started.
Parameter ignored by server for input requests. Defaults to
nil
. - state (String.t): Data transfer run state. Ignored for input requests. Defaults to
nil
. - updateTime (DateTime.t): Output only. Last time the data transfer run state was updated. Defaults to
nil
. - userId (String.t): Deprecated. Unique ID of the user on whose behalf transfer is done. Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.BigQueryDataTransfer.V1.Model.TransferRun{
dataSourceId: String.t(),
destinationDatasetId: String.t(),
endTime: DateTime.t(),
errorStatus: GoogleApi.BigQueryDataTransfer.V1.Model.Status.t(),
name: String.t(),
params: map(),
runTime: DateTime.t(),
schedule: String.t(),
scheduleTime: DateTime.t(),
startTime: DateTime.t(),
state: String.t(),
updateTime: DateTime.t(),
userId: String.t()
}
t() :: %GoogleApi.BigQueryDataTransfer.V1.Model.TransferRun{ dataSourceId: String.t(), destinationDatasetId: String.t(), endTime: DateTime.t(), errorStatus: GoogleApi.BigQueryDataTransfer.V1.Model.Status.t(), name: String.t(), params: map(), runTime: DateTime.t(), schedule: String.t(), scheduleTime: DateTime.t(), startTime: DateTime.t(), state: String.t(), updateTime: DateTime.t(), userId: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.