Class ListenRequest (2.3.4)

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

A request for Firestore.Listen][google.firestore.v1.Firestore.Listen]

Attributes

NameDescription
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.
remove_target int
The ID of a target to remove from this stream.
labels Sequence[google.cloud.firestore_v1.types.ListenRequest.LabelsEntry]
Labels associated with this target change.

Classes

LabelsEntry

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

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

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 mapping is a mapping type or there are keyword parameters.