Class: Google::Apis::DataflowV1b3::QueryInfo

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

Overview

Information about a validated query.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ QueryInfo

Returns a new instance of QueryInfo.



3789
3790
3791
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 3789

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

Instance Attribute Details

#query_propertyArray<String>

Includes an entry for each satisfied QueryProperty. Corresponds to the JSON property queryProperty

Returns:

  • (Array<String>)


3787
3788
3789
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 3787

def query_property
  @query_property
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3794
3795
3796
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 3794

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