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