Interface Plan.ListFieldOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Plan.ListField, Plan.ListField.Builder
    Enclosing class:
    Plan

    public static interface Plan.ListFieldOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      Modifier and Type Method Description
      Plan.MemberVariableField getContent​(int index)
      repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
      int getContentCount()
      repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
      List<Plan.MemberVariableField> getContentList()
      repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
      Plan.MemberVariableFieldOrBuilder getContentOrBuilder​(int index)
      repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
      List<? extends Plan.MemberVariableFieldOrBuilder> getContentOrBuilderList()
      repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getContent

        Plan.MemberVariableField getContent​(int index)
        repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
      • getContentCount

        int getContentCount()
        repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;