Skip to main content

Interface: $Properties

protobuf.MethodOptions.$Properties

Properties of a MethodOptions.

Hierarchy

Properties

.google.api.http

Optional .google.api.http: null | $Properties

MethodOptions .google.api.http


.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


.nexusannotations.v1.operation

Optional .nexusannotations.v1.operation: null | $Properties

MethodOptions .nexusannotations.v1.operation


.temporal.api.protometa.v1.requestHeader

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

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 | $Properties

Any features defined in the specific edition.


idempotencyLevel

Optional idempotencyLevel: null | IdempotencyLevel

MethodOptions idempotencyLevel


uninterpretedOption

Optional uninterpretedOption: null | $Properties[]

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