| Modifier and Type | Method and Description |
|---|---|
ArrayValue.Builder |
ArrayValue.Builder.addAllValues(Iterable<? extends Value> values)
The ordered elements in the array.
|
ArrayValue.Builder |
ArrayValue.Builder.addValues(int index,
Value.Builder builderForValue)
The ordered elements in the array.
|
ArrayValue.Builder |
ArrayValue.Builder.addValues(int index,
Value value)
The ordered elements in the array.
|
ArrayValue.Builder |
ArrayValue.Builder.addValues(Value.Builder builderForValue)
The ordered elements in the array.
|
ArrayValue.Builder |
ArrayValue.Builder.addValues(Value value)
The ordered elements in the array.
|
ArrayValue.Builder |
ArrayValue.Builder.clear() |
ArrayValue.Builder |
ArrayValue.Builder.clearValues()
The ordered elements in the array.
|
ArrayValue.Builder |
Value.Builder.getArrayValueBuilder()
Represents a typed value transported as a sequence of values.
|
ArrayValue.Builder |
ArrayValue.Builder.mergeFrom(ArrayValue other) |
ArrayValue.Builder |
ArrayValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ArrayValue.Builder |
ArrayValue.Builder.mergeFrom(com.google.protobuf.Message other) |
static ArrayValue.Builder |
ArrayValue.newBuilder() |
static ArrayValue.Builder |
ArrayValue.newBuilder(ArrayValue prototype) |
ArrayValue.Builder |
ArrayValue.newBuilderForType() |
protected ArrayValue.Builder |
ArrayValue.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
ArrayValue.Builder |
ArrayValue.Builder.removeValues(int index)
The ordered elements in the array.
|
ArrayValue.Builder |
ArrayValue.Builder.setValues(int index,
Value.Builder builderForValue)
The ordered elements in the array.
|
ArrayValue.Builder |
ArrayValue.Builder.setValues(int index,
Value value)
The ordered elements in the array.
|
ArrayValue.Builder |
ArrayValue.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Value.Builder |
Value.Builder.setArrayValue(ArrayValue.Builder builderForValue)
Represents a typed value transported as a sequence of values.
|
Copyright © 2026 Google LLC. All rights reserved.