Uses of Class
com.google.bigtable.v2.Family.Builder
-
Uses of Family.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return Family.BuilderModifier and TypeMethodDescriptionFamily.Builder.addAllColumns(Iterable<? extends Column> values) Must not be empty.Family.Builder.addColumns(int index, Column value) Must not be empty.Family.Builder.addColumns(int index, Column.Builder builderForValue) Must not be empty.Family.Builder.addColumns(Column value) Must not be empty.Family.Builder.addColumns(Column.Builder builderForValue) Must not be empty.Row.Builder.addFamiliesBuilder()May be empty, but only if the entire row is empty.Row.Builder.addFamiliesBuilder(int index) May be empty, but only if the entire row is empty.Family.Builder.clear()Family.Builder.clearColumns()Must not be empty.Family.Builder.clearName()The unique key which identifies this family within its row.Row.Builder.getFamiliesBuilder(int index) May be empty, but only if the entire row is empty.Family.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Family.Builder.mergeFrom(com.google.protobuf.Message other) static Family.BuilderFamily.newBuilder()static Family.BuilderFamily.newBuilder(Family prototype) Family.newBuilderForType()protected Family.BuilderFamily.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Family.Builder.removeColumns(int index) Must not be empty.Family.Builder.setColumns(int index, Column value) Must not be empty.Family.Builder.setColumns(int index, Column.Builder builderForValue) Must not be empty.The unique key which identifies this family within its row.Family.Builder.setNameBytes(com.google.protobuf.ByteString value) The unique key which identifies this family within its row.Family.toBuilder()Methods in com.google.bigtable.v2 that return types with arguments of type Family.BuilderModifier and TypeMethodDescriptionRow.Builder.getFamiliesBuilderList()May be empty, but only if the entire row is empty.Methods in com.google.bigtable.v2 with parameters of type Family.BuilderModifier and TypeMethodDescriptionRow.Builder.addFamilies(int index, Family.Builder builderForValue) May be empty, but only if the entire row is empty.Row.Builder.addFamilies(Family.Builder builderForValue) May be empty, but only if the entire row is empty.Row.Builder.setFamilies(int index, Family.Builder builderForValue) May be empty, but only if the entire row is empty.