Uses of Class
flyteidl.core.Types.SimpleType
-
Packages that use Types.SimpleType Package Description flyteidl.core -
-
Uses of Types.SimpleType in flyteidl.core
Fields in flyteidl.core declared as Types.SimpleType Modifier and Type Field Description private static Types.SimpleType[]Types.SimpleType. VALUESFields in flyteidl.core with type parameters of type Types.SimpleType Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Types.SimpleType>Types.SimpleType. internalValueMapMethods in flyteidl.core that return Types.SimpleType Modifier and Type Method Description static Types.SimpleTypeTypes.SimpleType. forNumber(int value)Types.SimpleTypeTypes.LiteralType.Builder. getSimple()A simple type that can be compared one-to-one with another.Types.SimpleTypeTypes.LiteralType. getSimple()A simple type that can be compared one-to-one with another.Types.SimpleTypeTypes.LiteralTypeOrBuilder. getSimple()A simple type that can be compared one-to-one with another.static Types.SimpleTypeTypes.SimpleType. valueOf(int value)Deprecated.static Types.SimpleTypeTypes.SimpleType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Types.SimpleTypeTypes.SimpleType. valueOf(String name)Returns the enum constant of this type with the specified name.static Types.SimpleType[]Types.SimpleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in flyteidl.core that return types with arguments of type Types.SimpleType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Types.SimpleType>Types.SimpleType. internalGetValueMap()Methods in flyteidl.core with parameters of type Types.SimpleType Modifier and Type Method Description Types.LiteralType.BuilderTypes.LiteralType.Builder. setSimple(Types.SimpleType value)A simple type that can be compared one-to-one with another.
-