Class CollectionSelector (2.6.0)

CollectionSelector(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A selection of a collection, such as messages as m1.

Attributes

NameDescription
collection_id str
The collection ID. When set, selects only collections with this ID.
all_descendants bool
When false, selects only collections that are immediate children of the ``parent`` specified in the containing ``RunQueryRequest``. When true, selects all descendant collections.

Inheritance

builtins.object > proto.message.Message > CollectionSelector