Uses of Enum Class
com.google.protobuf.generated.DescriptorProtos.Edition
Packages that use DescriptorProtos.Edition
-
Uses of DescriptorProtos.Edition in com.google.protobuf.generated
Subclasses with type arguments of type DescriptorProtos.Edition in com.google.protobuf.generatedModifier and TypeClassDescriptionstatic enum
The full set of known editions.Methods in com.google.protobuf.generated that return DescriptorProtos.EditionModifier and TypeMethodDescriptionstatic DescriptorProtos.Edition
DescriptorProtos.Edition.forNumber
(int value) DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault.Builder.getEdition()
optional .google.protobuf.Edition edition = 3;
DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault.getEdition()
optional .google.protobuf.Edition edition = 3;
DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefaultOrBuilder.getEdition()
optional .google.protobuf.Edition edition = 3;
DescriptorProtos.FieldOptions.EditionDefault.Builder.getEdition()
optional .google.protobuf.Edition edition = 3;
DescriptorProtos.FieldOptions.EditionDefault.getEdition()
optional .google.protobuf.Edition edition = 3;
DescriptorProtos.FieldOptions.EditionDefaultOrBuilder.getEdition()
optional .google.protobuf.Edition edition = 3;
DescriptorProtos.FileDescriptorProto.Builder.getEdition()
The edition of the proto file.DescriptorProtos.FileDescriptorProto.getEdition()
The edition of the proto file.DescriptorProtos.FileDescriptorProtoOrBuilder.getEdition()
The edition of the proto file.DescriptorProtos.FieldOptions.FeatureSupport.Builder.getEditionDeprecated()
The edition this feature becomes deprecated in.DescriptorProtos.FieldOptions.FeatureSupport.getEditionDeprecated()
The edition this feature becomes deprecated in.DescriptorProtos.FieldOptions.FeatureSupportOrBuilder.getEditionDeprecated()
The edition this feature becomes deprecated in.DescriptorProtos.FieldOptions.FeatureSupport.Builder.getEditionIntroduced()
The edition that this feature was first available in.DescriptorProtos.FieldOptions.FeatureSupport.getEditionIntroduced()
The edition that this feature was first available in.DescriptorProtos.FieldOptions.FeatureSupportOrBuilder.getEditionIntroduced()
The edition that this feature was first available in.DescriptorProtos.FieldOptions.FeatureSupport.Builder.getEditionRemoved()
The edition this feature is no longer available in.DescriptorProtos.FieldOptions.FeatureSupport.getEditionRemoved()
The edition this feature is no longer available in.DescriptorProtos.FieldOptions.FeatureSupportOrBuilder.getEditionRemoved()
The edition this feature is no longer available in.DescriptorProtos.FeatureSetDefaults.Builder.getMaximumEdition()
The maximum known edition (inclusive) when this was constructed.DescriptorProtos.FeatureSetDefaults.getMaximumEdition()
The maximum known edition (inclusive) when this was constructed.DescriptorProtos.FeatureSetDefaultsOrBuilder.getMaximumEdition()
The maximum known edition (inclusive) when this was constructed.DescriptorProtos.FeatureSetDefaults.Builder.getMinimumEdition()
The minimum supported edition (inclusive) when this was constructed.DescriptorProtos.FeatureSetDefaults.getMinimumEdition()
The minimum supported edition (inclusive) when this was constructed.DescriptorProtos.FeatureSetDefaultsOrBuilder.getMinimumEdition()
The minimum supported edition (inclusive) when this was constructed.static DescriptorProtos.Edition
DescriptorProtos.Edition.valueOf
(int value) Deprecated.static DescriptorProtos.Edition
DescriptorProtos.Edition.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static DescriptorProtos.Edition
Returns the enum constant of this class with the specified name.static DescriptorProtos.Edition[]
DescriptorProtos.Edition.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.protobuf.generated that return types with arguments of type DescriptorProtos.EditionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<DescriptorProtos.Edition> DescriptorProtos.Edition.internalGetValueMap()
Methods in com.google.protobuf.generated with parameters of type DescriptorProtos.EditionModifier and TypeMethodDescriptionDescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault.Builder.setEdition
(DescriptorProtos.Edition value) optional .google.protobuf.Edition edition = 3;
DescriptorProtos.FieldOptions.EditionDefault.Builder.setEdition
(DescriptorProtos.Edition value) optional .google.protobuf.Edition edition = 3;
DescriptorProtos.FileDescriptorProto.Builder.setEdition
(DescriptorProtos.Edition value) The edition of the proto file.DescriptorProtos.FieldOptions.FeatureSupport.Builder.setEditionDeprecated
(DescriptorProtos.Edition value) The edition this feature becomes deprecated in.DescriptorProtos.FieldOptions.FeatureSupport.Builder.setEditionIntroduced
(DescriptorProtos.Edition value) The edition that this feature was first available in.DescriptorProtos.FieldOptions.FeatureSupport.Builder.setEditionRemoved
(DescriptorProtos.Edition value) The edition this feature is no longer available in.DescriptorProtos.FeatureSetDefaults.Builder.setMaximumEdition
(DescriptorProtos.Edition value) The maximum known edition (inclusive) when this was constructed.DescriptorProtos.FeatureSetDefaults.Builder.setMinimumEdition
(DescriptorProtos.Edition value) The minimum supported edition (inclusive) when this was constructed.