Class: Google::Cloud::Workflows::Executions::V1::GetExecutionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Workflows::Executions::V1::GetExecutionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workflows/executions/v1/executions.rb
Overview
Request for the GetExecution method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::Workflows::Executions::V1::ExecutionView
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the execution to be retrieved. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}.
334 335 336 337 |
# File 'proto_docs/google/cloud/workflows/executions/v1/executions.rb', line 334 class GetExecutionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::Workflows::Executions::V1::ExecutionView
Returns Optional. A view defining which fields should be filled in the returned execution. The API will default to the FULL view.
334 335 336 337 |
# File 'proto_docs/google/cloud/workflows/executions/v1/executions.rb', line 334 class GetExecutionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |