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