Interface DistributedPubSubMessages.Status.VersionOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
DistributedPubSubMessages.Status.Version, DistributedPubSubMessages.Status.Version.Builder
Enclosing class:
DistributedPubSubMessages.Status

public static interface DistributedPubSubMessages.Status.VersionOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    required .Address address = 1;
    required .Address address = 1;
    long
    required int64 timestamp = 2;
    boolean
    required .Address address = 1;
    boolean
    required int64 timestamp = 2;

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder

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

    • hasAddress

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

      required .Address address = 1;
      Returns:
      The address.
    • getAddressOrBuilder

      required .Address address = 1;
    • hasTimestamp

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

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