Package umadb.v1
Interface Umadb.QueryItemOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Umadb.QueryItem,Umadb.QueryItem.Builder
- Enclosing class:
Umadb
public static interface Umadb.QueryItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetTags(int index) repeated string tags = 2;com.google.protobuf.ByteStringgetTagsBytes(int index) repeated string tags = 2;intrepeated string tags = 2;repeated string tags = 2;getTypes(int index) repeated string types = 1;com.google.protobuf.ByteStringgetTypesBytes(int index) repeated string types = 1;intrepeated string types = 1;repeated string types = 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
-
getTypesList
repeated string types = 1;- Returns:
- A list containing the types.
-
getTypesCount
int getTypesCount()repeated string types = 1;- Returns:
- The count of types.
-
getTypes
repeated string types = 1;- Parameters:
index- The index of the element to return.- Returns:
- The types at the given index.
-
getTypesBytes
com.google.protobuf.ByteString getTypesBytes(int index) repeated string types = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the types at the given index.
-
getTagsList
repeated string tags = 2;- Returns:
- A list containing the tags.
-
getTagsCount
int getTagsCount()repeated string tags = 2;- Returns:
- The count of tags.
-
getTags
repeated string tags = 2;- Parameters:
index- The index of the element to return.- Returns:
- The tags at the given index.
-
getTagsBytes
com.google.protobuf.ByteString getTagsBytes(int index) repeated string tags = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the tags at the given index.
-