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()optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];DescriptorProtos.FieldDescriptorProto.getType()optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];DescriptorProtos.FieldDescriptorProtoOrBuilder.getType()optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];Descriptors.FieldDescriptor.Type.toProto()DescriptorProtos.FieldDescriptorProto.Type.valueOf(int value) Deprecated.DescriptorProtos.FieldDescriptorProto.Type.valueOf(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.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 TypeMethodDescriptionDescriptorProtos.FieldDescriptorProto.Type.internalGetValueMap()Methods in com.google.protobuf with parameters of type DescriptorProtos.FieldDescriptorProto.TypeModifier and TypeMethodDescriptionDescriptorProtos.FieldDescriptorProto.Builder.setType(DescriptorProtos.FieldDescriptorProto.Type value) optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];Descriptors.FieldDescriptor.Type.valueOf(DescriptorProtos.FieldDescriptorProto.Type type) Returns the enum constant of this class with the specified name.