Interface UpdateQueueRequestOrBuilder (2.42.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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
boolean

Whether the updateMask field is set.