google-apis-firebasedataconnect_v1 0.12.0 → 0.14.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: 24d3cf06d67c04f1329814fd17d39c4f149eb9df756fee74ade8047907952d29
4
- data.tar.gz: ed1929b2c193cdee936eecde422f5209b5960149d9d3b3832f86ad18d6792a5d
3
+ metadata.gz: 96eb049c66a871dc96ad3d9b40d5736dfc33501b3700c847fca45c9fd77daa40
4
+ data.tar.gz: 68b93d36e8cd0fe22a30816d514ee737178c32c9dcbca3804f4276b7917fcc24
5
5
  SHA512:
6
- metadata.gz: 925bc9653f84bb3c9136385e321eaaadf0d52395b0d6003d485e985fd80406fcafdaa2ec684ecd65fdaea89476aa5c1d99f51808bd93a64d4fd000a45ced93b0
7
- data.tar.gz: 78e153c5a03f0889f5d3dd3442f8d09769829dc44fdc7a2753ee2d294a461834dc68e22a8dab86ba555cec9a0ebae8207ebb0ebe79eb45964afcf4d305f288c3
6
+ metadata.gz: 567c691fa6b80bbc95ec5cc3eac50c378f964720a914775d22d5cbab85d2b89ded26695f439ab9cae5ae0d10ae18ef4b658671d1074f38da53629f074f4586c3
7
+ data.tar.gz: 5fb8f6d45c9d996e2a7e4f18c3d279bb328081a9a807b89c7a59dd35999d409b985efd0f3392e4031d756ba127c5c574751edd498578278bf4c1871ef80139a9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-firebasedataconnect_v1
2
2
 
3
+ ### v0.14.0 (2026-04-19)
4
+
5
+ * Regenerated from discovery document revision 20260322
6
+
7
+ ### v0.13.0 (2026-03-08)
8
+
9
+ * Regenerated from discovery document revision 20260301
10
+
3
11
  ### v0.12.0 (2026-02-08)
4
12
 
5
13
  * Regenerated from discovery document revision 20260201
@@ -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 FirebasedataconnectV1
18
18
  # Version of the google-apis-firebasedataconnect_v1 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.14.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 = "20260201"
25
+ REVISION = "20260322"
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'
@@ -85,10 +85,15 @@ module Google
85
85
  end
86
86
 
87
87
  # Lists information about the supported locations for this service. This method
88
- # can be called in two ways: * **List all public locations:** Use the path `GET /
89
- # v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
90
- # projects/`project_id`/locations`. This may include public locations as well as
91
- # private or other locations specifically visible to the project.
88
+ # lists locations based on the resource scope provided in the [
89
+ # ListLocationsRequest.name] field: * **Global locations**: If `name` is empty,
90
+ # the method lists the public locations available to all projects. * **Project-
91
+ # specific locations**: If `name` follows the format `projects/`project``, the
92
+ # method lists locations visible to that specific project. This includes public,
93
+ # private, or other project-specific locations enabled for the project. For gRPC
94
+ # and client library implementations, the resource name is passed as the `name`
95
+ # field. For direct service calls, the resource name is incorporated into the
96
+ # request path based on the specific service implementation and version.
92
97
  # @param [String] name
93
98
  # The resource that owns the locations collection, if applicable.
94
99
  # @param [Array<String>, String] extra_location_types
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.12.0
4
+ version: 0.14.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.12.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedataconnect_v1/v0.14.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: