public static interface StructuredQuery.CollectionSelectorOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getAllDescendants()
When false, selects only collections that are immediate children of
the `parent` specified in the containing `RunQueryRequest`.
|
java.lang.String |
getCollectionId()
The collection ID.
|
ByteString |
getCollectionIdBytes()
The collection ID.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getCollectionId()
The collection ID. When set, selects only collections with this ID.
string collection_id = 2;
ByteString getCollectionIdBytes()
The collection ID. When set, selects only collections with this ID.
string collection_id = 2;
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;