Interface ComputeMessageStatsResponseOrBuilder (1.5.5)

public interface ComputeMessageStatsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMessageBytes()

public abstract long getMessageBytes()

The number of quota bytes accounted to these messages.

int64 message_bytes = 2;

Returns
TypeDescription
long

The messageBytes.

getMessageCount()

public abstract long getMessageCount()

The count of messages.

int64 message_count = 1;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the minimumPublishTime field is set.