Class QueueStats (2.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 2.80.0 (latest)
- 2.78.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.12
- 2.2.0
- 2.1.11
publicfinalclass QueueStatsextendsGeneratedMessageV3implementsQueueStatsOrBuilderStatistics for a queue.
Protobuf type google.cloud.tasks.v2beta3.QueueStats
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > QueueStatsImplements
QueueStatsOrBuilderInherited Members
Static Fields
CONCURRENT_DISPATCHES_COUNT_FIELD_NUMBER
publicstaticfinalintCONCURRENT_DISPATCHES_COUNT_FIELD_NUMBEREFFECTIVE_EXECUTION_RATE_FIELD_NUMBER
publicstaticfinalintEFFECTIVE_EXECUTION_RATE_FIELD_NUMBEREXECUTED_LAST_MINUTE_COUNT_FIELD_NUMBER
publicstaticfinalintEXECUTED_LAST_MINUTE_COUNT_FIELD_NUMBEROLDEST_ESTIMATED_ARRIVAL_TIME_FIELD_NUMBER
publicstaticfinalintOLDEST_ESTIMATED_ARRIVAL_TIME_FIELD_NUMBERTASKS_COUNT_FIELD_NUMBER
publicstaticfinalintTASKS_COUNT_FIELD_NUMBERStatic Methods
getDefaultInstance()
publicstaticQueueStatsgetDefaultInstance()getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()newBuilder()
publicstaticQueueStats.BuildernewBuilder()newBuilder(QueueStats prototype)
publicstaticQueueStats.BuildernewBuilder(QueueStatsprototype)parseDelimitedFrom(InputStream input)
publicstaticQueueStatsparseDelimitedFrom(InputStreaminput)parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticQueueStatsparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(byte[] data)
publicstaticQueueStatsparseFrom(byte[]data)byte[]parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticQueueStatsparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)byte[]parseFrom(ByteString data)
publicstaticQueueStatsparseFrom(ByteStringdata)parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticQueueStatsparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)parseFrom(CodedInputStream input)
publicstaticQueueStatsparseFrom(CodedInputStreaminput)parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticQueueStatsparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(InputStream input)
publicstaticQueueStatsparseFrom(InputStreaminput)parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticQueueStatsparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(ByteBuffer data)
publicstaticQueueStatsparseFrom(ByteBufferdata)parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticQueueStatsparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)parser()
publicstaticParser<QueueStats>parser()Methods
equals(Object obj)
publicbooleanequals(Objectobj)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];
The concurrentDispatchesCount.
getDefaultInstanceForType()
publicQueueStatsgetDefaultInstanceForType()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];
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];
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];
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];
getParserForType()
publicParser<QueueStats>getParserForType()getSerializedSize()
publicintgetSerializedSize()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];
The tasksCount.
getUnknownFields()
publicfinalUnknownFieldSetgetUnknownFields()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];
Whether the oldestEstimatedArrivalTime field is set.
hashCode()
publicinthashCode()internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()isInitialized()
publicfinalbooleanisInitialized()newBuilderForType()
publicQueueStats.BuildernewBuilderForType()newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedQueueStats.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)toBuilder()
publicQueueStats.BuildertoBuilder()writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)