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.



4011
4012
4013
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4011

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)


4009
4010
4011
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4009

def records_read_diff_percentage
  @records_read_diff_percentage
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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