Package flyteidl.core

Interface Types.SchemaTypeOrBuilder

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

    public static interface Types.SchemaTypeOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getColumnsList

        List<Types.SchemaType.SchemaColumn> getColumnsList()
         A list of ordered columns this schema comprises of.
         
        repeated .flyteidl.core.SchemaType.SchemaColumn columns = 3;
      • getColumns

        Types.SchemaType.SchemaColumn getColumns​(int index)
         A list of ordered columns this schema comprises of.
         
        repeated .flyteidl.core.SchemaType.SchemaColumn columns = 3;
      • getColumnsCount

        int getColumnsCount()
         A list of ordered columns this schema comprises of.
         
        repeated .flyteidl.core.SchemaType.SchemaColumn columns = 3;
      • getColumnsOrBuilderList

        List<? extends Types.SchemaType.SchemaColumnOrBuilder> getColumnsOrBuilderList()
         A list of ordered columns this schema comprises of.
         
        repeated .flyteidl.core.SchemaType.SchemaColumn columns = 3;
      • getColumnsOrBuilder

        Types.SchemaType.SchemaColumnOrBuilder getColumnsOrBuilder​(int index)
         A list of ordered columns this schema comprises of.
         
        repeated .flyteidl.core.SchemaType.SchemaColumn columns = 3;