Skip to main content

Interface: $Properties

protobuf.MethodDescriptorProto.$Properties

Properties of a MethodDescriptorProto.

Hierarchy

Properties

clientStreaming

Optional clientStreaming: null | boolean

Identifies if client streams multiple client messages


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.


name

Optional name: null | string

MethodDescriptorProto name


options

Optional options: null | $Properties

MethodDescriptorProto options


outputType

Optional outputType: null | string

MethodDescriptorProto outputType


serverStreaming

Optional serverStreaming: null | boolean

Identifies if server streams multiple server messages