Class AppEngineHttpQueue.Builder (2.59.0)

publicstaticfinalclass AppEngineHttpQueue.BuilderextendsGeneratedMessageV3.Builder<AppEngineHttpQueue.Builder>implementsAppEngineHttpQueueOrBuilder

App Engine HTTP queue.

The task will be delivered to the App Engine application hostname specified by its AppEngineHttpQueue and AppEngineHttpRequest. The documentation for AppEngineHttpRequest explains how the task's host URL is constructed.

Using AppEngineHttpQueue requires appengine.applications.get Google IAM permission for the project and the following scope:

https://www.googleapis.com/auth/cloud-platform

Protobuf type google.cloud.tasks.v2beta3.AppEngineHttpQueue

Inherited Members

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicAppEngineHttpQueue.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AppEngineHttpQueue.Builder
Overrides

build()

publicAppEngineHttpQueuebuild()
Returns
Type Description
AppEngineHttpQueue

buildPartial()

publicAppEngineHttpQueuebuildPartial()
Returns
Type Description
AppEngineHttpQueue

clear()

publicAppEngineHttpQueue.Builderclear()
Returns
Type Description
AppEngineHttpQueue.Builder
Overrides

clearAppEngineRoutingOverride()

publicAppEngineHttpQueue.BuilderclearAppEngineRoutingOverride()

Overrides for the task-level app_engine_routing.

If set, app_engine_routing_override is used for all tasks in the queue, no matter what the setting is for the task-level app_engine_routing.

.google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing_override = 1;

Returns
Type Description
AppEngineHttpQueue.Builder

clearField(Descriptors.FieldDescriptor field)

publicAppEngineHttpQueue.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
AppEngineHttpQueue.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

publicAppEngineHttpQueue.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
AppEngineHttpQueue.Builder
Overrides

clone()

publicAppEngineHttpQueue.Builderclone()
Returns
Type Description
AppEngineHttpQueue.Builder
Overrides

getAppEngineRoutingOverride()

publicAppEngineRoutinggetAppEngineRoutingOverride()

Overrides for the task-level app_engine_routing.

If set, app_engine_routing_override is used for all tasks in the queue, no matter what the setting is for the task-level app_engine_routing.

.google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing_override = 1;

Returns
Type Description
AppEngineRouting

The appEngineRoutingOverride.

getAppEngineRoutingOverrideBuilder()

publicAppEngineRouting.BuildergetAppEngineRoutingOverrideBuilder()

Overrides for the task-level app_engine_routing.

If set, app_engine_routing_override is used for all tasks in the queue, no matter what the setting is for the task-level app_engine_routing.

.google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing_override = 1;

Returns
Type Description
AppEngineRouting.Builder

getAppEngineRoutingOverrideOrBuilder()

publicAppEngineRoutingOrBuildergetAppEngineRoutingOverrideOrBuilder()

Overrides for the task-level app_engine_routing.

If set, app_engine_routing_override is used for all tasks in the queue, no matter what the setting is for the task-level app_engine_routing.

.google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing_override = 1;

Returns
Type Description
AppEngineRoutingOrBuilder

getDefaultInstanceForType()

publicAppEngineHttpQueuegetDefaultInstanceForType()
Returns
Type Description
AppEngineHttpQueue

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
Overrides

hasAppEngineRoutingOverride()

publicbooleanhasAppEngineRoutingOverride()

Overrides for the task-level app_engine_routing.

If set, app_engine_routing_override is used for all tasks in the queue, no matter what the setting is for the task-level app_engine_routing.

.google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing_override = 1;

Returns
Type Description
boolean

Whether the appEngineRoutingOverride field is set.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeAppEngineRoutingOverride(AppEngineRouting value)

publicAppEngineHttpQueue.BuildermergeAppEngineRoutingOverride(AppEngineRoutingvalue)

Overrides for the task-level app_engine_routing.

If set, app_engine_routing_override is used for all tasks in the queue, no matter what the setting is for the task-level app_engine_routing.

.google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing_override = 1;

Parameter
Name Description
value AppEngineRouting
Returns
Type Description
AppEngineHttpQueue.Builder

mergeFrom(AppEngineHttpQueue other)

publicAppEngineHttpQueue.BuildermergeFrom(AppEngineHttpQueueother)
Parameter
Name Description
other AppEngineHttpQueue
Returns
Type Description
AppEngineHttpQueue.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicAppEngineHttpQueue.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AppEngineHttpQueue.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicAppEngineHttpQueue.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
AppEngineHttpQueue.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalAppEngineHttpQueue.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AppEngineHttpQueue.Builder
Overrides

setAppEngineRoutingOverride(AppEngineRouting value)

publicAppEngineHttpQueue.BuildersetAppEngineRoutingOverride(AppEngineRoutingvalue)

Overrides for the task-level app_engine_routing.

If set, app_engine_routing_override is used for all tasks in the queue, no matter what the setting is for the task-level app_engine_routing.

.google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing_override = 1;

Parameter
Name Description
value AppEngineRouting
Returns
Type Description
AppEngineHttpQueue.Builder

setAppEngineRoutingOverride(AppEngineRouting.Builder builderForValue)

publicAppEngineHttpQueue.BuildersetAppEngineRoutingOverride(AppEngineRouting.BuilderbuilderForValue)

Overrides for the task-level app_engine_routing.

If set, app_engine_routing_override is used for all tasks in the queue, no matter what the setting is for the task-level app_engine_routing.

.google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing_override = 1;

Parameter
Name Description
builderForValue AppEngineRouting.Builder
Returns
Type Description
AppEngineHttpQueue.Builder

setField(Descriptors.FieldDescriptor field, Object value)

publicAppEngineHttpQueue.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AppEngineHttpQueue.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

publicAppEngineHttpQueue.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
AppEngineHttpQueue.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalAppEngineHttpQueue.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AppEngineHttpQueue.Builder
Overrides

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.