Skip to main content

Interface: IMethodOptions

google.protobuf.IMethodOptions

Properties of a MethodOptions.

Implemented by

Properties

.google.api.http

Optional .google.api.http: null | IHttpRule

MethodOptions .google.api.http


.grpc.gateway.protoc_gen_openapiv2.options.openapiv2Operation

Optional .grpc.gateway.protoc_gen_openapiv2.options.openapiv2Operation: null | IOperation

MethodOptions .grpc.gateway.protoc_gen_openapiv2.options.openapiv2Operation


.temporal.api.protometa.v1.requestHeader

Optional .temporal.api.protometa.v1.requestHeader: null | IRequestHeaderAnnotation[]

MethodOptions .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.


features

Optional features: null | IFeatureSet

Any features defined in the specific edition.


idempotencyLevel

Optional idempotencyLevel: null | IdempotencyLevel

MethodOptions idempotencyLevel


uninterpretedOption

Optional uninterpretedOption: null | IUninterpretedOption[]

The parser stores options it doesn't recognize here. See above.