Interface StructuredQuery.CollectionSelectorOrBuilder (3.3.0)

public static interface StructuredQuery.CollectionSelectorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Returns
TypeDescription
boolean

The allDescendants.

getCollectionId()

public abstract String getCollectionId()

The collection ID. When set, selects only collections with this ID.

string collection_id = 2;

Returns
TypeDescription
String

The collectionId.

getCollectionIdBytes()

public abstract ByteString getCollectionIdBytes()

The collection ID. When set, selects only collections with this ID.

string collection_id = 2;

Returns
TypeDescription
ByteString

The bytes for collectionId.