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.
7807 7808 7809 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7807 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
7795 7796 7797 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7795 def first_query @first_query end |
#operation_mode ⇒ Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestMashQueryOperationMode
Operation between 2 query
Corresponds to the JSON property operationMode
7800 7801 7802 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7800 def operation_mode @operation_mode end |
#second_query ⇒ Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestMashQueryComponent
The components for constructing MashQuery.
Corresponds to the JSON property secondQuery
7805 7806 7807 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7805 def second_query @second_query end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7812 7813 7814 7815 7816 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7812 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 |