Uses of Class
com.google.bigtable.v2.ColumnMetadata
-
Uses of ColumnMetadata in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return ColumnMetadataModifier and TypeMethodDescriptionColumnMetadata.Builder.build()ColumnMetadata.Builder.buildPartial()ProtoSchema.Builder.getColumns(int index) The columns in the result set.ProtoSchema.getColumns(int index) The columns in the result set.ProtoSchemaOrBuilder.getColumns(int index) The columns in the result set.static ColumnMetadataColumnMetadata.getDefaultInstance()ColumnMetadata.Builder.getDefaultInstanceForType()ColumnMetadata.getDefaultInstanceForType()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.bigtable.v2 that return types with arguments of type ColumnMetadataModifier and TypeMethodDescriptionProtoSchema.Builder.getColumnsList()The columns in the result set.ProtoSchema.getColumnsList()The columns in the result set.ProtoSchemaOrBuilder.getColumnsList()The columns in the result set.com.google.protobuf.Parser<ColumnMetadata>ColumnMetadata.getParserForType()static com.google.protobuf.Parser<ColumnMetadata>ColumnMetadata.parser()Methods in com.google.bigtable.v2 with parameters of type ColumnMetadataModifier and TypeMethodDescriptionProtoSchema.Builder.addColumns(int index, ColumnMetadata value) The columns in the result set.ProtoSchema.Builder.addColumns(ColumnMetadata value) The columns in the result set.ColumnMetadata.Builder.mergeFrom(ColumnMetadata other) static ColumnMetadata.BuilderColumnMetadata.newBuilder(ColumnMetadata prototype) ProtoSchema.Builder.setColumns(int index, ColumnMetadata value) The columns in the result set.Method parameters in com.google.bigtable.v2 with type arguments of type ColumnMetadataModifier and TypeMethodDescriptionProtoSchema.Builder.addAllColumns(Iterable<? extends ColumnMetadata> values) The columns in the result set.