EnumValueOptions
Properties
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.
Returns the value of the debugRedact field if present, otherwise null.
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.
Returns the value of the deprecated field if present, otherwise null.
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.
Returns the value of the features field if present, otherwise null.
Information about the support window of a feature value.
Returns the value of the featureSupport field if present, otherwise null.
Returns the field-presence view for this EnumValueOptions instance.
The parser stores options it doesn't recognize here. See above.
Functions
Copies the original message, including unknown fields.