MutationResult

interfaceMutationResult<Data : Any?, Variables : Any?> :OperationResult


A specialization ofOperationResult forMutationRef.

Safe for concurrent use

All methods and properties ofMutationResult are thread-safe and may be safely called and/or accessed concurrently from multiple threads and/or coroutines.

Not stable for inheritance

TheMutationResult interface isnot stable for inheritance in third-party libraries, as new methods might be added to this interface or contracts of the existing methods can be changed.

Summary

Public properties

MutationRef<Data, Variables>

The operation that produced this result.

Inherited functions

Fromcom.google.firebase.dataconnect.OperationResult
operatorBoolean
equals(other: Any?)

Compares this object with another object for equality.

Int

Calculates and returns the hash code for this object.

String

Returns a string representation of this object, useful for debugging.

Inherited properties

Fromcom.google.firebase.dataconnect.OperationResult
Data

The response data for the operation.

Public properties

ref

val refMutationRef<Data, Variables>

The operation that produced this result.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-10-09 UTC.