public static final class ArrayValue.Builder extends com.google.protobuf.GeneratedMessage.Builder<ArrayValue.Builder> implements ArrayValueOrBuilder
`ArrayValue` is an ordered list of `Value`.Protobuf type
google.bigtable.v2.ArrayValue| Modifier and Type | Method and Description |
|---|---|
ArrayValue.Builder |
addAllValues(Iterable<? extends Value> values)
The ordered elements in the array.
|
ArrayValue.Builder |
addValues(int index,
Value.Builder builderForValue)
The ordered elements in the array.
|
ArrayValue.Builder |
addValues(int index,
Value value)
The ordered elements in the array.
|
ArrayValue.Builder |
addValues(Value.Builder builderForValue)
The ordered elements in the array.
|
ArrayValue.Builder |
addValues(Value value)
The ordered elements in the array.
|
Value.Builder |
addValuesBuilder()
The ordered elements in the array.
|
Value.Builder |
addValuesBuilder(int index)
The ordered elements in the array.
|
ArrayValue |
build() |
ArrayValue |
buildPartial() |
ArrayValue.Builder |
clear() |
ArrayValue.Builder |
clearValues()
The ordered elements in the array.
|
ArrayValue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Value |
getValues(int index)
The ordered elements in the array.
|
Value.Builder |
getValuesBuilder(int index)
The ordered elements in the array.
|
List<Value.Builder> |
getValuesBuilderList()
The ordered elements in the array.
|
int |
getValuesCount()
The ordered elements in the array.
|
List<Value> |
getValuesList()
The ordered elements in the array.
|
ValueOrBuilder |
getValuesOrBuilder(int index)
The ordered elements in the array.
|
List<? extends ValueOrBuilder> |
getValuesOrBuilderList()
The ordered elements in the array.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ArrayValue.Builder |
mergeFrom(ArrayValue other) |
ArrayValue.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ArrayValue.Builder |
mergeFrom(com.google.protobuf.Message other) |
ArrayValue.Builder |
removeValues(int index)
The ordered elements in the array.
|
ArrayValue.Builder |
setValues(int index,
Value.Builder builderForValue)
The ordered elements in the array.
|
ArrayValue.Builder |
setValues(int index,
Value value)
The ordered elements in the array.
|
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<ArrayValue.Builder>public ArrayValue.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<ArrayValue.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<ArrayValue.Builder>public ArrayValue getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ArrayValue build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ArrayValue buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ArrayValue.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ArrayValue.Builder>public ArrayValue.Builder mergeFrom(ArrayValue other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<ArrayValue.Builder>public ArrayValue.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<ArrayValue.Builder>IOExceptionpublic List<Value> getValuesList()
The ordered elements in the array.
repeated .google.bigtable.v2.Value values = 1;getValuesList in interface ArrayValueOrBuilderpublic int getValuesCount()
The ordered elements in the array.
repeated .google.bigtable.v2.Value values = 1;getValuesCount in interface ArrayValueOrBuilderpublic Value getValues(int index)
The ordered elements in the array.
repeated .google.bigtable.v2.Value values = 1;getValues in interface ArrayValueOrBuilderpublic ArrayValue.Builder setValues(int index, Value value)
The ordered elements in the array.
repeated .google.bigtable.v2.Value values = 1;public ArrayValue.Builder setValues(int index, Value.Builder builderForValue)
The ordered elements in the array.
repeated .google.bigtable.v2.Value values = 1;public ArrayValue.Builder addValues(Value value)
The ordered elements in the array.
repeated .google.bigtable.v2.Value values = 1;public ArrayValue.Builder addValues(int index, Value value)
The ordered elements in the array.
repeated .google.bigtable.v2.Value values = 1;public ArrayValue.Builder addValues(Value.Builder builderForValue)
The ordered elements in the array.
repeated .google.bigtable.v2.Value values = 1;public ArrayValue.Builder addValues(int index, Value.Builder builderForValue)
The ordered elements in the array.
repeated .google.bigtable.v2.Value values = 1;public ArrayValue.Builder addAllValues(Iterable<? extends Value> values)
The ordered elements in the array.
repeated .google.bigtable.v2.Value values = 1;public ArrayValue.Builder clearValues()
The ordered elements in the array.
repeated .google.bigtable.v2.Value values = 1;public ArrayValue.Builder removeValues(int index)
The ordered elements in the array.
repeated .google.bigtable.v2.Value values = 1;public Value.Builder getValuesBuilder(int index)
The ordered elements in the array.
repeated .google.bigtable.v2.Value values = 1;public ValueOrBuilder getValuesOrBuilder(int index)
The ordered elements in the array.
repeated .google.bigtable.v2.Value values = 1;getValuesOrBuilder in interface ArrayValueOrBuilderpublic List<? extends ValueOrBuilder> getValuesOrBuilderList()
The ordered elements in the array.
repeated .google.bigtable.v2.Value values = 1;getValuesOrBuilderList in interface ArrayValueOrBuilderpublic Value.Builder addValuesBuilder()
The ordered elements in the array.
repeated .google.bigtable.v2.Value values = 1;public Value.Builder addValuesBuilder(int index)
The ordered elements in the array.
repeated .google.bigtable.v2.Value values = 1;public List<Value.Builder> getValuesBuilderList()
The ordered elements in the array.
repeated .google.bigtable.v2.Value values = 1;Copyright © 2026 Google LLC. All rights reserved.