Versions in this module Expand all Collapse all v0 v0.17.0 Dec 11, 2017 Changes in this version + type CreateTest struct + DocRefPath string + IsError bool + JsonData string + Request *google_firestore_v1beta14.CommitRequest + func (*CreateTest) Descriptor() ([]byte, []int) + func (*CreateTest) ProtoMessage() + func (m *CreateTest) GetDocRefPath() string + func (m *CreateTest) GetIsError() bool + func (m *CreateTest) GetJsonData() string + func (m *CreateTest) GetRequest() *google_firestore_v1beta14.CommitRequest + func (m *CreateTest) Reset() + func (m *CreateTest) String() string + type DeleteTest struct + DocRefPath string + IsError bool + Precondition *google_firestore_v1beta1.Precondition + Request *google_firestore_v1beta14.CommitRequest + func (*DeleteTest) Descriptor() ([]byte, []int) + func (*DeleteTest) ProtoMessage() + func (m *DeleteTest) GetDocRefPath() string + func (m *DeleteTest) GetIsError() bool + func (m *DeleteTest) GetPrecondition() *google_firestore_v1beta1.Precondition + func (m *DeleteTest) GetRequest() *google_firestore_v1beta14.CommitRequest + func (m *DeleteTest) Reset() + func (m *DeleteTest) String() string + type FieldPath struct + Field []string + func (*FieldPath) Descriptor() ([]byte, []int) + func (*FieldPath) ProtoMessage() + func (m *FieldPath) GetField() []string + func (m *FieldPath) Reset() + func (m *FieldPath) String() string + type GetTest struct + DocRefPath string + Request *google_firestore_v1beta14.GetDocumentRequest + func (*GetTest) Descriptor() ([]byte, []int) + func (*GetTest) ProtoMessage() + func (m *GetTest) GetDocRefPath() string + func (m *GetTest) GetRequest() *google_firestore_v1beta14.GetDocumentRequest + func (m *GetTest) Reset() + func (m *GetTest) String() string + type SetOption struct + All bool + Fields []*FieldPath + func (*SetOption) Descriptor() ([]byte, []int) + func (*SetOption) ProtoMessage() + func (m *SetOption) GetAll() bool + func (m *SetOption) GetFields() []*FieldPath + func (m *SetOption) Reset() + func (m *SetOption) String() string + type SetTest struct + DocRefPath string + IsError bool + JsonData string + Option *SetOption + Request *google_firestore_v1beta14.CommitRequest + func (*SetTest) Descriptor() ([]byte, []int) + func (*SetTest) ProtoMessage() + func (m *SetTest) GetDocRefPath() string + func (m *SetTest) GetIsError() bool + func (m *SetTest) GetJsonData() string + func (m *SetTest) GetOption() *SetOption + func (m *SetTest) GetRequest() *google_firestore_v1beta14.CommitRequest + func (m *SetTest) Reset() + func (m *SetTest) String() string + type Test struct + Description string + Test isTest_Test + func (*Test) Descriptor() ([]byte, []int) + func (*Test) ProtoMessage() + func (*Test) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *Test) GetCreate() *CreateTest + func (m *Test) GetDelete() *DeleteTest + func (m *Test) GetDescription() string + func (m *Test) GetGet() *GetTest + func (m *Test) GetSet() *SetTest + func (m *Test) GetTest() isTest_Test + func (m *Test) GetUpdate() *UpdateTest + func (m *Test) GetUpdatePaths() *UpdatePathsTest + func (m *Test) Reset() + func (m *Test) String() string + type Test_Create struct + Create *CreateTest + type Test_Delete struct + Delete *DeleteTest + type Test_Get struct + Get *GetTest + type Test_Set struct + Set *SetTest + type Test_Update struct + Update *UpdateTest + type Test_UpdatePaths struct + UpdatePaths *UpdatePathsTest + type UpdatePathsTest struct + DocRefPath string + FieldPaths []*FieldPath + IsError bool + JsonValues []string + Precondition *google_firestore_v1beta1.Precondition + Request *google_firestore_v1beta14.CommitRequest + func (*UpdatePathsTest) Descriptor() ([]byte, []int) + func (*UpdatePathsTest) ProtoMessage() + func (m *UpdatePathsTest) GetDocRefPath() string + func (m *UpdatePathsTest) GetFieldPaths() []*FieldPath + func (m *UpdatePathsTest) GetIsError() bool + func (m *UpdatePathsTest) GetJsonValues() []string + func (m *UpdatePathsTest) GetPrecondition() *google_firestore_v1beta1.Precondition + func (m *UpdatePathsTest) GetRequest() *google_firestore_v1beta14.CommitRequest + func (m *UpdatePathsTest) Reset() + func (m *UpdatePathsTest) String() string + type UpdateTest struct + DocRefPath string + IsError bool + JsonData string + Precondition *google_firestore_v1beta1.Precondition + Request *google_firestore_v1beta14.CommitRequest + func (*UpdateTest) Descriptor() ([]byte, []int) + func (*UpdateTest) ProtoMessage() + func (m *UpdateTest) GetDocRefPath() string + func (m *UpdateTest) GetIsError() bool + func (m *UpdateTest) GetJsonData() string + func (m *UpdateTest) GetPrecondition() *google_firestore_v1beta1.Precondition + func (m *UpdateTest) GetRequest() *google_firestore_v1beta14.CommitRequest + func (m *UpdateTest) Reset() + func (m *UpdateTest) String() string