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: 49ac1316f1b4b4898ec361f7ce459138ef81a4939061358d672e881fbadfef76
4
- data.tar.gz: f7855fce523bbb515a00ce245b0acafcda0f129f3afb9e686a1709e8ec520a96
3
+ metadata.gz: 0ba1f1477f8950a17a1a9591edd39519442bbe82fbfd7b7aba608e6b5933eb61
4
+ data.tar.gz: 7541a05ef608fcababaa9d5e4966e485c50b8a64938251e28bc698f512ff4c37
5
5
  SHA512:
6
- metadata.gz: 6d6f05782866dad72cd1c53fe7bbaa2ea0a342c190b848659587e461651f5b44d63ac84958bde60f3bf51a56c6b23e65d583a0dee36267d8decc2af261c34e6d
7
- data.tar.gz: 67410d68de564fa49048364e22adc02ffc5d17210450544f4640f624f108981df824c97290407ac83b8f83a6694b5c39b848549d6398421b2f9024696be74339
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.12.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.5.0"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220602"
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 purged
99
- # within 30 days. The default database cannot be deleted. IDs for deleted
100
- # database instances may never be recovered or re-used. The Database may only be
101
- # deleted if it is already in a DISABLED state.
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. This may
289
- # only be used on a DatabaseInstance in the DELETED state. Purged
290
- # DatabaseInstance's may not be recovered.
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.12.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-13 00:00:00.000000000 Z
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.5'
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.5'
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.12.0
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: []