• Home
  • Raw
  • Download

Lines Matching defs:MethodDescriptorProto

1218 type MethodDescriptorProto struct {  struct
1219 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
1222 … *string `protobuf:"bytes,2,opt,name=input_type,json=inputType" json:"input_type,omitempty"`
1223 …tring `protobuf:"bytes,3,opt,name=output_type,json=outputType" json:"output_type,omitempty"`
1224 Options *MethodOptions `protobuf:"bytes,4,opt,name=options" json:"options,omitempty"`
1226 …:"varint,5,opt,name=client_streaming,json=clientStreaming,def=0" json:"client_streaming,omitempty"`
1228 …:"varint,6,opt,name=server_streaming,json=serverStreaming,def=0" json:"server_streaming,omitempty"`
1229 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1230 XXX_unrecognized []byte `json:"-"`
1231 XXX_sizecache int32 `json:"-"`
1234 func (m *MethodDescriptorProto) Reset() { *m = MethodDescriptorProto{} }
1235 func (m *MethodDescriptorProto) String() string { return proto.CompactTextString(m) }
1236 func (*MethodDescriptorProto) ProtoMessage() {}
1237 func (*MethodDescriptorProto) Descriptor() ([]byte, []int) {
1241 func (m *MethodDescriptorProto) XXX_Unmarshal(b []byte) error {
1244 func (m *MethodDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1247 func (m *MethodDescriptorProto) XXX_Merge(src proto.Message) {
1250 func (m *MethodDescriptorProto) XXX_Size() int {
1253 func (m *MethodDescriptorProto) XXX_DiscardUnknown() {
1262 func (m *MethodDescriptorProto) GetName() string {
1269 func (m *MethodDescriptorProto) GetInputType() string {
1276 func (m *MethodDescriptorProto) GetOutputType() string {
1283 func (m *MethodDescriptorProto) GetOptions() *MethodOptions {
1290 func (m *MethodDescriptorProto) GetClientStreaming() bool {
1297 func (m *MethodDescriptorProto) GetServerStreaming() bool {