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, java.io.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
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Types.LiteralType.Builder
      Defines a strong type to allow type checking between interfaces.
      static class  Types.LiteralType.TypeCase  
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,​BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Method Detail

      • newInstance

        protected java.lang.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
      • 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.
      • 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
      • 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 java.io.IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        java.io.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​(java.lang.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​(java.nio.ByteBuffer data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Types.LiteralType parseFrom​(java.nio.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​(java.io.InputStream input)
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Types.LiteralType parseFrom​(java.io.InputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static Types.LiteralType parseDelimitedFrom​(java.io.InputStream input)
                                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static Types.LiteralType parseDelimitedFrom​(java.io.InputStream input,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Types.LiteralType parseFrom​(com.google.protobuf.CodedInputStream input)
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Types.LiteralType parseFrom​(com.google.protobuf.CodedInputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws java.io.IOException
        Throws:
        java.io.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