Class ContainerFormats.SelectionEnvelope

java.lang.Object
org.apache.pekko.protobufv3.internal.AbstractMessageLite
org.apache.pekko.protobufv3.internal.AbstractMessage
org.apache.pekko.protobufv3.internal.GeneratedMessage
org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
All Implemented Interfaces:
Serializable, org.apache.pekko.protobufv3.internal.Message, org.apache.pekko.protobufv3.internal.MessageLite, org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder, ContainerFormats.SelectionEnvelopeOrBuilder
Enclosing class:
ContainerFormats

public static final class ContainerFormats.SelectionEnvelope extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements ContainerFormats.SelectionEnvelopeOrBuilder
Protobuf type SelectionEnvelope
See Also:
  • Field Details

    • ENCLOSEDMESSAGE_FIELD_NUMBER

      public static final int ENCLOSEDMESSAGE_FIELD_NUMBER
      See Also:
    • SERIALIZERID_FIELD_NUMBER

      public static final int SERIALIZERID_FIELD_NUMBER
      See Also:
    • PATTERN_FIELD_NUMBER

      public static final int PATTERN_FIELD_NUMBER
      See Also:
    • MESSAGEMANIFEST_FIELD_NUMBER

      public static final int MESSAGEMANIFEST_FIELD_NUMBER
      See Also:
    • WILDCARDFANOUT_FIELD_NUMBER

      public static final int WILDCARDFANOUT_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

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

      public org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
      Overrides:
      getDescriptorForType in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • internalGetFieldAccessorTable

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

      public boolean hasEnclosedMessage()
      required bytes enclosedMessage = 1;
      Specified by:
      hasEnclosedMessage in interface ContainerFormats.SelectionEnvelopeOrBuilder
      Returns:
      Whether the enclosedMessage field is set.
    • getEnclosedMessage

      public org.apache.pekko.protobufv3.internal.ByteString getEnclosedMessage()
      required bytes enclosedMessage = 1;
      Specified by:
      getEnclosedMessage in interface ContainerFormats.SelectionEnvelopeOrBuilder
      Returns:
      The enclosedMessage.
    • hasSerializerId

      public boolean hasSerializerId()
      required int32 serializerId = 2;
      Specified by:
      hasSerializerId in interface ContainerFormats.SelectionEnvelopeOrBuilder
      Returns:
      Whether the serializerId field is set.
    • getSerializerId

      public int getSerializerId()
      required int32 serializerId = 2;
      Specified by:
      getSerializerId in interface ContainerFormats.SelectionEnvelopeOrBuilder
      Returns:
      The serializerId.
    • getPatternList

      public List<ContainerFormats.Selection> getPatternList()
      repeated .Selection pattern = 3;
      Specified by:
      getPatternList in interface ContainerFormats.SelectionEnvelopeOrBuilder
    • getPatternOrBuilderList

      public List<? extends ContainerFormats.SelectionOrBuilder> getPatternOrBuilderList()
      repeated .Selection pattern = 3;
      Specified by:
      getPatternOrBuilderList in interface ContainerFormats.SelectionEnvelopeOrBuilder
    • getPatternCount

      public int getPatternCount()
      repeated .Selection pattern = 3;
      Specified by:
      getPatternCount in interface ContainerFormats.SelectionEnvelopeOrBuilder
    • getPattern

      public ContainerFormats.Selection getPattern(int index)
      repeated .Selection pattern = 3;
      Specified by:
      getPattern in interface ContainerFormats.SelectionEnvelopeOrBuilder
    • getPatternOrBuilder

      public ContainerFormats.SelectionOrBuilder getPatternOrBuilder(int index)
      repeated .Selection pattern = 3;
      Specified by:
      getPatternOrBuilder in interface ContainerFormats.SelectionEnvelopeOrBuilder
    • hasMessageManifest

      public boolean hasMessageManifest()
      optional bytes messageManifest = 4;
      Specified by:
      hasMessageManifest in interface ContainerFormats.SelectionEnvelopeOrBuilder
      Returns:
      Whether the messageManifest field is set.
    • getMessageManifest

      public org.apache.pekko.protobufv3.internal.ByteString getMessageManifest()
      optional bytes messageManifest = 4;
      Specified by:
      getMessageManifest in interface ContainerFormats.SelectionEnvelopeOrBuilder
      Returns:
      The messageManifest.
    • hasWildcardFanOut

      public boolean hasWildcardFanOut()
       optional for pre 2.3.4 compatibility 
       
      optional bool wildcardFanOut = 5;
      Specified by:
      hasWildcardFanOut in interface ContainerFormats.SelectionEnvelopeOrBuilder
      Returns:
      Whether the wildcardFanOut field is set.
    • getWildcardFanOut

      public boolean getWildcardFanOut()
       optional for pre 2.3.4 compatibility 
       
      optional bool wildcardFanOut = 5;
      Specified by:
      getWildcardFanOut in interface ContainerFormats.SelectionEnvelopeOrBuilder
      Returns:
      The wildcardFanOut.
    • 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 ContainerFormats.SelectionEnvelope parseFrom(ByteBuffer data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ContainerFormats.SelectionEnvelope 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 ContainerFormats.SelectionEnvelope 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 ContainerFormats.SelectionEnvelope 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 ContainerFormats.SelectionEnvelope parseFrom(byte[] data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ContainerFormats.SelectionEnvelope 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 ContainerFormats.SelectionEnvelope parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

      public static ContainerFormats.SelectionEnvelope parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

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

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

      public ContainerFormats.SelectionEnvelope.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 ContainerFormats.SelectionEnvelope.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 ContainerFormats.SelectionEnvelope.Builder newBuilderForType(org.apache.pekko.protobufv3.internal.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • getDefaultInstance

      public static ContainerFormats.SelectionEnvelope getDefaultInstance()
    • parser

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

      public org.apache.pekko.protobufv3.internal.Parser<ContainerFormats.SelectionEnvelope> 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 ContainerFormats.SelectionEnvelope getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageOrBuilder