Class Protocol.GetPromiseCommandMessage

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Protocol.GetPromiseCommandMessageOrBuilder, Serializable
Enclosing class:
Protocol

public static final class Protocol.GetPromiseCommandMessage extends com.google.protobuf.GeneratedMessage implements Protocol.GetPromiseCommandMessageOrBuilder
 Completable: Yes
 Fallible: No
 Type: 0x0400 + 9
 
Protobuf type dev.restate.service.protocol.GetPromiseCommandMessage
See Also:
  • Field Details Link icon

  • Method Details Link icon

    • getDescriptor Link icon

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable Link icon

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getKey Link icon

      public String getKey()
      string key = 1;
      Specified by:
      getKey in interface Protocol.GetPromiseCommandMessageOrBuilder
      Returns:
      The key.
    • getKeyBytes Link icon

      public com.google.protobuf.ByteString getKeyBytes()
      string key = 1;
      Specified by:
      getKeyBytes in interface Protocol.GetPromiseCommandMessageOrBuilder
      Returns:
      The bytes for key.
    • getResultCompletionId Link icon

      public int getResultCompletionId()
      uint32 result_completion_id = 11;
      Specified by:
      getResultCompletionId in interface Protocol.GetPromiseCommandMessageOrBuilder
      Returns:
      The resultCompletionId.
    • getName Link icon

      public String getName()
      string name = 12;
      Specified by:
      getName in interface Protocol.GetPromiseCommandMessageOrBuilder
      Returns:
      The name.
    • getNameBytes Link icon

      public com.google.protobuf.ByteString getNameBytes()
      string name = 12;
      Specified by:
      getNameBytes in interface Protocol.GetPromiseCommandMessageOrBuilder
      Returns:
      The bytes for name.
    • isInitialized Link icon

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo Link icon

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize Link icon

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals Link icon

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode Link icon

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom Link icon

      public static Protocol.GetPromiseCommandMessage parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom Link icon

      public static Protocol.GetPromiseCommandMessage parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom Link icon

      public static Protocol.GetPromiseCommandMessage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom Link icon

      public static Protocol.GetPromiseCommandMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom Link icon

      public static Protocol.GetPromiseCommandMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom Link icon

      public static Protocol.GetPromiseCommandMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom Link icon

      public static Protocol.GetPromiseCommandMessage parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom Link icon

      public static Protocol.GetPromiseCommandMessage parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom Link icon

      public static Protocol.GetPromiseCommandMessage parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom Link icon

      public static Protocol.GetPromiseCommandMessage parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom Link icon

      public static Protocol.GetPromiseCommandMessage parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom Link icon

      public static Protocol.GetPromiseCommandMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType Link icon

      public Protocol.GetPromiseCommandMessage.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder Link icon

      public static Protocol.GetPromiseCommandMessage.Builder newBuilder()
    • newBuilder Link icon

    • toBuilder Link icon

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType Link icon

      protected Protocol.GetPromiseCommandMessage.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance Link icon

      public static Protocol.GetPromiseCommandMessage getDefaultInstance()
    • parser Link icon

      public static com.google.protobuf.Parser<Protocol.GetPromiseCommandMessage> parser()
    • getParserForType Link icon

      public com.google.protobuf.Parser<Protocol.GetPromiseCommandMessage> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType Link icon

      public Protocol.GetPromiseCommandMessage getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder