Uses of Class
com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
Packages that use DescriptorProtos.FieldDescriptorProto.Type Package Description com.google.protobuf -
-
Uses of DescriptorProtos.FieldDescriptorProto.Type in com.google.protobuf
Fields in com.google.protobuf declared as DescriptorProtos.FieldDescriptorProto.Type Modifier and Type Field Description private static DescriptorProtos.FieldDescriptorProto.Type[]DescriptorProtos.FieldDescriptorProto.Type. VALUESFields in com.google.protobuf with type parameters of type DescriptorProtos.FieldDescriptorProto.Type Modifier and Type Field Description private static Internal.EnumLiteMap<DescriptorProtos.FieldDescriptorProto.Type>DescriptorProtos.FieldDescriptorProto.Type. internalValueMapMethods in com.google.protobuf that return DescriptorProtos.FieldDescriptorProto.Type Modifier and Type Method Description static DescriptorProtos.FieldDescriptorProto.TypeDescriptorProtos.FieldDescriptorProto.Type. forNumber(int value)DescriptorProtos.FieldDescriptorProto.TypeDescriptorProtos.FieldDescriptorProto.Builder. getType()If type_name is set, this need not be set.DescriptorProtos.FieldDescriptorProto.TypeDescriptorProtos.FieldDescriptorProto. getType()If type_name is set, this need not be set.DescriptorProtos.FieldDescriptorProto.TypeDescriptorProtos.FieldDescriptorProtoOrBuilder. getType()If type_name is set, this need not be set.DescriptorProtos.FieldDescriptorProto.TypeDescriptors.FieldDescriptor.Type. toProto()static DescriptorProtos.FieldDescriptorProto.TypeDescriptorProtos.FieldDescriptorProto.Type. valueOf(int value)Deprecated.static DescriptorProtos.FieldDescriptorProto.TypeDescriptorProtos.FieldDescriptorProto.Type. valueOf(Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static DescriptorProtos.FieldDescriptorProto.TypeDescriptorProtos.FieldDescriptorProto.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DescriptorProtos.FieldDescriptorProto.Type[]DescriptorProtos.FieldDescriptorProto.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.FieldDescriptorProto.Type Modifier and Type Method Description static Internal.EnumLiteMap<DescriptorProtos.FieldDescriptorProto.Type>DescriptorProtos.FieldDescriptorProto.Type. internalGetValueMap()Methods in com.google.protobuf with parameters of type DescriptorProtos.FieldDescriptorProto.Type Modifier and Type Method Description DescriptorProtos.FieldDescriptorProto.BuilderDescriptorProtos.FieldDescriptorProto.Builder. setType(DescriptorProtos.FieldDescriptorProto.Type value)If type_name is set, this need not be set.static Descriptors.FieldDescriptor.TypeDescriptors.FieldDescriptor.Type. valueOf(DescriptorProtos.FieldDescriptorProto.Type type)Returns the enum constant of this type with the specified name.
-