Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaExecution
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaExecution
- 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 Execution resource contains detailed information of an individual integration execution.
Instance Attribute Summary collapse
-
#create_time ⇒ String
Output only.
-
#direct_sub_executions ⇒ Array<Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaExecution>
Direct sub executions of the following Execution.
-
#event_execution_details ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoEventExecutionDetails
Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics.
-
#execution_details ⇒ Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaExecutionDetails
Contains the details of the execution info: this includes the tasks execution details plus the event execution statistics.
-
#execution_method ⇒ String
The ways user posts this event.
-
#name ⇒ String
Auto-generated primary key.
-
#request_parameters ⇒ Hash<String,Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaValueType>
Event parameters come in as part of the request.
-
#request_params ⇒ Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoParameterEntry>
Event parameters come in as part of the request.
-
#response_parameters ⇒ Hash<String,Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaValueType>
Event parameters returned as part of the response.
-
#response_params ⇒ Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoParameterEntry>
Event parameters come out as part of the response.
-
#trigger_id ⇒ String
The trigger id of the integration trigger config.
-
#update_time ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaExecution
constructor
A new instance of GoogleCloudIntegrationsV1alphaExecution.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaExecution
Returns a new instance of GoogleCloudIntegrationsV1alphaExecution.
6605 6606 6607 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6605 def initialize(**args) update!(**args) end |
Instance Attribute Details
#create_time ⇒ String
Output only. Created time of the execution.
Corresponds to the JSON property createTime
6542 6543 6544 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6542 def create_time @create_time end |
#direct_sub_executions ⇒ Array<Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaExecution>
Direct sub executions of the following Execution.
Corresponds to the JSON property directSubExecutions
6547 6548 6549 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6547 def direct_sub_executions @direct_sub_executions end |
#event_execution_details ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoEventExecutionDetails
Contains the details of the execution info of this event: this includes the
tasks execution details plus the event execution statistics. Next available id:
10
Corresponds to the JSON property eventExecutionDetails
6554 6555 6556 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6554 def event_execution_details @event_execution_details end |
#execution_details ⇒ Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaExecutionDetails
Contains the details of the execution info: this includes the tasks execution
details plus the event execution statistics.
Corresponds to the JSON property executionDetails
6560 6561 6562 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6560 def execution_details @execution_details end |
#execution_method ⇒ String
The ways user posts this event.
Corresponds to the JSON property executionMethod
6565 6566 6567 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6565 def execution_method @execution_method end |
#name ⇒ String
Auto-generated primary key.
Corresponds to the JSON property name
6570 6571 6572 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6570 def name @name end |
#request_parameters ⇒ Hash<String,Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaValueType>
Event parameters come in as part of the request.
Corresponds to the JSON property requestParameters
6575 6576 6577 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6575 def request_parameters @request_parameters end |
#request_params ⇒ Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoParameterEntry>
Event parameters come in as part of the request.
Corresponds to the JSON property requestParams
6580 6581 6582 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6580 def request_params @request_params end |
#response_parameters ⇒ Hash<String,Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaValueType>
Event parameters returned as part of the response.
Corresponds to the JSON property responseParameters
6585 6586 6587 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6585 def response_parameters @response_parameters end |
#response_params ⇒ Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoParameterEntry>
Event parameters come out as part of the response.
Corresponds to the JSON property responseParams
6590 6591 6592 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6590 def response_params @response_params end |
#trigger_id ⇒ String
The trigger id of the integration trigger config. If both trigger_id and
client_id is present, the integration is executed from the start tasks
provided by the matching trigger config otherwise it is executed from the
default start tasks.
Corresponds to the JSON property triggerId
6598 6599 6600 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6598 def trigger_id @trigger_id end |
#update_time ⇒ String
Output only. Last modified time of the execution.
Corresponds to the JSON property updateTime
6603 6604 6605 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6603 def update_time @update_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620 6621 6622 6623 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6610 def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) @direct_sub_executions = args[:direct_sub_executions] if args.key?(:direct_sub_executions) @event_execution_details = args[:event_execution_details] if args.key?(:event_execution_details) @execution_details = args[:execution_details] if args.key?(:execution_details) @execution_method = args[:execution_method] if args.key?(:execution_method) @name = args[:name] if args.key?(:name) @request_parameters = args[:request_parameters] if args.key?(:request_parameters) @request_params = args[:request_params] if args.key?(:request_params) @response_parameters = args[:response_parameters] if args.key?(:response_parameters) @response_params = args[:response_params] if args.key?(:response_params) @trigger_id = args[:trigger_id] if args.key?(:trigger_id) @update_time = args[:update_time] if args.key?(:update_time) end |