Package flyteidl.core

Class Types.LiteralType

  • All Implemented Interfaces:
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Types.LiteralTypeOrBuilder, Serializable
    Enclosing class:
    Types

    public static final class Types.LiteralType
    extends com.google.protobuf.GeneratedMessageV3
    implements Types.LiteralTypeOrBuilder
     Defines a strong type to allow type checking between interfaces.
     
    Protobuf type flyteidl.core.LiteralType
    See Also:
    Serialized Form
    • Constructor Detail

      • LiteralType

        private LiteralType​(com.google.protobuf.GeneratedMessageV3.Builder<?> builder)
      • LiteralType

        private LiteralType()
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • hasSimple

        public boolean hasSimple()
         A simple type that can be compared one-to-one with another.
         
        .flyteidl.core.SimpleType simple = 1;
        Specified by:
        hasSimple in interface Types.LiteralTypeOrBuilder
        Returns:
        Whether the simple field is set.
      • getSimpleValue

        public int getSimpleValue()
         A simple type that can be compared one-to-one with another.
         
        .flyteidl.core.SimpleType simple = 1;
        Specified by:
        getSimpleValue in interface Types.LiteralTypeOrBuilder
        Returns:
        The enum numeric value on the wire for simple.
      • hasSchema

        public boolean hasSchema()
         A complex type that requires matching of inner fields.
         
        .flyteidl.core.SchemaType schema = 2;
        Specified by:
        hasSchema in interface Types.LiteralTypeOrBuilder
        Returns:
        Whether the schema field is set.
      • hasCollectionType

        public boolean hasCollectionType()
         Defines the type of the value of a collection. Only homogeneous collections are allowed.
         
        .flyteidl.core.LiteralType collection_type = 3;
        Specified by:
        hasCollectionType in interface Types.LiteralTypeOrBuilder
        Returns:
        Whether the collectionType field is set.
      • getCollectionType

        public Types.LiteralType getCollectionType()
         Defines the type of the value of a collection. Only homogeneous collections are allowed.
         
        .flyteidl.core.LiteralType collection_type = 3;
        Specified by:
        getCollectionType in interface Types.LiteralTypeOrBuilder
        Returns:
        The collectionType.
      • hasMapValueType

        public boolean hasMapValueType()
         Defines the type of the value of a map type. The type of the key is always a string.
         
        .flyteidl.core.LiteralType map_value_type = 4;
        Specified by:
        hasMapValueType in interface Types.LiteralTypeOrBuilder
        Returns:
        Whether the mapValueType field is set.
      • getMapValueType

        public Types.LiteralType getMapValueType()
         Defines the type of the value of a map type. The type of the key is always a string.
         
        .flyteidl.core.LiteralType map_value_type = 4;
        Specified by:
        getMapValueType in interface Types.LiteralTypeOrBuilder
        Returns:
        The mapValueType.
      • hasBlob

        public boolean hasBlob()
         A blob might have specialized implementation details depending on associated metadata.
         
        .flyteidl.core.BlobType blob = 5;
        Specified by:
        hasBlob in interface Types.LiteralTypeOrBuilder
        Returns:
        Whether the blob field is set.
      • getBlob

        public Types.BlobType getBlob()
         A blob might have specialized implementation details depending on associated metadata.
         
        .flyteidl.core.BlobType blob = 5;
        Specified by:
        getBlob in interface Types.LiteralTypeOrBuilder
        Returns:
        The blob.
      • hasEnumType

        public boolean hasEnumType()
         Defines an enum with pre-defined string values.
         
        .flyteidl.core.EnumType enum_type = 7;
        Specified by:
        hasEnumType in interface Types.LiteralTypeOrBuilder
        Returns:
        Whether the enumType field is set.
      • hasStructuredDatasetType

        public boolean hasStructuredDatasetType()
         Generalized schema support
         
        .flyteidl.core.StructuredDatasetType structured_dataset_type = 8;
        Specified by:
        hasStructuredDatasetType in interface Types.LiteralTypeOrBuilder
        Returns:
        Whether the structuredDatasetType field is set.
      • hasUnionType

        public boolean hasUnionType()
         Defines an union type with pre-defined LiteralTypes.
         
        .flyteidl.core.UnionType union_type = 10;
        Specified by:
        hasUnionType in interface Types.LiteralTypeOrBuilder
        Returns:
        Whether the unionType field is set.
      • hasMetadata

        public boolean hasMetadata()
         This field contains type metadata that is descriptive of the type, but is NOT considered in type-checking.  This might be used by
         consumers to identify special behavior or display extended information for the type.
         
        .google.protobuf.Struct metadata = 6;
        Specified by:
        hasMetadata in interface Types.LiteralTypeOrBuilder
        Returns:
        Whether the metadata field is set.
      • getMetadata

        public com.google.protobuf.Struct getMetadata()
         This field contains type metadata that is descriptive of the type, but is NOT considered in type-checking.  This might be used by
         consumers to identify special behavior or display extended information for the type.
         
        .google.protobuf.Struct metadata = 6;
        Specified by:
        getMetadata in interface Types.LiteralTypeOrBuilder
        Returns:
        The metadata.
      • getMetadataOrBuilder

        public com.google.protobuf.StructOrBuilder getMetadataOrBuilder()
         This field contains type metadata that is descriptive of the type, but is NOT considered in type-checking.  This might be used by
         consumers to identify special behavior or display extended information for the type.
         
        .google.protobuf.Struct metadata = 6;
        Specified by:
        getMetadataOrBuilder in interface Types.LiteralTypeOrBuilder
      • hasAnnotation

        public boolean hasAnnotation()
         This field contains arbitrary data that might have special semantic
         meaning for the client but does not effect internal flyte behavior.
         
        .flyteidl.core.TypeAnnotation annotation = 9;
        Specified by:
        hasAnnotation in interface Types.LiteralTypeOrBuilder
        Returns:
        Whether the annotation field is set.
      • getAnnotation

        public Types.TypeAnnotation getAnnotation()
         This field contains arbitrary data that might have special semantic
         meaning for the client but does not effect internal flyte behavior.
         
        .flyteidl.core.TypeAnnotation annotation = 9;
        Specified by:
        getAnnotation in interface Types.LiteralTypeOrBuilder
        Returns:
        The annotation.
      • hasStructure

        public boolean hasStructure()
         Hints to improve type matching.
         
        .flyteidl.core.TypeStructure structure = 11;
        Specified by:
        hasStructure in interface Types.LiteralTypeOrBuilder
        Returns:
        Whether the structure field is set.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static Types.LiteralType parseFrom​(ByteBuffer data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Types.LiteralType parseFrom​(ByteBuffer data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Types.LiteralType parseFrom​(com.google.protobuf.ByteString data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Types.LiteralType parseFrom​(com.google.protobuf.ByteString data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Types.LiteralType parseFrom​(byte[] data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Types.LiteralType parseFrom​(byte[] data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Types.LiteralType parseFrom​(com.google.protobuf.CodedInputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws IOException
        Throws:
        IOException
      • newBuilderForType

        public Types.LiteralType.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public Types.LiteralType.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected Types.LiteralType.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<Types.LiteralType> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public Types.LiteralType getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder