Class: Google::Cloud::Workflows::Executions::V1::GetExecutionRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Required. Name of the execution to be retrieved. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}.

Returns:

  • (::String)

    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.

Returns:



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