| Modifier and Type | Method and Description |
|---|---|
ProtoRows.Builder |
ProtoRows.Builder.addAllSerializedRows(Iterable<? extends com.google.protobuf.ByteString> values)
A sequence of rows serialized as a Protocol Buffer.
|
ProtoRows.Builder |
ProtoRows.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProtoRows.Builder |
ProtoRows.Builder.addSerializedRows(com.google.protobuf.ByteString value)
A sequence of rows serialized as a Protocol Buffer.
|
ProtoRows.Builder |
ProtoRows.Builder.clear() |
ProtoRows.Builder |
ProtoRows.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ProtoRows.Builder |
ProtoRows.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ProtoRows.Builder |
ProtoRows.Builder.clearSerializedRows()
A sequence of rows serialized as a Protocol Buffer.
|
ProtoRows.Builder |
ProtoRows.Builder.clone() |
ProtoRows.Builder |
AppendRowsRequest.ProtoData.Builder.getRowsBuilder()
Serialized row data in protobuf message format.
|
ProtoRows.Builder |
ProtoRows.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProtoRows.Builder |
ProtoRows.Builder.mergeFrom(com.google.protobuf.Message other) |
ProtoRows.Builder |
ProtoRows.Builder.mergeFrom(ProtoRows other) |
ProtoRows.Builder |
ProtoRows.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ProtoRows.Builder |
ProtoRows.newBuilder() |
static ProtoRows.Builder |
ProtoRows.newBuilder(ProtoRows prototype) |
ProtoRows.Builder |
ProtoRows.newBuilderForType() |
protected ProtoRows.Builder |
ProtoRows.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ProtoRows.Builder |
ProtoRows.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProtoRows.Builder |
ProtoRows.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ProtoRows.Builder |
ProtoRows.Builder.setSerializedRows(int index,
com.google.protobuf.ByteString value)
A sequence of rows serialized as a Protocol Buffer.
|
ProtoRows.Builder |
ProtoRows.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ProtoRows.Builder |
ProtoRows.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
AppendRowsRequest.ProtoData.Builder |
AppendRowsRequest.ProtoData.Builder.setRows(ProtoRows.Builder builderForValue)
Serialized row data in protobuf message format.
|
Copyright © 2023 Google LLC. All rights reserved.