File tree Expand file tree Collapse file tree 3 files changed +16
-8
lines changed
generated/google-apis-firebasedataconnect_v1
lib/google/apis/firebasedataconnect_v1 Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-firebasedataconnect_v1
22
3+ ### v0.6.0 (2025-08-17)
4+
5+ * Regenerated from discovery document revision 20250810
6+
37### v0.5.0 (2025-08-10)
48
59* Regenerated from discovery document revision 20250803
Original file line number Diff line number Diff line change @@ -871,12 +871,16 @@ class PostgreSql
871871 # @return [String]
872872 attr_accessor :database
873873
874- # Output only. Ephemeral is true if this data connect service is served from in-
875- # memory emulation of Postgres. Data Connect service will transfer the data on a
876- # best-effort basis to the Cloud SQL instance once it's provisioned and linked.
877- # WARNING: When `ephemeral=true`, mutations to the database are not guaranteed
878- # to be durably persisted, even if an OK status code is returned. All or parts
879- # of the data may be lost or reverted to earlier versions.
874+ # Output only. Ephemeral is true if this data connect service is served from
875+ # temporary in-memory emulation of Postgres. While Cloud SQL is being
876+ # provisioned, the data connect service provides the ephemeral service to help
877+ # developers get started. Once the Cloud SQL is provisioned, Data Connect
878+ # service will transfer its data on a best-effort basis to the Cloud SQL
879+ # instance. WARNING: Ephemeral data sources will expire after 24 hour. The data
880+ # will be lost if they aren't transferred to the Cloud SQL instance. WARNING:
881+ # When `ephemeral=true`, mutations to the database are not guaranteed to be
882+ # durably persisted, even if an OK status code is returned. All or parts of the
883+ # data may be lost or reverted to earlier versions.
880884 # Corresponds to the JSON property `ephemeral`
881885 # @return [Boolean]
882886 attr_accessor :ephemeral
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module FirebasedataconnectV1
1818 # Version of the google-apis-firebasedataconnect_v1 gem
19- GEM_VERSION = "0.5 .0"
19+ GEM_VERSION = "0.6 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.18.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20250803 "
25+ REVISION = "20250810 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments