| Modifier and Type | Method and Description |
|---|---|
ProtoRows.Builder |
ProtoRows.Builder.addAllValues(Iterable<? extends Value> values)
A proto rows message consists of a list of values.
|
ProtoRows.Builder |
ProtoRows.Builder.addValues(int index,
Value.Builder builderForValue)
A proto rows message consists of a list of values.
|
ProtoRows.Builder |
ProtoRows.Builder.addValues(int index,
Value value)
A proto rows message consists of a list of values.
|
ProtoRows.Builder |
ProtoRows.Builder.addValues(Value.Builder builderForValue)
A proto rows message consists of a list of values.
|
ProtoRows.Builder |
ProtoRows.Builder.addValues(Value value)
A proto rows message consists of a list of values.
|
ProtoRows.Builder |
ProtoRows.Builder.clear() |
ProtoRows.Builder |
ProtoRows.Builder.clearValues()
A proto rows message consists of a list of values.
|
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) |
static ProtoRows.Builder |
ProtoRows.newBuilder() |
static ProtoRows.Builder |
ProtoRows.newBuilder(ProtoRows prototype) |
ProtoRows.Builder |
ProtoRows.newBuilderForType() |
protected ProtoRows.Builder |
ProtoRows.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
ProtoRows.Builder |
ProtoRows.Builder.removeValues(int index)
A proto rows message consists of a list of values.
|
ProtoRows.Builder |
ProtoRows.Builder.setValues(int index,
Value.Builder builderForValue)
A proto rows message consists of a list of values.
|
ProtoRows.Builder |
ProtoRows.Builder.setValues(int index,
Value value)
A proto rows message consists of a list of values.
|
ProtoRows.Builder |
ProtoRows.toBuilder() |
Copyright © 2026 Google LLC. All rights reserved.