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