Uses of Class
com.google.bigtable.v2.ArrayValue.Builder
-
Uses of ArrayValue.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return ArrayValue.BuilderModifier and TypeMethodDescriptionArrayValue.Builder.addAllValues(Iterable<? extends Value> values) The ordered elements in the array.The ordered elements in the array.ArrayValue.Builder.addValues(int index, Value.Builder builderForValue) The ordered elements in the array.The ordered elements in the array.ArrayValue.Builder.addValues(Value.Builder builderForValue) The ordered elements in the array.ArrayValue.Builder.clear()ArrayValue.Builder.clearValues()The ordered elements in the array.Value.Builder.getArrayValueBuilder()Represents a typed value transported as a sequence of values.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) static ArrayValue.BuilderArrayValue.newBuilder()static ArrayValue.BuilderArrayValue.newBuilder(ArrayValue prototype) ArrayValue.newBuilderForType()protected ArrayValue.BuilderArrayValue.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ArrayValue.Builder.removeValues(int index) The ordered elements in the array.The ordered elements in the array.ArrayValue.Builder.setValues(int index, Value.Builder builderForValue) The ordered elements in the array.ArrayValue.toBuilder()Methods in com.google.bigtable.v2 with parameters of type ArrayValue.BuilderModifier and TypeMethodDescriptionValue.Builder.setArrayValue(ArrayValue.Builder builderForValue) Represents a typed value transported as a sequence of values.