Reference documentation and code samples for the Cloud Firestore V1beta1 Client class ListenRequest.
A request for Firestore.Listen
Generated from protobuf message google.firestore.v1beta1.ListenRequest
Namespace
Google \ Cloud \ Firestore \ V1beta1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ database
string
Required. The database name. In the format: projects/{project_id}/databases/{database_id}
.
↳ add_target
↳ remove_target
int
The ID of a target to remove from this stream.
↳ labels
getDatabase
Required. The database name. In the format: projects/{project_id}/databases/{database_id}
.
string
setDatabase
Required. The database name. In the format: projects/{project_id}/databases/{database_id}
.
var
string
$this
getAddTarget
A target to add to this stream.
setAddTarget
A target to add to this stream.
$this
getRemoveTarget
The ID of a target to remove from this stream.
int
setRemoveTarget
The ID of a target to remove from this stream.
var
int
$this
getLabels
Labels associated with this target change.
setLabels
Labels associated with this target change.
$this
getTargetChange
string