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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Types.SchemaType.SchemaColumngetColumns(int index)A list of ordered columns this schema comprises of.intgetColumnsCount()A list of ordered columns this schema comprises of.List<Types.SchemaType.SchemaColumn>getColumnsList()A list of ordered columns this schema comprises of.Types.SchemaType.SchemaColumnOrBuildergetColumnsOrBuilder(int index)A list of ordered columns this schema comprises of.List<? extends Types.SchemaType.SchemaColumnOrBuilder>getColumnsOrBuilderList()A list of ordered columns this schema comprises of.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-