Constructor
new Target(propertiesopt)
Constructs a new Target.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
properties |
google.firestore.v1.ITarget |
<optional> |
Properties to set |
- Implements:
-
- ITarget
Classes
Members
documents :google.firestore.v1.Target.IDocumentsTarget|null|undefined
Target documents.
once :boolean
Target once.
query :google.firestore.v1.Target.IQueryTarget|null|undefined
Target query.
readTime :google.protobuf.ITimestamp|null|undefined
Target readTime.
resumeToken :Uint8Array
Target resumeToken.
resumeType :"resumeToken"|"readTime"|undefined
Target resumeType.
targetId :number
Target targetId.
targetType :"query"|"documents"|undefined
Target targetType.
Methods
(static) fromObject(object) → {google.firestore.v1.Target}
Creates a Target message from a plain object. Also converts values to their respective internal types.
Parameters:
| Name | Type | Description |
|---|---|---|
object |
Object.<string, *> |
Plain object |
(static) toObject(message, optionsopt) → {Object.<string, *>}
Creates a plain object from a Target message. Also converts values to other types if specified.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
message |
google.firestore.v1.Target |
Target |
|
options |
$protobuf.IConversionOptions |
<optional> |
Conversion options |
toJSON() → {Object.<string, *>}
Converts this Target to JSON.