google-apis-firebasedatabase_v1beta 0.11.0 → 0.12.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 49ac1316f1b4b4898ec361f7ce459138ef81a4939061358d672e881fbadfef76
|
4
|
+
data.tar.gz: f7855fce523bbb515a00ce245b0acafcda0f129f3afb9e686a1709e8ec520a96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d6f05782866dad72cd1c53fe7bbaa2ea0a342c190b848659587e461651f5b44d63ac84958bde60f3bf51a56c6b23e65d583a0dee36267d8decc2af261c34e6d
|
7
|
+
data.tar.gz: 67410d68de564fa49048364e22adc02ffc5d17210450544f4640f624f108981df824c97290407ac83b8f83a6694b5c39b848549d6398421b2f9024696be74339
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-firebasedatabase_v1beta
|
2
2
|
|
3
|
+
### v0.12.0 (2022-06-06)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220602
|
6
|
+
* Regenerated using generator version 0.5.0
|
7
|
+
|
3
8
|
### v0.11.0 (2022-04-02)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20220330
|
@@ -28,7 +28,7 @@ module Google
|
|
28
28
|
class DatabaseInstance
|
29
29
|
include Google::Apis::Core::Hashable
|
30
30
|
|
31
|
-
#
|
31
|
+
# Output only. Output Only. The globally unique hostname of the database.
|
32
32
|
# Corresponds to the JSON property `databaseUrl`
|
33
33
|
# @return [String]
|
34
34
|
attr_accessor :database_url
|
@@ -39,19 +39,19 @@ module Google
|
|
39
39
|
# @return [String]
|
40
40
|
attr_accessor :name
|
41
41
|
|
42
|
-
# The resource name of the project this instance belongs to. For
|
43
|
-
# projects/`project-number``.
|
42
|
+
# Output only. The resource name of the project this instance belongs to. For
|
43
|
+
# example: `projects/`project-number``.
|
44
44
|
# Corresponds to the JSON property `project`
|
45
45
|
# @return [String]
|
46
46
|
attr_accessor :project
|
47
47
|
|
48
|
-
# The database's lifecycle state. Read-only.
|
48
|
+
# Output only. The database's lifecycle state. Read-only.
|
49
49
|
# Corresponds to the JSON property `state`
|
50
50
|
# @return [String]
|
51
51
|
attr_accessor :state
|
52
52
|
|
53
|
-
# The database instance type. On creation only USER_DATABASE is
|
54
|
-
# is also the default when omitted.
|
53
|
+
# Immutable. The database instance type. On creation only USER_DATABASE is
|
54
|
+
# allowed, which is also the default when omitted.
|
55
55
|
# Corresponds to the JSON property `type`
|
56
56
|
# @return [String]
|
57
57
|
attr_accessor :type
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module FirebasedatabaseV1beta
|
18
18
|
# Version of the google-apis-firebasedatabase_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.12.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.5.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220602"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-firebasedatabase_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.5'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.5'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -59,7 +59,7 @@ licenses:
|
|
59
59
|
metadata:
|
60
60
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
61
61
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebasedatabase_v1beta/CHANGELOG.md
|
62
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedatabase_v1beta/v0.
|
62
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedatabase_v1beta/v0.12.0
|
63
63
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebasedatabase_v1beta
|
64
64
|
post_install_message:
|
65
65
|
rdoc_options: []
|
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
76
|
- !ruby/object:Gem::Version
|
77
77
|
version: '0'
|
78
78
|
requirements: []
|
79
|
-
rubygems_version: 3.3.
|
79
|
+
rubygems_version: 3.3.14
|
80
80
|
signing_key:
|
81
81
|
specification_version: 4
|
82
82
|
summary: Simple REST client for Firebase Realtime Database Management API V1beta
|