Class QueueStats.Builder (2.45.0)

publicstaticfinalclass QueueStats.BuilderextendsGeneratedMessageV3.Builder<QueueStats.Builder>implementsQueueStatsOrBuilder

Statistics for a queue.

Protobuf type google.cloud.tasks.v2beta2.QueueStats

Implements

QueueStatsOrBuilder

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)

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

build()

publicQueueStatsbuild()
Returns
Type Description
QueueStats

buildPartial()

publicQueueStatsbuildPartial()
Returns
Type Description
QueueStats

clear()

publicQueueStats.Builderclear()
Returns
Type Description
QueueStats.Builder
Overrides

clearConcurrentDispatchesCount()

publicQueueStats.BuilderclearConcurrentDispatchesCount()

Output only. The number of requests that the queue has dispatched but has not received a reply for yet.

int64 concurrent_dispatches_count = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
QueueStats.Builder

This builder for chaining.

clearEffectiveExecutionRate()

publicQueueStats.BuilderclearEffectiveExecutionRate()

Output only. The current maximum number of tasks per second executed by the queue. The maximum value of this variable is controlled by the RateLimits of the Queue. However, this value could be less to avoid overloading the endpoints tasks in the queue are targeting.

double effective_execution_rate = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
QueueStats.Builder

This builder for chaining.

clearExecutedLastMinuteCount()

publicQueueStats.BuilderclearExecutedLastMinuteCount()

Output only. The number of tasks that the queue has dispatched and received a reply for during the last minute. This variable counts both successful and non-successful executions.

int64 executed_last_minute_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
QueueStats.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

publicQueueStats.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
QueueStats.Builder
Overrides

clearOldestEstimatedArrivalTime()

publicQueueStats.BuilderclearOldestEstimatedArrivalTime()

Output only. An estimation of the nearest time in the future where a task in the queue is scheduled to be executed.

.google.protobuf.Timestamp oldest_estimated_arrival_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
QueueStats.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

publicQueueStats.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
QueueStats.Builder
Overrides

clearTasksCount()

publicQueueStats.BuilderclearTasksCount()

Output only. An estimation of the number of tasks in the queue, that is, the tasks in the queue that haven't been executed, the tasks in the queue which the queue has dispatched but has not yet received a reply for, and the failed tasks that the queue is retrying.

int64 tasks_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
QueueStats.Builder

This builder for chaining.

clone()

publicQueueStats.Builderclone()
Returns
Type Description
QueueStats.Builder
Overrides

getConcurrentDispatchesCount()

publiclonggetConcurrentDispatchesCount()

Output only. The number of requests that the queue has dispatched but has not received a reply for yet.

int64 concurrent_dispatches_count = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The concurrentDispatchesCount.

getDefaultInstanceForType()

publicQueueStatsgetDefaultInstanceForType()
Returns
Type Description
QueueStats

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getEffectiveExecutionRate()

publicdoublegetEffectiveExecutionRate()

Output only. The current maximum number of tasks per second executed by the queue. The maximum value of this variable is controlled by the RateLimits of the Queue. However, this value could be less to avoid overloading the endpoints tasks in the queue are targeting.

double effective_execution_rate = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
double

The effectiveExecutionRate.

getExecutedLastMinuteCount()

publiclonggetExecutedLastMinuteCount()

Output only. The number of tasks that the queue has dispatched and received a reply for during the last minute. This variable counts both successful and non-successful executions.

int64 executed_last_minute_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The executedLastMinuteCount.

getOldestEstimatedArrivalTime()

publicTimestampgetOldestEstimatedArrivalTime()

Output only. An estimation of the nearest time in the future where a task in the queue is scheduled to be executed.

.google.protobuf.Timestamp oldest_estimated_arrival_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The oldestEstimatedArrivalTime.

getOldestEstimatedArrivalTimeBuilder()

publicTimestamp.BuildergetOldestEstimatedArrivalTimeBuilder()

Output only. An estimation of the nearest time in the future where a task in the queue is scheduled to be executed.

