Interface Protocol.GetEagerStateCommandMessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Protocol.GetEagerStateCommandMessage, Protocol.GetEagerStateCommandMessage.Builder
Enclosing class:
Protocol

public static interface Protocol.GetEagerStateCommandMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes key = 1;
    Entry name
    com.google.protobuf.ByteString
    Entry name
     
    .dev.restate.service.protocol.Value value = 14;
    .dev.restate.service.protocol.Value value = 14;
    .dev.restate.service.protocol.Void void = 13;
    .dev.restate.service.protocol.Void void = 13;
    boolean
    .dev.restate.service.protocol.Value value = 14;
    boolean
    .dev.restate.service.protocol.Void void = 13;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder Link icon

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder Link icon

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details Link icon

    • getKey Link icon

      com.google.protobuf.ByteString getKey()
      bytes key = 1;
      Returns:
      The key.
    • hasVoid Link icon

      boolean hasVoid()
      .dev.restate.service.protocol.Void void = 13;
      Returns:
      Whether the void field is set.
    • getVoid Link icon

      Protocol.Void getVoid()
      .dev.restate.service.protocol.Void void = 13;
      Returns:
      The void.
    • getVoidOrBuilder Link icon

      Protocol.VoidOrBuilder getVoidOrBuilder()
      .dev.restate.service.protocol.Void void = 13;
    • hasValue Link icon

      boolean hasValue()
      .dev.restate.service.protocol.Value value = 14;
      Returns:
      Whether the value field is set.
    • getValue Link icon

      Protocol.Value getValue()
      .dev.restate.service.protocol.Value value = 14;
      Returns:
      The value.
    • getValueOrBuilder Link icon

      Protocol.ValueOrBuilder getValueOrBuilder()
      .dev.restate.service.protocol.Value value = 14;
    • getName Link icon

      String getName()
       Entry name
       
      string name = 12;
      Returns:
      The name.
    • getNameBytes Link icon

      com.google.protobuf.ByteString getNameBytes()
       Entry name
       
      string name = 12;
      Returns:
      The bytes for name.
    • getResultCase Link icon