Class: Google::Apis::DataflowV1b3::QueryInfo
- Inherits:
-
Object
- Object
- Google::Apis::DataflowV1b3::QueryInfo
- 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
-
#query_property ⇒ Array<String>
Includes an entry for each satisfied QueryProperty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ QueryInfo
constructor
A new instance of QueryInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_property ⇒ Array<String>
Includes an entry for each satisfied QueryProperty.
Corresponds to the JSON property queryProperty
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 |