Interface CollectionDef.AnyListOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
CollectionDef.AnyList, CollectionDef.AnyList.Builder
Enclosing class:
CollectionDef

public static interface CollectionDef.AnyListOrBuilder extends MessageOrBuilder
  • Method Details

    • getValueList

      List<Any> getValueList()
      repeated .google.protobuf.Any value = 1;
    • getValue

      Any getValue(int index)
      repeated .google.protobuf.Any value = 1;
    • getValueCount

      int getValueCount()
      repeated .google.protobuf.Any value = 1;
    • getValueOrBuilderList

      List<? extends AnyOrBuilder> getValueOrBuilderList()
      repeated .google.protobuf.Any value = 1;
    • getValueOrBuilder

      AnyOrBuilder getValueOrBuilder(int index)
      repeated .google.protobuf.Any value = 1;