package google.events.cloud.firestore.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ArrayValue

data.proto:151

An array value.

Used in: Value

message Document

data.proto:51

A Firestore document.

Used in: DocumentEventData

message DocumentCreatedEvent

events.proto:40

The CloudEvent raised when a Firestore document is created.

message DocumentCreatedEventWithAuthContext

events.proto:89

The CloudEvent with Auth Context raised when a Firestore document is created.

message DocumentDeletedEvent

events.proto:64

The CloudEvent raised when a Firestore document is deleted.

message DocumentDeletedEventWithAuthContext

events.proto:117

The CloudEvent with Auth Context raised when a Firestore document is deleted.

message DocumentEventData

data.proto:28

The data within all Firestore document events.

Used in: DocumentCreatedEvent, DocumentCreatedEventWithAuthContext, DocumentDeletedEvent, DocumentDeletedEventWithAuthContext, DocumentUpdatedEvent, DocumentUpdatedEventWithAuthContext, DocumentWrittenEvent, DocumentWrittenEventWithAuthContext

message DocumentMask

data.proto:43

A set of field paths on a document.

Used in: DocumentEventData

message DocumentUpdatedEvent

events.proto:52

The CloudEvent raised when a Firestore document is updated.

message DocumentUpdatedEventWithAuthContext

events.proto:103

The CloudEvent with Auth Context raised when a Firestore document is updated.

message DocumentWrittenEvent

events.proto:77

The CloudEvent raised when a Firestore document is created, updated or deleted.

message DocumentWrittenEventWithAuthContext

events.proto:132

The CloudEvent with Auth Context raised when a Firestore document is created, updated or deleted.

message MapValue

data.proto:157

A map value.

Used in: Value

message Value

data.proto:98

A message that can hold any of the supported value types.

Used in: ArrayValue, Document, MapValue