Properties of a MethodDescriptorProto.
Package
@google-cloud/speech!Properties
clientStreaming
clientStreaming
?:
(
boolean
|
null
);
MethodDescriptorProto clientStreaming
| Type | Description |
|---|---|
| (boolean|null) |
inputType
inputType
?:
(
string
|
null
);
MethodDescriptorProto inputType
| Type | Description |
|---|---|
| (string|null) |
name
name
?:
(
string
|
null
);
MethodDescriptorProto name
| Type | Description |
|---|---|
| (string|null) |
options
options
?:
(
google
.
protobuf
.
IMethodOptions
|
null
);
MethodDescriptorProto options
| Type | Description |
|---|---|
| ( google.protobuf.IMethodOptions |null) |
outputType
outputType
?:
(
string
|
null
);
MethodDescriptorProto outputType
| Type | Description |
|---|---|
| (string|null) |
serverStreaming
serverStreaming
?:
(
boolean
|
null
);
MethodDescriptorProto serverStreaming
| Type | Description |
|---|---|
| (boolean|null) |

