diff --git a/firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/generated/GeneratedConnector.kt b/firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/generated/GeneratedConnector.kt index f3ba0285117..7360edc3e9b 100644 --- a/firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/generated/GeneratedConnector.kt +++ b/firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/generated/GeneratedConnector.kt @@ -28,13 +28,11 @@ import com.google.firebase.dataconnect.FirebaseDataConnect * All methods and properties of [GeneratedConnector] are thread-safe and may be safely called * and/or accessed concurrently from multiple threads and/or coroutines. * - * ### Stable for Inheritance (after graduating to "Generally Available") + * ### Stable for Inheritance * * The [GeneratedConnector] interface _is_ stable for inheritance in third-party libraries, as new * methods will not be added to this interface and contracts of the existing methods will not be - * changed. Note, however, that this interface is still subject to changes, up to and including - * outright deletion, until the Firebase Data Connect product graduates from "alpha" and/or "beta" - * to "Generally Available" status. + * changed, except possibly during major version number changes. */ public interface GeneratedConnector> { diff --git a/firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/generated/GeneratedMutation.kt b/firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/generated/GeneratedMutation.kt index 377563afab6..1d39bf176d2 100644 --- a/firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/generated/GeneratedMutation.kt +++ b/firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/generated/GeneratedMutation.kt @@ -30,13 +30,11 @@ import kotlinx.serialization.SerializationStrategy * All methods and properties of [GeneratedMutation] are thread-safe and may be safely called and/or * accessed concurrently from multiple threads and/or coroutines. * - * ### Stable for Inheritance (after graduating to "Generally Available") + * ### Stable for Inheritance * * The [GeneratedMutation] interface _is_ stable for inheritance in third-party libraries, as new * methods will not be added to this interface and contracts of the existing methods will not be - * changed. Note, however, that this interface is still subject to changes, up to and including - * outright deletion, until the Firebase Data Connect product graduates from "alpha" and/or "beta" - * to "Generally Available" status. + * changed, except possibly during major version number changes. */ public interface GeneratedMutation, Data, Variables> : GeneratedOperation { diff --git a/firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/generated/GeneratedOperation.kt b/firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/generated/GeneratedOperation.kt index 90b3082fbea..b3011e5890b 100644 --- a/firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/generated/GeneratedOperation.kt +++ b/firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/generated/GeneratedOperation.kt @@ -31,13 +31,11 @@ import kotlinx.serialization.SerializationStrategy * All methods and properties of [GeneratedOperation] are thread-safe and may be safely called * and/or accessed concurrently from multiple threads and/or coroutines. * - * ### Stable for Inheritance (after graduating to "Generally Available") + * ### Stable for Inheritance * * The [GeneratedOperation] interface _is_ stable for inheritance in third-party libraries, as new * methods will not be added to this interface and contracts of the existing methods will not be - * changed. Note, however, that this interface is still subject to changes, up to and including - * outright deletion, until the Firebase Data Connect product graduates from "alpha" and/or "beta" - * to "Generally Available" status. + * changed, except possibly during major version number changes. */ public interface GeneratedOperation, Data, Variables> { diff --git a/firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/generated/GeneratedQuery.kt b/firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/generated/GeneratedQuery.kt index 235a76ab324..98087c89943 100644 --- a/firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/generated/GeneratedQuery.kt +++ b/firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/generated/GeneratedQuery.kt @@ -30,13 +30,11 @@ import kotlinx.serialization.SerializationStrategy * All methods and properties of [GeneratedQuery] are thread-safe and may be safely called and/or * accessed concurrently from multiple threads and/or coroutines. * - * ### Stable for Inheritance (after graduating to "Generally Available") + * ### Stable for Inheritance * * The [GeneratedQuery] interface _is_ stable for inheritance in third-party libraries, as new * methods will not be added to this interface and contracts of the existing methods will not be - * changed. Note, however, that this interface is still subject to changes, up to and including - * outright deletion, until the Firebase Data Connect product graduates from "alpha" and/or "beta" - * to "Generally Available" status. + * changed, except possibly during major version number changes. */ public interface GeneratedQuery, Data, Variables> : GeneratedOperation {