public static interface StructuredQuery.CollectionSelectorOrBuilder
extends com.google.protobuf.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`.
|
String |
getCollectionId()
The collection ID.
|
com.google.protobuf.ByteString |
getCollectionIdBytes()
The collection ID.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getCollectionId()
The collection ID. When set, selects only collections with this ID.
string collection_id = 2;
com.google.protobuf.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;
Copyright © 2023 Google LLC. All rights reserved.