Lines Matching defs:Request
54 type Request struct { struct
57 …Taste Request_Flavour `protobuf:"varint,3,opt,name=taste,proto3,enum=proto3.Request…
58 …ook *Book `protobuf:"bytes,4,opt,name=book,proto3" json:"book,omitempty"`
59 … []int64 `protobuf:"varint,5,rep,name=unpacked,proto3" json:"unpacked,omitempty"`
60 XXX_NoUnkeyedLiteral struct{} `json:"-"`
61 XXX_unrecognized []byte `json:"-"`
62 XXX_sizecache int32 `json:"-"`
65 func (m *Request) Reset() { *m = Request{} }
66 func (m *Request) String() string { return proto.CompactTextString(m) }
67 func (*Request) ProtoMessage() {}
68 func (*Request) Descriptor() ([]byte, []int) {
72 func (m *Request) XXX_Unmarshal(b []byte) error {
75 func (m *Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
78 func (m *Request) XXX_Merge(src proto.Message) {
81 func (m *Request) XXX_Size() int {
84 func (m *Request) XXX_DiscardUnknown() {
90 func (m *Request) GetName() string {
97 func (m *Request) GetKey() []int64 {
104 func (m *Request) GetTaste() Request_Flavour {
111 func (m *Request) GetBook() *Book {
118 func (m *Request) GetUnpacked() []int64 {