public interface ComputeMessageStatsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getMessageBytes()
The number of quota bytes accounted to these messages.
|
long |
getMessageCount()
The count of messages.
|
com.google.protobuf.Timestamp |
getMinimumEventTime()
The minimum event timestamp across these messages.
|
com.google.protobuf.TimestampOrBuilder |
getMinimumEventTimeOrBuilder()
The minimum event timestamp across these messages.
|
com.google.protobuf.Timestamp |
getMinimumPublishTime()
The minimum publish timestamp across these messages.
|
com.google.protobuf.TimestampOrBuilder |
getMinimumPublishTimeOrBuilder()
The minimum publish timestamp across these messages.
|
boolean |
hasMinimumEventTime()
The minimum event timestamp across these messages.
|
boolean |
hasMinimumPublishTime()
The minimum publish timestamp across these messages.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getMessageCount()
The count of messages.
int64 message_count = 1;long getMessageBytes()
The number of quota bytes accounted to these messages.
int64 message_bytes = 2;boolean hasMinimumPublishTime()
The minimum publish timestamp across these messages. Note that publish timestamps within a partition are not guaranteed to be non-decreasing. The timestamp will be unset if there are no messages.
.google.protobuf.Timestamp minimum_publish_time = 3;com.google.protobuf.Timestamp getMinimumPublishTime()
The minimum publish timestamp across these messages. Note that publish timestamps within a partition are not guaranteed to be non-decreasing. The timestamp will be unset if there are no messages.
.google.protobuf.Timestamp minimum_publish_time = 3;com.google.protobuf.TimestampOrBuilder getMinimumPublishTimeOrBuilder()
The minimum publish timestamp across these messages. Note that publish timestamps within a partition are not guaranteed to be non-decreasing. The timestamp will be unset if there are no messages.
.google.protobuf.Timestamp minimum_publish_time = 3;boolean hasMinimumEventTime()
The minimum event timestamp across these messages. For the purposes of this computation, if a message does not have an event time, we use the publish time. The timestamp will be unset if there are no messages.
.google.protobuf.Timestamp minimum_event_time = 4;com.google.protobuf.Timestamp getMinimumEventTime()
The minimum event timestamp across these messages. For the purposes of this computation, if a message does not have an event time, we use the publish time. The timestamp will be unset if there are no messages.
.google.protobuf.Timestamp minimum_event_time = 4;com.google.protobuf.TimestampOrBuilder getMinimumEventTimeOrBuilder()
The minimum event timestamp across these messages. For the purposes of this computation, if a message does not have an event time, we use the publish time. The timestamp will be unset if there are no messages.
.google.protobuf.Timestamp minimum_event_time = 4;Copyright © 2023 Google LLC. All rights reserved.