Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestMashQuery
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestMashQuery
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1alpha/classes.rb,
lib/google/apis/integrations_v1alpha/representations.rb,
lib/google/apis/integrations_v1alpha/representations.rb
Overview
The MashQuery for searching data, set both queries for Join Operation.
Instance Attribute Summary collapse
-
#first_query ⇒ Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestMashQueryComponent
The components for constructing MashQuery.
-
#operation_mode ⇒ Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestMashQueryOperationMode
Operation between 2 query Corresponds to the JSON property
operationMode. -
#second_query ⇒ Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestMashQueryComponent
The components for constructing MashQuery.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestMashQuery
constructor
A new instance of GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestMashQuery.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestMashQuery
Returns a new instance of GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestMashQuery.
7814 7815 7816 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7814 def initialize(**args) update!(**args) end |
Instance Attribute Details
#first_query ⇒ Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestMashQueryComponent
The components for constructing MashQuery.
Corresponds to the JSON property firstQuery
7802 7803 7804 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7802 def first_query @first_query end |
#operation_mode ⇒ Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestMashQueryOperationMode
Operation between 2 query
Corresponds to the JSON property operationMode
7807 7808 7809 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7807 def operation_mode @operation_mode end |
#second_query ⇒ Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestMashQueryComponent
The components for constructing MashQuery.
Corresponds to the JSON property secondQuery
7812 7813 7814 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7812 def second_query @second_query end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7819 7820 7821 7822 7823 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7819 def update!(**args) @first_query = args[:first_query] if args.key?(:first_query) @operation_mode = args[:operation_mode] if args.key?(:operation_mode) @second_query = args[:second_query] if args.key?(:second_query) end |