Interface Protocol.GetLazyStateKeysCompletionNotificationMessageOrBuilder

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

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

    Modifier and Type
    Method
    Description
    int
    uint32 completion_id = 1;
    .dev.restate.service.protocol.StateKeys state_keys = 17;
    .dev.restate.service.protocol.StateKeys state_keys = 17;
    boolean
    .dev.restate.service.protocol.StateKeys state_keys = 17;

    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

    • getCompletionId Link icon

      int getCompletionId()
      uint32 completion_id = 1;
      Returns:
      The completionId.
    • hasStateKeys Link icon

      boolean hasStateKeys()
      .dev.restate.service.protocol.StateKeys state_keys = 17;
      Returns:
      Whether the stateKeys field is set.
    • getStateKeys Link icon

      Protocol.StateKeys getStateKeys()
      .dev.restate.service.protocol.StateKeys state_keys = 17;
      Returns:
      The stateKeys.
    • getStateKeysOrBuilder Link icon

      Protocol.StateKeysOrBuilder getStateKeysOrBuilder()
      .dev.restate.service.protocol.StateKeys state_keys = 17;