Uses of Enum Class
com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
Packages that use DescriptorProtos.FieldDescriptorProto.Type
-
Uses of DescriptorProtos.FieldDescriptorProto.Type in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.FieldDescriptorProto.TypeModifier and TypeMethodDescriptionDescriptorProtos.FieldDescriptorProto.Type.forNumber(int value) DescriptorProtos.FieldDescriptorProto.Builder.getType()If type_name is set, this need not be set.DescriptorProtos.FieldDescriptorProto.getType()If type_name is set, this need not be set.DescriptorProtos.FieldDescriptorProtoOrBuilder.getType()If type_name is set, this need not be set.DescriptorProtos.FieldDescriptorProto.Type.valueOf(int value) Deprecated.Returns the enum constant of this class with the specified name.DescriptorProtos.FieldDescriptorProto.Type.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.FieldDescriptorProto.TypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<DescriptorProtos.FieldDescriptorProto.Type>DescriptorProtos.FieldDescriptorProto.Type.internalGetValueMap()Methods in com.google.protobuf with parameters of type DescriptorProtos.FieldDescriptorProto.TypeModifier and TypeMethodDescriptionDescriptorProtos.FieldDescriptorProto.Builder.setType(DescriptorProtos.FieldDescriptorProto.Type value) If type_name is set, this need not be set.