Package flyteidl.core

Interface Literals.UnionOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Literals.Union, Literals.Union.Builder
    Enclosing class:
    Literals

    public static interface Literals.UnionOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasValue

        boolean hasValue()
        .flyteidl.core.Literal value = 1;
        Returns:
        Whether the value field is set.
      • getValue

        Literals.Literal getValue()
        .flyteidl.core.Literal value = 1;
        Returns:
        The value.
      • hasType

        boolean hasType()
        .flyteidl.core.LiteralType type = 2;
        Returns:
        Whether the type field is set.
      • getType

        Types.LiteralType getType()
        .flyteidl.core.LiteralType type = 2;
        Returns:
        The type.