public static interface StructuredQuery.CollectionSelectorOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAllDescendants()
public abstract boolean getAllDescendants()
When false, selects only collections that are immediate children of
the parent
specified in the containing RunQueryRequest
.
When true, selects all descendant collections.
bool all_descendants = 3;
Type | Description |
boolean | The allDescendants. |
getCollectionId()
public abstract String getCollectionId()
The collection ID. When set, selects only collections with this ID.
string collection_id = 2;
Type | Description |
String | The collectionId. |
getCollectionIdBytes()
public abstract ByteString getCollectionIdBytes()
The collection ID. When set, selects only collections with this ID.
string collection_id = 2;
Type | Description |
ByteString | The bytes for collectionId. |