publicfinalclass UpdateQueueRequestextendsGeneratedMessageV3implementsUpdateQueueRequestOrBuilder
Request message for
UpdateQueue.
Protobuf type google.cloud.tasks.v2beta3.UpdateQueueRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
QUEUE_FIELD_NUMBER
publicstaticfinalintQUEUE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
UPDATE_MASK_FIELD_NUMBER
publicstaticfinalintUPDATE_MASK_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticUpdateQueueRequestgetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticUpdateQueueRequest.BuildernewBuilder()
newBuilder(UpdateQueueRequest prototype)
publicstaticUpdateQueueRequest.BuildernewBuilder(UpdateQueueRequestprototype)
publicstaticUpdateQueueRequestparseDelimitedFrom(InputStreaminput)
publicstaticUpdateQueueRequestparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticUpdateQueueRequestparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticUpdateQueueRequestparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticUpdateQueueRequestparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticUpdateQueueRequestparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticUpdateQueueRequestparseFrom(CodedInputStreaminput)
publicstaticUpdateQueueRequestparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticUpdateQueueRequestparseFrom(InputStreaminput)
publicstaticUpdateQueueRequestparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticUpdateQueueRequestparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticUpdateQueueRequestparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<UpdateQueueRequest>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
publicUpdateQueueRequestgetDefaultInstanceForType()
getParserForType()
publicParser<UpdateQueueRequest>getParserForType()
Overrides
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.v2beta3.Queue queue = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
Queue |
The queue.
|
getQueueOrBuilder()
publicQueueOrBuildergetQueueOrBuilder()
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.v2beta3.Queue queue = 1 [(.google.api.field_behavior) = REQUIRED];
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getUpdateMask()
publicFieldMaskgetUpdateMask()
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()
publicFieldMaskOrBuildergetUpdateMaskOrBuilder()
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;
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.v2beta3.Queue queue = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
boolean |
Whether the queue field is set.
|
hasUpdateMask()
publicbooleanhasUpdateMask()
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.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicUpdateQueueRequest.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedUpdateQueueRequest.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicUpdateQueueRequest.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides