Class: Google::Apis::BigquerydatatransferV1::TransferRun
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::BigquerydatatransferV1::TransferRun
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/bigquerydatatransfer_v1/classes.rb,
 generated/google/apis/bigquerydatatransfer_v1/representations.rb,
 generated/google/apis/bigquerydatatransfer_v1/representations.rb
Overview
Represents a data transfer run.
Instance Attribute Summary collapse
- 
  
    
      #data_source_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Output only. 
- 
  
    
      #destination_dataset_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Output only. 
- 
  
    
      #end_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Output only. 
- 
  
    
      #error_status  ⇒ Google::Apis::BigquerydatatransferV1::Status 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Statustype defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs.
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The resource name of the transfer run. 
- 
  
    
      #params  ⇒ Hash<String,Object> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Output only. 
- 
  
    
      #run_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    For batch transfer runs, specifies the date and time that data should be ingested. 
- 
  
    
      #schedule  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Output only. 
- 
  
    
      #schedule_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Minimum time after which a transfer run can be started. 
- 
  
    
      #start_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Output only. 
- 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Data transfer run state. 
- 
  
    
      #update_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Output only. 
- 
  
    
      #user_id  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Output only. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ TransferRun 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of TransferRun. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ TransferRun
Returns a new instance of TransferRun
| 916 917 918 | # File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 916 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#data_source_id ⇒ String
Output only. Data source id.
Corresponds to the JSON property dataSourceId
| 801 802 803 | # File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 801 def data_source_id @data_source_id end | 
#destination_dataset_id ⇒ String
Output only. The BigQuery target dataset id.
Corresponds to the JSON property destinationDatasetId
| 806 807 808 | # File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 806 def destination_dataset_id @destination_dataset_id end | 
#end_time ⇒ String
Output only. Time when transfer run ended.
Parameter ignored by server for input requests.
Corresponds to the JSON property endTime
| 812 813 814 | # File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 812 def end_time @end_time end | 
#error_status ⇒ Google::Apis::BigquerydatatransferV1::Status
The Status type defines a logical error model that is suitable for different
programming environments, including REST APIs and RPC APIs. It is used by
gRPC. The error model is designed to be:
- Simple to use and understand for most users
- Flexible enough to meet unexpected needs
# Overview
The Statusmessage contains three pieces of data: error code, error message, and error details. The error code should be an enum value of google.rpc.Code, but it may accept additional error codes if needed. The error message should be a developer-facing English message that helps developers understand and resolve the error. If a localized user-facing error message is needed, put the localized message in the error details or localize it in the client. The optional error details may contain arbitrary information about the error. There is a predefined set of error detail types in the packagegoogle.rpcthat can be used for common error conditions. # Language mapping TheStatusmessage is the logical representation of the error model, but it is not necessarily the actual wire format. When theStatusmessage is exposed in different client libraries and different wire protocols, it can be mapped differently. For example, it will likely be mapped to some exceptions in Java, but more likely mapped to some error codes in C. # Other uses The error model and theStatusmessage can be used in a variety of environments, either with or without APIs, to provide a consistent developer experience across different environments. Example uses of this error model include:
- Partial errors. If a service needs to return partial errors to the client,
it may embed the Statusin the normal response to indicate the partial errors.
- Workflow errors. A typical workflow has multiple steps. Each step may
have a Statusmessage for error reporting.
- Batch operations. If a client uses batch request and batch response, the
Statusmessage should be used directly inside batch response, one for each error sub-response.
- Asynchronous operations. If an API call embeds asynchronous operation
results in its response, the status of those operations should be
represented directly using the Statusmessage.
- Logging. If some API errors are stored in logs, the message Statuscould be used directly after any stripping needed for security/privacy reasons. Corresponds to the JSON propertyerrorStatus
| 855 856 857 | # File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 855 def error_status @error_status end | 
#name ⇒ 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.
Corresponds to the JSON propertyname`
| 864 865 866 | # File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 864 def name @name end | 
#params ⇒ Hash<String,Object>
Output only. Data transfer specific parameters.
Corresponds to the JSON property params
| 869 870 871 | # File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 869 def params @params end | 
#run_time ⇒ String
For batch transfer runs, specifies the date and time that
data should be ingested.
Corresponds to the JSON property runTime
| 875 876 877 | # File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 875 def run_time @run_time end | 
#schedule ⇒ 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.
Corresponds to the JSON property schedule
| 884 885 886 | # File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 884 def schedule @schedule end | 
#schedule_time ⇒ String
Minimum time after which a transfer run can be started.
Corresponds to the JSON property scheduleTime
| 889 890 891 | # File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 889 def schedule_time @schedule_time end | 
#start_time ⇒ String
Output only. Time when transfer run was started.
Parameter ignored by server for input requests.
Corresponds to the JSON property startTime
| 895 896 897 | # File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 895 def start_time @start_time end | 
#state ⇒ String
Data transfer run state. Ignored for input requests.
Corresponds to the JSON property state
| 900 901 902 | # File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 900 def state @state end | 
#update_time ⇒ String
Output only. Last time the data transfer run state was updated.
Corresponds to the JSON property updateTime
| 905 906 907 | # File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 905 def update_time @update_time end | 
#user_id ⇒ Fixnum
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.
Corresponds to the JSON property userId
| 914 915 916 | # File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 914 def user_id @user_id end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 | # File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 921 def update!(**args) @data_source_id = args[:data_source_id] if args.key?(:data_source_id) @destination_dataset_id = args[:destination_dataset_id] if args.key?(:destination_dataset_id) @end_time = args[:end_time] if args.key?(:end_time) @error_status = args[:error_status] if args.key?(:error_status) @name = args[:name] if args.key?(:name) @params = args[:params] if args.key?(:params) @run_time = args[:run_time] if args.key?(:run_time) @schedule = args[:schedule] if args.key?(:schedule) @schedule_time = args[:schedule_time] if args.key?(:schedule_time) @start_time = args[:start_time] if args.key?(:start_time) @state = args[:state] if args.key?(:state) @update_time = args[:update_time] if args.key?(:update_time) @user_id = args[:user_id] if args.key?(:user_id) end |