public final class Family extends GeneratedMessageV3 implements FamilyOrBuilder
Specifies (some of) the contents of a single row/column family intersection of a table.
Protobuf type google.bigtable.v2.Family
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > FamilyImplements
FamilyOrBuilderStatic Fields
COLUMNS_FIELD_NUMBER
public static final int COLUMNS_FIELD_NUMBER
Type | Description |
int |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Family getDefaultInstance()
Type | Description |
Family |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Family.Builder newBuilder()
Type | Description |
Family.Builder |
newBuilder(Family prototype)
public static Family.Builder newBuilder(Family prototype)
Name | Description |
prototype | Family |
Type | Description |
Family.Builder |
parseDelimitedFrom(InputStream input)
public static Family parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Family |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Family parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Family |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Family parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Family |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Family parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Family |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Family parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Family |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Family parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Family |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Family parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Family |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Family parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Family |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Family parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Family |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Family parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Family |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Family parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Family |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Family parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Family |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Family> parser()
Type | Description |
Parser<Family> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getColumns(int index)
public Column getColumns(int index)
Must not be empty. Sorted in order of increasing "qualifier".
repeated .google.bigtable.v2.Column columns = 2;
Name | Description |
index | int |
Type | Description |
Column |
getColumnsCount()
public int getColumnsCount()
Must not be empty. Sorted in order of increasing "qualifier".
repeated .google.bigtable.v2.Column columns = 2;
Type | Description |
int |
getColumnsList()
public List<Column> getColumnsList()
Must not be empty. Sorted in order of increasing "qualifier".
repeated .google.bigtable.v2.Column columns = 2;
Type | Description |
List<Column> |
getColumnsOrBuilder(int index)
public ColumnOrBuilder getColumnsOrBuilder(int index)
Must not be empty. Sorted in order of increasing "qualifier".
repeated .google.bigtable.v2.Column columns = 2;
Name | Description |
index | int |
Type | Description |
ColumnOrBuilder |
getColumnsOrBuilderList()
public List<? extends ColumnOrBuilder> getColumnsOrBuilderList()
Must not be empty. Sorted in order of increasing "qualifier".
repeated .google.bigtable.v2.Column columns = 2;
Type | Description |
List<? extends com.google.bigtable.v2.ColumnOrBuilder> |
getDefaultInstanceForType()
public Family getDefaultInstanceForType()
Type | Description |
Family |
getName()
public String getName()
The unique key which identifies this family within its row. This is the
same key that's used to identify the family in, for example, a RowFilter
which sets its "family_name_regex_filter" field.
Must match [-_.a-zA-Z0-9]+
, except that AggregatingRowProcessors may
produce cells in a sentinel family with an empty name.
Must be no greater than 64 characters in length.
string name = 1;
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
The unique key which identifies this family within its row. This is the
same key that's used to identify the family in, for example, a RowFilter
which sets its "family_name_regex_filter" field.
Must match [-_.a-zA-Z0-9]+
, except that AggregatingRowProcessors may
produce cells in a sentinel family with an empty name.
Must be no greater than 64 characters in length.
string name = 1;
Type | Description |
ByteString | The bytes for name. |
getParserForType()
public Parser<Family> getParserForType()
Type | Description |
Parser<Family> |
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 Family.Builder newBuilderForType()
Type | Description |
Family.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Family.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Family.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Family.Builder toBuilder()
Type | Description |
Family.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |