Class QueueStats (2.4.0)

public final class QueueStats extends GeneratedMessageV3 implements QueueStatsOrBuilder

Statistics for a queue.

Protobuf type google.cloud.tasks.v2beta3.QueueStats

Implements

QueueStatsOrBuilder

Static Fields

CONCURRENT_DISPATCHES_COUNT_FIELD_NUMBER

public static final int CONCURRENT_DISPATCHES_COUNT_FIELD_NUMBER
Field Value
TypeDescription
int

EFFECTIVE_EXECUTION_RATE_FIELD_NUMBER

public static final int EFFECTIVE_EXECUTION_RATE_FIELD_NUMBER
Field Value
TypeDescription
int

EXECUTED_LAST_MINUTE_COUNT_FIELD_NUMBER

public static final int EXECUTED_LAST_MINUTE_COUNT_FIELD_NUMBER
Field Value
TypeDescription
int

OLDEST_ESTIMATED_ARRIVAL_TIME_FIELD_NUMBER

public static final int OLDEST_ESTIMATED_ARRIVAL_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

TASKS_COUNT_FIELD_NUMBER

public static final int TASKS_COUNT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static QueueStats getDefaultInstance()
Returns
TypeDescription
QueueStats

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static QueueStats.Builder newBuilder()
Returns
TypeDescription
QueueStats.Builder

newBuilder(QueueStats prototype)

public static QueueStats.Builder newBuilder(QueueStats prototype)
Parameter
NameDescription
prototypeQueueStats
Returns
TypeDescription
QueueStats.Builder

parseDelimitedFrom(InputStream input)

public static QueueStats parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
QueueStats
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static QueueStats parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
QueueStats
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static QueueStats parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
QueueStats
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static QueueStats parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
QueueStats
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static QueueStats parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
QueueStats
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static QueueStats parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
QueueStats
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static QueueStats parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
QueueStats
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static QueueStats parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
QueueStats
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static QueueStats parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
QueueStats
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static QueueStats parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
QueueStats
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static QueueStats parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
QueueStats
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static QueueStats parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
QueueStats
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<QueueStats> parser()
Returns
TypeDescription
Parser<QueueStats>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getConcurrentDispatchesCount()

public long getConcurrentDispatchesCount()

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
TypeDescription
long

The concurrentDispatchesCount.

getDefaultInstanceForType()

public QueueStats getDefaultInstanceForType()
Returns
TypeDescription
QueueStats

getEffectiveExecutionRate()

public double getEffectiveExecutionRate()

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
TypeDescription
double

The effectiveExecutionRate.

getExecutedLastMinuteCount()

public long getExecutedLastMinuteCount()

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
TypeDescription
long

The executedLastMinuteCount.

getOldestEstimatedArrivalTime()

public Timestamp getOldestEstimatedArrivalTime()

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
TypeDescription
Timestamp

The oldestEstimatedArrivalTime.

getOldestEstimatedArrivalTimeOrBuilder()

public TimestampOrBuilder getOldestEstimatedArrivalTimeOrBuilder()

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
TypeDescription
TimestampOrBuilder

getParserForType()

public Parser<QueueStats> getParserForType()
Returns
TypeDescription
Parser<QueueStats>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getTasksCount()

public long getTasksCount()

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
TypeDescription
long

The tasksCount.

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasOldestEstimatedArrivalTime()

public boolean hasOldestEstimatedArrivalTime()

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
TypeDescription
boolean

Whether the oldestEstimatedArrivalTime field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public QueueStats.Builder newBuilderForType()
Returns
TypeDescription
QueueStats.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected QueueStats.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
QueueStats.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public QueueStats.Builder toBuilder()
Returns
TypeDescription
QueueStats.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException