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