google-apis-firebasedataconnect_v1 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: 72c7ef360005e7de73c63b90cb435157b3276b0ce7f9c76b5951d2d630cb6eb5
4
- data.tar.gz: 10e1fda6327bcfb703bc95a5d10f568310fd3deeb8baa373753f7afde4a68d59
3
+ metadata.gz: 8fd83915e227c57b48fe7c487e18dd09f1fe3ae5b2de06397af71f7e69cb6158
4
+ data.tar.gz: d2486740b159639c2d13b132cc575764dd760701ff64010c06b2fde6612e6b92
5
5
  SHA512:
6
- metadata.gz: a67812c13b19b692ccb053aeb813055afe11699d5bee278451d6e1c1df90b38486770042f450d02705b5aed48d0821e33059edca129ca1117ecd3749debd4f83
7
- data.tar.gz: c66a7e22e5f4ee8fac1c57bd07aed1540d215df2332bb28d7397a9b24bd702fa905c96298113d8d00c8300738b68d636caed67a252e2a660ac1d2ba41f096b2c
6
+ metadata.gz: 7b14e0bcf3b0b7d7af9b59d2c569a580d0b91325903cd6fdb4d4adfb1f118fa71a25ab103809ba067d5d85ca5e4b7de1848ef6f56f79bfb8acb690c495b29282
7
+ data.tar.gz: 2b8dd023de28275a78c12095f20a34a72d147dc69b47d433257f1508bfcf3bfc89836020d4cb958becdc49cb9b769c0a21a96b6a90da3291e17d5b879aeaa386
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebasedataconnect_v1
2
2
 
3
+ ### v0.18.0 (2026-07-26)
4
+
5
+ * Regenerated from discovery document revision 20260719
6
+
3
7
  ### v0.17.0 (2026-06-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20260531
@@ -77,6 +77,11 @@ module Google
77
77
  class CloudSqlInstance
78
78
  include Google::Apis::Core::Hashable
79
79
 
80
+ # Output only. [Output only] The Cloud SQL instance edition.
81
+ # Corresponds to the JSON property `edition`
82
+ # @return [String]
83
+ attr_accessor :edition
84
+
80
85
  # Required. Name of the CloudSQL instance, in the format: ``` projects/`project`/
81
86
  # locations/`location`/instances/`instance` ```
82
87
  # Corresponds to the JSON property `instance`
@@ -89,6 +94,7 @@ module Google
89
94
 
90
95
  # Update properties of this object
91
96
  def update!(**args)
97
+ @edition = args[:edition] if args.key?(:edition)
92
98
  @instance = args[:instance] if args.key?(:instance)
93
99
  end
94
100
  end
@@ -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.17.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.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260531"
25
+ REVISION = "20260719"
26
26
  end
27
27
  end
28
28
  end
@@ -303,6 +303,7 @@ module Google
303
303
  class CloudSqlInstance
304
304
  # @private
305
305
  class Representation < Google::Apis::Core::JsonRepresentation
306
+ property :edition, as: 'edition'
306
307
  property :instance, as: 'instance'
307
308
  end
308
309
  end
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.17.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedataconnect_v1/v0.17.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedataconnect_v1/v0.18.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: