Package org.apache.pinot.common.proto
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.MemberVariableFieldgetContent(int index)repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;intgetContentCount()repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;List<Plan.MemberVariableField>getContentList()repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;Plan.MemberVariableFieldOrBuildergetContentOrBuilder(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.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getContentList
List<Plan.MemberVariableField> getContentList()
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
-
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;
-
getContentOrBuilderList
List<? extends Plan.MemberVariableFieldOrBuilder> getContentOrBuilderList()
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
-
getContentOrBuilder
Plan.MemberVariableFieldOrBuilder getContentOrBuilder(int index)
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
-
-