Interface UpdateQueueRequestOrBuilder (2.41.0)

public interface UpdateQueueRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getQueue()

public abstract Queue getQueue()

Required. The queue to create or update.

The queue's name must be specified.

Output only fields cannot be modified using UpdateQueue. Any value specified for an output only field will be ignored. The queue's name cannot be changed.

.google.cloud.tasks.v2.Queue queue = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Queue

The queue.

getQueueOrBuilder()

public abstract QueueOrBuilder getQueueOrBuilder()

Required. The queue to create or update.

The queue's name must be specified.

Output only fields cannot be modified using UpdateQueue. Any value specified for an output only field will be ignored. The queue's name cannot be changed.

.google.cloud.tasks.v2.Queue queue = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
QueueOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

A mask used to specify which fields of the queue are being updated.

If empty, then all fields will be updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

A mask used to specify which fields of the queue are being updated.

If empty, then all fields will be updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMaskOrBuilder

hasQueue()

public abstract boolean hasQueue()

Required. The queue to create or update.

The queue's name must be specified.

Output only fields cannot be modified using UpdateQueue. Any value specified for an output only field will be ignored. The queue's name cannot be changed.

.google.cloud.tasks.v2.Queue queue = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the queue field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

A mask used to specify which fields of the queue are being updated.

If empty, then all fields will be updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
boolean

Whether the updateMask field is set.