Skip to main content

Interface: IMethodDescriptorProto

google.protobuf.IMethodDescriptorProto

Properties of a MethodDescriptorProto.

Hierarchy

Properties

clientStreaming

Optional clientStreaming: null | boolean

Identifies if client streams multiple client messages

Inherited from

$Properties.clientStreaming


inputType

Optional inputType: null | string

Input and output type names. These are resolved in the same way as FieldDescriptorProto.type_name, but must refer to a message type.

Inherited from

$Properties.inputType


name

Optional name: null | string

MethodDescriptorProto name

Inherited from

$Properties.name


options

Optional options: null | $Properties

MethodDescriptorProto options

Inherited from

$Properties.options


outputType

Optional outputType: null | string

MethodDescriptorProto outputType

Inherited from

$Properties.outputType


serverStreaming

Optional serverStreaming: null | boolean

Identifies if server streams multiple server messages

Inherited from

$Properties.serverStreaming