Interface BufferTaskRequestOrBuilder (2.29.0)

publicinterface BufferTaskRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getBody()

publicabstractHttpBodygetBody()

Optional. Body of the HTTP request.

The body can take any generic value. The value is written to the HttpRequest of the [Task].

.google.api.HttpBody body = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
com.google.api.HttpBody

The body.

getBodyOrBuilder()

publicabstractHttpBodyOrBuildergetBodyOrBuilder()

Optional. Body of the HTTP request.

The body can take any generic value. The value is written to the HttpRequest of the [Task].

.google.api.HttpBody body = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
com.google.api.HttpBodyOrBuilder

getQueue()

publicabstractStringgetQueue()

Required. The parent queue name. For example: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID`

The queue must already exist.

string queue = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The queue.

getQueueBytes()

publicabstractByteStringgetQueueBytes()

Required. The parent queue name. For example: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID`

The queue must already exist.

string queue = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for queue.

getTaskId()

publicabstractStringgetTaskId()

Optional. Task ID for the task being created. If not provided, a random task ID is assigned to the task.

string task_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The taskId.

getTaskIdBytes()

publicabstractByteStringgetTaskIdBytes()

Optional. Task ID for the task being created. If not provided, a random task ID is assigned to the task.

string task_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for taskId.

hasBody()

publicabstractbooleanhasBody()

Optional. Body of the HTTP request.

The body can take any generic value. The value is written to the HttpRequest of the [Task].

.google.api.HttpBody body = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the body field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.