Interface LiteralObject.ArrayOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
LiteralObject.Array, LiteralObject.Array.Builder
Enclosing class:
LiteralObject

public static interface LiteralObject.ArrayOrBuilder extends MessageOrBuilder
  • Method Details

    • getElementObjectsList

      List<LiteralObject> getElementObjectsList()
      repeated .com.apple.foundationdb.relational.continuation.LiteralObject element_objects = 2;
    • getElementObjects

      LiteralObject getElementObjects(int index)
      repeated .com.apple.foundationdb.relational.continuation.LiteralObject element_objects = 2;
    • getElementObjectsCount

      int getElementObjectsCount()
      repeated .com.apple.foundationdb.relational.continuation.LiteralObject element_objects = 2;
    • getElementObjectsOrBuilderList

      List<? extends LiteralObjectOrBuilder> getElementObjectsOrBuilderList()
      repeated .com.apple.foundationdb.relational.continuation.LiteralObject element_objects = 2;
    • getElementObjectsOrBuilder

      LiteralObjectOrBuilder getElementObjectsOrBuilder(int index)
      repeated .com.apple.foundationdb.relational.continuation.LiteralObject element_objects = 2;