| Modifier and Type | Method and Description |
|---|---|
Value.Builder |
ArrayValue.Builder.addValuesBuilder()
The ordered elements in the array.
|
Value.Builder |
ProtoRows.Builder.addValuesBuilder()
A proto rows message consists of a list of values.
|
Value.Builder |
ArrayValue.Builder.addValuesBuilder(int index)
The ordered elements in the array.
|
Value.Builder |
ProtoRows.Builder.addValuesBuilder(int index)
A proto rows message consists of a list of values.
|
Value.Builder |
Value.Builder.clear() |
Value.Builder |
Value.Builder.clearArrayValue()
Represents a typed value transported as a sequence of values.
|
Value.Builder |
Value.Builder.clearBoolValue()
Represents a typed value transported as a boolean.
|
Value.Builder |
Value.Builder.clearBytesValue()
Represents a typed value transported as a byte sequence.
|
Value.Builder |
Value.Builder.clearDateValue()
Represents a typed value transported as a date.
|
Value.Builder |
Value.Builder.clearFloatValue()
Represents a typed value transported as a floating point number.
|
Value.Builder |
Value.Builder.clearIntValue()
Represents a typed value transported as an integer.
|
Value.Builder |
Value.Builder.clearKind() |
Value.Builder |
Value.Builder.clearRawTimestampMicros()
Represents a raw cell timestamp with no type information.
|
Value.Builder |
Value.Builder.clearRawValue()
Represents a raw byte sequence with no type information.
|
Value.Builder |
Value.Builder.clearStringValue()
Represents a typed value transported as a string.
|
Value.Builder |
Value.Builder.clearTimestampValue()
Represents a typed value transported as a timestamp.
|
Value.Builder |
Value.Builder.clearType()
The verified `Type` of this `Value`, if it cannot be inferred.
|
Value.Builder |
Mutation.AddToCell.Builder.getColumnQualifierBuilder()
The qualifier of the column into which new data should be added.
|
Value.Builder |
Mutation.MergeToCell.Builder.getColumnQualifierBuilder()
The qualifier of the column into which new data should be added.
|
Value.Builder |
Mutation.AddToCell.Builder.getInputBuilder()
The input value to be accumulated into the specified cell.
|
Value.Builder |
Mutation.MergeToCell.Builder.getInputBuilder()
The input value to be merged into the specified cell.
|
Value.Builder |
Mutation.AddToCell.Builder.getTimestampBuilder()
The timestamp of the cell to which new data should be added.
|
Value.Builder |
Mutation.MergeToCell.Builder.getTimestampBuilder()
The timestamp of the cell to which new data should be added.
|
Value.Builder |
ArrayValue.Builder.getValuesBuilder(int index)
The ordered elements in the array.
|
Value.Builder |
ProtoRows.Builder.getValuesBuilder(int index)
A proto rows message consists of a list of values.
|
Value.Builder |
Value.Builder.mergeArrayValue(ArrayValue value)
Represents a typed value transported as a sequence of values.
|
Value.Builder |
Value.Builder.mergeDateValue(com.google.type.Date value)
Represents a typed value transported as a date.
|
Value.Builder |
Value.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Value.Builder |
Value.Builder.mergeFrom(com.google.protobuf.Message other) |
Value.Builder |
Value.Builder.mergeFrom(Value other) |
Value.Builder |
Value.Builder.mergeTimestampValue(com.google.protobuf.Timestamp value)
Represents a typed value transported as a timestamp.
|
Value.Builder |
Value.Builder.mergeType(Type value)
The verified `Type` of this `Value`, if it cannot be inferred.
|
static Value.Builder |
Value.newBuilder() |
static Value.Builder |
Value.newBuilder(Value prototype) |
Value.Builder |
Value.newBuilderForType() |
protected Value.Builder |
Value.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
Value.Builder |
ExecuteQueryRequest.Builder.putParamsBuilderIfAbsent(String key)
Required. params contains string type keys and Bigtable type values that
bind to placeholders in the query string.
|
Value.Builder |
Value.Builder.setArrayValue(ArrayValue.Builder builderForValue)
Represents a typed value transported as a sequence of values.
|
Value.Builder |
Value.Builder.setArrayValue(ArrayValue value)
Represents a typed value transported as a sequence of values.
|
Value.Builder |
Value.Builder.setBoolValue(boolean value)
Represents a typed value transported as a boolean.
|
Value.Builder |
Value.Builder.setBytesValue(com.google.protobuf.ByteString value)
Represents a typed value transported as a byte sequence.
|
Value.Builder |
Value.Builder.setDateValue(com.google.type.Date.Builder builderForValue)
Represents a typed value transported as a date.
|
Value.Builder |
Value.Builder.setDateValue(com.google.type.Date value)
Represents a typed value transported as a date.
|
Value.Builder |
Value.Builder.setFloatValue(double value)
Represents a typed value transported as a floating point number.
|
Value.Builder |
Value.Builder.setIntValue(long value)
Represents a typed value transported as an integer.
|
Value.Builder |
Value.Builder.setRawTimestampMicros(long value)
Represents a raw cell timestamp with no type information.
|
Value.Builder |
Value.Builder.setRawValue(com.google.protobuf.ByteString value)
Represents a raw byte sequence with no type information.
|
Value.Builder |
Value.Builder.setStringValue(String value)
Represents a typed value transported as a string.
|
Value.Builder |
Value.Builder.setStringValueBytes(com.google.protobuf.ByteString value)
Represents a typed value transported as a string.
|
Value.Builder |
Value.Builder.setTimestampValue(com.google.protobuf.Timestamp.Builder builderForValue)
Represents a typed value transported as a timestamp.
|
Value.Builder |
Value.Builder.setTimestampValue(com.google.protobuf.Timestamp value)
Represents a typed value transported as a timestamp.
|
Value.Builder |
Value.Builder.setType(Type.Builder builderForValue)
The verified `Type` of this `Value`, if it cannot be inferred.
|
Value.Builder |
Value.Builder.setType(Type value)
The verified `Type` of this `Value`, if it cannot be inferred.
|
Value.Builder |
Value.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Value.Builder> |
ArrayValue.Builder.getValuesBuilderList()
The ordered elements in the array.
|
List<Value.Builder> |
ProtoRows.Builder.getValuesBuilderList()
A proto rows message consists of a list of values.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayValue.Builder |
ArrayValue.Builder.addValues(int index,
Value.Builder builderForValue)
The ordered elements in the array.
|
ProtoRows.Builder |
ProtoRows.Builder.addValues(int index,
Value.Builder builderForValue)
A proto rows message consists of a list of values.
|
ArrayValue.Builder |
ArrayValue.Builder.addValues(Value.Builder builderForValue)
The ordered elements in the array.
|
ProtoRows.Builder |
ProtoRows.Builder.addValues(Value.Builder builderForValue)
A proto rows message consists of a list of values.
|
Mutation.AddToCell.Builder |
Mutation.AddToCell.Builder.setColumnQualifier(Value.Builder builderForValue)
The qualifier of the column into which new data should be added.
|
Mutation.MergeToCell.Builder |
Mutation.MergeToCell.Builder.setColumnQualifier(Value.Builder builderForValue)
The qualifier of the column into which new data should be added.
|
Mutation.AddToCell.Builder |
Mutation.AddToCell.Builder.setInput(Value.Builder builderForValue)
The input value to be accumulated into the specified cell.
|
Mutation.MergeToCell.Builder |
Mutation.MergeToCell.Builder.setInput(Value.Builder builderForValue)
The input value to be merged into the specified cell.
|
Mutation.AddToCell.Builder |
Mutation.AddToCell.Builder.setTimestamp(Value.Builder builderForValue)
The timestamp of the cell to which new data should be added.
|
Mutation.MergeToCell.Builder |
Mutation.MergeToCell.Builder.setTimestamp(Value.Builder builderForValue)
The timestamp of the cell to which new data should be added.
|
ArrayValue.Builder |
ArrayValue.Builder.setValues(int index,
Value.Builder builderForValue)
The ordered elements in the array.
|
ProtoRows.Builder |
ProtoRows.Builder.setValues(int index,
Value.Builder builderForValue)
A proto rows message consists of a list of values.
|
Copyright © 2026 Google LLC. All rights reserved.