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

    Modifier and Type
    Method
    Description
    long
    The number of quota bytes accounted to these messages.
    long
    The count of messages.
    com.google.protobuf.Timestamp
    The minimum event timestamp across these messages.
    com.google.protobuf.TimestampOrBuilder
    The minimum event timestamp across these messages.
    com.google.protobuf.Timestamp
    The minimum publish timestamp across these messages.
    com.google.protobuf.TimestampOrBuilder
    The minimum publish timestamp across these messages.
    boolean
    The minimum event timestamp across these messages.
    boolean
    The minimum publish timestamp across these messages.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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;