Uses of Class
flyteidl.core.Types.SchemaType.SchemaColumn
-
Packages that use Types.SchemaType.SchemaColumn Package Description flyteidl.core -
-
Uses of Types.SchemaType.SchemaColumn in flyteidl.core
Fields in flyteidl.core declared as Types.SchemaType.SchemaColumn Modifier and Type Field Description private static Types.SchemaType.SchemaColumnTypes.SchemaType.SchemaColumn. DEFAULT_INSTANCEFields in flyteidl.core with type parameters of type Types.SchemaType.SchemaColumn Modifier and Type Field Description private List<Types.SchemaType.SchemaColumn>Types.SchemaType.Builder. columns_private List<Types.SchemaType.SchemaColumn>Types.SchemaType. columns_private com.google.protobuf.RepeatedFieldBuilderV3<Types.SchemaType.SchemaColumn,Types.SchemaType.SchemaColumn.Builder,Types.SchemaType.SchemaColumnOrBuilder>Types.SchemaType.Builder. columnsBuilder_private static com.google.protobuf.Parser<Types.SchemaType.SchemaColumn>Types.SchemaType.SchemaColumn. PARSERMethods in flyteidl.core that return Types.SchemaType.SchemaColumn Modifier and Type Method Description Types.SchemaType.SchemaColumnTypes.SchemaType.SchemaColumn.Builder. build()Types.SchemaType.SchemaColumnTypes.SchemaType.SchemaColumn.Builder. buildPartial()Types.SchemaType.SchemaColumnTypes.SchemaType.Builder. getColumns(int index)A list of ordered columns this schema comprises of.Types.SchemaType.SchemaColumnTypes.SchemaType. getColumns(int index)A list of ordered columns this schema comprises of.Types.SchemaType.SchemaColumnTypes.SchemaTypeOrBuilder. getColumns(int index)A list of ordered columns this schema comprises of.static Types.SchemaType.SchemaColumnTypes.SchemaType.SchemaColumn. getDefaultInstance()Types.SchemaType.SchemaColumnTypes.SchemaType.SchemaColumn.Builder. getDefaultInstanceForType()Types.SchemaType.SchemaColumnTypes.SchemaType.SchemaColumn. getDefaultInstanceForType()static Types.SchemaType.SchemaColumnTypes.SchemaType.SchemaColumn. parseDelimitedFrom(InputStream input)static Types.SchemaType.SchemaColumnTypes.SchemaType.SchemaColumn. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Types.SchemaType.SchemaColumnTypes.SchemaType.SchemaColumn. parseFrom(byte[] data)static Types.SchemaType.SchemaColumnTypes.SchemaType.SchemaColumn. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Types.SchemaType.SchemaColumnTypes.SchemaType.SchemaColumn. parseFrom(com.google.protobuf.ByteString data)static Types.SchemaType.SchemaColumnTypes.SchemaType.SchemaColumn. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Types.SchemaType.SchemaColumnTypes.SchemaType.SchemaColumn. parseFrom(com.google.protobuf.CodedInputStream input)static Types.SchemaType.SchemaColumnTypes.SchemaType.SchemaColumn. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Types.SchemaType.SchemaColumnTypes.SchemaType.SchemaColumn. parseFrom(InputStream input)static Types.SchemaType.SchemaColumnTypes.SchemaType.SchemaColumn. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Types.SchemaType.SchemaColumnTypes.SchemaType.SchemaColumn. parseFrom(ByteBuffer data)static Types.SchemaType.SchemaColumnTypes.SchemaType.SchemaColumn. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.core that return types with arguments of type Types.SchemaType.SchemaColumn Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilderV3<Types.SchemaType.SchemaColumn,Types.SchemaType.SchemaColumn.Builder,Types.SchemaType.SchemaColumnOrBuilder>Types.SchemaType.Builder. getColumnsFieldBuilder()List<Types.SchemaType.SchemaColumn>Types.SchemaType.Builder. getColumnsList()A list of ordered columns this schema comprises of.List<Types.SchemaType.SchemaColumn>Types.SchemaType. getColumnsList()A list of ordered columns this schema comprises of.List<Types.SchemaType.SchemaColumn>Types.SchemaTypeOrBuilder. getColumnsList()A list of ordered columns this schema comprises of.com.google.protobuf.Parser<Types.SchemaType.SchemaColumn>Types.SchemaType.SchemaColumn. getParserForType()static com.google.protobuf.Parser<Types.SchemaType.SchemaColumn>Types.SchemaType.SchemaColumn. parser()Methods in flyteidl.core with parameters of type Types.SchemaType.SchemaColumn Modifier and Type Method Description Types.SchemaType.BuilderTypes.SchemaType.Builder. addColumns(int index, Types.SchemaType.SchemaColumn value)A list of ordered columns this schema comprises of.Types.SchemaType.BuilderTypes.SchemaType.Builder. addColumns(Types.SchemaType.SchemaColumn value)A list of ordered columns this schema comprises of.private voidTypes.SchemaType.SchemaColumn.Builder. buildPartial0(Types.SchemaType.SchemaColumn result)Types.SchemaType.SchemaColumn.BuilderTypes.SchemaType.SchemaColumn.Builder. mergeFrom(Types.SchemaType.SchemaColumn other)static Types.SchemaType.SchemaColumn.BuilderTypes.SchemaType.SchemaColumn. newBuilder(Types.SchemaType.SchemaColumn prototype)Types.SchemaType.BuilderTypes.SchemaType.Builder. setColumns(int index, Types.SchemaType.SchemaColumn value)A list of ordered columns this schema comprises of.Method parameters in flyteidl.core with type arguments of type Types.SchemaType.SchemaColumn Modifier and Type Method Description Types.SchemaType.BuilderTypes.SchemaType.Builder. addAllColumns(Iterable<? extends Types.SchemaType.SchemaColumn> values)A list of ordered columns this schema comprises of.
-