Send feedback
Class Family (2.5.3)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.5.3 keyboard_arrow_down
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
Static Fields
COLUMNS_FIELD_NUMBER
public static final int COLUMNS_FIELD_NUMBER
Field Value
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Family getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static Family . Builder newBuilder ()
Returns
newBuilder(Family prototype)
public static Family . Builder newBuilder ( Family prototype )
Parameter
Name Description prototype Family
Returns
public static Family parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static Family parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Family parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Family parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Family parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Family parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Family parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static Family parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Family parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static Family parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Family parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Family parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<Family> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
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;
Parameter
Returns
getColumnsCount()
public int getColumnsCount ()
Must not be empty. Sorted in order of increasing "qualifier".
repeated .google.bigtable.v2.Column columns = 2;
Returns
getColumnsList()
public List<Column> getColumnsList ()
Must not be empty. Sorted in order of increasing "qualifier".
repeated .google.bigtable.v2.Column columns = 2;
Returns
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;
Parameter
Returns
getColumnsOrBuilderList()
public List <? extends ColumnOrBuilder > getColumnsOrBuilderList ()
Must not be empty. Sorted in order of increasing "qualifier".
repeated .google.bigtable.v2.Column columns = 2;
Returns
Type Description List <? extends com.google.bigtable.v2.ColumnOrBuilder >
getDefaultInstanceForType()
public Family getDefaultInstanceForType ()
Returns
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;
Returns
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;
Returns
getParserForType()
public Parser<Family> getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public Family . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Family . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public Family . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-17 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[],[]]