public static final class ProtoRows.Builder extends com.google.protobuf.GeneratedMessage.Builder<ProtoRows.Builder> implements ProtoRowsOrBuilder
Rows represented in proto format. This should be constructed by concatenating the `batch_data` from each of the relevant `ProtoRowsBatch` messages and parsing the result as a `ProtoRows` message.Protobuf type
google.bigtable.v2.ProtoRows| Modifier and Type | Method and Description |
|---|---|
ProtoRows.Builder |
addAllValues(Iterable<? extends Value> 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.
|
ProtoRows.Builder |
addValues(int index,
Value value)
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 |
addValues(Value value)
A proto rows message consists of a list of values.
|
Value.Builder |
addValuesBuilder()
A proto rows message consists of a list of values.
|
Value.Builder |
addValuesBuilder(int index)
A proto rows message consists of a list of values.
|
ProtoRows |
build() |
ProtoRows |
buildPartial() |
ProtoRows.Builder |
clear() |
ProtoRows.Builder |
clearValues()
A proto rows message consists of a list of values.
|
ProtoRows |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Value |
getValues(int index)
A proto rows message consists of a list of values.
|
Value.Builder |
getValuesBuilder(int index)
A proto rows message consists of a list of values.
|
List<Value.Builder> |
getValuesBuilderList()
A proto rows message consists of a list of values.
|
int |
getValuesCount()
A proto rows message consists of a list of values.
|
List<Value> |
getValuesList()
A proto rows message consists of a list of values.
|
ValueOrBuilder |
getValuesOrBuilder(int index)
A proto rows message consists of a list of values.
|
List<? extends ValueOrBuilder> |
getValuesOrBuilderList()
A proto rows message consists of a list of values.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ProtoRows.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProtoRows.Builder |
mergeFrom(com.google.protobuf.Message other) |
ProtoRows.Builder |
mergeFrom(ProtoRows other) |
ProtoRows.Builder |
removeValues(int index)
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.Builder |
setValues(int index,
Value value)
A proto rows message consists of a list of values.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ProtoRows.Builder>public ProtoRows.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<ProtoRows.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ProtoRows.Builder>public ProtoRows getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ProtoRows build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ProtoRows buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ProtoRows.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ProtoRows.Builder>public ProtoRows.Builder mergeFrom(ProtoRows other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<ProtoRows.Builder>public ProtoRows.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ProtoRows.Builder>IOExceptionpublic List<Value> getValuesList()
A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2;getValuesList in interface ProtoRowsOrBuilderpublic int getValuesCount()
A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2;getValuesCount in interface ProtoRowsOrBuilderpublic Value getValues(int index)
A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2;getValues in interface ProtoRowsOrBuilderpublic ProtoRows.Builder setValues(int index, Value value)
A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2;public ProtoRows.Builder setValues(int index, Value.Builder builderForValue)
A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2;public ProtoRows.Builder addValues(Value value)
A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2;public ProtoRows.Builder addValues(int index, Value value)
A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2;public ProtoRows.Builder addValues(Value.Builder builderForValue)
A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2;public ProtoRows.Builder addValues(int index, Value.Builder builderForValue)
A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2;public ProtoRows.Builder addAllValues(Iterable<? extends Value> values)
A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2;public ProtoRows.Builder clearValues()
A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2;public ProtoRows.Builder removeValues(int index)
A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2;public Value.Builder getValuesBuilder(int index)
A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2;public ValueOrBuilder getValuesOrBuilder(int index)
A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2;getValuesOrBuilder in interface ProtoRowsOrBuilderpublic List<? extends ValueOrBuilder> getValuesOrBuilderList()
A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2;getValuesOrBuilderList in interface ProtoRowsOrBuilderpublic Value.Builder addValuesBuilder()
A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2;public Value.Builder addValuesBuilder(int index)
A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2;public List<Value.Builder> getValuesBuilderList()
A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2;Copyright © 2026 Google LLC. All rights reserved.