Home
last modified time | relevance | path

Searched defs:DeleteResponse (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go2388 type DeleteResponse struct { struct
2389 Cost *Cost `protobuf:"bytes,1,opt,name=cost" json:"cost,omitempty"`
2390 Version []int64 `protobuf:"varint,3,rep,name=version" json:"version,omitempty"`
2391 XXX_unrecognized []byte `json:"-"`
2394 func (m *DeleteResponse) Reset() { *m = DeleteResponse{} }
2395 func (m *DeleteResponse) String() string { return proto.CompactTextString(m) }
2396 func (*DeleteResponse) ProtoMessage() {}
2398 func (m *DeleteResponse) GetCost() *Cost {
2405 func (m *DeleteResponse) GetVersion() []int64 {
Ddatastore_v3.proto455 message DeleteResponse { message