google-apis-firebasedatabase_v1beta 0.12.0 → 0.15.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: 94f302d4238bbaeaa2b0ac2aa978006be3425d507700ef5efa1bdf8bd664cde8
4
+ data.tar.gz: 7ff875cc14144b178753a4b9e1b45c10e2ce3ce87e807a74b4f700c3fa74af52
5
5
  SHA512:
6
- metadata.gz: 6d6f05782866dad72cd1c53fe7bbaa2ea0a342c190b848659587e461651f5b44d63ac84958bde60f3bf51a56c6b23e65d583a0dee36267d8decc2af261c34e6d
7
- data.tar.gz: 67410d68de564fa49048364e22adc02ffc5d17210450544f4640f624f108981df824c97290407ac83b8f83a6694b5c39b848549d6398421b2f9024696be74339
6
+ metadata.gz: d2db2a04cb10f93c54c39adda4db0e3626c7d96673807fa74351c4ada034ae41e2f7cd0a177e42005f7cf8dd74f1f6a2afaf07bbb0a3e09756da4bec712c1f45
7
+ data.tar.gz: 55dbef82b8077d8673f89ecacbb3f824112cf9901d38dc2fd9c4606c282cbc1b91274da2fc7bfe029942add7d5105cf40df0ae5d7bb5be92f35f0faf71f6432a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-firebasedatabase_v1beta
2
2
 
3
+ ### v0.15.0 (2022-09-10)
4
+
5
+ * Regenerated from discovery document revision 20220908
6
+ * Regenerated using generator version 0.9.0
7
+
8
+ ### v0.14.0 (2022-06-30)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+
12
+ ### v0.13.0 (2022-06-19)
13
+
14
+ * Regenerated from discovery document revision 20220615
15
+ * Regenerated using generator version 0.7.0
16
+
3
17
  ### v0.12.0 (2022-06-06)
4
18
 
5
19
  * Regenerated from discovery document revision 20220602
data/OVERVIEW.md CHANGED
@@ -1,6 +1,6 @@
1
- # Simple REST client for version V1beta of the Firebase Realtime Database Management API
1
+ # Simple REST client for version V1beta of the Firebase Realtime Database API
2
2
 
3
- This is a simple client library for version V1beta of the Firebase Realtime Database Management API. It provides:
3
+ This is a simple client library for version V1beta of the Firebase Realtime Database API. It provides:
4
4
 
5
5
  * A client object that connects to the HTTP/JSON REST endpoint for the service.
6
6
  * Ruby objects for data structures related to the service.
@@ -65,7 +65,7 @@ More detailed descriptions of the Google simple REST clients are available in tw
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Firebasedatabase service in particular.)
67
67
 
68
- For reference information on specific calls in the Firebase Realtime Database Management API, see the {Google::Apis::FirebasedatabaseV1beta::FirebaseRealtimeDatabaseService class reference docs}.
68
+ For reference information on specific calls in the Firebase Realtime Database API, see the {Google::Apis::FirebasedatabaseV1beta::FirebaseRealtimeDatabaseService class reference docs}.
69
69
 
70
70
  ## Which client should I use?
71
71
 
@@ -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.15.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.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220602"
25
+ REVISION = "20220908"
26
26
  end
27
27
  end
28
28
  end
@@ -20,7 +20,7 @@ require 'google/apis/errors'
20
20
  module Google
21
21
  module Apis
22
22
  module FirebasedatabaseV1beta
23
- # Firebase Realtime Database Management API
23
+ # Firebase Realtime Database API
24
24
  #
25
25
  # The Firebase Realtime Database Management API enables programmatic
26
26
  # provisioning and management of Realtime Database instances.
@@ -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``
@@ -19,14 +19,14 @@ require 'google/apis/firebasedatabase_v1beta/gem_version.rb'
19
19
 
20
20
  module Google
21
21
  module Apis
22
- # Firebase Realtime Database Management API
22
+ # Firebase Realtime Database API
23
23
  #
24
24
  # The Firebase Realtime Database Management API enables programmatic
25
25
  # provisioning and management of Realtime Database instances.
26
26
  #
27
27
  # @see https://firebase.google.com/docs/reference/rest/database/database-management/rest/
28
28
  module FirebasedatabaseV1beta
29
- # Version of the Firebase Realtime Database Management API this client connects to.
29
+ # Version of the Firebase Realtime Database API this client connects to.
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1beta'
32
32
 
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.15.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-09-12 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.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,18 +26,17 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.5'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
33
- description: This is the simple REST client for Firebase Realtime Database Management
34
- API V1beta. Simple REST clients are Ruby client libraries that provide access to
35
- Google services via their HTTP REST API endpoints. These libraries are generated
36
- and updated automatically based on the discovery documents published by the service,
37
- and they handle most concerns such as authentication, pagination, retry, timeouts,
38
- and logging. You can use this client to access the Firebase Realtime Database Management
39
- API, but note that some services may provide a separate modern client that is easier
40
- to use.
33
+ description: This is the simple REST client for Firebase Realtime Database API V1beta.
34
+ Simple REST clients are Ruby client libraries that provide access to Google services
35
+ via their HTTP REST API endpoints. These libraries are generated and updated automatically
36
+ based on the discovery documents published by the service, and they handle most
37
+ concerns such as authentication, pagination, retry, timeouts, and logging. You can
38
+ use this client to access the Firebase Realtime Database API, but note that some
39
+ services may provide a separate modern client that is easier to use.
41
40
  email: googleapis-packages@google.com
42
41
  executables: []
43
42
  extensions: []
@@ -59,7 +58,7 @@ licenses:
59
58
  metadata:
60
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
61
60
  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
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedatabase_v1beta/v0.15.0
63
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebasedatabase_v1beta
64
63
  post_install_message:
65
64
  rdoc_options: []
@@ -79,5 +78,5 @@ requirements: []
79
78
  rubygems_version: 3.3.14
80
79
  signing_key:
81
80
  specification_version: 4
82
- summary: Simple REST client for Firebase Realtime Database Management API V1beta
81
+ summary: Simple REST client for Firebase Realtime Database API V1beta
83
82
  test_files: []