Describes a service declaration in a protobuf source file.

Hierarchy

  • DescService

Properties

deprecated: boolean

Marked as deprecated in the protobuf source.

file: DescFile

The file this service was declared in.

kind: "service"
methods: DescMethod[]

The RPCs this service declares.

name: string

The name of the service, as specified in the protobuf source.

The compiler-generated descriptor.

typeName: string

The fully qualified name of the service. (We omit the leading dot.)

Methods

  • Get comments on the element in the protobuf source.

    Returns DescComments

  • Returns string

Generated using TypeDoc