ListenRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A request for
Firestore.Listen][google.firestore.v1.Firestore.Listen]
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
database |
str
Required. The database name. In the format: projects/{project_id}/databases/{database_id} .
|
add_target |
google.cloud.firestore_v1.types.Target
A target to add to this stream. This field is a member of oneof _ target_change .
|
remove_target |
int
The ID of a target to remove from this stream. This field is a member of oneof _ target_change .
|
labels |
MutableMapping[str, str]
Labels associated with this target change. |
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |