Uses of Class
com.google.datastore.v1.ArrayValue.Builder
-
Uses of ArrayValue.Builder in com.google.datastore.v1
Methods in com.google.datastore.v1 that return ArrayValue.BuilderModifier and TypeMethodDescriptionArrayValue.Builder.addAllValues(Iterable<? extends Value> values) Values in the array.ArrayValue.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Values in the array.ArrayValue.Builder.addValues(int index, Value.Builder builderForValue) Values in the array.Values in the array.ArrayValue.Builder.addValues(Value.Builder builderForValue) Values 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()Values in the array.ArrayValue.Builder.clone()PropertyTransform.Builder.getAppendMissingElementsBuilder()Appends the given elements in order if they are not already present in the current property value.Value.Builder.getArrayValueBuilder()An array value.PropertyTransform.Builder.getRemoveAllFromArrayBuilder()Removes all of the given elements from the array in the property.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) Values 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) Values in the array.ArrayValue.Builder.setValues(int index, Value.Builder builderForValue) Values in the array.ArrayValue.toBuilder()Methods in com.google.datastore.v1 with parameters of type ArrayValue.BuilderModifier and TypeMethodDescriptionPropertyTransform.Builder.setAppendMissingElements(ArrayValue.Builder builderForValue) Appends the given elements in order if they are not already present in the current property value.Value.Builder.setArrayValue(ArrayValue.Builder builderForValue) An array value.PropertyTransform.Builder.setRemoveAllFromArray(ArrayValue.Builder builderForValue) Removes all of the given elements from the array in the property.