Interface Protocol.SetStateCommandMessageOrBuilder

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

public static interface Protocol.SetStateCommandMessageOrBuilder 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 = 3;
    .dev.restate.service.protocol.Value value = 3;
    boolean
    .dev.restate.service.protocol.Value value = 3;

    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.
    • hasValue Link icon

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

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

      Protocol.ValueOrBuilder getValueOrBuilder()
      .dev.restate.service.protocol.Value value = 3;
    • 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.