Package flyteidl.core

Interface Types.SchemaType.SchemaColumnOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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
      Types.SchemaType.SchemaColumn.SchemaColumnType getType()
      The column type.
      int getTypeValue()
      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.
      • getTypeValue

        int getTypeValue()
         The column type. This allows a limited set of types currently.
         
        .flyteidl.core.SchemaType.SchemaColumn.SchemaColumnType type = 2;
        Returns:
        The enum numeric value on the wire for type.