Class QueueStats (2.47.0)

publicfinalclass QueueStatsextendsGeneratedMessageV3implementsQueueStatsOrBuilder

Statistics for a queue.

Protobuf type google.cloud.tasks.v2beta2.QueueStats

Implements

QueueStatsOrBuilder

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

CONCURRENT_DISPATCHES_COUNT_FIELD_NUMBER

publicstaticfinalintCONCURRENT_DISPATCHES_COUNT_FIELD_NUMBER
Field Value
Type Description
int

EFFECTIVE_EXECUTION_RATE_FIELD_NUMBER

publicstaticfinalintEFFECTIVE_EXECUTION_RATE_FIELD_NUMBER
Field Value
Type Description
int

EXECUTED_LAST_MINUTE_COUNT_FIELD_NUMBER

publicstaticfinalintEXECUTED_LAST_MINUTE_COUNT_FIELD_NUMBER
Field Value
Type Description
int

OLDEST_ESTIMATED_ARRIVAL_TIME_FIELD_NUMBER

publicstaticfinalintOLDEST_ESTIMATED_ARRIVAL_TIME_FIELD_NUMBER
Field Value
Type Description
int

TASKS_COUNT_FIELD_NUMBER

publicstaticfinalintTASKS_COUNT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticQueueStatsgetDefaultInstance()
Returns
Type Description
QueueStats

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticQueueStats.BuildernewBuilder()
Returns
Type Description
QueueStats.Builder

newBuilder(QueueStats prototype)

publicstaticQueueStats.BuildernewBuilder(QueueStatsprototype)
Parameter
Name Description
prototype QueueStats
Returns
Type Description
QueueStats.Builder

parseDelimitedFrom(InputStream input)

publicstaticQueueStatsparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
QueueStats
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticQueueStatsparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
QueueStats
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticQueueStatsparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
QueueStats
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticQueueStatsparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
QueueStats
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticQueueStatsparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
QueueStats
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticQueueStatsparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
QueueStats
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticQueueStatsparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
QueueStats
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticQueueStatsparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
QueueStats
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticQueueStatsparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
QueueStats
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticQueueStatsparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
QueueStats
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticQueueStatsparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
QueueStats
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticQueueStatsparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
QueueStats
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<QueueStats>parser()
Returns
Type Description
Parser<QueueStats>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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

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.

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

getParserForType()

publicParser<QueueStats>getParserForType()
Returns
Type Description
Parser<QueueStats>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

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.

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicQueueStats.BuildernewBuilderForType()
Returns
Type Description
QueueStats.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedQueueStats.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
QueueStats.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicQueueStats.BuildertoBuilder()
Returns
Type Description
QueueStats.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

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.