Searched defs:AllocateIdsResponse (Results 1 – 2 of 2) sorted by relevance
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/ |
D | datastore_v3.pb.go | 2607 type AllocateIdsResponse struct { struct 2608 Start *int64 `protobuf:"varint,1,req,name=start" json:"start,omitempty"` 2609 End *int64 `protobuf:"varint,2,req,name=end" json:"end,omitempty"` 2610 Cost *Cost `protobuf:"bytes,3,opt,name=cost" json:"cost,omitempty"` 2611 XXX_unrecognized []byte `json:"-"` 2614 func (m *AllocateIdsResponse) Reset() { *m = AllocateIdsResponse{} } 2615 func (m *AllocateIdsResponse) String() string { return proto.CompactTextString(m) } 2616 func (*AllocateIdsResponse) ProtoMessage() {} 2618 func (m *AllocateIdsResponse) GetStart() int64 { 2625 func (m *AllocateIdsResponse) GetEnd() int64 { [all …]
|
D | datastore_v3.proto | 507 message AllocateIdsResponse { message
|