public interface UpdateQueueRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Queue |
getQueue()
Required.
|
QueueOrBuilder |
getQueueOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
A mask used to specify which fields of the queue are being updated.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
A mask used to specify which fields of the queue are being updated.
|
boolean |
hasQueue()
Required.
|
boolean |
hasUpdateMask()
A mask used to specify which fields of the queue are being updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasQueue()
Required. The queue to create or update. The queue's [name][google.cloud.tasks.v2.Queue.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][google.cloud.tasks.v2.Queue.name] cannot be changed.
.google.cloud.tasks.v2.Queue queue = 1 [(.google.api.field_behavior) = REQUIRED];Queue getQueue()
Required. The queue to create or update. The queue's [name][google.cloud.tasks.v2.Queue.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][google.cloud.tasks.v2.Queue.name] cannot be changed.
.google.cloud.tasks.v2.Queue queue = 1 [(.google.api.field_behavior) = REQUIRED];QueueOrBuilder getQueueOrBuilder()
Required. The queue to create or update. The queue's [name][google.cloud.tasks.v2.Queue.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][google.cloud.tasks.v2.Queue.name] cannot be changed.
.google.cloud.tasks.v2.Queue queue = 1 [(.google.api.field_behavior) = REQUIRED];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;com.google.protobuf.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;com.google.protobuf.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;Copyright © 2022 Google LLC. All rights reserved.