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.



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

class TransferRun; end

#destination_dataset_idString

Returns Output only. The BigQuery target dataset id.

Returns:

  • (String)

    Output only. The BigQuery target dataset id.



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

class TransferRun; end

#end_timeGoogle::Protobuf::Timestamp

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

Returns:



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

class TransferRun; end

#error_statusGoogle::Rpc::Status

Returns Status of the transfer run.

Returns:



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

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.



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

class TransferRun; end

#paramsGoogle::Protobuf::Struct

Returns Output only. Data transfer specific parameters.

Returns:



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

class TransferRun; end

#run_timeGoogle::Protobuf::Timestamp

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

Returns:



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

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 matches 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 matches this.



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

class TransferRun; end

#schedule_timeGoogle::Protobuf::Timestamp

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

Returns:



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

class TransferRun; end

#start_timeGoogle::Protobuf::Timestamp

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

Returns:



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

class TransferRun; end

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

Returns Data transfer run state. Ignored for input requests.

Returns:



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

class TransferRun; end

#update_timeGoogle::Protobuf::Timestamp

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

Returns:



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

class TransferRun; end

#user_idInteger

Returns Output only. Unique ID of the user on whose behalf transfer is done. Applicable only to data sources that do not support service accounts. When set to 0, the data source service account credentials are used. May be negative. Note, that this identifier is not stable. It may change over time even for the same user.

Returns:

  • (Integer)

    Output only. Unique ID of the user on whose behalf transfer is done. Applicable only to data sources that do not support service accounts. When set to 0, the data source service account credentials are used. May be negative. Note, that this identifier is not stable. It may change over time even for the same user.



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

class TransferRun; end