public static final class ContainerFormats.SelectionEnvelope extends akka.protobuf.GeneratedMessage implements ContainerFormats.SelectionEnvelopeOrBuilder
SelectionEnvelope
Modifier and Type | Class and Description |
---|---|
static class |
ContainerFormats.SelectionEnvelope.Builder
Protobuf type
SelectionEnvelope |
akka.protobuf.GeneratedMessage.BuilderParent, akka.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends akka.protobuf.GeneratedMessage.ExtendableBuilder>, akka.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage>, akka.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage>, akka.protobuf.GeneratedMessage.FieldAccessorTable, akka.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends akka.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
ENCLOSEDMESSAGE_FIELD_NUMBER |
static int |
MESSAGEMANIFEST_FIELD_NUMBER |
static akka.protobuf.Parser<ContainerFormats.SelectionEnvelope> |
PARSER |
static int |
PATTERN_FIELD_NUMBER |
static int |
SERIALIZERID_FIELD_NUMBER |
static int |
WILDCARDFANOUT_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static ContainerFormats.SelectionEnvelope |
getDefaultInstance() |
ContainerFormats.SelectionEnvelope |
getDefaultInstanceForType() |
static akka.protobuf.Descriptors.Descriptor |
getDescriptor() |
akka.protobuf.ByteString |
getEnclosedMessage()
required bytes enclosedMessage = 1; |
akka.protobuf.ByteString |
getMessageManifest()
optional bytes messageManifest = 4; |
akka.protobuf.Parser<ContainerFormats.SelectionEnvelope> |
getParserForType() |
ContainerFormats.Selection |
getPattern(int index)
repeated .Selection pattern = 3; |
int |
getPatternCount()
repeated .Selection pattern = 3; |
java.util.List<ContainerFormats.Selection> |
getPatternList()
repeated .Selection pattern = 3; |
ContainerFormats.SelectionOrBuilder |
getPatternOrBuilder(int index)
repeated .Selection pattern = 3; |
java.util.List<? extends ContainerFormats.SelectionOrBuilder> |
getPatternOrBuilderList()
repeated .Selection pattern = 3; |
int |
getSerializedSize() |
int |
getSerializerId()
required int32 serializerId = 2; |
akka.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
getWildcardFanOut()
optional bool wildcardFanOut = 5; |
boolean |
hasEnclosedMessage()
required bytes enclosedMessage = 1; |
boolean |
hasMessageManifest()
optional bytes messageManifest = 4; |
boolean |
hasSerializerId()
required int32 serializerId = 2; |
boolean |
hasWildcardFanOut()
optional bool wildcardFanOut = 5; |
protected akka.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ContainerFormats.SelectionEnvelope.Builder |
newBuilder() |
static ContainerFormats.SelectionEnvelope.Builder |
newBuilder(ContainerFormats.SelectionEnvelope prototype) |
ContainerFormats.SelectionEnvelope.Builder |
newBuilderForType() |
protected ContainerFormats.SelectionEnvelope.Builder |
newBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent) |
static ContainerFormats.SelectionEnvelope |
parseDelimitedFrom(java.io.InputStream input) |
static ContainerFormats.SelectionEnvelope |
parseDelimitedFrom(java.io.InputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContainerFormats.SelectionEnvelope |
parseFrom(byte[] data) |
static ContainerFormats.SelectionEnvelope |
parseFrom(byte[] data,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContainerFormats.SelectionEnvelope |
parseFrom(akka.protobuf.ByteString data) |
static ContainerFormats.SelectionEnvelope |
parseFrom(akka.protobuf.ByteString data,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContainerFormats.SelectionEnvelope |
parseFrom(akka.protobuf.CodedInputStream input) |
static ContainerFormats.SelectionEnvelope |
parseFrom(akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContainerFormats.SelectionEnvelope |
parseFrom(java.io.InputStream input) |
static ContainerFormats.SelectionEnvelope |
parseFrom(java.io.InputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
ContainerFormats.SelectionEnvelope.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(akka.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static akka.protobuf.Parser<ContainerFormats.SelectionEnvelope> PARSER
public static final int ENCLOSEDMESSAGE_FIELD_NUMBER
public static final int SERIALIZERID_FIELD_NUMBER
public static final int PATTERN_FIELD_NUMBER
public static final int MESSAGEMANIFEST_FIELD_NUMBER
public static final int WILDCARDFANOUT_FIELD_NUMBER
public static ContainerFormats.SelectionEnvelope getDefaultInstance()
public ContainerFormats.SelectionEnvelope getDefaultInstanceForType()
getDefaultInstanceForType
in interface akka.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface akka.protobuf.MessageOrBuilder
public final akka.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface akka.protobuf.MessageOrBuilder
getUnknownFields
in class akka.protobuf.GeneratedMessage
public static final akka.protobuf.Descriptors.Descriptor getDescriptor()
protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class akka.protobuf.GeneratedMessage
public akka.protobuf.Parser<ContainerFormats.SelectionEnvelope> getParserForType()
getParserForType
in interface akka.protobuf.Message
getParserForType
in interface akka.protobuf.MessageLite
getParserForType
in class akka.protobuf.GeneratedMessage
public boolean hasEnclosedMessage()
required bytes enclosedMessage = 1;
hasEnclosedMessage
in interface ContainerFormats.SelectionEnvelopeOrBuilder
public akka.protobuf.ByteString getEnclosedMessage()
required bytes enclosedMessage = 1;
getEnclosedMessage
in interface ContainerFormats.SelectionEnvelopeOrBuilder
public boolean hasSerializerId()
required int32 serializerId = 2;
hasSerializerId
in interface ContainerFormats.SelectionEnvelopeOrBuilder
public int getSerializerId()
required int32 serializerId = 2;
getSerializerId
in interface ContainerFormats.SelectionEnvelopeOrBuilder
public java.util.List<ContainerFormats.Selection> getPatternList()
repeated .Selection pattern = 3;
getPatternList
in interface ContainerFormats.SelectionEnvelopeOrBuilder
public java.util.List<? extends ContainerFormats.SelectionOrBuilder> getPatternOrBuilderList()
repeated .Selection pattern = 3;
getPatternOrBuilderList
in interface ContainerFormats.SelectionEnvelopeOrBuilder
public int getPatternCount()
repeated .Selection pattern = 3;
getPatternCount
in interface ContainerFormats.SelectionEnvelopeOrBuilder
public ContainerFormats.Selection getPattern(int index)
repeated .Selection pattern = 3;
getPattern
in interface ContainerFormats.SelectionEnvelopeOrBuilder
public ContainerFormats.SelectionOrBuilder getPatternOrBuilder(int index)
repeated .Selection pattern = 3;
getPatternOrBuilder
in interface ContainerFormats.SelectionEnvelopeOrBuilder
public boolean hasMessageManifest()
optional bytes messageManifest = 4;
hasMessageManifest
in interface ContainerFormats.SelectionEnvelopeOrBuilder
public akka.protobuf.ByteString getMessageManifest()
optional bytes messageManifest = 4;
getMessageManifest
in interface ContainerFormats.SelectionEnvelopeOrBuilder
public boolean hasWildcardFanOut()
optional bool wildcardFanOut = 5;
optional for pre 2.3.4 compatibility
hasWildcardFanOut
in interface ContainerFormats.SelectionEnvelopeOrBuilder
public boolean getWildcardFanOut()
optional bool wildcardFanOut = 5;
optional for pre 2.3.4 compatibility
getWildcardFanOut
in interface ContainerFormats.SelectionEnvelopeOrBuilder
public final boolean isInitialized()
isInitialized
in interface akka.protobuf.MessageLiteOrBuilder
isInitialized
in class akka.protobuf.GeneratedMessage
public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface akka.protobuf.MessageLite
writeTo
in class akka.protobuf.AbstractMessage
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface akka.protobuf.MessageLite
getSerializedSize
in class akka.protobuf.AbstractMessage
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
writeReplace
in class akka.protobuf.GeneratedMessage
java.io.ObjectStreamException
public static ContainerFormats.SelectionEnvelope parseFrom(akka.protobuf.ByteString data) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferException
public static ContainerFormats.SelectionEnvelope parseFrom(akka.protobuf.ByteString data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferException
public static ContainerFormats.SelectionEnvelope parseFrom(byte[] data) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferException
public static ContainerFormats.SelectionEnvelope parseFrom(byte[] data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferException
public static ContainerFormats.SelectionEnvelope parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static ContainerFormats.SelectionEnvelope parseFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static ContainerFormats.SelectionEnvelope parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static ContainerFormats.SelectionEnvelope parseDelimitedFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static ContainerFormats.SelectionEnvelope parseFrom(akka.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static ContainerFormats.SelectionEnvelope parseFrom(akka.protobuf.CodedInputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static ContainerFormats.SelectionEnvelope.Builder newBuilder()
public ContainerFormats.SelectionEnvelope.Builder newBuilderForType()
newBuilderForType
in interface akka.protobuf.Message
newBuilderForType
in interface akka.protobuf.MessageLite
public static ContainerFormats.SelectionEnvelope.Builder newBuilder(ContainerFormats.SelectionEnvelope prototype)
public ContainerFormats.SelectionEnvelope.Builder toBuilder()
toBuilder
in interface akka.protobuf.Message
toBuilder
in interface akka.protobuf.MessageLite
protected ContainerFormats.SelectionEnvelope.Builder newBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class akka.protobuf.GeneratedMessage