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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dataflow_v1b3/classes.rb,
generated/google/apis/dataflow_v1b3/representations.rb,
generated/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.



3774
3775
3776
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 3774

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


3772
3773
3774
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 3772

def query_property
  @query_property
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3779
3780
3781
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 3779

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