Interface protos.google.protobuf.IMethod (0.2.6)

Properties of a Method.

Package

@google-cloud/service-management!

Properties

name

name?: (string|null);

Method name

Property Value
TypeDescription
(string|null)

options

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

Method options

Property Value
TypeDescription
(google.protobuf.IOption[]|null)

requestStreaming

requestStreaming?: (boolean|null);

Method requestStreaming

Property Value
TypeDescription
(boolean|null)

requestTypeUrl

requestTypeUrl?: (string|null);

Method requestTypeUrl

Property Value
TypeDescription
(string|null)

responseStreaming

responseStreaming?: (boolean|null);

Method responseStreaming

Property Value
TypeDescription
(boolean|null)

responseTypeUrl

responseTypeUrl?: (string|null);

Method responseTypeUrl

Property Value
TypeDescription
(string|null)

syntax

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

Method syntax

Property Value
TypeDescription
(google.protobuf.Syntax|keyof typeof google.protobuf.Syntax|null)