generated/google/apis/bigquerydatatransfer_v1/classes.rb in google-api-client-0.15.0 vs generated/google/apis/bigquerydatatransfer_v1/classes.rb in google-api-client-0.16.0

- old
+ new

@@ -712,23 +712,19 @@ @severity = args[:severity] if args.key?(:severity) end end # Represents a data transfer run. + # Next id: 23 class TransferRun include Google::Apis::Core::Hashable # Output only. Data source id. # Corresponds to the JSON property `dataSourceId` # @return [String] attr_accessor :data_source_id - # Output only. Region in which BigQuery dataset is located. - # Corresponds to the JSON property `datasetRegion` - # @return [String] - attr_accessor :dataset_region - # The BigQuery target dataset id. # Corresponds to the JSON property `destinationDatasetId` # @return [String] attr_accessor :destination_dataset_id @@ -776,11 +772,11 @@ # Parameter ignored by server for input requests. # Corresponds to the JSON property `startTime` # @return [String] attr_accessor :start_time - # Output only. Data transfer run state. Ignored for input requests. + # Data transfer run state. Ignored for input requests. # Corresponds to the JSON property `state` # @return [String] attr_accessor :state # Output only. Last time the data transfer run state was updated. @@ -789,10 +785,11 @@ attr_accessor :update_time # 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. # Corresponds to the JSON property `userId` # @return [Fixnum] attr_accessor :user_id def initialize(**args) @@ -800,10 +797,9 @@ end # Update properties of this object def update!(**args) @data_source_id = args[:data_source_id] if args.key?(:data_source_id) - @dataset_region = args[:dataset_region] if args.key?(:dataset_region) @destination_dataset_id = args[:destination_dataset_id] if args.key?(:destination_dataset_id) @end_time = args[:end_time] if args.key?(:end_time) @name = args[:name] if args.key?(:name) @params = args[:params] if args.key?(:params) @run_time = args[:run_time] if args.key?(:run_time)