public static final class ProtoRowsBatch.Builder extends com.google.protobuf.GeneratedMessage.Builder<ProtoRowsBatch.Builder> implements ProtoRowsBatchOrBuilder
A part of a serialized `ProtoRows` message.Protobuf type
google.bigtable.v2.ProtoRowsBatch| Modifier and Type | Method and Description |
|---|---|
ProtoRowsBatch |
build() |
ProtoRowsBatch |
buildPartial() |
ProtoRowsBatch.Builder |
clear() |
ProtoRowsBatch.Builder |
clearBatchData()
Part of a serialized `ProtoRows` message.
|
com.google.protobuf.ByteString |
getBatchData()
Part of a serialized `ProtoRows` message.
|
ProtoRowsBatch |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ProtoRowsBatch.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProtoRowsBatch.Builder |
mergeFrom(com.google.protobuf.Message other) |
ProtoRowsBatch.Builder |
mergeFrom(ProtoRowsBatch other) |
ProtoRowsBatch.Builder |
setBatchData(com.google.protobuf.ByteString value)
Part of a serialized `ProtoRows` message.
|
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<ProtoRowsBatch.Builder>public ProtoRowsBatch.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<ProtoRowsBatch.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<ProtoRowsBatch.Builder>public ProtoRowsBatch getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ProtoRowsBatch build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ProtoRowsBatch buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ProtoRowsBatch.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ProtoRowsBatch.Builder>public ProtoRowsBatch.Builder mergeFrom(ProtoRowsBatch other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<ProtoRowsBatch.Builder>public ProtoRowsBatch.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<ProtoRowsBatch.Builder>IOExceptionpublic com.google.protobuf.ByteString getBatchData()
Part of a serialized `ProtoRows` message. A complete, parseable ProtoRows message is constructed by concatenating `batch_data` from multiple `ProtoRowsBatch` messages. The `PartialResultSet` that contains the last part has `complete_batch` set to `true`.
bytes batch_data = 1;getBatchData in interface ProtoRowsBatchOrBuilderpublic ProtoRowsBatch.Builder setBatchData(com.google.protobuf.ByteString value)
Part of a serialized `ProtoRows` message. A complete, parseable ProtoRows message is constructed by concatenating `batch_data` from multiple `ProtoRowsBatch` messages. The `PartialResultSet` that contains the last part has `complete_batch` set to `true`.
bytes batch_data = 1;value - The batchData to set.public ProtoRowsBatch.Builder clearBatchData()
Part of a serialized `ProtoRows` message. A complete, parseable ProtoRows message is constructed by concatenating `batch_data` from multiple `ProtoRowsBatch` messages. The `PartialResultSet` that contains the last part has `complete_batch` set to `true`.
bytes batch_data = 1;Copyright © 2026 Google LLC. All rights reserved.