Class DistributedPubSubMessages.Status

java.lang.Object
org.apache.pekko.protobufv3.internal.AbstractMessageLite
org.apache.pekko.protobufv3.internal.AbstractMessage
org.apache.pekko.protobufv3.internal.GeneratedMessage
org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
All Implemented Interfaces:
Serializable, DistributedPubSubMessages.StatusOrBuilder, org.apache.pekko.protobufv3.internal.Message, org.apache.pekko.protobufv3.internal.MessageLite, org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
Enclosing class:
DistributedPubSubMessages

public static final class DistributedPubSubMessages.Status extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements DistributedPubSubMessages.StatusOrBuilder
Protobuf type Status
See Also:
  • Field Details

    • VERSIONS_FIELD_NUMBER

      public static final int VERSIONS_FIELD_NUMBER
      See Also:
    • REPLYTOSTATUS_FIELD_NUMBER

      public static final int REPLYTOSTATUS_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • getVersionsList

      repeated .Status.Version versions = 1;
      Specified by:
      getVersionsList in interface DistributedPubSubMessages.StatusOrBuilder
    • getVersionsOrBuilderList

      public List<? extends DistributedPubSubMessages.Status.VersionOrBuilder> getVersionsOrBuilderList()
      repeated .Status.Version versions = 1;
      Specified by:
      getVersionsOrBuilderList in interface DistributedPubSubMessages.StatusOrBuilder
    • getVersionsCount

      public int getVersionsCount()
      repeated .Status.Version versions = 1;
      Specified by:
      getVersionsCount in interface DistributedPubSubMessages.StatusOrBuilder
    • getVersions

      public DistributedPubSubMessages.Status.Version getVersions(int index)
      repeated .Status.Version versions = 1;
      Specified by:
      getVersions in interface DistributedPubSubMessages.StatusOrBuilder
    • getVersionsOrBuilder

      public DistributedPubSubMessages.Status.VersionOrBuilder getVersionsOrBuilder(int index)
      repeated .Status.Version versions = 1;
      Specified by:
      getVersionsOrBuilder in interface DistributedPubSubMessages.StatusOrBuilder
    • hasReplyToStatus

      public boolean hasReplyToStatus()
      optional bool replyToStatus = 2;
      Specified by:
      hasReplyToStatus in interface DistributedPubSubMessages.StatusOrBuilder
      Returns:
      Whether the replyToStatus field is set.
    • getReplyToStatus

      public boolean getReplyToStatus()
      optional bool replyToStatus = 2;
      Specified by:
      getReplyToStatus in interface DistributedPubSubMessages.StatusOrBuilder
      Returns:
      The replyToStatus.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Overrides:
      isInitialized in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • writeTo

      public void writeTo(org.apache.pekko.protobufv3.internal.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      writeTo in class org.apache.pekko.protobufv3.internal.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      getSerializedSize in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface org.apache.pekko.protobufv3.internal.Message
      Overrides:
      equals in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface org.apache.pekko.protobufv3.internal.Message
      Overrides:
      hashCode in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • parseFrom

      public static DistributedPubSubMessages.Status parseFrom(ByteBuffer data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static DistributedPubSubMessages.Status parseFrom(ByteBuffer data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static DistributedPubSubMessages.Status parseFrom(org.apache.pekko.protobufv3.internal.ByteString data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static DistributedPubSubMessages.Status parseFrom(org.apache.pekko.protobufv3.internal.ByteString data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static DistributedPubSubMessages.Status parseFrom(byte[] data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static DistributedPubSubMessages.Status parseFrom(byte[] data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static DistributedPubSubMessages.Status parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DistributedPubSubMessages.Status parseFrom(InputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static DistributedPubSubMessages.Status parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static DistributedPubSubMessages.Status parseDelimitedFrom(InputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DistributedPubSubMessages.Status parseFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DistributedPubSubMessages.Status parseFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public DistributedPubSubMessages.Status.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      newBuilderForType in interface org.apache.pekko.protobufv3.internal.MessageLite
    • newBuilder

      public static DistributedPubSubMessages.Status.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      toBuilder in interface org.apache.pekko.protobufv3.internal.MessageLite
    • newBuilderForType

      protected DistributedPubSubMessages.Status.Builder newBuilderForType(org.apache.pekko.protobufv3.internal.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • getDefaultInstance

      public static DistributedPubSubMessages.Status getDefaultInstance()
    • parser

      public static org.apache.pekko.protobufv3.internal.Parser<DistributedPubSubMessages.Status> parser()
    • getParserForType

      public org.apache.pekko.protobufv3.internal.Parser<DistributedPubSubMessages.Status> getParserForType()
      Specified by:
      getParserForType in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      getParserForType in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      getParserForType in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • getDefaultInstanceForType

      public DistributedPubSubMessages.Status getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageOrBuilder