public static interface _SetContainsResponse._FoundOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getContains(int index)
This will be the same length as the elements passed in the request.
|
int |
getContainsCount()
This will be the same length as the elements passed in the request.
|
java.util.List<java.lang.Boolean> |
getContainsList()
This will be the same length as the elements passed in the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<java.lang.Boolean> getContainsList()
This will be the same length as the elements passed in the request. It represents whether each element is a member of the set, with indices corresponding to the request elements.
repeated bool contains = 1;int getContainsCount()
This will be the same length as the elements passed in the request. It represents whether each element is a member of the set, with indices corresponding to the request elements.
repeated bool contains = 1;boolean getContains(int index)
This will be the same length as the elements passed in the request. It represents whether each element is a member of the set, with indices corresponding to the request elements.
repeated bool contains = 1;index - The index of the element to return.