Class WireFormats.DaemonMsgCreateData

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.WireFormats.DaemonMsgCreateData
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, WireFormats.DaemonMsgCreateDataOrBuilder
Enclosing class:
WireFormats

public static final class WireFormats.DaemonMsgCreateData extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements WireFormats.DaemonMsgCreateDataOrBuilder
 *
 Defines org.apache.pekko.remote.DaemonMsgCreate
 
Protobuf type DaemonMsgCreateData
See Also:
  • Field Details

  • 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
    • hasProps

      public boolean hasProps()
      required .PropsData props = 1;
      Specified by:
      hasProps in interface WireFormats.DaemonMsgCreateDataOrBuilder
      Returns:
      Whether the props field is set.
    • getProps

      public WireFormats.PropsData getProps()
      required .PropsData props = 1;
      Specified by:
      getProps in interface WireFormats.DaemonMsgCreateDataOrBuilder
      Returns:
      The props.
    • getPropsOrBuilder

      public WireFormats.PropsDataOrBuilder getPropsOrBuilder()
      required .PropsData props = 1;
      Specified by:
      getPropsOrBuilder in interface WireFormats.DaemonMsgCreateDataOrBuilder
    • hasDeploy

      public boolean hasDeploy()
      required .DeployData deploy = 2;
      Specified by:
      hasDeploy in interface WireFormats.DaemonMsgCreateDataOrBuilder
      Returns:
      Whether the deploy field is set.
    • getDeploy

      public WireFormats.DeployData getDeploy()
      required .DeployData deploy = 2;
      Specified by:
      getDeploy in interface WireFormats.DaemonMsgCreateDataOrBuilder
      Returns:
      The deploy.
    • getDeployOrBuilder

      public WireFormats.DeployDataOrBuilder getDeployOrBuilder()
      required .DeployData deploy = 2;
      Specified by:
      getDeployOrBuilder in interface WireFormats.DaemonMsgCreateDataOrBuilder
    • hasPath

      public boolean hasPath()
      required string path = 3;
      Specified by:
      hasPath in interface WireFormats.DaemonMsgCreateDataOrBuilder
      Returns:
      Whether the path field is set.
    • getPath

      public String getPath()
      required string path = 3;
      Specified by:
      getPath in interface WireFormats.DaemonMsgCreateDataOrBuilder
      Returns:
      The path.
    • getPathBytes

      public org.apache.pekko.protobufv3.internal.ByteString getPathBytes()
      required string path = 3;
      Specified by:
      getPathBytes in interface WireFormats.DaemonMsgCreateDataOrBuilder
      Returns:
      The bytes for path.
    • hasSupervisor

      public boolean hasSupervisor()
      required .ActorRefData supervisor = 4;
      Specified by:
      hasSupervisor in interface WireFormats.DaemonMsgCreateDataOrBuilder
      Returns:
      Whether the supervisor field is set.
    • getSupervisor

      public WireFormats.ActorRefData getSupervisor()
      required .ActorRefData supervisor = 4;
      Specified by:
      getSupervisor in interface WireFormats.DaemonMsgCreateDataOrBuilder
      Returns:
      The supervisor.
    • getSupervisorOrBuilder

      public WireFormats.ActorRefDataOrBuilder getSupervisorOrBuilder()
      required .ActorRefData supervisor = 4;
      Specified by:
      getSupervisorOrBuilder in interface WireFormats.DaemonMsgCreateDataOrBuilder
    • 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 WireFormats.DaemonMsgCreateData parseFrom(ByteBuffer data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

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

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

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

      public static WireFormats.DaemonMsgCreateData parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

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

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

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

      public static WireFormats.DaemonMsgCreateData getDefaultInstance()
    • parser

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

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