Searched defs:PutResponse (Results 1 – 2 of 2) sorted by relevance
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/ |
D | datastore_v3.pb.go | 2222 type PutResponse struct { struct 2223 Key []*Reference `protobuf:"bytes,1,rep,name=key" json:"key,omitempty"` 2224 Cost *Cost `protobuf:"bytes,2,opt,name=cost" json:"cost,omitempty"` 2225 Version []int64 `protobuf:"varint,3,rep,name=version" json:"version,omitempty"` 2226 XXX_unrecognized []byte `json:"-"` 2229 func (m *PutResponse) Reset() { *m = PutResponse{} } 2230 func (m *PutResponse) String() string { return proto.CompactTextString(m) } 2231 func (*PutResponse) ProtoMessage() {} 2233 func (m *PutResponse) GetKey() []*Reference { 2240 func (m *PutResponse) GetCost() *Cost { [all …]
|
D | datastore_v3.proto | 422 message PutResponse { message
|