Uses of Class
com.google.bigtable.v2.Family
-
Packages that use Family Package Description com.google.bigtable.v2 -
-
Uses of Family in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return Family Modifier and Type Method Description Family
Family.Builder. build()
Family
Family.Builder. buildPartial()
static Family
Family. getDefaultInstance()
Family
Family.Builder. getDefaultInstanceForType()
Family
Family. getDefaultInstanceForType()
Family
Row.Builder. getFamilies(int index)
May be empty, but only if the entire row is empty.Family
Row. getFamilies(int index)
May be empty, but only if the entire row is empty.Family
RowOrBuilder. getFamilies(int index)
May be empty, but only if the entire row is empty.static Family
Family. parseDelimitedFrom(InputStream input)
static Family
Family. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Family
Family. parseFrom(byte[] data)
static Family
Family. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Family
Family. parseFrom(com.google.protobuf.ByteString data)
static Family
Family. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Family
Family. parseFrom(com.google.protobuf.CodedInputStream input)
static Family
Family. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Family
Family. parseFrom(InputStream input)
static Family
Family. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Family
Family. parseFrom(ByteBuffer data)
static Family
Family. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.v2 that return types with arguments of type Family Modifier and Type Method Description List<Family>
Row.Builder. getFamiliesList()
May be empty, but only if the entire row is empty.List<Family>
Row. getFamiliesList()
May be empty, but only if the entire row is empty.List<Family>
RowOrBuilder. getFamiliesList()
May be empty, but only if the entire row is empty.com.google.protobuf.Parser<Family>
Family. getParserForType()
static com.google.protobuf.Parser<Family>
Family. parser()
Methods in com.google.bigtable.v2 with parameters of type Family Modifier and Type Method Description Row.Builder
Row.Builder. addFamilies(int index, Family value)
May be empty, but only if the entire row is empty.Row.Builder
Row.Builder. addFamilies(Family value)
May be empty, but only if the entire row is empty.Family.Builder
Family.Builder. mergeFrom(Family other)
static Family.Builder
Family. newBuilder(Family prototype)
Row.Builder
Row.Builder. setFamilies(int index, Family value)
May be empty, but only if the entire row is empty.Method parameters in com.google.bigtable.v2 with type arguments of type Family Modifier and Type Method Description Row.Builder
Row.Builder. addAllFamilies(Iterable<? extends Family> values)
May be empty, but only if the entire row is empty.
-