Class: Google::Apis::DataflowV1b3::QueryInfo
- Inherits:
-
Object
- Object
- Google::Apis::DataflowV1b3::QueryInfo
- 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
-
#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.
3774 3775 3776 |
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 3774 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
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 |