google-apis-firebasedataconnect_v1 0.4.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce4b4e3da9598cd159c13edac1c59ead2491760012e5a609f3d38a44a96b4b0b
|
4
|
+
data.tar.gz: 440f72b5ded7c6bcf306eb6e6e4a027f29d79c8fff13e6bf7d9c71019d7b6096
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d4f13ebf6ae2b21fd156c0a59a4dff62749fb79d7e6c4c0708b791f5ab4e61db04d66eba7b1bf7ad4c61d870e2c8dd02b92e2bed8703de5a42f6cd98cd4b498
|
7
|
+
data.tar.gz: 8d40636e95a3aa2820a4601c23f7a5705511d3697bcede269d8a362347164cfbba5d286c469ae2522a3c944ba8f7e8975cd1e6e3f399588aec6356c709e856b4
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-firebasedataconnect_v1
|
2
2
|
|
3
|
+
### v0.6.0 (2025-08-17)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250810
|
6
|
+
|
7
|
+
### v0.5.0 (2025-08-10)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250803
|
10
|
+
|
3
11
|
### v0.4.0 (2025-07-13)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250706
|
@@ -871,6 +871,21 @@ module Google
|
|
871
871
|
# @return [String]
|
872
872
|
attr_accessor :database
|
873
873
|
|
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.
|
884
|
+
# Corresponds to the JSON property `ephemeral`
|
885
|
+
# @return [Boolean]
|
886
|
+
attr_accessor :ephemeral
|
887
|
+
alias_method :ephemeral?, :ephemeral
|
888
|
+
|
874
889
|
# Optional. Configure how to perform Postgresql schema migration.
|
875
890
|
# Corresponds to the JSON property `schemaMigration`
|
876
891
|
# @return [String]
|
@@ -896,6 +911,7 @@ module Google
|
|
896
911
|
def update!(**args)
|
897
912
|
@cloud_sql = args[:cloud_sql] if args.key?(:cloud_sql)
|
898
913
|
@database = args[:database] if args.key?(:database)
|
914
|
+
@ephemeral = args[:ephemeral] if args.key?(:ephemeral)
|
899
915
|
@schema_migration = args[:schema_migration] if args.key?(:schema_migration)
|
900
916
|
@schema_validation = args[:schema_validation] if args.key?(:schema_validation)
|
901
917
|
@unlinked = args[:unlinked] if args.key?(:unlinked)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module FirebasedataconnectV1
|
18
18
|
# Version of the google-apis-firebasedataconnect_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250810"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -437,6 +437,7 @@ module Google
|
|
437
437
|
property :cloud_sql, as: 'cloudSql', class: Google::Apis::FirebasedataconnectV1::CloudSqlInstance, decorator: Google::Apis::FirebasedataconnectV1::CloudSqlInstance::Representation
|
438
438
|
|
439
439
|
property :database, as: 'database'
|
440
|
+
property :ephemeral, as: 'ephemeral'
|
440
441
|
property :schema_migration, as: 'schemaMigration'
|
441
442
|
property :schema_validation, as: 'schemaValidation'
|
442
443
|
property :unlinked, as: 'unlinked'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-firebasedataconnect_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebasedataconnect_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedataconnect_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedataconnect_v1/v0.6.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebasedataconnect_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|