Uses of Class
com.google.firestore.v1.ArrayValue
-
Uses of ArrayValue in com.google.firestore.v1
Methods in com.google.firestore.v1 that return ArrayValueModifier and TypeMethodDescriptionArrayValue.Builder.build()ArrayValue.Builder.buildPartial()DocumentTransform.FieldTransform.Builder.getAppendMissingElements()Append the given elements in order if they are not already present in the current field value.DocumentTransform.FieldTransform.getAppendMissingElements()Append the given elements in order if they are not already present in the current field value.DocumentTransform.FieldTransformOrBuilder.getAppendMissingElements()Append the given elements in order if they are not already present in the current field value.Value.Builder.getArrayValue()An array value.Value.getArrayValue()An array value.ValueOrBuilder.getArrayValue()An array value.static ArrayValueArrayValue.getDefaultInstance()ArrayValue.Builder.getDefaultInstanceForType()ArrayValue.getDefaultInstanceForType()DocumentTransform.FieldTransform.Builder.getRemoveAllFromArray()Remove all of the given elements from the array in the field.DocumentTransform.FieldTransform.getRemoveAllFromArray()Remove all of the given elements from the array in the field.DocumentTransform.FieldTransformOrBuilder.getRemoveAllFromArray()Remove all of the given elements from the array in the field.static ArrayValueArrayValue.parseDelimitedFrom(InputStream input) static ArrayValueArrayValue.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ArrayValueArrayValue.parseFrom(byte[] data) static ArrayValueArrayValue.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ArrayValueArrayValue.parseFrom(com.google.protobuf.ByteString data) static ArrayValueArrayValue.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ArrayValueArrayValue.parseFrom(com.google.protobuf.CodedInputStream input) static ArrayValueArrayValue.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ArrayValueArrayValue.parseFrom(InputStream input) static ArrayValueArrayValue.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ArrayValueArrayValue.parseFrom(ByteBuffer data) static ArrayValueArrayValue.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.firestore.v1 that return types with arguments of type ArrayValueModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ArrayValue>ArrayValue.getParserForType()static com.google.protobuf.Parser<ArrayValue>ArrayValue.parser()Methods in com.google.firestore.v1 with parameters of type ArrayValueModifier and TypeMethodDescriptionDocumentTransform.FieldTransform.Builder.mergeAppendMissingElements(ArrayValue value) Append the given elements in order if they are not already present in the current field value.Value.Builder.mergeArrayValue(ArrayValue value) An array value.ArrayValue.Builder.mergeFrom(ArrayValue other) DocumentTransform.FieldTransform.Builder.mergeRemoveAllFromArray(ArrayValue value) Remove all of the given elements from the array in the field.static ArrayValue.BuilderArrayValue.newBuilder(ArrayValue prototype) DocumentTransform.FieldTransform.Builder.setAppendMissingElements(ArrayValue value) Append the given elements in order if they are not already present in the current field value.Value.Builder.setArrayValue(ArrayValue value) An array value.DocumentTransform.FieldTransform.Builder.setRemoveAllFromArray(ArrayValue value) Remove all of the given elements from the array in the field.