Class: Google::Cloud::Bigquery::Datatransfer::V1::TransferRun

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/transfer.rb

Overview

Represents a data transfer run.

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_idString

Returns Output only. Data source id.

Returns:

  • (String)

    Output only. Data source id.



190
# File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/transfer.rb', line 190

class TransferRun; end

#destination_dataset_idString

Returns Output only. The BigQuery target dataset id.

Returns:

  • (String)

    Output only. The BigQuery target dataset id.



190
# File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/transfer.rb', line 190

class TransferRun; end

#email_preferencesGoogle::Cloud::Bigquery::Datatransfer::V1::EmailPreferences

Returns 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.

Returns:



190
# File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/transfer.rb', line 190

class TransferRun; end

#end_timeGoogle::Protobuf::Timestamp

Returns Output only. Time when transfer run ended. Parameter ignored by server for input requests.

Returns:



190
# File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/transfer.rb', line 190

class TransferRun; end

#error_statusGoogle::Rpc::Status

Returns Status of the transfer run.

Returns:



190
# File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/transfer.rb', line 190

class TransferRun; end

#nameString

Returns 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.

Returns:

  • (String)

    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.



190
# File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/transfer.rb', line 190

class TransferRun; end

#notification_pubsub_topicString

Returns Output only. Pub/Sub topic where a notification will be sent after this transfer run finishes.

Returns:

  • (String)

    Output only. Pub/Sub topic where a notification will be sent after this transfer run finishes



190
# File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/transfer.rb', line 190

class TransferRun; end

#paramsGoogle::Protobuf::Struct

Returns Output only. Data transfer specific parameters.

Returns:



190
# File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/transfer.rb', line 190

class TransferRun; end

#run_timeGoogle::Protobuf::Timestamp

Returns For batch transfer runs, specifies the date and time of the data should be ingested.

Returns:



190
# File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/transfer.rb', line 190

class TransferRun; end

#scheduleString

Returns 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.

Returns:

  • (String)

    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.



190
# File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/transfer.rb', line 190

class TransferRun; end

#schedule_timeGoogle::Protobuf::Timestamp

Returns Minimum time after which a transfer run can be started.

Returns:



190
# File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/transfer.rb', line 190

class TransferRun; end

#start_timeGoogle::Protobuf::Timestamp

Returns Output only. Time when transfer run was started. Parameter ignored by server for input requests.

Returns:



190
# File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/transfer.rb', line 190

class TransferRun; end

#stateGoogle::Cloud::Bigquery::Datatransfer::V1::TransferState

Returns Data transfer run state. Ignored for input requests.

Returns:



190
# File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/transfer.rb', line 190

class TransferRun; end

#update_timeGoogle::Protobuf::Timestamp

Returns Output only. Last time the data transfer run state was updated.

Returns:



190
# File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/transfer.rb', line 190

class TransferRun; end

#user_idInteger

Returns Deprecated. Unique ID of the user on whose behalf transfer is done.

Returns:

  • (Integer)

    Deprecated. Unique ID of the user on whose behalf transfer is done.



190
# File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/transfer.rb', line 190

class TransferRun; end