Interface Protocol.GetStateKeysEntryMessage.StateKeysOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    getKeys(int index)
    repeated bytes keys = 1;
    int
    repeated bytes keys = 1;
    List<com.google.protobuf.ByteString>
    repeated bytes keys = 1;

    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

    • getKeysList Link icon

      List<com.google.protobuf.ByteString> getKeysList()
      repeated bytes keys = 1;
      Returns:
      A list containing the keys.
    • getKeysCount Link icon

      int getKeysCount()
      repeated bytes keys = 1;
      Returns:
      The count of keys.
    • getKeys Link icon

      com.google.protobuf.ByteString getKeys(int index)
      repeated bytes keys = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The keys at the given index.