Class: Google::Cloud::Bigquery::DataTransfer::V1::TransferRun
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Bigquery::DataTransfer::V1::TransferRun
 
 
- Defined in:
 - lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/transfer.rb
 
Overview
Represents a data transfer run. Next id: 27
Instance Attribute Summary collapse
- 
  
    
      #data_source_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Output only.
 - 
  
    
      #destination_dataset_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Output only.
 - 
  
    
      #end_time  ⇒ Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Output only.
 - 
  
    
      #error_status  ⇒ Google::Rpc::Status 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Status of the transfer run.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource name of the transfer run.
 - 
  
    
      #params  ⇒ Google::Protobuf::Struct 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Output only.
 - 
  
    
      #run_time  ⇒ Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
For batch transfer runs, specifies the date and time that data should be ingested.
 - 
  
    
      #schedule  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Output only.
 - 
  
    
      #schedule_time  ⇒ Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Minimum time after which a transfer run can be started.
 - 
  
    
      #start_time  ⇒ Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Output only.
 - 
  
    
      #state  ⇒ Google::Cloud::Bigquery::DataTransfer::V1::TransferState 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Data transfer run state.
 - 
  
    
      #update_time  ⇒ Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Output only.
 - 
  
    
      #user_id  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Output only.
 
Instance Attribute Details
#data_source_id ⇒ String
Returns Output only. Data source id.
      149  | 
    
      # File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/transfer.rb', line 149 class TransferRun; end  | 
  
#destination_dataset_id ⇒ String
Returns Output only. The BigQuery target dataset id.
      149  | 
    
      # File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/transfer.rb', line 149 class TransferRun; end  | 
  
#end_time ⇒ Google::Protobuf::Timestamp
Returns Output only. Time when transfer run ended. Parameter ignored by server for input requests.
      149  | 
    
      # File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/transfer.rb', line 149 class TransferRun; end  | 
  
#error_status ⇒ Google::Rpc::Status
Returns Status of the transfer run.
      149  | 
    
      # File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/transfer.rb', line 149 class TransferRun; end  | 
  
#name ⇒ String
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.
      149  | 
    
      # File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/transfer.rb', line 149 class TransferRun; end  | 
  
#params ⇒ Google::Protobuf::Struct
Returns Output only. Data transfer specific parameters.
      149  | 
    
      # File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/transfer.rb', line 149 class TransferRun; end  | 
  
#run_time ⇒ Google::Protobuf::Timestamp
Returns For batch transfer runs, specifies the date and time that data should be ingested.
      149  | 
    
      # File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/transfer.rb', line 149 class TransferRun; end  | 
  
#schedule ⇒ String
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.
      149  | 
    
      # File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/transfer.rb', line 149 class TransferRun; end  | 
  
#schedule_time ⇒ Google::Protobuf::Timestamp
Returns Minimum time after which a transfer run can be started.
      149  | 
    
      # File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/transfer.rb', line 149 class TransferRun; end  | 
  
#start_time ⇒ Google::Protobuf::Timestamp
Returns Output only. Time when transfer run was started. Parameter ignored by server for input requests.
      149  | 
    
      # File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/transfer.rb', line 149 class TransferRun; end  | 
  
#state ⇒ Google::Cloud::Bigquery::DataTransfer::V1::TransferState
Returns Data transfer run state. Ignored for input requests.
      149  | 
    
      # File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/transfer.rb', line 149 class TransferRun; end  | 
  
#update_time ⇒ Google::Protobuf::Timestamp
Returns Output only. Last time the data transfer run state was updated.
      149  | 
    
      # File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/transfer.rb', line 149 class TransferRun; end  | 
  
#user_id ⇒ Integer
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.
      149  | 
    
      # File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/transfer.rb', line 149 class TransferRun; end  |