Class: Google::Cloud::Tasks::V2beta3::GetQueueRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2beta3::GetQueueRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tasks/v2beta3/cloudtasks.rb
Overview
Request message for GetQueue.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#read_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#name ⇒ ::String
108 109 110 111 |
# File 'proto_docs/google/cloud/tasks/v2beta3/cloudtasks.rb', line 108 class GetQueueRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#read_mask ⇒ ::Google::Protobuf::FieldMask
108 109 110 111 |
# File 'proto_docs/google/cloud/tasks/v2beta3/cloudtasks.rb', line 108 class GetQueueRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |