MethodDescriptorProto

Describes a method of a service.

Properties

Link copied to clipboard
abstract val clientStreaming: Boolean

Identifies if client streams multiple client messages

Link copied to clipboard
abstract val inputType: String?

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

Link copied to clipboard
abstract val name: String?
Link copied to clipboard
abstract val options: MethodOptions
Link copied to clipboard
abstract val outputType: String?
Link copied to clipboard
Link copied to clipboard
abstract val serverStreaming: Boolean

Identifies if server streams multiple server messages

Functions

Link copied to clipboard
fun MethodDescriptorProto.copy(body: ERROR CLASS: Symbol not found for MethodDescriptorProto.Builder.() -> Unit = {}): MethodDescriptorProto

Copies the original message, including unknown fields.