Enumeration FieldOptions_OptionRetention

If set to RETENTION_SOURCE, the option will be omitted from the binary. Note: as of January 2023, support for this is in progress and does not yet have an effect (b/264593489).

Generated

from enum google.protobuf.FieldOptions.OptionRetention

Enumeration Members

RETENTION_RUNTIME: 1

Generated

from enum value: RETENTION_RUNTIME = 1;

RETENTION_SOURCE: 2

Generated

from enum value: RETENTION_SOURCE = 2;

RETENTION_UNKNOWN: 0

Generated

from enum value: RETENTION_UNKNOWN = 0;

Generated using TypeDoc