Uses of Class
com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
Packages that use DescriptorProtos.FieldDescriptorProto.Type Package Description com.google.protobuf dev.cel.checker -
-
Uses of DescriptorProtos.FieldDescriptorProto.Type in com.google.protobuf
Methods 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()optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];DescriptorProtos.FieldDescriptorProto.TypeDescriptorProtos.FieldDescriptorProto. getType()optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];DescriptorProtos.FieldDescriptorProto.TypeDescriptorProtos.FieldDescriptorProtoOrBuilder. getType()optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];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)optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];static Descriptors.FieldDescriptor.TypeDescriptors.FieldDescriptor.Type. valueOf(DescriptorProtos.FieldDescriptorProto.Type type)Returns the enum constant of this type with the specified name. -
Uses of DescriptorProtos.FieldDescriptorProto.Type in dev.cel.checker
Methods in dev.cel.checker that return DescriptorProtos.FieldDescriptorProto.Type Modifier and Type Method Description abstract DescriptorProtos.FieldDescriptorProto.TypeDescriptorTypeProvider.TypeDef. protoType()The proto-based type enum for the type.Methods in dev.cel.checker with parameters of type DescriptorProtos.FieldDescriptorProto.Type Modifier and Type Method Description static DescriptorTypeProvider.TypeDefDescriptorTypeProvider.TypeDef. of(DescriptorProtos.FieldDescriptorProto.Type protoType)Create aTypeDeffor a primitive type.
-