package tests
import "cloud.google.com/go/firestore/genproto"
Package tests is a generated protocol buffer package.
It is generated from these files:
test.proto
It has these top-level messages:
TestSuite Test GetTest CreateTest SetTest UpdateTest UpdatePathsTest DeleteTest SetOption QueryTest Clause Select Where OrderBy Cursor DocSnapshot FieldPath ListenTest Snapshot DocChange
Index ¶
- Variables
- type Clause
- func (*Clause) Descriptor() ([]byte, []int)
- func (m *Clause) GetClause() isClause_Clause
- func (m *Clause) GetEndAt() *Cursor
- func (m *Clause) GetEndBefore() *Cursor
- func (m *Clause) GetLimit() int32
- func (m *Clause) GetOffset() int32
- func (m *Clause) GetOrderBy() *OrderBy
- func (m *Clause) GetSelect() *Select
- func (m *Clause) GetStartAfter() *Cursor
- func (m *Clause) GetStartAt() *Cursor
- func (m *Clause) GetWhere() *Where
- func (*Clause) ProtoMessage()
- func (m *Clause) Reset()
- func (m *Clause) String() string
- func (*Clause) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
- type Clause_EndAt
- type Clause_EndBefore
- type Clause_Limit
- type Clause_Offset
- type Clause_OrderBy
- type Clause_Select
- type Clause_StartAfter
- type Clause_StartAt
- type Clause_Where
- type CreateTest
- func (*CreateTest) Descriptor() ([]byte, []int)
- func (m *CreateTest) GetDocRefPath() string
- func (m *CreateTest) GetIsError() bool
- func (m *CreateTest) GetJsonData() string
- func (m *CreateTest) GetRequest() *google_firestore_v1beta14.CommitRequest
- func (*CreateTest) ProtoMessage()
- func (m *CreateTest) Reset()
- func (m *CreateTest) String() string
- type Cursor
- func (*Cursor) Descriptor() ([]byte, []int)
- func (m *Cursor) GetDocSnapshot() *DocSnapshot
- func (m *Cursor) GetJsonValues() []string
- func (*Cursor) ProtoMessage()
- func (m *Cursor) Reset()
- func (m *Cursor) String() string
- type DeleteTest
- func (*DeleteTest) Descriptor() ([]byte, []int)
- 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 (*DeleteTest) ProtoMessage()
- func (m *DeleteTest) Reset()
- func (m *DeleteTest) String() string
- type DocChange
- func (*DocChange) Descriptor() ([]byte, []int)
- func (m *DocChange) GetDoc() *google_firestore_v1beta11.Document
- func (m *DocChange) GetKind() DocChange_Kind
- func (m *DocChange) GetNewIndex() int32
- func (m *DocChange) GetOldIndex() int32
- func (*DocChange) ProtoMessage()
- func (m *DocChange) Reset()
- func (m *DocChange) String() string
- type DocChange_Kind
- type DocSnapshot
- func (*DocSnapshot) Descriptor() ([]byte, []int)
- func (m *DocSnapshot) GetJsonData() string
- func (m *DocSnapshot) GetPath() string
- func (*DocSnapshot) ProtoMessage()
- func (m *DocSnapshot) Reset()
- func (m *DocSnapshot) String() string
- type FieldPath
- func (*FieldPath) Descriptor() ([]byte, []int)
- func (m *FieldPath) GetField() []string
- func (*FieldPath) ProtoMessage()
- func (m *FieldPath) Reset()
- func (m *FieldPath) String() string
- type GetTest
- func (*GetTest) Descriptor() ([]byte, []int)
- func (m *GetTest) GetDocRefPath() string
- func (m *GetTest) GetRequest() *google_firestore_v1beta14.GetDocumentRequest
- func (*GetTest) ProtoMessage()
- func (m *GetTest) Reset()
- func (m *GetTest) String() string
- type ListenTest
- func (*ListenTest) Descriptor() ([]byte, []int)
- func (m *ListenTest) GetIsError() bool
- func (m *ListenTest) GetResponses() []*google_firestore_v1beta14.ListenResponse
- func (m *ListenTest) GetSnapshots() []*Snapshot
- func (*ListenTest) ProtoMessage()
- func (m *ListenTest) Reset()
- func (m *ListenTest) String() string
- type OrderBy
- func (*OrderBy) Descriptor() ([]byte, []int)
- func (m *OrderBy) GetDirection() string
- func (m *OrderBy) GetPath() *FieldPath
- func (*OrderBy) ProtoMessage()
- func (m *OrderBy) Reset()
- func (m *OrderBy) String() string
- type QueryTest
- func (*QueryTest) Descriptor() ([]byte, []int)
- func (m *QueryTest) GetClauses() []*Clause
- func (m *QueryTest) GetCollPath() string
- func (m *QueryTest) GetIsError() bool
- func (m *QueryTest) GetQuery() *google_firestore_v1beta12.StructuredQuery
- func (*QueryTest) ProtoMessage()
- func (m *QueryTest) Reset()
- func (m *QueryTest) String() string
- type Select
- func (*Select) Descriptor() ([]byte, []int)
- func (m *Select) GetFields() []*FieldPath
- func (*Select) ProtoMessage()
- func (m *Select) Reset()
- func (m *Select) String() string
- type SetOption
- func (*SetOption) Descriptor() ([]byte, []int)
- func (m *SetOption) GetAll() bool
- func (m *SetOption) GetFields() []*FieldPath
- func (*SetOption) ProtoMessage()
- func (m *SetOption) Reset()
- func (m *SetOption) String() string
- type SetTest
- func (*SetTest) Descriptor() ([]byte, []int)
- 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 (*SetTest) ProtoMessage()
- func (m *SetTest) Reset()
- func (m *SetTest) String() string
- type Snapshot
- func (*Snapshot) Descriptor() ([]byte, []int)
- func (m *Snapshot) GetChanges() []*DocChange
- func (m *Snapshot) GetDocs() []*google_firestore_v1beta11.Document
- func (m *Snapshot) GetReadTime() *google_protobuf1.Timestamp
- func (*Snapshot) ProtoMessage()
- func (m *Snapshot) Reset()
- func (m *Snapshot) String() string
- type Test
- func (*Test) Descriptor() ([]byte, []int)
- func (m *Test) GetCreate() *CreateTest
- func (m *Test) GetDelete() *DeleteTest
- func (m *Test) GetDescription() string
- func (m *Test) GetGet() *GetTest
- func (m *Test) GetListen() *ListenTest
- func (m *Test) GetQuery() *QueryTest
- func (m *Test) GetSet() *SetTest
- func (m *Test) GetTest() isTest_Test
- func (m *Test) GetUpdate() *UpdateTest
- func (m *Test) GetUpdatePaths() *UpdatePathsTest
- func (*Test) ProtoMessage()
- func (m *Test) Reset()
- func (m *Test) String() string
- func (*Test) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
- type TestSuite
- func (*TestSuite) Descriptor() ([]byte, []int)
- func (m *TestSuite) GetTests() []*Test
- func (*TestSuite) ProtoMessage()
- func (m *TestSuite) Reset()
- func (m *TestSuite) String() string
- type Test_Create
- type Test_Delete
- type Test_Get
- type Test_Listen
- type Test_Query
- type Test_Set
- type Test_Update
- type Test_UpdatePaths
- type UpdatePathsTest
- func (*UpdatePathsTest) Descriptor() ([]byte, []int)
- 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 (*UpdatePathsTest) ProtoMessage()
- func (m *UpdatePathsTest) Reset()
- func (m *UpdatePathsTest) String() string
- type UpdateTest
- func (*UpdateTest) Descriptor() ([]byte, []int)
- 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 (*UpdateTest) ProtoMessage()
- func (m *UpdateTest) Reset()
- func (m *UpdateTest) String() string
- type Where
Variables ¶
var DocChange_Kind_name = map[int32]string{ 0: "KIND_UNSPECIFIED", 1: "ADDED", 2: "REMOVED", 3: "MODIFIED", }
var DocChange_Kind_value = map[string]int32{ "KIND_UNSPECIFIED": 0, "ADDED": 1, "REMOVED": 2, "MODIFIED": 3, }
Types ¶
type Clause ¶
type Clause struct { // Types that are valid to be assigned to Clause: // *Clause_Select // *Clause_Where // *Clause_OrderBy // *Clause_Offset // *Clause_Limit // *Clause_StartAt // *Clause_StartAfter // *Clause_EndAt // *Clause_EndBefore Clause isClause_Clause `protobuf_oneof:"clause"` }
func (*Clause) Descriptor ¶
func (*Clause) GetClause ¶
func (m *Clause) GetClause() isClause_Clause
func (*Clause) GetEndAt ¶
func (*Clause) GetEndBefore ¶
func (*Clause) GetLimit ¶
func (*Clause) GetOffset ¶
func (*Clause) GetOrderBy ¶
func (*Clause) GetSelect ¶
func (*Clause) GetStartAfter ¶
func (*Clause) GetStartAt ¶
func (*Clause) GetWhere ¶
func (*Clause) ProtoMessage ¶
func (*Clause) ProtoMessage()
func (*Clause) Reset ¶
func (m *Clause) Reset()
func (*Clause) String ¶
func (*Clause) XXX_OneofFuncs ¶
func (*Clause) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
XXX_OneofFuncs is for the internal use of the proto package.
type Clause_EndAt ¶
type Clause_EndAt struct { EndAt *Cursor `protobuf:"bytes,8,opt,name=end_at,json=endAt,oneof"` }
type Clause_EndBefore ¶
type Clause_EndBefore struct { EndBefore *Cursor `protobuf:"bytes,9,opt,name=end_before,json=endBefore,oneof"` }
type Clause_Limit ¶
type Clause_Limit struct { Limit int32 `protobuf:"varint,5,opt,name=limit,oneof"` }
type Clause_Offset ¶
type Clause_Offset struct { Offset int32 `protobuf:"varint,4,opt,name=offset,oneof"` }
type Clause_OrderBy ¶
type Clause_OrderBy struct { OrderBy *OrderBy `protobuf:"bytes,3,opt,name=order_by,json=orderBy,oneof"` }
type Clause_Select ¶
type Clause_Select struct { Select *Select `protobuf:"bytes,1,opt,name=select,oneof"` }
type Clause_StartAfter ¶
type Clause_StartAfter struct { StartAfter *Cursor `protobuf:"bytes,7,opt,name=start_after,json=startAfter,oneof"` }
type Clause_StartAt ¶
type Clause_StartAt struct { StartAt *Cursor `protobuf:"bytes,6,opt,name=start_at,json=startAt,oneof"` }
type Clause_Where ¶
type Clause_Where struct { Where *Where `protobuf:"bytes,2,opt,name=where,oneof"` }
type CreateTest ¶
type CreateTest struct { // The path of the doc, e.g. "projects/projectID/databases/(default)/documents/C/d" DocRefPath string `protobuf:"bytes,1,opt,name=doc_ref_path,json=docRefPath" json:"doc_ref_path,omitempty"` // The data passed to Create, as JSON. The strings "Delete" and "ServerTimestamp" // denote the two special sentinel values. Values that could be interpreted as integers // (i.e. digit strings) should be treated as integers. JsonData string `protobuf:"bytes,2,opt,name=json_data,json=jsonData" json:"json_data,omitempty"` // The request that the call should generate. Request *google_firestore_v1beta14.CommitRequest `protobuf:"bytes,3,opt,name=request" json:"request,omitempty"` // If true, the call should result in an error without generating a request. // If this is true, request should not be set. IsError bool `protobuf:"varint,4,opt,name=is_error,json=isError" json:"is_error,omitempty"` }
Call to DocumentRef.Create.
func (*CreateTest) Descriptor ¶
func (*CreateTest) Descriptor() ([]byte, []int)
func (*CreateTest) GetDocRefPath ¶
func (m *CreateTest) GetDocRefPath() string
func (*CreateTest) GetIsError ¶
func (m *CreateTest) GetIsError() bool
func (*CreateTest) GetJsonData ¶
func (m *CreateTest) GetJsonData() string
func (*CreateTest) GetRequest ¶
func (m *CreateTest) GetRequest() *google_firestore_v1beta14.CommitRequest
func (*CreateTest) ProtoMessage ¶
func (*CreateTest) ProtoMessage()
func (*CreateTest) Reset ¶
func (m *CreateTest) Reset()
func (*CreateTest) String ¶
func (m *CreateTest) String() string
type Cursor ¶
type Cursor struct { // one of: DocSnapshot *DocSnapshot `protobuf:"bytes,1,opt,name=doc_snapshot,json=docSnapshot" json:"doc_snapshot,omitempty"` JsonValues []string `protobuf:"bytes,2,rep,name=json_values,json=jsonValues" json:"json_values,omitempty"` }
func (*Cursor) Descriptor ¶
func (*Cursor) GetDocSnapshot ¶
func (m *Cursor) GetDocSnapshot() *DocSnapshot
func (*Cursor) GetJsonValues ¶
func (*Cursor) ProtoMessage ¶
func (*Cursor) ProtoMessage()
func (*Cursor) Reset ¶
func (m *Cursor) Reset()
func (*Cursor) String ¶
type DeleteTest ¶
type DeleteTest struct { DocRefPath string `protobuf:"bytes,1,opt,name=doc_ref_path,json=docRefPath" json:"doc_ref_path,omitempty"` Precondition *google_firestore_v1beta1.Precondition `protobuf:"bytes,2,opt,name=precondition" json:"precondition,omitempty"` Request *google_firestore_v1beta14.CommitRequest `protobuf:"bytes,3,opt,name=request" json:"request,omitempty"` IsError bool `protobuf:"varint,4,opt,name=is_error,json=isError" json:"is_error,omitempty"` }
A call to DocmentRef.Delete
func (*DeleteTest) Descriptor ¶
func (*DeleteTest) Descriptor() ([]byte, []int)
func (*DeleteTest) GetDocRefPath ¶
func (m *DeleteTest) GetDocRefPath() string
func (*DeleteTest) GetIsError ¶
func (m *DeleteTest) GetIsError() bool
func (*DeleteTest) GetPrecondition ¶
func (m *DeleteTest) GetPrecondition() *google_firestore_v1beta1.Precondition
func (*DeleteTest) GetRequest ¶
func (m *DeleteTest) GetRequest() *google_firestore_v1beta14.CommitRequest
func (*DeleteTest) ProtoMessage ¶
func (*DeleteTest) ProtoMessage()
func (*DeleteTest) Reset ¶
func (m *DeleteTest) Reset()
func (*DeleteTest) String ¶
func (m *DeleteTest) String() string
type DocChange ¶
type DocChange struct { Kind DocChange_Kind `protobuf:"varint,1,opt,name=kind,enum=tests.DocChange_Kind" json:"kind,omitempty"` Doc *google_firestore_v1beta11.Document `protobuf:"bytes,2,opt,name=doc" json:"doc,omitempty"` OldIndex int32 `protobuf:"varint,3,opt,name=old_index,json=oldIndex" json:"old_index,omitempty"` NewIndex int32 `protobuf:"varint,4,opt,name=new_index,json=newIndex" json:"new_index,omitempty"` }
func (*DocChange) Descriptor ¶
func (*DocChange) GetDoc ¶
func (m *DocChange) GetDoc() *google_firestore_v1beta11.Document
func (*DocChange) GetKind ¶
func (m *DocChange) GetKind() DocChange_Kind
func (*DocChange) GetNewIndex ¶
func (*DocChange) GetOldIndex ¶
func (*DocChange) ProtoMessage ¶
func (*DocChange) ProtoMessage()
func (*DocChange) Reset ¶
func (m *DocChange) Reset()
func (*DocChange) String ¶
type DocChange_Kind ¶
type DocChange_Kind int32
const ( DocChange_KIND_UNSPECIFIED DocChange_Kind = 0 DocChange_ADDED DocChange_Kind = 1 DocChange_REMOVED DocChange_Kind = 2 DocChange_MODIFIED DocChange_Kind = 3 )
func (DocChange_Kind) EnumDescriptor ¶
func (DocChange_Kind) EnumDescriptor() ([]byte, []int)
func (DocChange_Kind) String ¶
func (x DocChange_Kind) String() string
type DocSnapshot ¶
type DocSnapshot struct { Path string `protobuf:"bytes,1,opt,name=path" json:"path,omitempty"` JsonData string `protobuf:"bytes,2,opt,name=json_data,json=jsonData" json:"json_data,omitempty"` }
func (*DocSnapshot) Descriptor ¶
func (*DocSnapshot) Descriptor() ([]byte, []int)
func (*DocSnapshot) GetJsonData ¶
func (m *DocSnapshot) GetJsonData() string
func (*DocSnapshot) GetPath ¶
func (m *DocSnapshot) GetPath() string
func (*DocSnapshot) ProtoMessage ¶
func (*DocSnapshot) ProtoMessage()
func (*DocSnapshot) Reset ¶
func (m *DocSnapshot) Reset()
func (*DocSnapshot) String ¶
func (m *DocSnapshot) String() string
type FieldPath ¶
type FieldPath struct { Field []string `protobuf:"bytes,1,rep,name=field" json:"field,omitempty"` }
func (*FieldPath) Descriptor ¶
func (*FieldPath) GetField ¶
func (*FieldPath) ProtoMessage ¶
func (*FieldPath) ProtoMessage()
func (*FieldPath) Reset ¶
func (m *FieldPath) Reset()
func (*FieldPath) String ¶
type GetTest ¶
type GetTest struct { // The path of the doc, e.g. "projects/projectID/databases/(default)/documents/C/d" DocRefPath string `protobuf:"bytes,1,opt,name=doc_ref_path,json=docRefPath" json:"doc_ref_path,omitempty"` // The request that the call should send to the Firestore service. Request *google_firestore_v1beta14.GetDocumentRequest `protobuf:"bytes,2,opt,name=request" json:"request,omitempty"` }
Call to the DocumentRef.Get method.
func (*GetTest) Descriptor ¶
func (*GetTest) GetDocRefPath ¶
func (*GetTest) GetRequest ¶
func (m *GetTest) GetRequest() *google_firestore_v1beta14.GetDocumentRequest
func (*GetTest) ProtoMessage ¶
func (*GetTest) ProtoMessage()
func (*GetTest) Reset ¶
func (m *GetTest) Reset()
func (*GetTest) String ¶
type ListenTest ¶
type ListenTest struct { Responses []*google_firestore_v1beta14.ListenResponse `protobuf:"bytes,1,rep,name=responses" json:"responses,omitempty"` Snapshots []*Snapshot `protobuf:"bytes,2,rep,name=snapshots" json:"snapshots,omitempty"` IsError bool `protobuf:"varint,3,opt,name=is_error,json=isError" json:"is_error,omitempty"` }
A test of the Listen streaming RPC (a.k.a. FireStore watch). If the sequence of responses is provided to the implementation, it should produce the sequence of snapshots. If is_error is true, an error should occur after the snapshots.
The tests assume that the query is Collection("projects/projectID/databases/(default)/documents/C").OrderBy("a", Ascending)
The watch target ID used in these tests is 1. Test interpreters should either change their client's ID for testing, or change the ID in the tests before running them.
func (*ListenTest) Descriptor ¶
func (*ListenTest) Descriptor() ([]byte, []int)
func (*ListenTest) GetIsError ¶
func (m *ListenTest) GetIsError() bool
func (*ListenTest) GetResponses ¶
func (m *ListenTest) GetResponses() []*google_firestore_v1beta14.ListenResponse
func (*ListenTest) GetSnapshots ¶
func (m *ListenTest) GetSnapshots() []*Snapshot
func (*ListenTest) ProtoMessage ¶
func (*ListenTest) ProtoMessage()
func (*ListenTest) Reset ¶
func (m *ListenTest) Reset()
func (*ListenTest) String ¶
func (m *ListenTest) String() string
type OrderBy ¶
type OrderBy struct { Path *FieldPath `protobuf:"bytes,1,opt,name=path" json:"path,omitempty"` Direction string `protobuf:"bytes,2,opt,name=direction" json:"direction,omitempty"` }
func (*OrderBy) Descriptor ¶
func (*OrderBy) GetDirection ¶
func (*OrderBy) GetPath ¶
func (*OrderBy) ProtoMessage ¶
func (*OrderBy) ProtoMessage()
func (*OrderBy) Reset ¶
func (m *OrderBy) Reset()
func (*OrderBy) String ¶
type QueryTest ¶
type QueryTest struct { CollPath string `protobuf:"bytes,1,opt,name=coll_path,json=collPath" json:"coll_path,omitempty"` Clauses []*Clause `protobuf:"bytes,2,rep,name=clauses" json:"clauses,omitempty"` Query *google_firestore_v1beta12.StructuredQuery `protobuf:"bytes,3,opt,name=query" json:"query,omitempty"` IsError bool `protobuf:"varint,4,opt,name=is_error,json=isError" json:"is_error,omitempty"` }
func (*QueryTest) Descriptor ¶
func (*QueryTest) GetClauses ¶
func (*QueryTest) GetCollPath ¶
func (*QueryTest) GetIsError ¶
func (*QueryTest) GetQuery ¶
func (m *QueryTest) GetQuery() *google_firestore_v1beta12.StructuredQuery
func (*QueryTest) ProtoMessage ¶
func (*QueryTest) ProtoMessage()
func (*QueryTest) Reset ¶
func (m *QueryTest) Reset()
func (*QueryTest) String ¶
type Select ¶
type Select struct { Fields []*FieldPath `protobuf:"bytes,1,rep,name=fields" json:"fields,omitempty"` }
func (*Select) Descriptor ¶
func (*Select) GetFields ¶
func (*Select) ProtoMessage ¶
func (*Select) ProtoMessage()
func (*Select) Reset ¶
func (m *Select) Reset()
func (*Select) String ¶
type SetOption ¶
type SetOption struct { All bool `protobuf:"varint,1,opt,name=all" json:"all,omitempty"` Fields []*FieldPath `protobuf:"bytes,2,rep,name=fields" json:"fields,omitempty"` }
An option to the DocumentRef.Set call.
func (*SetOption) Descriptor ¶
func (*SetOption) GetAll ¶
func (*SetOption) GetFields ¶
func (*SetOption) ProtoMessage ¶
func (*SetOption) ProtoMessage()
func (*SetOption) Reset ¶
func (m *SetOption) Reset()
func (*SetOption) String ¶
type SetTest ¶
type SetTest struct { DocRefPath string `protobuf:"bytes,1,opt,name=doc_ref_path,json=docRefPath" json:"doc_ref_path,omitempty"` Option *SetOption `protobuf:"bytes,2,opt,name=option" json:"option,omitempty"` JsonData string `protobuf:"bytes,3,opt,name=json_data,json=jsonData" json:"json_data,omitempty"` Request *google_firestore_v1beta14.CommitRequest `protobuf:"bytes,4,opt,name=request" json:"request,omitempty"` IsError bool `protobuf:"varint,5,opt,name=is_error,json=isError" json:"is_error,omitempty"` }
A call to DocumentRef.Set.
func (*SetTest) Descriptor ¶
func (*SetTest) GetDocRefPath ¶
func (*SetTest) GetIsError ¶
func (*SetTest) GetJsonData ¶
func (*SetTest) GetOption ¶
func (*SetTest) GetRequest ¶
func (m *SetTest) GetRequest() *google_firestore_v1beta14.CommitRequest
func (*SetTest) ProtoMessage ¶
func (*SetTest) ProtoMessage()
func (*SetTest) Reset ¶
func (m *SetTest) Reset()
func (*SetTest) String ¶
type Snapshot ¶
type Snapshot struct { Docs []*google_firestore_v1beta11.Document `protobuf:"bytes,1,rep,name=docs" json:"docs,omitempty"` Changes []*DocChange `protobuf:"bytes,2,rep,name=changes" json:"changes,omitempty"` ReadTime *google_protobuf1.Timestamp `protobuf:"bytes,3,opt,name=read_time,json=readTime" json:"read_time,omitempty"` }
func (*Snapshot) Descriptor ¶
func (*Snapshot) GetChanges ¶
func (*Snapshot) GetDocs ¶
func (m *Snapshot) GetDocs() []*google_firestore_v1beta11.Document
func (*Snapshot) GetReadTime ¶
func (m *Snapshot) GetReadTime() *google_protobuf1.Timestamp
func (*Snapshot) ProtoMessage ¶
func (*Snapshot) ProtoMessage()
func (*Snapshot) Reset ¶
func (m *Snapshot) Reset()
func (*Snapshot) String ¶
type Test ¶
type Test struct { Description string `protobuf:"bytes,1,opt,name=description" json:"description,omitempty"` // Types that are valid to be assigned to Test: // *Test_Get // *Test_Create // *Test_Set // *Test_Update // *Test_UpdatePaths // *Test_Delete // *Test_Query // *Test_Listen Test isTest_Test `protobuf_oneof:"test"` }
A Test describes a single client method call and its expected result.
func (*Test) Descriptor ¶
func (*Test) GetCreate ¶
func (m *Test) GetCreate() *CreateTest
func (*Test) GetDelete ¶
func (m *Test) GetDelete() *DeleteTest
func (*Test) GetDescription ¶
func (*Test) GetGet ¶
func (*Test) GetListen ¶
func (m *Test) GetListen() *ListenTest
func (*Test) GetQuery ¶
func (*Test) GetSet ¶
func (*Test) GetTest ¶
func (m *Test) GetTest() isTest_Test
func (*Test) GetUpdate ¶
func (m *Test) GetUpdate() *UpdateTest
func (*Test) GetUpdatePaths ¶
func (m *Test) GetUpdatePaths() *UpdatePathsTest
func (*Test) ProtoMessage ¶
func (*Test) ProtoMessage()
func (*Test) Reset ¶
func (m *Test) Reset()
func (*Test) String ¶
func (*Test) XXX_OneofFuncs ¶
func (*Test) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
XXX_OneofFuncs is for the internal use of the proto package.
type TestSuite ¶
type TestSuite struct { Tests []*Test `protobuf:"bytes,1,rep,name=tests" json:"tests,omitempty"` }
A collection of tests.
func (*TestSuite) Descriptor ¶
func (*TestSuite) GetTests ¶
func (*TestSuite) ProtoMessage ¶
func (*TestSuite) ProtoMessage()
func (*TestSuite) Reset ¶
func (m *TestSuite) Reset()
func (*TestSuite) String ¶
type Test_Create ¶
type Test_Create struct { Create *CreateTest `protobuf:"bytes,3,opt,name=create,oneof"` }
type Test_Delete ¶
type Test_Delete struct { Delete *DeleteTest `protobuf:"bytes,7,opt,name=delete,oneof"` }
type Test_Get ¶
type Test_Get struct { Get *GetTest `protobuf:"bytes,2,opt,name=get,oneof"` }
type Test_Listen ¶
type Test_Listen struct { Listen *ListenTest `protobuf:"bytes,9,opt,name=listen,oneof"` }
type Test_Query ¶
type Test_Query struct { Query *QueryTest `protobuf:"bytes,8,opt,name=query,oneof"` }
type Test_Set ¶
type Test_Set struct { Set *SetTest `protobuf:"bytes,4,opt,name=set,oneof"` }
type Test_Update ¶
type Test_Update struct { Update *UpdateTest `protobuf:"bytes,5,opt,name=update,oneof"` }
type Test_UpdatePaths ¶
type Test_UpdatePaths struct { UpdatePaths *UpdatePathsTest `protobuf:"bytes,6,opt,name=update_paths,json=updatePaths,oneof"` }
type UpdatePathsTest ¶
type UpdatePathsTest struct { DocRefPath string `protobuf:"bytes,1,opt,name=doc_ref_path,json=docRefPath" json:"doc_ref_path,omitempty"` Precondition *google_firestore_v1beta1.Precondition `protobuf:"bytes,2,opt,name=precondition" json:"precondition,omitempty"` // parallel sequences: field_paths[i] corresponds to json_values[i] FieldPaths []*FieldPath `protobuf:"bytes,3,rep,name=field_paths,json=fieldPaths" json:"field_paths,omitempty"` JsonValues []string `protobuf:"bytes,4,rep,name=json_values,json=jsonValues" json:"json_values,omitempty"` Request *google_firestore_v1beta14.CommitRequest `protobuf:"bytes,5,opt,name=request" json:"request,omitempty"` IsError bool `protobuf:"varint,6,opt,name=is_error,json=isError" json:"is_error,omitempty"` }
A call to the form of DocumentRef.Update that represents the data as a list of field paths and their values.
func (*UpdatePathsTest) Descriptor ¶
func (*UpdatePathsTest) Descriptor() ([]byte, []int)
func (*UpdatePathsTest) GetDocRefPath ¶
func (m *UpdatePathsTest) GetDocRefPath() string
func (*UpdatePathsTest) GetFieldPaths ¶
func (m *UpdatePathsTest) GetFieldPaths() []*FieldPath
func (*UpdatePathsTest) GetIsError ¶
func (m *UpdatePathsTest) GetIsError() bool
func (*UpdatePathsTest) GetJsonValues ¶
func (m *UpdatePathsTest) GetJsonValues() []string
func (*UpdatePathsTest) GetPrecondition ¶
func (m *UpdatePathsTest) GetPrecondition() *google_firestore_v1beta1.Precondition
func (*UpdatePathsTest) GetRequest ¶
func (m *UpdatePathsTest) GetRequest() *google_firestore_v1beta14.CommitRequest
func (*UpdatePathsTest) ProtoMessage ¶
func (*UpdatePathsTest) ProtoMessage()
func (*UpdatePathsTest) Reset ¶
func (m *UpdatePathsTest) Reset()
func (*UpdatePathsTest) String ¶
func (m *UpdatePathsTest) String() string
type UpdateTest ¶
type UpdateTest struct { DocRefPath string `protobuf:"bytes,1,opt,name=doc_ref_path,json=docRefPath" json:"doc_ref_path,omitempty"` Precondition *google_firestore_v1beta1.Precondition `protobuf:"bytes,2,opt,name=precondition" json:"precondition,omitempty"` JsonData string `protobuf:"bytes,3,opt,name=json_data,json=jsonData" json:"json_data,omitempty"` Request *google_firestore_v1beta14.CommitRequest `protobuf:"bytes,4,opt,name=request" json:"request,omitempty"` IsError bool `protobuf:"varint,5,opt,name=is_error,json=isError" json:"is_error,omitempty"` }
A call to the form of DocumentRef.Update that represents the data as a map or dictionary.
func (*UpdateTest) Descriptor ¶
func (*UpdateTest) Descriptor() ([]byte, []int)
func (*UpdateTest) GetDocRefPath ¶
func (m *UpdateTest) GetDocRefPath() string
func (*UpdateTest) GetIsError ¶
func (m *UpdateTest) GetIsError() bool
func (*UpdateTest) GetJsonData ¶
func (m *UpdateTest) GetJsonData() string
func (*UpdateTest) GetPrecondition ¶
func (m *UpdateTest) GetPrecondition() *google_firestore_v1beta1.Precondition
func (*UpdateTest) GetRequest ¶
func (m *UpdateTest) GetRequest() *google_firestore_v1beta14.CommitRequest
func (*UpdateTest) ProtoMessage ¶
func (*UpdateTest) ProtoMessage()
func (*UpdateTest) Reset ¶
func (m *UpdateTest) Reset()
func (*UpdateTest) String ¶
func (m *UpdateTest) String() string
type Where ¶
type Where struct { Path *FieldPath `protobuf:"bytes,1,opt,name=path" json:"path,omitempty"` Op string `protobuf:"bytes,2,opt,name=op" json:"op,omitempty"` JsonValue string `protobuf:"bytes,3,opt,name=json_value,json=jsonValue" json:"json_value,omitempty"` }
func (*Where) Descriptor ¶
func (*Where) GetJsonValue ¶
func (*Where) GetOp ¶
func (*Where) GetPath ¶
func (*Where) ProtoMessage ¶
func (*Where) ProtoMessage()
func (*Where) Reset ¶
func (m *Where) Reset()
func (*Where) String ¶
Source Files ¶
test.pb.go
- Version
- v0.23.0
- Published
- May 18, 2018
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 1 hour ago –
Tools for package owners.