Interface DistributedPubSubMessages.Status.VersionOrBuilder

    • Method Detail

      • hasAddress

        boolean hasAddress()
        required .Address address = 1;
        Returns:
        Whether the address field is set.
      • hasTimestamp

        boolean hasTimestamp()
        required int64 timestamp = 2;
        Returns:
        Whether the timestamp field is set.
      • getTimestamp

        long getTimestamp()
        required int64 timestamp = 2;
        Returns:
        The timestamp.