Cloud Tasks V2beta3 API - Class Google::Cloud::Tasks::V2beta3::BufferTaskRequest (v0.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Tasks V2beta3 API class Google::Cloud::Tasks::V2beta3::BufferTaskRequest.
Request message for BufferTask .
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#body
defbody()->::Google::Api::HttpBody-
(::Google::Api::HttpBody) — Optional. Body of the HTTP request.
The body can take any generic value. The value is written to the [HttpRequest][payload] of the [Task].
#body=
defbody=(value)->::Google::Api::HttpBody-
value (::Google::Api::HttpBody) — Optional. Body of the HTTP request.
The body can take any generic value. The value is written to the [HttpRequest][payload] of the [Task].
-
(::Google::Api::HttpBody) — Optional. Body of the HTTP request.
The body can take any generic value. The value is written to the [HttpRequest][payload] of the [Task].
#queue
defqueue()->::String-
(::String) — Required. The parent queue name. For example:
projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID`
The queue must already exist.
#queue=
defqueue=(value)->::String-
value (::String) — Required. The parent queue name. For example:
projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID`
The queue must already exist.
-
(::String) — Required. The parent queue name. For example:
projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID`
The queue must already exist.
#task_id
deftask_id()->::String- (::String) — Optional. Task ID for the task being created. If not provided, a random task ID is assigned to the task.
#task_id=
deftask_id=(value)->::String- value (::String) — Optional. Task ID for the task being created. If not provided, a random task ID is assigned to the task.
- (::String) — Optional. Task ID for the task being created. If not provided, a random task ID is assigned to the task.