Class: Google::Cloud::Tasks::V2beta2::AcknowledgeTaskRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2beta2::AcknowledgeTaskRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tasks/v2beta2/cloudtasks.rb
Overview
Request message for acknowledging a task using AcknowledgeTask.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#schedule_time ⇒ ::Google::Protobuf::Timestamp
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The task name. For example:
projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID
.
502 503 504 505 |
# File 'proto_docs/google/cloud/tasks/v2beta2/cloudtasks.rb', line 502 class AcknowledgeTaskRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schedule_time ⇒ ::Google::Protobuf::Timestamp
Returns Required. The task's current schedule time, available in the schedule_time returned by LeaseTasks response or RenewLease response. This restriction is to ensure that your worker currently holds the lease.
502 503 504 505 |
# File 'proto_docs/google/cloud/tasks/v2beta2/cloudtasks.rb', line 502 class AcknowledgeTaskRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |