Lines Matching defs:MethodDescriptorProto
865 type MethodDescriptorProto struct { struct
866 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
869 … *string `protobuf:"bytes,2,opt,name=input_type,json=inputType" json:"input_type,omitempty"`
870 …tring `protobuf:"bytes,3,opt,name=output_type,json=outputType" json:"output_type,omitempty"`
871 Options *MethodOptions `protobuf:"bytes,4,opt,name=options" json:"options,omitempty"`
873 …:"varint,5,opt,name=client_streaming,json=clientStreaming,def=0" json:"client_streaming,omitempty"`
875 …:"varint,6,opt,name=server_streaming,json=serverStreaming,def=0" json:"server_streaming,omitempty"`
876 XXX_unrecognized []byte `json:"-"`
879 func (m *MethodDescriptorProto) Reset() { *m = MethodDescriptorProto{} }
880 func (m *MethodDescriptorProto) String() string { return proto.CompactTextString(m) }
881 func (*MethodDescriptorProto) ProtoMessage() {}
882 func (*MethodDescriptorProto) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{8} }
887 func (m *MethodDescriptorProto) GetName() string {
894 func (m *MethodDescriptorProto) GetInputType() string {
901 func (m *MethodDescriptorProto) GetOutputType() string {
908 func (m *MethodDescriptorProto) GetOptions() *MethodOptions {
915 func (m *MethodDescriptorProto) GetClientStreaming() bool {
922 func (m *MethodDescriptorProto) GetServerStreaming() bool {