Interface: IMethodOptions
google.protobuf.IMethodOptions
Properties of a MethodOptions.
Hierarchy
-
↳
IMethodOptions
Properties
.google.api.http
• Optional .google.api.http: null | $Properties
MethodOptions .google.api.http
Inherited from
.grpc.gateway.protoc_gen_openapiv2.options.openapiv2Operation
• Optional .grpc.gateway.protoc_gen_openapiv2.options.openapiv2Operation: null | $Properties
MethodOptions .grpc.gateway.protoc_gen_openapiv2.options.openapiv2Operation
Inherited from
$Properties..grpc.gateway.protoc_gen_openapiv2.options.openapiv2Operation
.nexusannotations.v1.operation
• Optional .nexusannotations.v1.operation: null | $Properties
MethodOptions .nexusannotations.v1.operation
Inherited from
$Properties..nexusannotations.v1.operation
.temporal.api.protometa.v1.requestHeader
• Optional .temporal.api.protometa.v1.requestHeader: null | $Properties[]
MethodOptions .temporal.api.protometa.v1.requestHeader
Inherited from
$Properties..temporal.api.protometa.v1.requestHeader
deprecated
• Optional deprecated: null | boolean
Is this method deprecated? Depending on the target platform, this can emit Deprecated annotations for the method, or it will be completely ignored; in the very least, this is a formalization for deprecating methods.
Inherited from
features
• Optional features: null | $Properties
Any features defined in the specific edition.
Inherited from
idempotencyLevel
• Optional idempotencyLevel: null | IdempotencyLevel
MethodOptions idempotencyLevel
Inherited from
uninterpretedOption
• Optional uninterpretedOption: null | $Properties[]
The parser stores options it doesn't recognize here. See above.