public static final class Value.Builder extends com.google.protobuf.GeneratedMessage.Builder<Value.Builder> implements ValueOrBuilder
`Value` represents a dynamically typed value. The typed fields in `Value` are used as a transport encoding for the actual value (which may be of a more complex type). See the documentation of the `Type` message for more details.Protobuf type
google.bigtable.v2.Value| Modifier and Type | Method and Description |
|---|---|
Value |
build() |
Value |
buildPartial() |
Value.Builder |
clear() |
Value.Builder |
clearArrayValue()
Represents a typed value transported as a sequence of values.
|
Value.Builder |
clearBoolValue()
Represents a typed value transported as a boolean.
|
Value.Builder |
clearBytesValue()
Represents a typed value transported as a byte sequence.
|
Value.Builder |
clearDateValue()
Represents a typed value transported as a date.
|
Value.Builder |
clearFloatValue()
Represents a typed value transported as a floating point number.
|
Value.Builder |
clearIntValue()
Represents a typed value transported as an integer.
|
Value.Builder |
clearKind() |
Value.Builder |
clearRawTimestampMicros()
Represents a raw cell timestamp with no type information.
|
Value.Builder |
clearRawValue()
Represents a raw byte sequence with no type information.
|
Value.Builder |
clearStringValue()
Represents a typed value transported as a string.
|
Value.Builder |
clearTimestampValue()
Represents a typed value transported as a timestamp.
|
Value.Builder |
clearType()
The verified `Type` of this `Value`, if it cannot be inferred.
|
ArrayValue |
getArrayValue()
Represents a typed value transported as a sequence of values.
|
ArrayValue.Builder |
getArrayValueBuilder()
Represents a typed value transported as a sequence of values.
|
ArrayValueOrBuilder |
getArrayValueOrBuilder()
Represents a typed value transported as a sequence of values.
|
boolean |
getBoolValue()
Represents a typed value transported as a boolean.
|
com.google.protobuf.ByteString |
getBytesValue()
Represents a typed value transported as a byte sequence.
|
com.google.type.Date |
getDateValue()
Represents a typed value transported as a date.
|
com.google.type.Date.Builder |
getDateValueBuilder()
Represents a typed value transported as a date.
|
com.google.type.DateOrBuilder |
getDateValueOrBuilder()
Represents a typed value transported as a date.
|
Value |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
double |
getFloatValue()
Represents a typed value transported as a floating point number.
|
long |
getIntValue()
Represents a typed value transported as an integer.
|
Value.KindCase |
getKindCase() |
long |
getRawTimestampMicros()
Represents a raw cell timestamp with no type information.
|
com.google.protobuf.ByteString |
getRawValue()
Represents a raw byte sequence with no type information.
|
String |
getStringValue()
Represents a typed value transported as a string.
|
com.google.protobuf.ByteString |
getStringValueBytes()
Represents a typed value transported as a string.
|
com.google.protobuf.Timestamp |
getTimestampValue()
Represents a typed value transported as a timestamp.
|
com.google.protobuf.Timestamp.Builder |
getTimestampValueBuilder()
Represents a typed value transported as a timestamp.
|
com.google.protobuf.TimestampOrBuilder |
getTimestampValueOrBuilder()
Represents a typed value transported as a timestamp.
|
Type |
getType()
The verified `Type` of this `Value`, if it cannot be inferred.
|
Type.Builder |
getTypeBuilder()
The verified `Type` of this `Value`, if it cannot be inferred.
|
TypeOrBuilder |
getTypeOrBuilder()
The verified `Type` of this `Value`, if it cannot be inferred.
|
boolean |
hasArrayValue()
Represents a typed value transported as a sequence of values.
|
boolean |
hasBoolValue()
Represents a typed value transported as a boolean.
|
boolean |
hasBytesValue()
Represents a typed value transported as a byte sequence.
|
boolean |
hasDateValue()
Represents a typed value transported as a date.
|
boolean |
hasFloatValue()
Represents a typed value transported as a floating point number.
|
boolean |
hasIntValue()
Represents a typed value transported as an integer.
|
boolean |
hasRawTimestampMicros()
Represents a raw cell timestamp with no type information.
|
boolean |
hasRawValue()
Represents a raw byte sequence with no type information.
|
boolean |
hasStringValue()
Represents a typed value transported as a string.
|
boolean |
hasTimestampValue()
Represents a typed value transported as a timestamp.
|
boolean |
hasType()
The verified `Type` of this `Value`, if it cannot be inferred.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Value.Builder |
mergeArrayValue(ArrayValue value)
Represents a typed value transported as a sequence of values.
|
Value.Builder |
mergeDateValue(com.google.type.Date value)
Represents a typed value transported as a date.
|
Value.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Value.Builder |
mergeFrom(com.google.protobuf.Message other) |
Value.Builder |
mergeFrom(Value other) |
Value.Builder |
mergeTimestampValue(com.google.protobuf.Timestamp value)
Represents a typed value transported as a timestamp.
|
Value.Builder |
mergeType(Type value)
The verified `Type` of this `Value`, if it cannot be inferred.
|
Value.Builder |
setArrayValue(ArrayValue.Builder builderForValue)
Represents a typed value transported as a sequence of values.
|
Value.Builder |
setArrayValue(ArrayValue value)
Represents a typed value transported as a sequence of values.
|
Value.Builder |
setBoolValue(boolean value)
Represents a typed value transported as a boolean.
|
Value.Builder |
setBytesValue(com.google.protobuf.ByteString value)
Represents a typed value transported as a byte sequence.
|
Value.Builder |
setDateValue(com.google.type.Date.Builder builderForValue)
Represents a typed value transported as a date.
|
Value.Builder |
setDateValue(com.google.type.Date value)
Represents a typed value transported as a date.
|
Value.Builder |
setFloatValue(double value)
Represents a typed value transported as a floating point number.
|
Value.Builder |
setIntValue(long value)
Represents a typed value transported as an integer.
|
Value.Builder |
setRawTimestampMicros(long value)
Represents a raw cell timestamp with no type information.
|
Value.Builder |
setRawValue(com.google.protobuf.ByteString value)
Represents a raw byte sequence with no type information.
|
Value.Builder |
setStringValue(String value)
Represents a typed value transported as a string.
|
Value.Builder |
setStringValueBytes(com.google.protobuf.ByteString value)
Represents a typed value transported as a string.
|
Value.Builder |
setTimestampValue(com.google.protobuf.Timestamp.Builder builderForValue)
Represents a typed value transported as a timestamp.
|
Value.Builder |
setTimestampValue(com.google.protobuf.Timestamp value)
Represents a typed value transported as a timestamp.
|
Value.Builder |
setType(Type.Builder builderForValue)
The verified `Type` of this `Value`, if it cannot be inferred.
|
Value.Builder |
setType(Type value)
The verified `Type` of this `Value`, if it cannot be inferred.
|
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<Value.Builder>public Value.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<Value.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<Value.Builder>public Value getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Value build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Value buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Value.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Value.Builder>public Value.Builder mergeFrom(Value other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Value.Builder>public Value.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<Value.Builder>IOExceptionpublic Value.KindCase getKindCase()
getKindCase in interface ValueOrBuilderpublic Value.Builder clearKind()
public boolean hasType()
The verified `Type` of this `Value`, if it cannot be inferred. Read results will never specify the encoding for `type` since the value will already have been decoded by the server. Furthermore, the `type` will be omitted entirely if it can be inferred from a previous response. The exact semantics for inferring `type` will vary, and are therefore documented separately for each read method. When using composite types (Struct, Array, Map) only the outermost `Value` will specify the `type`. This top-level `type` will define the types for any nested `Struct' fields, `Array` elements, or `Map` key/value pairs. If a nested `Value` provides a `type` on write, the request will be rejected with INVALID_ARGUMENT.
.google.bigtable.v2.Type type = 7;hasType in interface ValueOrBuilderpublic Type getType()
The verified `Type` of this `Value`, if it cannot be inferred. Read results will never specify the encoding for `type` since the value will already have been decoded by the server. Furthermore, the `type` will be omitted entirely if it can be inferred from a previous response. The exact semantics for inferring `type` will vary, and are therefore documented separately for each read method. When using composite types (Struct, Array, Map) only the outermost `Value` will specify the `type`. This top-level `type` will define the types for any nested `Struct' fields, `Array` elements, or `Map` key/value pairs. If a nested `Value` provides a `type` on write, the request will be rejected with INVALID_ARGUMENT.
.google.bigtable.v2.Type type = 7;getType in interface ValueOrBuilderpublic Value.Builder setType(Type value)
The verified `Type` of this `Value`, if it cannot be inferred. Read results will never specify the encoding for `type` since the value will already have been decoded by the server. Furthermore, the `type` will be omitted entirely if it can be inferred from a previous response. The exact semantics for inferring `type` will vary, and are therefore documented separately for each read method. When using composite types (Struct, Array, Map) only the outermost `Value` will specify the `type`. This top-level `type` will define the types for any nested `Struct' fields, `Array` elements, or `Map` key/value pairs. If a nested `Value` provides a `type` on write, the request will be rejected with INVALID_ARGUMENT.
.google.bigtable.v2.Type type = 7;public Value.Builder setType(Type.Builder builderForValue)
The verified `Type` of this `Value`, if it cannot be inferred. Read results will never specify the encoding for `type` since the value will already have been decoded by the server. Furthermore, the `type` will be omitted entirely if it can be inferred from a previous response. The exact semantics for inferring `type` will vary, and are therefore documented separately for each read method. When using composite types (Struct, Array, Map) only the outermost `Value` will specify the `type`. This top-level `type` will define the types for any nested `Struct' fields, `Array` elements, or `Map` key/value pairs. If a nested `Value` provides a `type` on write, the request will be rejected with INVALID_ARGUMENT.
.google.bigtable.v2.Type type = 7;public Value.Builder mergeType(Type value)
The verified `Type` of this `Value`, if it cannot be inferred. Read results will never specify the encoding for `type` since the value will already have been decoded by the server. Furthermore, the `type` will be omitted entirely if it can be inferred from a previous response. The exact semantics for inferring `type` will vary, and are therefore documented separately for each read method. When using composite types (Struct, Array, Map) only the outermost `Value` will specify the `type`. This top-level `type` will define the types for any nested `Struct' fields, `Array` elements, or `Map` key/value pairs. If a nested `Value` provides a `type` on write, the request will be rejected with INVALID_ARGUMENT.
.google.bigtable.v2.Type type = 7;public Value.Builder clearType()
The verified `Type` of this `Value`, if it cannot be inferred. Read results will never specify the encoding for `type` since the value will already have been decoded by the server. Furthermore, the `type` will be omitted entirely if it can be inferred from a previous response. The exact semantics for inferring `type` will vary, and are therefore documented separately for each read method. When using composite types (Struct, Array, Map) only the outermost `Value` will specify the `type`. This top-level `type` will define the types for any nested `Struct' fields, `Array` elements, or `Map` key/value pairs. If a nested `Value` provides a `type` on write, the request will be rejected with INVALID_ARGUMENT.
.google.bigtable.v2.Type type = 7;public Type.Builder getTypeBuilder()
The verified `Type` of this `Value`, if it cannot be inferred. Read results will never specify the encoding for `type` since the value will already have been decoded by the server. Furthermore, the `type` will be omitted entirely if it can be inferred from a previous response. The exact semantics for inferring `type` will vary, and are therefore documented separately for each read method. When using composite types (Struct, Array, Map) only the outermost `Value` will specify the `type`. This top-level `type` will define the types for any nested `Struct' fields, `Array` elements, or `Map` key/value pairs. If a nested `Value` provides a `type` on write, the request will be rejected with INVALID_ARGUMENT.
.google.bigtable.v2.Type type = 7;public TypeOrBuilder getTypeOrBuilder()
The verified `Type` of this `Value`, if it cannot be inferred. Read results will never specify the encoding for `type` since the value will already have been decoded by the server. Furthermore, the `type` will be omitted entirely if it can be inferred from a previous response. The exact semantics for inferring `type` will vary, and are therefore documented separately for each read method. When using composite types (Struct, Array, Map) only the outermost `Value` will specify the `type`. This top-level `type` will define the types for any nested `Struct' fields, `Array` elements, or `Map` key/value pairs. If a nested `Value` provides a `type` on write, the request will be rejected with INVALID_ARGUMENT.
.google.bigtable.v2.Type type = 7;getTypeOrBuilder in interface ValueOrBuilderpublic boolean hasRawValue()
Represents a raw byte sequence with no type information. The `type` field must be omitted.
bytes raw_value = 8;hasRawValue in interface ValueOrBuilderpublic com.google.protobuf.ByteString getRawValue()
Represents a raw byte sequence with no type information. The `type` field must be omitted.
bytes raw_value = 8;getRawValue in interface ValueOrBuilderpublic Value.Builder setRawValue(com.google.protobuf.ByteString value)
Represents a raw byte sequence with no type information. The `type` field must be omitted.
bytes raw_value = 8;value - The rawValue to set.public Value.Builder clearRawValue()
Represents a raw byte sequence with no type information. The `type` field must be omitted.
bytes raw_value = 8;public boolean hasRawTimestampMicros()
Represents a raw cell timestamp with no type information. The `type` field must be omitted.
int64 raw_timestamp_micros = 9;hasRawTimestampMicros in interface ValueOrBuilderpublic long getRawTimestampMicros()
Represents a raw cell timestamp with no type information. The `type` field must be omitted.
int64 raw_timestamp_micros = 9;getRawTimestampMicros in interface ValueOrBuilderpublic Value.Builder setRawTimestampMicros(long value)
Represents a raw cell timestamp with no type information. The `type` field must be omitted.
int64 raw_timestamp_micros = 9;value - The rawTimestampMicros to set.public Value.Builder clearRawTimestampMicros()
Represents a raw cell timestamp with no type information. The `type` field must be omitted.
int64 raw_timestamp_micros = 9;public boolean hasBytesValue()
Represents a typed value transported as a byte sequence.
bytes bytes_value = 2;hasBytesValue in interface ValueOrBuilderpublic com.google.protobuf.ByteString getBytesValue()
Represents a typed value transported as a byte sequence.
bytes bytes_value = 2;getBytesValue in interface ValueOrBuilderpublic Value.Builder setBytesValue(com.google.protobuf.ByteString value)
Represents a typed value transported as a byte sequence.
bytes bytes_value = 2;value - The bytesValue to set.public Value.Builder clearBytesValue()
Represents a typed value transported as a byte sequence.
bytes bytes_value = 2;public boolean hasStringValue()
Represents a typed value transported as a string.
string string_value = 3;hasStringValue in interface ValueOrBuilderpublic String getStringValue()
Represents a typed value transported as a string.
string string_value = 3;getStringValue in interface ValueOrBuilderpublic com.google.protobuf.ByteString getStringValueBytes()
Represents a typed value transported as a string.
string string_value = 3;getStringValueBytes in interface ValueOrBuilderpublic Value.Builder setStringValue(String value)
Represents a typed value transported as a string.
string string_value = 3;value - The stringValue to set.public Value.Builder clearStringValue()
Represents a typed value transported as a string.
string string_value = 3;public Value.Builder setStringValueBytes(com.google.protobuf.ByteString value)
Represents a typed value transported as a string.
string string_value = 3;value - The bytes for stringValue to set.public boolean hasIntValue()
Represents a typed value transported as an integer.
int64 int_value = 6;hasIntValue in interface ValueOrBuilderpublic long getIntValue()
Represents a typed value transported as an integer.
int64 int_value = 6;getIntValue in interface ValueOrBuilderpublic Value.Builder setIntValue(long value)
Represents a typed value transported as an integer.
int64 int_value = 6;value - The intValue to set.public Value.Builder clearIntValue()
Represents a typed value transported as an integer.
int64 int_value = 6;public boolean hasBoolValue()
Represents a typed value transported as a boolean.
bool bool_value = 10;hasBoolValue in interface ValueOrBuilderpublic boolean getBoolValue()
Represents a typed value transported as a boolean.
bool bool_value = 10;getBoolValue in interface ValueOrBuilderpublic Value.Builder setBoolValue(boolean value)
Represents a typed value transported as a boolean.
bool bool_value = 10;value - The boolValue to set.public Value.Builder clearBoolValue()
Represents a typed value transported as a boolean.
bool bool_value = 10;public boolean hasFloatValue()
Represents a typed value transported as a floating point number. Does not support NaN or infinities.
double float_value = 11;hasFloatValue in interface ValueOrBuilderpublic double getFloatValue()
Represents a typed value transported as a floating point number. Does not support NaN or infinities.
double float_value = 11;getFloatValue in interface ValueOrBuilderpublic Value.Builder setFloatValue(double value)
Represents a typed value transported as a floating point number. Does not support NaN or infinities.
double float_value = 11;value - The floatValue to set.public Value.Builder clearFloatValue()
Represents a typed value transported as a floating point number. Does not support NaN or infinities.
double float_value = 11;public boolean hasTimestampValue()
Represents a typed value transported as a timestamp.
.google.protobuf.Timestamp timestamp_value = 12;hasTimestampValue in interface ValueOrBuilderpublic com.google.protobuf.Timestamp getTimestampValue()
Represents a typed value transported as a timestamp.
.google.protobuf.Timestamp timestamp_value = 12;getTimestampValue in interface ValueOrBuilderpublic Value.Builder setTimestampValue(com.google.protobuf.Timestamp value)
Represents a typed value transported as a timestamp.
.google.protobuf.Timestamp timestamp_value = 12;public Value.Builder setTimestampValue(com.google.protobuf.Timestamp.Builder builderForValue)
Represents a typed value transported as a timestamp.
.google.protobuf.Timestamp timestamp_value = 12;public Value.Builder mergeTimestampValue(com.google.protobuf.Timestamp value)
Represents a typed value transported as a timestamp.
.google.protobuf.Timestamp timestamp_value = 12;public Value.Builder clearTimestampValue()
Represents a typed value transported as a timestamp.
.google.protobuf.Timestamp timestamp_value = 12;public com.google.protobuf.Timestamp.Builder getTimestampValueBuilder()
Represents a typed value transported as a timestamp.
.google.protobuf.Timestamp timestamp_value = 12;public com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder()
Represents a typed value transported as a timestamp.
.google.protobuf.Timestamp timestamp_value = 12;getTimestampValueOrBuilder in interface ValueOrBuilderpublic boolean hasDateValue()
Represents a typed value transported as a date.
.google.type.Date date_value = 13;hasDateValue in interface ValueOrBuilderpublic com.google.type.Date getDateValue()
Represents a typed value transported as a date.
.google.type.Date date_value = 13;getDateValue in interface ValueOrBuilderpublic Value.Builder setDateValue(com.google.type.Date value)
Represents a typed value transported as a date.
.google.type.Date date_value = 13;public Value.Builder setDateValue(com.google.type.Date.Builder builderForValue)
Represents a typed value transported as a date.
.google.type.Date date_value = 13;public Value.Builder mergeDateValue(com.google.type.Date value)
Represents a typed value transported as a date.
.google.type.Date date_value = 13;public Value.Builder clearDateValue()
Represents a typed value transported as a date.
.google.type.Date date_value = 13;public com.google.type.Date.Builder getDateValueBuilder()
Represents a typed value transported as a date.
.google.type.Date date_value = 13;public com.google.type.DateOrBuilder getDateValueOrBuilder()
Represents a typed value transported as a date.
.google.type.Date date_value = 13;getDateValueOrBuilder in interface ValueOrBuilderpublic boolean hasArrayValue()
Represents a typed value transported as a sequence of values. To differentiate between `Struct`, `Array`, and `Map`, the outermost `Value` must provide an explicit `type` on write. This `type` will apply recursively to the nested `Struct` fields, `Array` elements, or `Map` key/value pairs, which *must not* supply their own `type`.
.google.bigtable.v2.ArrayValue array_value = 4;hasArrayValue in interface ValueOrBuilderpublic ArrayValue getArrayValue()
Represents a typed value transported as a sequence of values. To differentiate between `Struct`, `Array`, and `Map`, the outermost `Value` must provide an explicit `type` on write. This `type` will apply recursively to the nested `Struct` fields, `Array` elements, or `Map` key/value pairs, which *must not* supply their own `type`.
.google.bigtable.v2.ArrayValue array_value = 4;getArrayValue in interface ValueOrBuilderpublic Value.Builder setArrayValue(ArrayValue value)
Represents a typed value transported as a sequence of values. To differentiate between `Struct`, `Array`, and `Map`, the outermost `Value` must provide an explicit `type` on write. This `type` will apply recursively to the nested `Struct` fields, `Array` elements, or `Map` key/value pairs, which *must not* supply their own `type`.
.google.bigtable.v2.ArrayValue array_value = 4;public Value.Builder setArrayValue(ArrayValue.Builder builderForValue)
Represents a typed value transported as a sequence of values. To differentiate between `Struct`, `Array`, and `Map`, the outermost `Value` must provide an explicit `type` on write. This `type` will apply recursively to the nested `Struct` fields, `Array` elements, or `Map` key/value pairs, which *must not* supply their own `type`.
.google.bigtable.v2.ArrayValue array_value = 4;public Value.Builder mergeArrayValue(ArrayValue value)
Represents a typed value transported as a sequence of values. To differentiate between `Struct`, `Array`, and `Map`, the outermost `Value` must provide an explicit `type` on write. This `type` will apply recursively to the nested `Struct` fields, `Array` elements, or `Map` key/value pairs, which *must not* supply their own `type`.
.google.bigtable.v2.ArrayValue array_value = 4;public Value.Builder clearArrayValue()
Represents a typed value transported as a sequence of values. To differentiate between `Struct`, `Array`, and `Map`, the outermost `Value` must provide an explicit `type` on write. This `type` will apply recursively to the nested `Struct` fields, `Array` elements, or `Map` key/value pairs, which *must not* supply their own `type`.
.google.bigtable.v2.ArrayValue array_value = 4;public ArrayValue.Builder getArrayValueBuilder()
Represents a typed value transported as a sequence of values. To differentiate between `Struct`, `Array`, and `Map`, the outermost `Value` must provide an explicit `type` on write. This `type` will apply recursively to the nested `Struct` fields, `Array` elements, or `Map` key/value pairs, which *must not* supply their own `type`.
.google.bigtable.v2.ArrayValue array_value = 4;public ArrayValueOrBuilder getArrayValueOrBuilder()
Represents a typed value transported as a sequence of values. To differentiate between `Struct`, `Array`, and `Map`, the outermost `Value` must provide an explicit `type` on write. This `type` will apply recursively to the nested `Struct` fields, `Array` elements, or `Map` key/value pairs, which *must not* supply their own `type`.
.google.bigtable.v2.ArrayValue array_value = 4;getArrayValueOrBuilder in interface ValueOrBuilderCopyright © 2026 Google LLC. All rights reserved.