Skip to content

Commit 13a93c8

Browse files
feat: Automated regeneration of firebasedataconnect v1 client (googleapis#23980)
Auto-created at 2025-08-17 10:43:44 +0000 using the toys pull request generator.
1 parent e920c5d commit 13a93c8

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

generated/google-apis-firebasedataconnect_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

generated/google-apis-firebasedataconnect_v1/lib/google/apis/firebasedataconnect_v1/classes.rb

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff 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

generated/google-apis-firebasedataconnect_v1/lib/google/apis/firebasedataconnect_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2828
end

0 commit comments

Comments
 (0)