Class: Google::Cloud::Tasks::V2::GetTaskRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2::GetTaskRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tasks/v2/cloudtasks.rb
Overview
Request message for getting a task using GetTask.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#response_view ⇒ ::Google::Cloud::Tasks::V2::Task::View
The response_view specifies which subset of the Task will be returned.
Instance Attribute Details
#name ⇒ ::String
270 271 272 273 |
# File 'proto_docs/google/cloud/tasks/v2/cloudtasks.rb', line 270 class GetTaskRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#response_view ⇒ ::Google::Cloud::Tasks::V2::Task::View
270 271 272 273 |
# File 'proto_docs/google/cloud/tasks/v2/cloudtasks.rb', line 270 class GetTaskRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |