Class: Google::Apis::BigqueryV2::InputDataChange

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/bigquery_v2/classes.rb,
lib/google/apis/bigquery_v2/representations.rb,
lib/google/apis/bigquery_v2/representations.rb

Overview

Details about the input data change insight.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InputDataChange

Returns a new instance of InputDataChange.



4015
4016
4017
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4015

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#records_read_diff_percentageFloat

Output only. Records read difference percentage compared to a previous run. Corresponds to the JSON property recordsReadDiffPercentage

Returns:

  • (Float)


4013
4014
4015
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4013

def records_read_diff_percentage
  @records_read_diff_percentage
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4020
4021
4022
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4020

def update!(**args)
  @records_read_diff_percentage = args[:records_read_diff_percentage] if args.key?(:records_read_diff_percentage)
end