public final class Column extends GeneratedMessageV3 implements ColumnOrBuilder
Specifies (some of) the contents of a single row/column intersection of a table.
Protobuf type google.bigtable.v2.Column
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ColumnImplements
ColumnOrBuilderStatic Fields
CELLS_FIELD_NUMBER
public static final int CELLS_FIELD_NUMBER
Type | Description |
int |
QUALIFIER_FIELD_NUMBER
public static final int QUALIFIER_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Column getDefaultInstance()
Type | Description |
Column |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Column.Builder newBuilder()
Type | Description |
Column.Builder |
newBuilder(Column prototype)
public static Column.Builder newBuilder(Column prototype)
Name | Description |
prototype | Column |
Type | Description |
Column.Builder |
parseDelimitedFrom(InputStream input)
public static Column parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Column |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Column parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Column |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Column parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Column |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Column parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Column |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Column parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Column |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Column parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Column |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Column parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Column |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Column parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Column |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Column parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Column |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Column parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Column |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Column parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Column |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Column parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Column |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Column> parser()
Type | Description |
Parser<Column> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getCells(int index)
public Cell getCells(int index)
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
Name | Description |
index | int |
Type | Description |
Cell |
getCellsCount()
public int getCellsCount()
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
Type | Description |
int |
getCellsList()
public List<Cell> getCellsList()
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
Type | Description |
List<Cell> |
getCellsOrBuilder(int index)
public CellOrBuilder getCellsOrBuilder(int index)
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
Name | Description |
index | int |
Type | Description |
CellOrBuilder |
getCellsOrBuilderList()
public List<? extends CellOrBuilder> getCellsOrBuilderList()
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
Type | Description |
List<? extends com.google.bigtable.v2.CellOrBuilder> |
getDefaultInstanceForType()
public Column getDefaultInstanceForType()
Type | Description |
Column |
getParserForType()
public Parser<Column> getParserForType()
Type | Description |
Parser<Column> |
getQualifier()
public ByteString getQualifier()
The unique key which identifies this column within its family. This is the
same key that's used to identify the column in, for example, a RowFilter
which sets its column_qualifier_regex_filter
field.
May contain any byte string, including the empty string, up to 16kiB in
length.
bytes qualifier = 1;
Type | Description |
ByteString | The qualifier. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public Column.Builder newBuilderForType()
Type | Description |
Column.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Column.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Column.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Column.Builder toBuilder()
Type | Description |
Column.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |