public static final class WireFormats.PropsData extends akka.protobuf.GeneratedMessage implements WireFormats.PropsDataOrBuilder
PropsData
Serialization of akka.actor.Props
Modifier and Type | Class and Description |
---|---|
static class |
WireFormats.PropsData.Builder
Protobuf type
PropsData |
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 |
ARGS_FIELD_NUMBER |
static int |
CLASSES_FIELD_NUMBER |
static int |
CLAZZ_FIELD_NUMBER |
static int |
DEPLOY_FIELD_NUMBER |
static akka.protobuf.Parser<WireFormats.PropsData> |
PARSER |
Modifier and Type | Method and Description |
---|---|
akka.protobuf.ByteString |
getArgs(int index)
repeated bytes args = 4; |
int |
getArgsCount()
repeated bytes args = 4; |
java.util.List<akka.protobuf.ByteString> |
getArgsList()
repeated bytes args = 4; |
java.lang.String |
getClasses(int index)
repeated string classes = 5; |
akka.protobuf.ByteString |
getClassesBytes(int index)
repeated string classes = 5; |
int |
getClassesCount()
repeated string classes = 5; |
java.util.List<java.lang.String> |
getClassesList()
repeated string classes = 5; |
java.lang.String |
getClazz()
required string clazz = 3; |
akka.protobuf.ByteString |
getClazzBytes()
required string clazz = 3; |
static WireFormats.PropsData |
getDefaultInstance() |
WireFormats.PropsData |
getDefaultInstanceForType() |
WireFormats.DeployData |
getDeploy()
required .DeployData deploy = 2; |
WireFormats.DeployDataOrBuilder |
getDeployOrBuilder()
required .DeployData deploy = 2; |
static akka.protobuf.Descriptors.Descriptor |
getDescriptor() |
akka.protobuf.Parser<WireFormats.PropsData> |
getParserForType() |
int |
getSerializedSize() |
akka.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasClazz()
required string clazz = 3; |
boolean |
hasDeploy()
required .DeployData deploy = 2; |
protected akka.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static WireFormats.PropsData.Builder |
newBuilder() |
static WireFormats.PropsData.Builder |
newBuilder(WireFormats.PropsData prototype) |
WireFormats.PropsData.Builder |
newBuilderForType() |
protected WireFormats.PropsData.Builder |
newBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent) |
static WireFormats.PropsData |
parseDelimitedFrom(java.io.InputStream input) |
static WireFormats.PropsData |
parseDelimitedFrom(java.io.InputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static WireFormats.PropsData |
parseFrom(byte[] data) |
static WireFormats.PropsData |
parseFrom(byte[] data,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static WireFormats.PropsData |
parseFrom(akka.protobuf.ByteString data) |
static WireFormats.PropsData |
parseFrom(akka.protobuf.ByteString data,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static WireFormats.PropsData |
parseFrom(akka.protobuf.CodedInputStream input) |
static WireFormats.PropsData |
parseFrom(akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static WireFormats.PropsData |
parseFrom(java.io.InputStream input) |
static WireFormats.PropsData |
parseFrom(java.io.InputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
WireFormats.PropsData.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<WireFormats.PropsData> PARSER
public static final int DEPLOY_FIELD_NUMBER
public static final int CLAZZ_FIELD_NUMBER
public static final int ARGS_FIELD_NUMBER
public static final int CLASSES_FIELD_NUMBER
public static WireFormats.PropsData getDefaultInstance()
public WireFormats.PropsData 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<WireFormats.PropsData> getParserForType()
getParserForType
in interface akka.protobuf.Message
getParserForType
in interface akka.protobuf.MessageLite
getParserForType
in class akka.protobuf.GeneratedMessage
public boolean hasDeploy()
required .DeployData deploy = 2;
hasDeploy
in interface WireFormats.PropsDataOrBuilder
public WireFormats.DeployData getDeploy()
required .DeployData deploy = 2;
getDeploy
in interface WireFormats.PropsDataOrBuilder
public WireFormats.DeployDataOrBuilder getDeployOrBuilder()
required .DeployData deploy = 2;
getDeployOrBuilder
in interface WireFormats.PropsDataOrBuilder
public boolean hasClazz()
required string clazz = 3;
hasClazz
in interface WireFormats.PropsDataOrBuilder
public java.lang.String getClazz()
required string clazz = 3;
getClazz
in interface WireFormats.PropsDataOrBuilder
public akka.protobuf.ByteString getClazzBytes()
required string clazz = 3;
getClazzBytes
in interface WireFormats.PropsDataOrBuilder
public java.util.List<akka.protobuf.ByteString> getArgsList()
repeated bytes args = 4;
getArgsList
in interface WireFormats.PropsDataOrBuilder
public int getArgsCount()
repeated bytes args = 4;
getArgsCount
in interface WireFormats.PropsDataOrBuilder
public akka.protobuf.ByteString getArgs(int index)
repeated bytes args = 4;
getArgs
in interface WireFormats.PropsDataOrBuilder
public java.util.List<java.lang.String> getClassesList()
repeated string classes = 5;
getClassesList
in interface WireFormats.PropsDataOrBuilder
public int getClassesCount()
repeated string classes = 5;
getClassesCount
in interface WireFormats.PropsDataOrBuilder
public java.lang.String getClasses(int index)
repeated string classes = 5;
getClasses
in interface WireFormats.PropsDataOrBuilder
public akka.protobuf.ByteString getClassesBytes(int index)
repeated string classes = 5;
getClassesBytes
in interface WireFormats.PropsDataOrBuilder
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 WireFormats.PropsData parseFrom(akka.protobuf.ByteString data) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferException
public static WireFormats.PropsData parseFrom(akka.protobuf.ByteString data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferException
public static WireFormats.PropsData parseFrom(byte[] data) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferException
public static WireFormats.PropsData parseFrom(byte[] data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferException
public static WireFormats.PropsData parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static WireFormats.PropsData parseFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static WireFormats.PropsData parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static WireFormats.PropsData parseDelimitedFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static WireFormats.PropsData parseFrom(akka.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static WireFormats.PropsData parseFrom(akka.protobuf.CodedInputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static WireFormats.PropsData.Builder newBuilder()
public WireFormats.PropsData.Builder newBuilderForType()
newBuilderForType
in interface akka.protobuf.Message
newBuilderForType
in interface akka.protobuf.MessageLite
public static WireFormats.PropsData.Builder newBuilder(WireFormats.PropsData prototype)
public WireFormats.PropsData.Builder toBuilder()
toBuilder
in interface akka.protobuf.Message
toBuilder
in interface akka.protobuf.MessageLite
protected WireFormats.PropsData.Builder newBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class akka.protobuf.GeneratedMessage