proto/google/protobuf/descriptor.pbenum library

Classes

Edition
The full set of known editions.
ExtensionRangeOptions_VerificationState
The verification state of the extension range.
FeatureSet_EnumType
FeatureSet_FieldPresence
FeatureSet_JsonFormat
FeatureSet_MessageEncoding
FeatureSet_RepeatedFieldEncoding
FeatureSet_Utf8Validation
FieldDescriptorProto_Label
FieldDescriptorProto_Type
FieldOptions_CType
FieldOptions_JSType
FieldOptions_OptionRetention
If set to RETENTION_SOURCE, the option will be omitted from the binary.
FieldOptions_OptionTargetType
This indicates the types of entities that the field may apply to when used as an option. If it is unset, then the field may be freely used as an option on any kind of entity.
FileOptions_OptimizeMode
Generated classes can be optimized for speed or code size.
GeneratedCodeInfo_Annotation_Semantic
Represents the identified object's effect on the element in the original .proto file.
MethodOptions_IdempotencyLevel
Is this method side-effect-free (or safe in HTTP parlance), or idempotent, or neither? HTTP based RPC implementation may choose GET verb for safe methods, and PUT verb for idempotent methods instead of the default POST.