QueryTarget(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A target specified by a query.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
parent |
str
The parent resource name. In the format: projects/{project_id}/databases/{database_id}/documents
or
projects/{project_id}/databases/{database_id}/documents/{document_path} .
For example:
projects/my-project/databases/my-database/documents or
projects/my-project/databases/my-database/documents/chatrooms/my-chatroom
|
structured_query |
google.cloud.firestore_v1.types.StructuredQuery
A structured query. This field is a member of oneof _ query_type .
|