akka.remote
Class ContainerFormats.Selection
java.lang.Object
com.google.protobuf.GeneratedMessage
akka.remote.ContainerFormats.Selection
- All Implemented Interfaces:
- ContainerFormats.SelectionOrBuilder
- Enclosing class:
- ContainerFormats
public static final class ContainerFormats.Selection
- extends com.google.protobuf.GeneratedMessage
- implements ContainerFormats.SelectionOrBuilder
Protobuf type Selection
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARSER
public static PARSER
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
MATCHER_FIELD_NUMBER
public static final int MATCHER_FIELD_NUMBER
- See Also:
- Constant Field Values
getDefaultInstance
public static ContainerFormats.Selection getDefaultInstance()
getDefaultInstanceForType
public ContainerFormats.Selection getDefaultInstanceForType()
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
getParserForType
public getParserForType()
hasType
public boolean hasType()
required .PatternType type = 1;
- Specified by:
hasType
in interface ContainerFormats.SelectionOrBuilder
getType
public ContainerFormats.PatternType getType()
required .PatternType type = 1;
- Specified by:
getType
in interface ContainerFormats.SelectionOrBuilder
hasMatcher
public boolean hasMatcher()
optional string matcher = 2;
- Specified by:
hasMatcher
in interface ContainerFormats.SelectionOrBuilder
getMatcher
public java.lang.String getMatcher()
optional string matcher = 2;
- Specified by:
getMatcher
in interface ContainerFormats.SelectionOrBuilder
getMatcherBytes
public com.google.protobuf.ByteString getMatcherBytes()
optional string matcher = 2;
- Specified by:
getMatcherBytes
in interface ContainerFormats.SelectionOrBuilder
isInitialized
public final boolean isInitialized()
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
- Throws:
java.io.IOException
getSerializedSize
public int getSerializedSize()
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
parseFrom
public static ContainerFormats.Selection parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static ContainerFormats.Selection parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static ContainerFormats.Selection parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static ContainerFormats.Selection parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
- Throws:
java.io.IOException
parseDelimitedFrom
public static ContainerFormats.Selection parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException
- Throws:
java.io.IOException
parseDelimitedFrom
public static ContainerFormats.Selection parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
- Throws:
java.io.IOException
parseFrom
public static ContainerFormats.Selection parseFrom(com.google.protobuf.CodedInputStream input)
throws java.io.IOException
- Throws:
java.io.IOException
parseFrom
public static ContainerFormats.Selection parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
- Throws:
java.io.IOException
newBuilder
public static ContainerFormats.Selection.Builder newBuilder()
newBuilderForType
public ContainerFormats.Selection.Builder newBuilderForType()
newBuilder
public static ContainerFormats.Selection.Builder newBuilder(ContainerFormats.Selection prototype)
toBuilder
public ContainerFormats.Selection.Builder toBuilder()
newBuilderForType
protected ContainerFormats.Selection.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)