Properties of a Method.
Package
@google-cloud/service-usage!Properties
name
name?: (string|null);
Method name
Type | Description |
(string|null) |
options
options?: (google.protobuf.IOption[]|null);
Method options
Type | Description |
(google.protobuf.IOption[]|null) |
requestStreaming
requestStreaming?: (boolean|null);
Method requestStreaming
Type | Description |
(boolean|null) |
requestTypeUrl
requestTypeUrl?: (string|null);
Method requestTypeUrl
Type | Description |
(string|null) |
responseStreaming
responseStreaming?: (boolean|null);
Method responseStreaming
Type | Description |
(boolean|null) |
responseTypeUrl
responseTypeUrl?: (string|null);
Method responseTypeUrl
Type | Description |
(string|null) |
syntax
syntax?: (google.protobuf.Syntax|keyof typeof google.protobuf.Syntax|null);
Method syntax
Type | Description |
(google.protobuf.Syntax|keyof typeof google.protobuf.Syntax|null) |