# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: google/cloud/firestore_v1/proto/write.proto
import sys
_b = sys.version_info[0] < 3 and (lambda x: x) or (lambda x: x.encode("latin1"))
from google.protobuf import descriptor as _descriptor
from google.protobuf import message as _message
from google.protobuf import reflection as _reflection
from google.protobuf import symbol_database as _symbol_database
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
from google.cloud.firestore_v1.proto import (
common_pb2 as google_dot_cloud_dot_firestore__v1_dot_proto_dot_common__pb2,
)
from google.cloud.firestore_v1.proto import (
document_pb2 as google_dot_cloud_dot_firestore__v1_dot_proto_dot_document__pb2,
)
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
DESCRIPTOR = _descriptor.FileDescriptor(
name="google/cloud/firestore_v1/proto/write.proto",
package="google.firestore.v1",
syntax="proto3",
serialized_options=_b(
"\n\027com.google.firestore.v1B\nWriteProtoP\001Z<google.golang.org/genproto/googleapis/firestore/v1;firestore\242\002\004GCFS\252\002\031Google.Cloud.Firestore.V1\312\002\031Google\\Cloud\\Firestore\\V1"
),
serialized_pb=_b(
'\n+google/cloud/firestore_v1/proto/write.proto\x12\x13google.firestore.v1\x1a,google/cloud/firestore_v1/proto/common.proto\x1a.google/cloud/firestore_v1/proto/document.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/api/annotations.proto"\x89\x02\n\x05Write\x12/\n\x06update\x18\x01 \x01(\x0b\x32\x1d.google.firestore.v1.DocumentH\x00\x12\x10\n\x06\x64\x65lete\x18\x02 \x01(\tH\x00\x12;\n\ttransform\x18\x06 \x01(\x0b\x32&.google.firestore.v1.DocumentTransformH\x00\x12\x36\n\x0bupdate_mask\x18\x03 \x01(\x0b\x32!.google.firestore.v1.DocumentMask\x12;\n\x10\x63urrent_document\x18\x04 \x01(\x0b\x32!.google.firestore.v1.PreconditionB\x0b\n\toperation"\xe5\x04\n\x11\x44ocumentTransform\x12\x10\n\x08\x64ocument\x18\x01 \x01(\t\x12O\n\x10\x66ield_transforms\x18\x02 \x03(\x0b\x32\x35.google.firestore.v1.DocumentTransform.FieldTransform\x1a\xec\x03\n\x0e\x46ieldTransform\x12\x12\n\nfield_path\x18\x01 \x01(\t\x12`\n\x13set_to_server_value\x18\x02 \x01(\x0e\x32\x41.google.firestore.v1.DocumentTransform.FieldTransform.ServerValueH\x00\x12/\n\tincrement\x18\x03 \x01(\x0b\x32\x1a.google.firestore.v1.ValueH\x00\x12-\n\x07maximum\x18\x04 \x01(\x0b\x32\x1a.google.firestore.v1.ValueH\x00\x12-\n\x07minimum\x18\x05 \x01(\x0b\x32\x1a.google.firestore.v1.ValueH\x00\x12\x42\n\x17\x61ppend_missing_elements\x18\x06 \x01(\x0b\x32\x1f.google.firestore.v1.ArrayValueH\x00\x12@\n\x15remove_all_from_array\x18\x07 \x01(\x0b\x32\x1f.google.firestore.v1.ArrayValueH\x00"=\n\x0bServerValue\x12\x1c\n\x18SERVER_VALUE_UNSPECIFIED\x10\x00\x12\x10\n\x0cREQUEST_TIME\x10\x01\x42\x10\n\x0etransform_type"u\n\x0bWriteResult\x12/\n\x0bupdate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x35\n\x11transform_results\x18\x02 \x03(\x0b\x32\x1a.google.firestore.v1.Value"q\n\x0e\x44ocumentChange\x12/\n\x08\x64ocument\x18\x01 \x01(\x0b\x32\x1d.google.firestore.v1.Document\x12\x12\n\ntarget_ids\x18\x05 \x03(\x05\x12\x1a\n\x12removed_target_ids\x18\x06 \x03(\x05"m\n\x0e\x44ocumentDelete\x12\x10\n\x08\x64ocument\x18\x01 \x01(\t\x12\x1a\n\x12removed_target_ids\x18\x06 \x03(\x05\x12-\n\tread_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp"m\n\x0e\x44ocumentRemove\x12\x10\n\x08\x64ocument\x18\x01 \x01(\t\x12\x1a\n\x12removed_target_ids\x18\x02 \x03(\x05\x12-\n\tread_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp"3\n\x0f\x45xistenceFilter\x12\x11\n\ttarget_id\x18\x01 \x01(\x05\x12\r\n\x05\x63ount\x18\x02 \x01(\x05\x42\xa4\x01\n\x17\x63om.google.firestore.v1B\nWriteProtoP\x01Z<google.golang.org/genproto/googleapis/firestore/v1;firestore\xa2\x02\x04GCFS\xaa\x02\x19Google.Cloud.Firestore.V1\xca\x02\x19Google\\Cloud\\Firestore\\V1b\x06proto3'
),
dependencies=[
google_dot_cloud_dot_firestore__v1_dot_proto_dot_common__pb2.DESCRIPTOR,
google_dot_cloud_dot_firestore__v1_dot_proto_dot_document__pb2.DESCRIPTOR,
google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,
google_dot_api_dot_annotations__pb2.DESCRIPTOR,
],
)
_DOCUMENTTRANSFORM_FIELDTRANSFORM_SERVERVALUE = _descriptor.EnumDescriptor(
name="ServerValue",
full_name="google.firestore.v1.DocumentTransform.FieldTransform.ServerValue",
filename=None,
file=DESCRIPTOR,
values=[
_descriptor.EnumValueDescriptor(
name="SERVER_VALUE_UNSPECIFIED",
index=0,
number=0,
serialized_options=None,
type=None,
),
_descriptor.EnumValueDescriptor(
name="REQUEST_TIME", index=1, number=1, serialized_options=None, type=None
),
],
containing_type=None,
serialized_options=None,
serialized_start=1028,
serialized_end=1089,
)
_sym_db.RegisterEnumDescriptor(_DOCUMENTTRANSFORM_FIELDTRANSFORM_SERVERVALUE)
_WRITE = _descriptor.Descriptor(
name="Write",
full_name="google.firestore.v1.Write",
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name="update",
full_name="google.firestore.v1.Write.update",
index=0,
number=1,
type=11,
cpp_type=10,
label=1,
has_default_value=False,
default_value=None,
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
_descriptor.FieldDescriptor(
name="delete",
full_name="google.firestore.v1.Write.delete",
index=1,
number=2,
type=9,
cpp_type=9,
label=1,
has_default_value=False,
default_value=_b("").decode("utf-8"),
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
_descriptor.FieldDescriptor(
name="transform",
full_name="google.firestore.v1.Write.transform",
index=2,
number=6,
type=11,
cpp_type=10,
label=1,
has_default_value=False,
default_value=None,
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
_descriptor.FieldDescriptor(
name="update_mask",
full_name="google.firestore.v1.Write.update_mask",
index=3,
number=3,
type=11,
cpp_type=10,
label=1,
has_default_value=False,
default_value=None,
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
_descriptor.FieldDescriptor(
name="current_document",
full_name="google.firestore.v1.Write.current_document",
index=4,
number=4,
type=11,
cpp_type=10,
label=1,
has_default_value=False,
default_value=None,
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
],
extensions=[],
nested_types=[],
enum_types=[],
serialized_options=None,
is_extendable=False,
syntax="proto3",
extension_ranges=[],
oneofs=[
_descriptor.OneofDescriptor(
name="operation",
full_name="google.firestore.v1.Write.operation",
index=0,
containing_type=None,
fields=[],
)
],
serialized_start=226,
serialized_end=491,
)
_DOCUMENTTRANSFORM_FIELDTRANSFORM = _descriptor.Descriptor(
name="FieldTransform",
full_name="google.firestore.v1.DocumentTransform.FieldTransform",
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name="field_path",
full_name="google.firestore.v1.DocumentTransform.FieldTransform.field_path",
index=0,
number=1,
type=9,
cpp_type=9,
label=1,
has_default_value=False,
default_value=_b("").decode("utf-8"),
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
_descriptor.FieldDescriptor(
name="set_to_server_value",
full_name="google.firestore.v1.DocumentTransform.FieldTransform.set_to_server_value",
index=1,
number=2,
type=14,
cpp_type=8,
label=1,
has_default_value=False,
default_value=0,
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
_descriptor.FieldDescriptor(
name="increment",
full_name="google.firestore.v1.DocumentTransform.FieldTransform.increment",
index=2,
number=3,
type=11,
cpp_type=10,
label=1,
has_default_value=False,
default_value=None,
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
_descriptor.FieldDescriptor(
name="maximum",
full_name="google.firestore.v1.DocumentTransform.FieldTransform.maximum",
index=3,
number=4,
type=11,
cpp_type=10,
label=1,
has_default_value=False,
default_value=None,
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
_descriptor.FieldDescriptor(
name="minimum",
full_name="google.firestore.v1.DocumentTransform.FieldTransform.minimum",
index=4,
number=5,
type=11,
cpp_type=10,
label=1,
has_default_value=False,
default_value=None,
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
_descriptor.FieldDescriptor(
name="append_missing_elements",
full_name="google.firestore.v1.DocumentTransform.FieldTransform.append_missing_elements",
index=5,
number=6,
type=11,
cpp_type=10,
label=1,
has_default_value=False,
default_value=None,
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
_descriptor.FieldDescriptor(
name="remove_all_from_array",
full_name="google.firestore.v1.DocumentTransform.FieldTransform.remove_all_from_array",
index=6,
number=7,
type=11,
cpp_type=10,
label=1,
has_default_value=False,
default_value=None,
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
],
extensions=[],
nested_types=[],
enum_types=[_DOCUMENTTRANSFORM_FIELDTRANSFORM_SERVERVALUE],
serialized_options=None,
is_extendable=False,
syntax="proto3",
extension_ranges=[],
oneofs=[
_descriptor.OneofDescriptor(
name="transform_type",
full_name="google.firestore.v1.DocumentTransform.FieldTransform.transform_type",
index=0,
containing_type=None,
fields=[],
)
],
serialized_start=615,
serialized_end=1107,
)
_DOCUMENTTRANSFORM = _descriptor.Descriptor(
name="DocumentTransform",
full_name="google.firestore.v1.DocumentTransform",
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name="document",
full_name="google.firestore.v1.DocumentTransform.document",
index=0,
number=1,
type=9,
cpp_type=9,
label=1,
has_default_value=False,
default_value=_b("").decode("utf-8"),
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
_descriptor.FieldDescriptor(
name="field_transforms",
full_name="google.firestore.v1.DocumentTransform.field_transforms",
index=1,
number=2,
type=11,
cpp_type=10,
label=3,
has_default_value=False,
default_value=[],
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
],
extensions=[],
nested_types=[_DOCUMENTTRANSFORM_FIELDTRANSFORM],
enum_types=[],
serialized_options=None,
is_extendable=False,
syntax="proto3",
extension_ranges=[],
oneofs=[],
serialized_start=494,
serialized_end=1107,
)
_WRITERESULT = _descriptor.Descriptor(
name="WriteResult",
full_name="google.firestore.v1.WriteResult",
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name="update_time",
full_name="google.firestore.v1.WriteResult.update_time",
index=0,
number=1,
type=11,
cpp_type=10,
label=1,
has_default_value=False,
default_value=None,
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
_descriptor.FieldDescriptor(
name="transform_results",
full_name="google.firestore.v1.WriteResult.transform_results",
index=1,
number=2,
type=11,
cpp_type=10,
label=3,
has_default_value=False,
default_value=[],
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
],
extensions=[],
nested_types=[],
enum_types=[],
serialized_options=None,
is_extendable=False,
syntax="proto3",
extension_ranges=[],
oneofs=[],
serialized_start=1109,
serialized_end=1226,
)
_DOCUMENTCHANGE = _descriptor.Descriptor(
name="DocumentChange",
full_name="google.firestore.v1.DocumentChange",
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name="document",
full_name="google.firestore.v1.DocumentChange.document",
index=0,
number=1,
type=11,
cpp_type=10,
label=1,
has_default_value=False,
default_value=None,
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
_descriptor.FieldDescriptor(
name="target_ids",
full_name="google.firestore.v1.DocumentChange.target_ids",
index=1,
number=5,
type=5,
cpp_type=1,
label=3,
has_default_value=False,
default_value=[],
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
_descriptor.FieldDescriptor(
name="removed_target_ids",
full_name="google.firestore.v1.DocumentChange.removed_target_ids",
index=2,
number=6,
type=5,
cpp_type=1,
label=3,
has_default_value=False,
default_value=[],
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
],
extensions=[],
nested_types=[],
enum_types=[],
serialized_options=None,
is_extendable=False,
syntax="proto3",
extension_ranges=[],
oneofs=[],
serialized_start=1228,
serialized_end=1341,
)
_DOCUMENTDELETE = _descriptor.Descriptor(
name="DocumentDelete",
full_name="google.firestore.v1.DocumentDelete",
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name="document",
full_name="google.firestore.v1.DocumentDelete.document",
index=0,
number=1,
type=9,
cpp_type=9,
label=1,
has_default_value=False,
default_value=_b("").decode("utf-8"),
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
_descriptor.FieldDescriptor(
name="removed_target_ids",
full_name="google.firestore.v1.DocumentDelete.removed_target_ids",
index=1,
number=6,
type=5,
cpp_type=1,
label=3,
has_default_value=False,
default_value=[],
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
_descriptor.FieldDescriptor(
name="read_time",
full_name="google.firestore.v1.DocumentDelete.read_time",
index=2,
number=4,
type=11,
cpp_type=10,
label=1,
has_default_value=False,
default_value=None,
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
],
extensions=[],
nested_types=[],
enum_types=[],
serialized_options=None,
is_extendable=False,
syntax="proto3",
extension_ranges=[],
oneofs=[],
serialized_start=1343,
serialized_end=1452,
)
_DOCUMENTREMOVE = _descriptor.Descriptor(
name="DocumentRemove",
full_name="google.firestore.v1.DocumentRemove",
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name="document",
full_name="google.firestore.v1.DocumentRemove.document",
index=0,
number=1,
type=9,
cpp_type=9,
label=1,
has_default_value=False,
default_value=_b("").decode("utf-8"),
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
_descriptor.FieldDescriptor(
name="removed_target_ids",
full_name="google.firestore.v1.DocumentRemove.removed_target_ids",
index=1,
number=2,
type=5,
cpp_type=1,
label=3,
has_default_value=False,
default_value=[],
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
_descriptor.FieldDescriptor(
name="read_time",
full_name="google.firestore.v1.DocumentRemove.read_time",
index=2,
number=4,
type=11,
cpp_type=10,
label=1,
has_default_value=False,
default_value=None,
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
],
extensions=[],
nested_types=[],
enum_types=[],
serialized_options=None,
is_extendable=False,
syntax="proto3",
extension_ranges=[],
oneofs=[],
serialized_start=1454,
serialized_end=1563,
)
_EXISTENCEFILTER = _descriptor.Descriptor(
name="ExistenceFilter",
full_name="google.firestore.v1.ExistenceFilter",
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name="target_id",
full_name="google.firestore.v1.ExistenceFilter.target_id",
index=0,
number=1,
type=5,
cpp_type=1,
label=1,
has_default_value=False,
default_value=0,
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
_descriptor.FieldDescriptor(
name="count",
full_name="google.firestore.v1.ExistenceFilter.count",
index=1,
number=2,
type=5,
cpp_type=1,
label=1,
has_default_value=False,
default_value=0,
message_type=None,
enum_type=None,
containing_type=None,
is_extension=False,
extension_scope=None,
serialized_options=None,
file=DESCRIPTOR,
),
],
extensions=[],
nested_types=[],
enum_types=[],
serialized_options=None,
is_extendable=False,
syntax="proto3",
extension_ranges=[],
oneofs=[],
serialized_start=1565,
serialized_end=1616,
)
_WRITE.fields_by_name[
"update"
].message_type = (
google_dot_cloud_dot_firestore__v1_dot_proto_dot_document__pb2._DOCUMENT
)
_WRITE.fields_by_name["transform"].message_type = _DOCUMENTTRANSFORM
_WRITE.fields_by_name[
"update_mask"
].message_type = (
google_dot_cloud_dot_firestore__v1_dot_proto_dot_common__pb2._DOCUMENTMASK
)
_WRITE.fields_by_name[
"current_document"
].message_type = (
google_dot_cloud_dot_firestore__v1_dot_proto_dot_common__pb2._PRECONDITION
)
_WRITE.oneofs_by_name["operation"].fields.append(_WRITE.fields_by_name["update"])
_WRITE.fields_by_name["update"].containing_oneof = _WRITE.oneofs_by_name["operation"]
_WRITE.oneofs_by_name["operation"].fields.append(_WRITE.fields_by_name["delete"])
_WRITE.fields_by_name["delete"].containing_oneof = _WRITE.oneofs_by_name["operation"]
_WRITE.oneofs_by_name["operation"].fields.append(_WRITE.fields_by_name["transform"])
_WRITE.fields_by_name["transform"].containing_oneof = _WRITE.oneofs_by_name["operation"]
_DOCUMENTTRANSFORM_FIELDTRANSFORM.fields_by_name[
"set_to_server_value"
].enum_type = _DOCUMENTTRANSFORM_FIELDTRANSFORM_SERVERVALUE
_DOCUMENTTRANSFORM_FIELDTRANSFORM.fields_by_name[
"increment"
].message_type = google_dot_cloud_dot_firestore__v1_dot_proto_dot_document__pb2._VALUE
_DOCUMENTTRANSFORM_FIELDTRANSFORM.fields_by_name[
"maximum"
].message_type = google_dot_cloud_dot_firestore__v1_dot_proto_dot_document__pb2._VALUE
_DOCUMENTTRANSFORM_FIELDTRANSFORM.fields_by_name[
"minimum"
].message_type = google_dot_cloud_dot_firestore__v1_dot_proto_dot_document__pb2._VALUE
_DOCUMENTTRANSFORM_FIELDTRANSFORM.fields_by_name[
"append_missing_elements"
].message_type = (
google_dot_cloud_dot_firestore__v1_dot_proto_dot_document__pb2._ARRAYVALUE
)
_DOCUMENTTRANSFORM_FIELDTRANSFORM.fields_by_name[
"remove_all_from_array"
].message_type = (
google_dot_cloud_dot_firestore__v1_dot_proto_dot_document__pb2._ARRAYVALUE
)
_DOCUMENTTRANSFORM_FIELDTRANSFORM.containing_type = _DOCUMENTTRANSFORM
_DOCUMENTTRANSFORM_FIELDTRANSFORM_SERVERVALUE.containing_type = (
_DOCUMENTTRANSFORM_FIELDTRANSFORM
)
_DOCUMENTTRANSFORM_FIELDTRANSFORM.oneofs_by_name["transform_type"].fields.append(
_DOCUMENTTRANSFORM_FIELDTRANSFORM.fields_by_name["set_to_server_value"]
)
_DOCUMENTTRANSFORM_FIELDTRANSFORM.fields_by_name[
"set_to_server_value"
].containing_oneof = _DOCUMENTTRANSFORM_FIELDTRANSFORM.oneofs_by_name["transform_type"]
_DOCUMENTTRANSFORM_FIELDTRANSFORM.oneofs_by_name["transform_type"].fields.append(
_DOCUMENTTRANSFORM_FIELDTRANSFORM.fields_by_name["increment"]
)
_DOCUMENTTRANSFORM_FIELDTRANSFORM.fields_by_name[
"increment"
].containing_oneof = _DOCUMENTTRANSFORM_FIELDTRANSFORM.oneofs_by_name["transform_type"]
_DOCUMENTTRANSFORM_FIELDTRANSFORM.oneofs_by_name["transform_type"].fields.append(
_DOCUMENTTRANSFORM_FIELDTRANSFORM.fields_by_name["maximum"]
)
_DOCUMENTTRANSFORM_FIELDTRANSFORM.fields_by_name[
"maximum"
].containing_oneof = _DOCUMENTTRANSFORM_FIELDTRANSFORM.oneofs_by_name["transform_type"]
_DOCUMENTTRANSFORM_FIELDTRANSFORM.oneofs_by_name["transform_type"].fields.append(
_DOCUMENTTRANSFORM_FIELDTRANSFORM.fields_by_name["minimum"]
)
_DOCUMENTTRANSFORM_FIELDTRANSFORM.fields_by_name[
"minimum"
].containing_oneof = _DOCUMENTTRANSFORM_FIELDTRANSFORM.oneofs_by_name["transform_type"]
_DOCUMENTTRANSFORM_FIELDTRANSFORM.oneofs_by_name["transform_type"].fields.append(
_DOCUMENTTRANSFORM_FIELDTRANSFORM.fields_by_name["append_missing_elements"]
)
_DOCUMENTTRANSFORM_FIELDTRANSFORM.fields_by_name[
"append_missing_elements"
].containing_oneof = _DOCUMENTTRANSFORM_FIELDTRANSFORM.oneofs_by_name["transform_type"]
_DOCUMENTTRANSFORM_FIELDTRANSFORM.oneofs_by_name["transform_type"].fields.append(
_DOCUMENTTRANSFORM_FIELDTRANSFORM.fields_by_name["remove_all_from_array"]
)
_DOCUMENTTRANSFORM_FIELDTRANSFORM.fields_by_name[
"remove_all_from_array"
].containing_oneof = _DOCUMENTTRANSFORM_FIELDTRANSFORM.oneofs_by_name["transform_type"]
_DOCUMENTTRANSFORM.fields_by_name[
"field_transforms"
].message_type = _DOCUMENTTRANSFORM_FIELDTRANSFORM
_WRITERESULT.fields_by_name[
"update_time"
].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
_WRITERESULT.fields_by_name[
"transform_results"
].message_type = google_dot_cloud_dot_firestore__v1_dot_proto_dot_document__pb2._VALUE
_DOCUMENTCHANGE.fields_by_name[
"document"
].message_type = (
google_dot_cloud_dot_firestore__v1_dot_proto_dot_document__pb2._DOCUMENT
)
_DOCUMENTDELETE.fields_by_name[
"read_time"
].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
_DOCUMENTREMOVE.fields_by_name[
"read_time"
].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
DESCRIPTOR.message_types_by_name["Write"] = _WRITE
DESCRIPTOR.message_types_by_name["DocumentTransform"] = _DOCUMENTTRANSFORM
DESCRIPTOR.message_types_by_name["WriteResult"] = _WRITERESULT
DESCRIPTOR.message_types_by_name["DocumentChange"] = _DOCUMENTCHANGE
DESCRIPTOR.message_types_by_name["DocumentDelete"] = _DOCUMENTDELETE
DESCRIPTOR.message_types_by_name["DocumentRemove"] = _DOCUMENTREMOVE
DESCRIPTOR.message_types_by_name["ExistenceFilter"] = _EXISTENCEFILTER
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
Write = _reflection.GeneratedProtocolMessageType(
"Write",
(_message.Message,),
dict(
DESCRIPTOR=_WRITE,
__module__="google.cloud.firestore_v1.proto.write_pb2",
__doc__="""A write on a document.
Attributes:
operation:
The operation to execute.
update:
A document to write.
delete:
A document name to delete. In the format: ``projects/{project_
id}/databases/{database_id}/documents/{document_path}``.
transform:
Applies a transformation to a document. At most one
``transform`` per document is allowed in a given request. An
``update`` cannot follow a ``transform`` on the same document
in a given request.
update_mask:
The fields to update in this write. This field can be set
only when the operation is ``update``. If the mask is not set
for an ``update`` and the document exists, any existing data
will be overwritten. If the mask is set and the document on
the server has fields not covered by the mask, they are left
unchanged. Fields referenced in the mask, but not present in
the input document, are deleted from the document on the
server. The field paths in this mask must not contain a
reserved field name.
current_document:
An optional precondition on the document. The write will fail
if this is set and not met by the target document.
""",
# @@protoc_insertion_point(class_scope:google.firestore.v1.Write)
),
)
_sym_db.RegisterMessage(Write)
DocumentTransform = _reflection.GeneratedProtocolMessageType(
"DocumentTransform",
(_message.Message,),
dict(
FieldTransform=_reflection.GeneratedProtocolMessageType(
"FieldTransform",
(_message.Message,),
dict(
DESCRIPTOR=_DOCUMENTTRANSFORM_FIELDTRANSFORM,
__module__="google.cloud.firestore_v1.proto.write_pb2",
__doc__="""A transformation of a field of the document.
Attributes:
field_path:
The path of the field. See
[Document.fields][google.firestore.v1.Document.fields] for the
field path syntax reference.
transform_type:
The transformation to apply on the field.
set_to_server_value:
Sets the field to the given server value.
increment:
Adds the given value to the field's current value. This must
be an integer or a double value. If the field is not an
integer or double, or if the field does not yet exist, the
transformation will set the field to the given value. If
either of the given value or the current field value are
doubles, both values will be interpreted as doubles. Double
arithmetic and representation of double values follow IEEE 754
semantics. If there is positive/negative integer overflow, the
field is resolved to the largest magnitude positive/negative
integer.
maximum:
Sets the field to the maximum of its current value and the
given value. This must be an integer or a double value. If
the field is not an integer or double, or if the field does
not yet exist, the transformation will set the field to the
given value. If a maximum operation is applied where the field
and the input value are of mixed types (that is - one is an
integer and one is a double) the field takes on the type of
the larger operand. If the operands are equivalent (e.g. 3 and
3.0), the field does not change. 0, 0.0, and -0.0 are all
zero. The maximum of a zero stored value and zero input value
is always the stored value. The maximum of any numeric value x
and NaN is NaN.
minimum:
Sets the field to the minimum of its current value and the
given value. This must be an integer or a double value. If
the field is not an integer or double, or if the field does
not yet exist, the transformation will set the field to the
input value. If a minimum operation is applied where the field
and the input value are of mixed types (that is - one is an
integer and one is a double) the field takes on the type of
the smaller operand. If the operands are equivalent (e.g. 3
and 3.0), the field does not change. 0, 0.0, and -0.0 are all
zero. The minimum of a zero stored value and zero input value
is always the stored value. The minimum of any numeric value x
and NaN is NaN.
append_missing_elements:
Append the given elements in order if they are not already
present in the current field value. If the field is not an
array, or if the field does not yet exist, it is first set to
the empty array. Equivalent numbers of different types (e.g.
3L and 3.0) are considered equal when checking if a value is
missing. NaN is equal to NaN, and Null is equal to Null. If
the input contains multiple equivalent values, only the first
will be considered. The corresponding transform\_result will
be the null value.
remove_all_from_array:
Remove all of the given elements from the array in the field.
If the field is not an array, or if the field does not yet
exist, it is set to the empty array. Equivalent numbers of
the different types (e.g. 3L and 3.0) are considered equal
when deciding whether an element should be removed. NaN is
equal to NaN, and Null is equal to Null. This will remove all
equivalent values if there are duplicates. The corresponding
transform\_result will be the null value.
""",
# @@protoc_insertion_point(class_scope:google.firestore.v1.DocumentTransform.FieldTransform)
),
),
DESCRIPTOR=_DOCUMENTTRANSFORM,
__module__="google.cloud.firestore_v1.proto.write_pb2",
__doc__="""A transformation of a document.
Attributes:
document:
The name of the document to transform.
field_transforms:
The list of transformations to apply to the fields of the
document, in order. This must not be empty.
""",
# @@protoc_insertion_point(class_scope:google.firestore.v1.DocumentTransform)
),
)
_sym_db.RegisterMessage(DocumentTransform)
_sym_db.RegisterMessage(DocumentTransform.FieldTransform)
WriteResult = _reflection.GeneratedProtocolMessageType(
"WriteResult",
(_message.Message,),
dict(
DESCRIPTOR=_WRITERESULT,
__module__="google.cloud.firestore_v1.proto.write_pb2",
__doc__="""The result of applying a write.
Attributes:
update_time:
The last update time of the document after applying the write.
Not set after a ``delete``. If the write did not actually
change the document, this will be the previous update\_time.
transform_results:
The results of applying each [DocumentTransform.FieldTransform
][google.firestore.v1.DocumentTransform.FieldTransform], in
the same order.
""",
# @@protoc_insertion_point(class_scope:google.firestore.v1.WriteResult)
),
)
_sym_db.RegisterMessage(WriteResult)
DocumentChange = _reflection.GeneratedProtocolMessageType(
"DocumentChange",
(_message.Message,),
dict(
DESCRIPTOR=_DOCUMENTCHANGE,
__module__="google.cloud.firestore_v1.proto.write_pb2",
__doc__="""A [Document][google.firestore.v1.Document] has changed.
May be the result of multiple [writes][google.firestore.v1.Write],
including deletes, that ultimately resulted in a new value for the
[Document][google.firestore.v1.Document].
Multiple [DocumentChange][google.firestore.v1.DocumentChange] messages
may be returned for the same logical change, if multiple targets are
affected.
Attributes:
document:
The new state of the [Document][google.firestore.v1.Document].
If ``mask`` is set, contains only fields that were updated or
added.
target_ids:
A set of target IDs of targets that match this document.
removed_target_ids:
A set of target IDs for targets that no longer match this
document.
""",
# @@protoc_insertion_point(class_scope:google.firestore.v1.DocumentChange)
),
)
_sym_db.RegisterMessage(DocumentChange)
DocumentDelete = _reflection.GeneratedProtocolMessageType(
"DocumentDelete",
(_message.Message,),
dict(
DESCRIPTOR=_DOCUMENTDELETE,
__module__="google.cloud.firestore_v1.proto.write_pb2",
__doc__="""A [Document][google.firestore.v1.Document] has been deleted.
May be the result of multiple [writes][google.firestore.v1.Write],
including updates, the last of which deleted the
[Document][google.firestore.v1.Document].
Multiple [DocumentDelete][google.firestore.v1.DocumentDelete] messages
may be returned for the same logical delete, if multiple targets are
affected.
Attributes:
document:
The resource name of the
[Document][google.firestore.v1.Document] that was deleted.
removed_target_ids:
A set of target IDs for targets that previously matched this
entity.
read_time:
The read timestamp at which the delete was observed. Greater
or equal to the ``commit_time`` of the delete.
""",
# @@protoc_insertion_point(class_scope:google.firestore.v1.DocumentDelete)
),
)
_sym_db.RegisterMessage(DocumentDelete)
DocumentRemove = _reflection.GeneratedProtocolMessageType(
"DocumentRemove",
(_message.Message,),
dict(
DESCRIPTOR=_DOCUMENTREMOVE,
__module__="google.cloud.firestore_v1.proto.write_pb2",
__doc__="""A [Document][google.firestore.v1.Document] has been removed from the
view of the targets.
Sent if the document is no longer relevant to a target and is out of
view. Can be sent instead of a DocumentDelete or a DocumentChange if the
server can not send the new value of the document.
Multiple [DocumentRemove][google.firestore.v1.DocumentRemove] messages
may be returned for the same logical write or delete, if multiple
targets are affected.
Attributes:
document:
The resource name of the
[Document][google.firestore.v1.Document] that has gone out of
view.
removed_target_ids:
A set of target IDs for targets that previously matched this
document.
read_time:
The read timestamp at which the remove was observed. Greater
or equal to the ``commit_time`` of the change/delete/remove.
""",
# @@protoc_insertion_point(class_scope:google.firestore.v1.DocumentRemove)
),
)
_sym_db.RegisterMessage(DocumentRemove)
ExistenceFilter = _reflection.GeneratedProtocolMessageType(
"ExistenceFilter",
(_message.Message,),
dict(
DESCRIPTOR=_EXISTENCEFILTER,
__module__="google.cloud.firestore_v1.proto.write_pb2",
__doc__="""A digest of all the documents that match a given target.
Attributes:
target_id:
The target ID to which this filter applies.
count:
The total count of documents that match
[target\_id][google.firestore.v1.ExistenceFilter.target\_id].
If different from the count of documents in the client that
match, the client must manually determine which documents no
longer match the target.
""",
# @@protoc_insertion_point(class_scope:google.firestore.v1.ExistenceFilter)
),
)
_sym_db.RegisterMessage(ExistenceFilter)
DESCRIPTOR._options = None
# @@protoc_insertion_point(module_scope)