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.ArrayValue.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ArrayValue.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ArrayValue.Builder.clearValues()The ordered elements in the array.ArrayValue.Builder.clone()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) final ArrayValue.BuilderArrayValue.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ArrayValue.BuilderArrayValue.newBuilder()static ArrayValue.BuilderArrayValue.newBuilder(ArrayValue prototype) ArrayValue.newBuilderForType()protected ArrayValue.BuilderArrayValue.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ArrayValue.Builder.removeValues(int index) The ordered elements in the array.ArrayValue.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final ArrayValue.BuilderArrayValue.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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.