Package flyteidl.core

Interface Types.StructuredDatasetType.DatasetColumnOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Types.LiteralType getLiteralType()
      The column type.
      Types.LiteralTypeOrBuilder getLiteralTypeOrBuilder()
      The column type.
      String getName()
      A unique name within the schema type for the column.
      com.google.protobuf.ByteString getNameBytes()
      A unique name within the schema type for the column.
      boolean hasLiteralType()
      The column type.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getName

        String getName()
         A unique name within the schema type for the column.
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         A unique name within the schema type for the column.
         
        string name = 1;
        Returns:
        The bytes for name.
      • hasLiteralType

        boolean hasLiteralType()
         The column type.
         
        .flyteidl.core.LiteralType literal_type = 2;
        Returns:
        Whether the literalType field is set.
      • getLiteralType

        Types.LiteralType getLiteralType()
         The column type.
         
        .flyteidl.core.LiteralType literal_type = 2;
        Returns:
        The literalType.
      • getLiteralTypeOrBuilder

        Types.LiteralTypeOrBuilder getLiteralTypeOrBuilder()
         The column type.
         
        .flyteidl.core.LiteralType literal_type = 2;