Google.Protobuf.Reflection.EnumValueOptions
public sealed class EnumValueOptions : IExtendableMessage<EnumValueOptions>, IMessage<EnumValueOptions>, IMessage, IEquatable<EnumValueOptions>, IDeepCloneable<EnumValueOptions>, IBufferMessage
Field number for the "debug_redact" field.
Field number for the "deprecated" field.
Field number for the "features" field.
Field number for the "feature_support" field.
Field number for the "uninterpreted_option" field.
Indicate that fields annotated with this enum value should not be printed
out when using debug formats, e.g. when the field contains sensitive
credentials.
Is this enum value deprecated?
Depending on the target platform, this can emit Deprecated annotations
for the enum value, or it will be completely ignored; in the very least,
this is a formalization for deprecating enum values.
Any features defined in the specific edition.
WARNING: This field should only be used by protobuf plugins or special
cases like the proto compiler. Other uses are discouraged and
developers should rely on the protoreflect APIs for their client language.
Information about the support window of a feature value.
Gets whether the "debug_redact" field is set
Gets whether the "deprecated" field is set
The parser stores options it doesn't recognize here. See above.
public EnumValueOptions()
Clears the value of the "debug_redact" field
Clears the value of the "deprecated" field
public RepeatedField<TValue> GetExtension<TValue>(RepeatedExtension<EnumValueOptions, TValue> extension)
public RepeatedField<TValue> GetOrInitializeExtension<TValue>(RepeatedExtension<EnumValueOptions, TValue> extension)