Package umadb.v1
Interface Umadb.QueryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Umadb.Query,Umadb.Query.Builder
- Enclosing class:
Umadb
public static interface Umadb.QueryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetItems(int index) repeated .umadb.v1.QueryItem items = 1;intrepeated .umadb.v1.QueryItem items = 1;repeated .umadb.v1.QueryItem items = 1;getItemsOrBuilder(int index) repeated .umadb.v1.QueryItem items = 1;List<? extends Umadb.QueryItemOrBuilder> repeated .umadb.v1.QueryItem items = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getItemsList
List<Umadb.QueryItem> getItemsList()repeated .umadb.v1.QueryItem items = 1; -
getItems
repeated .umadb.v1.QueryItem items = 1; -
getItemsCount
int getItemsCount()repeated .umadb.v1.QueryItem items = 1; -
getItemsOrBuilderList
List<? extends Umadb.QueryItemOrBuilder> getItemsOrBuilderList()repeated .umadb.v1.QueryItem items = 1; -
getItemsOrBuilder
repeated .umadb.v1.QueryItem items = 1;
-