Interface WorldStateStore.ListUUIDsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
WorldStateStore.ListUUIDsResponse, WorldStateStore.ListUUIDsResponse.Builder
Enclosing class:
WorldStateStore

public static interface WorldStateStore.ListUUIDsResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    getUuids(int index)
    repeated bytes uuids = 1 [json_name = "uuids"];
    int
    repeated bytes uuids = 1 [json_name = "uuids"];
    List<com.google.protobuf.ByteString>
    repeated bytes uuids = 1 [json_name = "uuids"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getUuidsList

      List<com.google.protobuf.ByteString> getUuidsList()
      repeated bytes uuids = 1 [json_name = "uuids"];
      Returns:
      A list containing the uuids.
    • getUuidsCount

      int getUuidsCount()
      repeated bytes uuids = 1 [json_name = "uuids"];
      Returns:
      The count of uuids.
    • getUuids

      com.google.protobuf.ByteString getUuids(int index)
      repeated bytes uuids = 1 [json_name = "uuids"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The uuids at the given index.