Interface protos.google.protobuf.IMethod (2.2.0)

Properties of a Method.

Package

@google-cloud/service-management

Properties

name

name?: (string|null);

Method name

options

options?: (google.protobuf.IOption[]|null);

Method options

requestStreaming

requestStreaming?: (boolean|null);

Method requestStreaming

requestTypeUrl

requestTypeUrl?: (string|null);

Method requestTypeUrl

responseStreaming

responseStreaming?: (boolean|null);

Method responseStreaming

responseTypeUrl

responseTypeUrl?: (string|null);

Method responseTypeUrl

syntax

syntax?: (google.protobuf.Syntax|keyof typeof google.protobuf.Syntax|null);

Method syntax