Class: Google::Cloud::Run::V2::GetExecutionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::GetExecutionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/execution.rb
Overview
Request message for obtaining a Execution by its full name.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The full name of the Execution.
Format:
projects/{project}/locations/{location}/jobs/{job}/executions/{execution}
,
where {project}
can be project id or number.
31 32 33 34 |
# File 'proto_docs/google/cloud/run/v2/execution.rb', line 31 class GetExecutionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |