Properties of a MethodOptions.
Package
@google-cloud/runProperties
".google.api.http"
".google.api.http"
?:
(
google
.
api
.
IHttpRule
|
null
);
MethodOptions .google.api.http
".google.api.methodSignature"
".google.api.methodSignature"
?:
(
string
[]
|
null
);
MethodOptions .google.api.methodSignature
".google.api.routing"
".google.api.routing"
?:
(
google
.
api
.
IRoutingRule
|
null
);
MethodOptions .google.api.routing
".google.longrunning.operationInfo"
".google.longrunning.operationInfo"
?:
(
google
.
longrunning
.
IOperationInfo
|
null
);
MethodOptions .google.longrunning.operationInfo
deprecated
deprecated
?:
(
boolean
|
null
);
MethodOptions deprecated
features
features
?:
(
google
.
protobuf
.
IFeatureSet
|
null
);
MethodOptions features
idempotencyLevel
idempotencyLevel
?:
(
google
.
protobuf
.
MethodOptions
.
IdempotencyLevel
|
keyof
typeof
google
.
protobuf
.
MethodOptions
.
IdempotencyLevel
|
null
);
MethodOptions idempotencyLevel
uninterpretedOption
uninterpretedOption
?:
(
google
.
protobuf
.
IUninterpretedOption
[]
|
null
);
MethodOptions uninterpretedOption