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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8fd83915e227c57b48fe7c487e18dd09f1fe3ae5b2de06397af71f7e69cb6158
|
|
4
|
+
data.tar.gz: d2486740b159639c2d13b132cc575764dd760701ff64010c06b2fde6612e6b92
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b14e0bcf3b0b7d7af9b59d2c569a580d0b91325903cd6fdb4d4adfb1f118fa71a25ab103809ba067d5d85ca5e4b7de1848ef6f56f79bfb8acb690c495b29282
|
|
7
|
+
data.tar.gz: 2b8dd023de28275a78c12095f20a34a72d147dc69b47d433257f1508bfcf3bfc89836020d4cb958becdc49cb9b769c0a21a96b6a90da3291e17d5b879aeaa386
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
25
|
+
REVISION = "20260719"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
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.
|
|
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.
|
|
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:
|