Uses of Interface
flyteidl.core.Literals.BinaryOrBuilder
-
Packages that use Literals.BinaryOrBuilder Package Description flyteidl.core -
-
Uses of Literals.BinaryOrBuilder in flyteidl.core
Classes in flyteidl.core that implement Literals.BinaryOrBuilder Modifier and Type Class Description static classLiterals.BinaryA simple byte array with a tag to help different parts of the system communicate about what is in the byte array.static classLiterals.Binary.BuilderA simple byte array with a tag to help different parts of the system communicate about what is in the byte array.Fields in flyteidl.core with type parameters of type Literals.BinaryOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilderV3<Literals.Binary,Literals.Binary.Builder,Literals.BinaryOrBuilder>Literals.Scalar.Builder. binaryBuilder_Methods in flyteidl.core that return Literals.BinaryOrBuilder Modifier and Type Method Description Literals.BinaryOrBuilderLiterals.Scalar.Builder. getBinaryOrBuilder().flyteidl.core.Binary binary = 3;Literals.BinaryOrBuilderLiterals.Scalar. getBinaryOrBuilder().flyteidl.core.Binary binary = 3;Literals.BinaryOrBuilderLiterals.ScalarOrBuilder. getBinaryOrBuilder().flyteidl.core.Binary binary = 3;Methods in flyteidl.core that return types with arguments of type Literals.BinaryOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilderV3<Literals.Binary,Literals.Binary.Builder,Literals.BinaryOrBuilder>Literals.Scalar.Builder. getBinaryFieldBuilder().flyteidl.core.Binary binary = 3;
-