Uses of Class
com.google.bigtable.v2.Row.Builder
-
Uses of Row.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return Row.BuilderModifier and TypeMethodDescriptionRow.Builder.addAllFamilies(Iterable<? extends Family> values) May be empty, but only if the entire row is empty.Row.Builder.addFamilies(int index, Family value) May be empty, but only if the entire row is empty.Row.Builder.addFamilies(int index, Family.Builder builderForValue) May be empty, but only if the entire row is empty.Row.Builder.addFamilies(Family value) 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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Row.Builder.clear()Row.Builder.clearFamilies()May be empty, but only if the entire row is empty.Row.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Row.Builder.clearKey()The unique key which identifies this row within its table.Row.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Row.Builder.clone()ReadModifyWriteRowResponse.Builder.getRowBuilder()A Row containing the new contents of all cells modified by the request.Row.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Row.Builder.mergeFrom(com.google.protobuf.Message other) final Row.BuilderRow.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Row.BuilderRow.newBuilder()static Row.BuilderRow.newBuilder(Row prototype) Row.newBuilderForType()protected Row.BuilderRow.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Row.Builder.removeFamilies(int index) May be empty, but only if the entire row is empty.Row.Builder.setFamilies(int index, Family value) 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.Row.Builder.setKey(com.google.protobuf.ByteString value) The unique key which identifies this row within its table.Row.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Row.BuilderRow.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Row.toBuilder()Methods in com.google.bigtable.v2 with parameters of type Row.BuilderModifier and TypeMethodDescriptionReadModifyWriteRowResponse.Builder.setRow(Row.Builder builderForValue) A Row containing the new contents of all cells modified by the request.