public interface ComputeMessageStatsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMessageBytes()
public abstract long getMessageBytes()The number of quota bytes accounted to these messages.
int64 message_bytes = 2;
| Type | Description |
| long | The messageBytes. |
getMessageCount()
public abstract long getMessageCount()The count of messages.
int64 message_count = 1;
| Type | Description |
| long | The messageCount. |
getMinimumEventTime()
public abstract 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;
| Type | Description |
| Timestamp | The minimumEventTime. |
getMinimumEventTimeOrBuilder()
public abstract 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;
| Type | Description |
| TimestampOrBuilder |
getMinimumPublishTime()
public abstract 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;
| Type | Description |
| Timestamp | The minimumPublishTime. |
getMinimumPublishTimeOrBuilder()
public abstract 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;
| Type | Description |
| TimestampOrBuilder |
hasMinimumEventTime()
public abstract 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;
| Type | Description |
| boolean | Whether the minimumEventTime field is set. |
hasMinimumPublishTime()
public abstract 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;
| Type | Description |
| boolean | Whether the minimumPublishTime field is set. |