Uses of Enum Class
com.google.protobuf.DescriptorProtos.Edition
Packages that use DescriptorProtos.Edition
-
Uses of DescriptorProtos.Edition in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.EditionModifier and TypeMethodDescriptionstatic DescriptorProtos.EditionDescriptorProtos.Edition.forNumber(int value) DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault.Builder.getEdition()optional .google.protobuf.Edition edition = 3 [json_name = "edition"];DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault.getEdition()optional .google.protobuf.Edition edition = 3 [json_name = "edition"];DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefaultOrBuilder.getEdition()optional .google.protobuf.Edition edition = 3 [json_name = "edition"];DescriptorProtos.FieldOptions.EditionDefault.Builder.getEdition()optional .google.protobuf.Edition edition = 3 [json_name = "edition"];DescriptorProtos.FieldOptions.EditionDefault.getEdition()optional .google.protobuf.Edition edition = 3 [json_name = "edition"];DescriptorProtos.FieldOptions.EditionDefaultOrBuilder.getEdition()optional .google.protobuf.Edition edition = 3 [json_name = "edition"];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.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.EditionDescriptorProtos.Edition.valueOf(int value) Deprecated.static DescriptorProtos.EditionReturns 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 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 with parameters of type DescriptorProtos.EditionModifier and TypeMethodDescriptionDescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault.Builder.setEdition(DescriptorProtos.Edition value) optional .google.protobuf.Edition edition = 3 [json_name = "edition"];DescriptorProtos.FieldOptions.EditionDefault.Builder.setEdition(DescriptorProtos.Edition value) optional .google.protobuf.Edition edition = 3 [json_name = "edition"];DescriptorProtos.FileDescriptorProto.Builder.setEdition(DescriptorProtos.Edition value) The edition of the proto file.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.