google-apis-firebasedataconnect_v1beta 0.17.0 → 0.18.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: e76a240ab206f4e2f6cf73a2154dfca993889e7fedea6532b305dbeb7e458210
|
|
4
|
+
data.tar.gz: 8cfda805af7fcca7fdcf06c9a37104ee8c47b7b82e955e08f87fc9fa334b4ee3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3f89ce098bac2710ac5dacd1b45e0ec27120287840eaff4df70177a18284b2d6f53107212ccd0ae3f1468c09a146d0301df4bdea75251df172dccb6211a3dc64
|
|
7
|
+
data.tar.gz: 4fd19f74135990abb7da7741fa38c0dcef25709db63c7b5baf10f37f4304320dca874faace4256198f144f754676b233016afbf6b51991f32c8bc71b6399f0df
|
data/CHANGELOG.md
CHANGED
|
@@ -1093,6 +1093,12 @@ module Google
|
|
|
1093
1093
|
attr_accessor :ephemeral
|
|
1094
1094
|
alias_method :ephemeral?, :ephemeral
|
|
1095
1095
|
|
|
1096
|
+
# Optional. User-configured PostgreSQL schema. Defaults to "public" if not
|
|
1097
|
+
# specified.
|
|
1098
|
+
# Corresponds to the JSON property `schema`
|
|
1099
|
+
# @return [String]
|
|
1100
|
+
attr_accessor :schema
|
|
1101
|
+
|
|
1096
1102
|
# Optional. Configure how to perform Postgresql schema migration.
|
|
1097
1103
|
# Corresponds to the JSON property `schemaMigration`
|
|
1098
1104
|
# @return [String]
|
|
@@ -1119,6 +1125,7 @@ module Google
|
|
|
1119
1125
|
@cloud_sql = args[:cloud_sql] if args.key?(:cloud_sql)
|
|
1120
1126
|
@database = args[:database] if args.key?(:database)
|
|
1121
1127
|
@ephemeral = args[:ephemeral] if args.key?(:ephemeral)
|
|
1128
|
+
@schema = args[:schema] if args.key?(:schema)
|
|
1122
1129
|
@schema_migration = args[:schema_migration] if args.key?(:schema_migration)
|
|
1123
1130
|
@schema_validation = args[:schema_validation] if args.key?(:schema_validation)
|
|
1124
1131
|
@unlinked = args[:unlinked] if args.key?(:unlinked)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module FirebasedataconnectV1beta
|
|
18
18
|
# Version of the google-apis-firebasedataconnect_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.18.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 = "20260301"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -531,6 +531,7 @@ module Google
|
|
|
531
531
|
|
|
532
532
|
property :database, as: 'database'
|
|
533
533
|
property :ephemeral, as: 'ephemeral'
|
|
534
|
+
property :schema, as: 'schema'
|
|
534
535
|
property :schema_migration, as: 'schemaMigration'
|
|
535
536
|
property :schema_validation, as: 'schemaValidation'
|
|
536
537
|
property :unlinked, as: 'unlinked'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-firebasedataconnect_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.18.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_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedataconnect_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedataconnect_v1beta/v0.18.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebasedataconnect_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|