.google.protobuf.Timestamp oldest_estimated_arrival_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Builder

getOldestEstimatedArrivalTimeOrBuilder()

publicTimestampOrBuildergetOldestEstimatedArrivalTimeOrBuilder()

Output only. An estimation of the nearest time in the future where a task in the queue is scheduled to be executed.

.google.protobuf.Timestamp oldest_estimated_arrival_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getTasksCount()

publiclonggetTasksCount()

Output only. An estimation of the number of tasks in the queue, that is, the tasks in the queue that haven't been executed, the tasks in the queue which the queue has dispatched but has not yet received a reply for, and the failed tasks that the queue is retrying.

int64 tasks_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The tasksCount.

hasOldestEstimatedArrivalTime()

publicbooleanhasOldestEstimatedArrivalTime()

Output only. An estimation of the nearest time in the future where a task in the queue is scheduled to be executed.

.google.protobuf.Timestamp oldest_estimated_arrival_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the oldestEstimatedArrivalTime field is set.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(QueueStats other)

publicQueueStats.BuildermergeFrom(QueueStatsother)
Parameter
Name Description
other QueueStats
Returns
Type Description
QueueStats.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

publicQueueStats.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
QueueStats.Builder
Overrides

mergeOldestEstimatedArrivalTime(Timestamp value)

publicQueueStats.BuildermergeOldestEstimatedArrivalTime(Timestampvalue)

Output only. An estimation of the nearest time in the future where a task in the queue is scheduled to be executed.

.google.protobuf.Timestamp oldest_estimated_arrival_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
QueueStats.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalQueueStats.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
QueueStats.Builder
Overrides

setConcurrentDispatchesCount(long value)

publicQueueStats.BuildersetConcurrentDispatchesCount(longvalue)

Output only. The number of requests that the queue has dispatched but has not received a reply for yet.

int64 concurrent_dispatches_count = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value long

The concurrentDispatchesCount to set.

Returns
Type Description
QueueStats.Builder

This builder for chaining.

setEffectiveExecutionRate(double value)

publicQueueStats.BuildersetEffectiveExecutionRate(doublevalue)

Output only. The current maximum number of tasks per second executed by the queue. The maximum value of this variable is controlled by the RateLimits of the Queue. However, this value could be less to avoid overloading the endpoints tasks in the queue are targeting.

double effective_execution_rate = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value double

The effectiveExecutionRate to set.

Returns
Type Description
QueueStats.Builder

This builder for chaining.

setExecutedLastMinuteCount(long value)

publicQueueStats.BuildersetExecutedLastMinuteCount(longvalue)

Output only. The number of tasks that the queue has dispatched and received a reply for during the last minute. This variable counts both successful and non-successful executions.

int64 executed_last_minute_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value long

The executedLastMinuteCount to set.

Returns
Type Description
QueueStats.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setOldestEstimatedArrivalTime(Timestamp value)

publicQueueStats.BuildersetOldestEstimatedArrivalTime(Timestampvalue)

Output only. An estimation of the nearest time in the future where a task in the queue is scheduled to be executed.

.google.protobuf.Timestamp oldest_estimated_arrival_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
QueueStats.Builder

setOldestEstimatedArrivalTime(Timestamp.Builder builderForValue)

publicQueueStats.BuildersetOldestEstimatedArrivalTime(Timestamp.BuilderbuilderForValue)

Output only. An estimation of the nearest time in the future where a task in the queue is scheduled to be executed.

.google.protobuf.Timestamp oldest_estimated_arrival_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
QueueStats.Builder

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

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

setTasksCount(long value)

publicQueueStats.BuildersetTasksCount(longvalue)

Output only. An estimation of the number of tasks in the queue, that is, the tasks in the queue that haven't been executed, the tasks in the queue which the queue has dispatched but has not yet received a reply for, and the failed tasks that the queue is retrying.

int64 tasks_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value long

The tasksCount to set.

Returns
Type Description
QueueStats.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalQueueStats.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
QueueStats.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.