Interface ComputeMessageStatsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ComputeMessageStatsResponse,ComputeMessageStatsResponse.Builder
public interface ComputeMessageStatsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetMessageBytes()The number of quota bytes accounted to these messages.longgetMessageCount()The count of messages.com.google.protobuf.TimestampgetMinimumEventTime()The minimum event timestamp across these messages.com.google.protobuf.TimestampOrBuildergetMinimumEventTimeOrBuilder()The minimum event timestamp across these messages.com.google.protobuf.TimestampgetMinimumPublishTime()The minimum publish timestamp across these messages.com.google.protobuf.TimestampOrBuildergetMinimumPublishTimeOrBuilder()The minimum publish timestamp across these messages.booleanhasMinimumEventTime()The minimum event timestamp across these messages.booleanhasMinimumPublishTime()The minimum publish timestamp across these messages.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMessageCount
long getMessageCount()
The count of messages.
int64 message_count = 1;- Returns:
- The messageCount.
-
getMessageBytes
long getMessageBytes()
The number of quota bytes accounted to these messages.
int64 message_bytes = 2;- Returns:
- The messageBytes.
-
hasMinimumPublishTime
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:
- Whether the minimumPublishTime field is set.
-
getMinimumPublishTime
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;- Returns:
- The minimumPublishTime.
-
getMinimumPublishTimeOrBuilder
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;
-
hasMinimumEventTime
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:
- Whether the minimumEventTime field is set.
-
getMinimumEventTime
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;- Returns:
- The minimumEventTime.
-
getMinimumEventTimeOrBuilder
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;
-
-