Skip to main content

Interface: IServiceOptions

google.protobuf.IServiceOptions

Properties of a ServiceOptions.

Implemented by

Properties

deprecated

Optional deprecated: null | boolean

Is this service deprecated? Depending on the target platform, this can emit Deprecated annotations for the service, or it will be completely ignored; in the very least, this is a formalization for deprecating services.


features

Optional features: null | IFeatureSet

Any features defined in the specific edition.


uninterpretedOption

Optional uninterpretedOption: null | IUninterpretedOption[]

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