Uses of Class
com.google.spanner.executor.v1.ColumnMetadata
-
Uses of ColumnMetadata in com.google.spanner.executor.v1
Methods in com.google.spanner.executor.v1 that return ColumnMetadataModifier and TypeMethodDescriptionColumnMetadata.Builder.build()ColumnMetadata.Builder.buildPartial()TableMetadata.Builder.getColumn(int index) Columns, in the same order as in the schema.TableMetadata.getColumn(int index) Columns, in the same order as in the schema.TableMetadataOrBuilder.getColumn(int index) Columns, in the same order as in the schema.static ColumnMetadataColumnMetadata.getDefaultInstance()ColumnMetadata.Builder.getDefaultInstanceForType()ColumnMetadata.getDefaultInstanceForType()TableMetadata.Builder.getKeyColumn(int index) Keys, in order.TableMetadata.getKeyColumn(int index) Keys, in order.TableMetadataOrBuilder.getKeyColumn(int index) Keys, in order.static ColumnMetadataColumnMetadata.parseDelimitedFrom(InputStream input) static ColumnMetadataColumnMetadata.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ColumnMetadataColumnMetadata.parseFrom(byte[] data) static ColumnMetadataColumnMetadata.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ColumnMetadataColumnMetadata.parseFrom(com.google.protobuf.ByteString data) static ColumnMetadataColumnMetadata.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ColumnMetadataColumnMetadata.parseFrom(com.google.protobuf.CodedInputStream input) static ColumnMetadataColumnMetadata.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ColumnMetadataColumnMetadata.parseFrom(InputStream input) static ColumnMetadataColumnMetadata.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ColumnMetadataColumnMetadata.parseFrom(ByteBuffer data) static ColumnMetadataColumnMetadata.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.spanner.executor.v1 that return types with arguments of type ColumnMetadataModifier and TypeMethodDescriptionTableMetadata.Builder.getColumnList()Columns, in the same order as in the schema.TableMetadata.getColumnList()Columns, in the same order as in the schema.TableMetadataOrBuilder.getColumnList()Columns, in the same order as in the schema.TableMetadata.Builder.getKeyColumnList()Keys, in order.TableMetadata.getKeyColumnList()Keys, in order.TableMetadataOrBuilder.getKeyColumnList()Keys, in order.com.google.protobuf.Parser<ColumnMetadata>ColumnMetadata.getParserForType()static com.google.protobuf.Parser<ColumnMetadata>ColumnMetadata.parser()Methods in com.google.spanner.executor.v1 with parameters of type ColumnMetadataModifier and TypeMethodDescriptionTableMetadata.Builder.addColumn(int index, ColumnMetadata value) Columns, in the same order as in the schema.TableMetadata.Builder.addColumn(ColumnMetadata value) Columns, in the same order as in the schema.TableMetadata.Builder.addKeyColumn(int index, ColumnMetadata value) Keys, in order.TableMetadata.Builder.addKeyColumn(ColumnMetadata value) Keys, in order.ColumnMetadata.Builder.mergeFrom(ColumnMetadata other) static ColumnMetadata.BuilderColumnMetadata.newBuilder(ColumnMetadata prototype) TableMetadata.Builder.setColumn(int index, ColumnMetadata value) Columns, in the same order as in the schema.TableMetadata.Builder.setKeyColumn(int index, ColumnMetadata value) Keys, in order.Method parameters in com.google.spanner.executor.v1 with type arguments of type ColumnMetadataModifier and TypeMethodDescriptionTableMetadata.Builder.addAllColumn(Iterable<? extends ColumnMetadata> values) Columns, in the same order as in the schema.TableMetadata.Builder.addAllKeyColumn(Iterable<? extends ColumnMetadata> values) Keys, in order.