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.



3834
3835
3836
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 3834

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>)


3832
3833
3834
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 3832

def query_property
  @query_property
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3839
3840
3841
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 3839

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