Uses of Interface
flyteidl.core.Types.UnionTypeOrBuilder
-
Packages that use Types.UnionTypeOrBuilder Package Description flyteidl.core -
-
Uses of Types.UnionTypeOrBuilder in flyteidl.core
Classes in flyteidl.core that implement Types.UnionTypeOrBuilder Modifier and Type Class Description static classTypes.UnionTypeDefines a tagged union type, also known as a variant (and formally as the sum type).static classTypes.UnionType.BuilderDefines a tagged union type, also known as a variant (and formally as the sum type).Fields in flyteidl.core with type parameters of type Types.UnionTypeOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilderV3<Types.UnionType,Types.UnionType.Builder,Types.UnionTypeOrBuilder>Types.LiteralType.Builder. unionTypeBuilder_Methods in flyteidl.core that return Types.UnionTypeOrBuilder Modifier and Type Method Description Types.UnionTypeOrBuilderTypes.LiteralType.Builder. getUnionTypeOrBuilder()Defines an union type with pre-defined LiteralTypes.Types.UnionTypeOrBuilderTypes.LiteralType. getUnionTypeOrBuilder()Defines an union type with pre-defined LiteralTypes.Types.UnionTypeOrBuilderTypes.LiteralTypeOrBuilder. getUnionTypeOrBuilder()Defines an union type with pre-defined LiteralTypes.Methods in flyteidl.core that return types with arguments of type Types.UnionTypeOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilderV3<Types.UnionType,Types.UnionType.Builder,Types.UnionTypeOrBuilder>Types.LiteralType.Builder. getUnionTypeFieldBuilder()Defines an union type with pre-defined LiteralTypes.
-