google_api_big_query_data_transfer v0.16.0 GoogleApi.BigQueryDataTransfer.V1.Model.TransferRun View Source

Represents a data transfer run.

Attributes

  • dataSourceId (type: String.t, default: nil) - Output only. Data source id.
  • destinationDatasetId (type: String.t, default: nil) - Output only. The BigQuery target dataset id.
  • endTime (type: DateTime.t, default: nil) - Output only. Time when transfer run ended. Parameter ignored by server for input requests.
  • errorStatus (type: GoogleApi.BigQueryDataTransfer.V1.Model.Status.t, default: nil) - Status of the transfer run.
  • name (type: String.t, default: nil) - 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.
  • params (type: map(), default: nil) - Output only. Data transfer specific parameters.
  • runTime (type: DateTime.t, default: nil) - For batch transfer runs, specifies the date and time of the data should be ingested.
  • schedule (type: String.t, default: nil) - 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.
  • scheduleTime (type: DateTime.t, default: nil) - Minimum time after which a transfer run can be started.
  • startTime (type: DateTime.t, default: nil) - Output only. Time when transfer run was started. Parameter ignored by server for input requests.
  • state (type: String.t, default: nil) - Data transfer run state. Ignored for input requests.
  • updateTime (type: DateTime.t, default: nil) - Output only. Last time the data transfer run state was updated.
  • userId (type: String.t, default: nil) - Deprecated. Unique ID of the user on whose behalf transfer is done.

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() :: %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
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.