Package flyteidl.core

Interface Literals.ScalarOrBuilder

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

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

      • hasPrimitive

        boolean hasPrimitive()
        .flyteidl.core.Primitive primitive = 1;
        Returns:
        Whether the primitive field is set.
      • getPrimitive

        Literals.Primitive getPrimitive()
        .flyteidl.core.Primitive primitive = 1;
        Returns:
        The primitive.
      • hasBlob

        boolean hasBlob()
        .flyteidl.core.Blob blob = 2;
        Returns:
        Whether the blob field is set.
      • getBlob

        Literals.Blob getBlob()
        .flyteidl.core.Blob blob = 2;
        Returns:
        The blob.
      • hasBinary

        boolean hasBinary()
        .flyteidl.core.Binary binary = 3;
        Returns:
        Whether the binary field is set.
      • getBinary

        Literals.Binary getBinary()
        .flyteidl.core.Binary binary = 3;
        Returns:
        The binary.
      • hasSchema

        boolean hasSchema()
        .flyteidl.core.Schema schema = 4;
        Returns:
        Whether the schema field is set.
      • getSchema

        Literals.Schema getSchema()
        .flyteidl.core.Schema schema = 4;
        Returns:
        The schema.
      • hasNoneType

        boolean hasNoneType()
        .flyteidl.core.Void none_type = 5;
        Returns:
        Whether the noneType field is set.
      • getNoneType

        Literals.Void getNoneType()
        .flyteidl.core.Void none_type = 5;
        Returns:
        The noneType.
      • hasError

        boolean hasError()
        .flyteidl.core.Error error = 6;
        Returns:
        Whether the error field is set.
      • getError

        Types.Error getError()
        .flyteidl.core.Error error = 6;
        Returns:
        The error.
      • hasGeneric

        boolean hasGeneric()
        .google.protobuf.Struct generic = 7;
        Returns:
        Whether the generic field is set.
      • getGeneric

        com.google.protobuf.Struct getGeneric()
        .google.protobuf.Struct generic = 7;
        Returns:
        The generic.
      • getGenericOrBuilder

        com.google.protobuf.StructOrBuilder getGenericOrBuilder()
        .google.protobuf.Struct generic = 7;
      • hasStructuredDataset

        boolean hasStructuredDataset()
        .flyteidl.core.StructuredDataset structured_dataset = 8;
        Returns:
        Whether the structuredDataset field is set.
      • getStructuredDataset

        Literals.StructuredDataset getStructuredDataset()
        .flyteidl.core.StructuredDataset structured_dataset = 8;
        Returns:
        The structuredDataset.
      • hasUnion

        boolean hasUnion()
        .flyteidl.core.Union union = 9;
        Returns:
        Whether the union field is set.
      • getUnion

        Literals.Union getUnion()
        .flyteidl.core.Union union = 9;
        Returns:
        The union.