Uses of Class
com.google.bigtable.v2.ProtoRows.Builder
-
Uses of ProtoRows.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return ProtoRows.BuilderModifier and TypeMethodDescriptionProtoRows.Builder.addAllValues(Iterable<? extends Value> values) A proto rows message consists of a list of values.A proto rows message consists of a list of values.ProtoRows.Builder.addValues(int index, Value.Builder builderForValue) A proto rows message consists of a list of values.A proto rows message consists of a list of values.ProtoRows.Builder.addValues(Value.Builder builderForValue) A proto rows message consists of a list of values.ProtoRows.Builder.clear()ProtoRows.Builder.clearValues()A proto rows message consists of a list of values.ProtoRows.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ProtoRows.Builder.mergeFrom(com.google.protobuf.Message other) static ProtoRows.BuilderProtoRows.newBuilder()static ProtoRows.BuilderProtoRows.newBuilder(ProtoRows prototype) ProtoRows.newBuilderForType()protected ProtoRows.BuilderProtoRows.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ProtoRows.Builder.removeValues(int index) A proto rows message consists of a list of values.A proto rows message consists of a list of values.ProtoRows.Builder.setValues(int index, Value.Builder builderForValue) A proto rows message consists of a list of values.ProtoRows.toBuilder()