google-apis-firebasedatabase_v1beta 0.12.0 → 0.13.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: 0ba1f1477f8950a17a1a9591edd39519442bbe82fbfd7b7aba608e6b5933eb61
|
4
|
+
data.tar.gz: 7541a05ef608fcababaa9d5e4966e485c50b8a64938251e28bc698f512ff4c37
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 712ad388df285dea5089c81b7d4890112ea50434c466ce807f5c3f32561c64c8d5865359351fe454f0188addcbc81051fab7eac8d57b06ac372d33e79ec69afe
|
7
|
+
data.tar.gz: 9d8391ef306d0cba4db4c9e11e41e3f8985c7ac92456bf8cc7ca9ee4b267a97951d2fe779ffa14432fd7c38d7fb9a995ed310645fd33df64c71e6b5bdc3d597f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-firebasedatabase_v1beta
|
2
2
|
|
3
|
+
### v0.13.0 (2022-06-19)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220615
|
6
|
+
* Regenerated using generator version 0.7.0
|
7
|
+
|
3
8
|
### v0.12.0 (2022-06-06)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20220602
|
@@ -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.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.7.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220615"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -95,10 +95,11 @@ module Google
|
|
95
95
|
execute_or_queue_command(command, &block)
|
96
96
|
end
|
97
97
|
|
98
|
-
# Marks a DatabaseInstance to be deleted. The DatabaseInstance will be
|
99
|
-
#
|
100
|
-
# database
|
101
|
-
# deleted if it is already in a
|
98
|
+
# Marks a DatabaseInstance to be deleted. The DatabaseInstance will be set to
|
99
|
+
# the DELETED state for 20 days, and will be purged within 30 days. The default
|
100
|
+
# database cannot be deleted. IDs for deleted database instances may never be
|
101
|
+
# recovered or re-used. The Database may only be deleted if it is already in a
|
102
|
+
# DISABLED state.
|
102
103
|
# @param [String] name
|
103
104
|
# The fully qualified resource name of the database instance, in the form: `
|
104
105
|
# projects/`project-number`/locations/`location-id`/instances/`database-id``
|
@@ -285,9 +286,12 @@ module Google
|
|
285
286
|
execute_or_queue_command(command, &block)
|
286
287
|
end
|
287
288
|
|
288
|
-
# Restores a DatabaseInstance that was previously marked to be deleted.
|
289
|
-
#
|
290
|
-
#
|
289
|
+
# Restores a DatabaseInstance that was previously marked to be deleted. After
|
290
|
+
# the delete method is used, DatabaseInstances are set to the DELETED state for
|
291
|
+
# 20 days, and will be purged within 30 days. Databases in the DELETED state can
|
292
|
+
# be undeleted without losing any data. This method may only be used on a
|
293
|
+
# DatabaseInstance in the DELETED state. Purged DatabaseInstances may not be
|
294
|
+
# recovered.
|
291
295
|
# @param [String] name
|
292
296
|
# The fully qualified resource name of the database instance, in the form: `
|
293
297
|
# projects/`project-number`/locations/`location-id`/instances/`database-id``
|
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.13.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-06-
|
11
|
+
date: 2022-06-20 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.6'
|
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.6'
|
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.13.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: []
|