Uses of Interface
flyteidl.core.Literals.UnionOrBuilder
-
Packages that use Literals.UnionOrBuilder Package Description flyteidl.core -
-
Uses of Literals.UnionOrBuilder in flyteidl.core
Classes in flyteidl.core that implement Literals.UnionOrBuilder Modifier and Type Class Description static classLiterals.UnionThe runtime representation of a tagged union value.static classLiterals.Union.BuilderThe runtime representation of a tagged union value.Fields in flyteidl.core with type parameters of type Literals.UnionOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilderV3<Literals.Union,Literals.Union.Builder,Literals.UnionOrBuilder>Literals.Scalar.Builder. unionBuilder_Methods in flyteidl.core that return Literals.UnionOrBuilder Modifier and Type Method Description Literals.UnionOrBuilderLiterals.Scalar.Builder. getUnionOrBuilder().flyteidl.core.Union union = 9;Literals.UnionOrBuilderLiterals.Scalar. getUnionOrBuilder().flyteidl.core.Union union = 9;Literals.UnionOrBuilderLiterals.ScalarOrBuilder. getUnionOrBuilder().flyteidl.core.Union union = 9;Methods in flyteidl.core that return types with arguments of type Literals.UnionOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilderV3<Literals.Union,Literals.Union.Builder,Literals.UnionOrBuilder>Literals.Scalar.Builder. getUnionFieldBuilder().flyteidl.core.Union union = 9;
-