Uses of Class
com.google.datastore.v1.ArrayValue.Builder
-
Packages that use ArrayValue.Builder Package Description com.google.datastore.v1 -
-
Uses of ArrayValue.Builder in com.google.datastore.v1
Methods in com.google.datastore.v1 that return ArrayValue.Builder Modifier and Type Method Description ArrayValue.BuilderArrayValue.Builder. addAllValues(Iterable<? extends Value> values)Values in the array.ArrayValue.BuilderArrayValue.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ArrayValue.BuilderArrayValue.Builder. addValues(int index, Value value)Values in the array.ArrayValue.BuilderArrayValue.Builder. addValues(int index, Value.Builder builderForValue)Values in the array.ArrayValue.BuilderArrayValue.Builder. addValues(Value value)Values in the array.ArrayValue.BuilderArrayValue.Builder. addValues(Value.Builder builderForValue)Values in the array.ArrayValue.BuilderArrayValue.Builder. clear()ArrayValue.BuilderArrayValue.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)ArrayValue.BuilderArrayValue.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ArrayValue.BuilderArrayValue.Builder. clearValues()Values in the array.ArrayValue.BuilderArrayValue.Builder. clone()ArrayValue.BuilderValue.Builder. getArrayValueBuilder()An array value.ArrayValue.BuilderArrayValue.Builder. mergeFrom(ArrayValue other)ArrayValue.BuilderArrayValue.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ArrayValue.BuilderArrayValue.Builder. mergeFrom(com.google.protobuf.Message other)ArrayValue.BuilderArrayValue.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static ArrayValue.BuilderArrayValue. newBuilder()static ArrayValue.BuilderArrayValue. newBuilder(ArrayValue prototype)ArrayValue.BuilderArrayValue. newBuilderForType()protected ArrayValue.BuilderArrayValue. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)ArrayValue.BuilderArrayValue.Builder. removeValues(int index)Values in the array.ArrayValue.BuilderArrayValue.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ArrayValue.BuilderArrayValue.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ArrayValue.BuilderArrayValue.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ArrayValue.BuilderArrayValue.Builder. setValues(int index, Value value)Values in the array.ArrayValue.BuilderArrayValue.Builder. setValues(int index, Value.Builder builderForValue)Values in the array.ArrayValue.BuilderArrayValue. toBuilder()Methods in com.google.datastore.v1 with parameters of type ArrayValue.Builder Modifier and Type Method Description Value.BuilderValue.Builder. setArrayValue(ArrayValue.Builder builderForValue)An array value.
-