google-apis-firebasedatabase_v1beta 0.11.0 → 0.14.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: 5c7004797343a36f41a75b9890f7993debc0463fb8c35e3b5c0cbdfecbed3f50
4
- data.tar.gz: aaa30c372228f70ae0e985da0e182c417419cd7ba1635689aa45ca0bf5ad9fbf
3
+ metadata.gz: 7ad8c40975e6b9ff6d81158eedb595ad9fc6052016df6e929af217a9437d0d85
4
+ data.tar.gz: 5fbb7813dd31d397941ca15f56af79ad1f9a2ca5baecf5947e76c96b6e05cdf8
5
5
  SHA512:
6
- metadata.gz: c5442826086b3b7b72f5b4ee5f91c4411d17b58e42c3f344467f8c6076790ef97cdf62fc078ece2f72d43680ff4d8a9f565513942b84eb5c430064f6b50f1993
7
- data.tar.gz: 84f769ac4e1ed13421b2537ed648129e5dccd40773aeeaab5364a047201f7ec061051df7b393834f24aeaee51373269111a603c983d5415d91673b5856281c92
6
+ metadata.gz: 14bb6c003f38f86c704fea9c952bb8be10e4a587153412b1c886db662b930b57e602edbd7e13ec8483e7fdab29cc51201c9f26561479ded0b47c825c6d119d38
7
+ data.tar.gz: 124f095ae8700b12c08cb78c6b09773ee4f6ed1bda6ca88ec70acd84a7b99fe6237b8eac2704722b16fb2a3e2c05fb45f0bc1275b374b9745dae50299da6bce6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-firebasedatabase_v1beta
2
2
 
3
+ ### v0.14.0 (2022-06-30)
4
+
5
+ * Regenerated using generator version 0.8.0
6
+
7
+ ### v0.13.0 (2022-06-19)
8
+
9
+ * Regenerated from discovery document revision 20220615
10
+ * Regenerated using generator version 0.7.0
11
+
12
+ ### v0.12.0 (2022-06-06)
13
+
14
+ * Regenerated from discovery document revision 20220602
15
+ * Regenerated using generator version 0.5.0
16
+
3
17
  ### v0.11.0 (2022-04-02)
4
18
 
5
19
  * 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
- # Immutable. The globally unique hostname of the database.
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 example: `
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 allowed, which
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.11.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.8.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220330"
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.11.0
4
+ version: 0.14.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-04-04 00:00:00.000000000 Z
11
+ date: 2022-07-04 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.4'
19
+ version: '0.7'
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.4'
29
+ version: '0.7'
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.11.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedatabase_v1beta/v0.14.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.5
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