google-apis-firebasedatabase_v1beta 0.18.0 → 0.20.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: eb4402e494c337ee026d900fa24c19b076767914a03b6802a5811524d8b58fd0
4
- data.tar.gz: 4e7571b5de4815ab17beaa285e637850f84e2986a1b0c4e0831dbd9cc907ea80
3
+ metadata.gz: e61fbaea4d6bfbd5af684270fd8d0085032130adf621194de6ae7cd17b513471
4
+ data.tar.gz: d448dad84ed4a31cbf085d57e44182c35fb25be7891e5de3b81966ab6c2814aa
5
5
  SHA512:
6
- metadata.gz: e058a64ecaa800b678fd9864409f0390f9885e089256e39aafeb582e5e3353433f5e5d9e9a26aca163658aedc7126820446bf4a48ed1d12181c7d1178beb9464
7
- data.tar.gz: c8f29a316e5d5fa133d2589966ec74fc8a8353483f3fa9f18ed9728e92d1f0658992458bc7c66ead41baf2ab069ab5e3830610486f4d8c07bc9057fdd68682f7
6
+ metadata.gz: d00a01264861ba112acb8f1c170592a53cca6067e5a4f97d88b7aff9acd258cf23dc7b7c1e32aada0e7fb34deae640a47d1eb983a3e5caaeff9e90058d6cce99
7
+ data.tar.gz: da48ee5ceda14f88f3e43c98cbf0690650d7d1de8f07d47281342d6691b25de388071a842088a0de6e0603219132ebf78b15fa5d346b76b256c8e814389bb16b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-firebasedatabase_v1beta
2
2
 
3
+ ### v0.20.0 (2022-12-19)
4
+
5
+ * Regenerated from discovery document revision 20221214
6
+
7
+ ### v0.19.0 (2022-11-12)
8
+
9
+ * Regenerated from discovery document revision 20221108
10
+
3
11
  ### v0.18.0 (2022-10-27)
4
12
 
5
13
  * Regenerated using generator version 0.11.0
@@ -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.18.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220908"
25
+ REVISION = "20221214"
26
26
  end
27
27
  end
28
28
  end
@@ -22,8 +22,8 @@ module Google
22
22
  module FirebasedatabaseV1beta
23
23
  # Firebase Realtime Database API
24
24
  #
25
- # The Firebase Realtime Database Management API enables programmatic
26
- # provisioning and management of Realtime Database instances.
25
+ # The Firebase Realtime Database API enables programmatic provisioning and
26
+ # management of Realtime Database instances.
27
27
  #
28
28
  # @example
29
29
  # require 'google/apis/firebasedatabase_v1beta'
@@ -57,8 +57,8 @@ module Google
57
57
  # might take a few minutes for billing enablement state to propagate to Firebase
58
58
  # systems.
59
59
  # @param [String] parent
60
- # The parent project for which to create a database instance, in the form: `
61
- # projects/`project-number`/locations/`location-id``.
60
+ # Required. The parent project for which to create a database instance, in the
61
+ # form: `projects/`project-number`/locations/`location-id``.
62
62
  # @param [Google::Apis::FirebasedatabaseV1beta::DatabaseInstance] database_instance_object
63
63
  # @param [String] database_id
64
64
  # The globally unique identifier of the database instance.
@@ -101,8 +101,9 @@ module Google
101
101
  # recovered or re-used. The Database may only be deleted if it is already in a
102
102
  # DISABLED state.
103
103
  # @param [String] name
104
- # The fully qualified resource name of the database instance, in the form: `
105
- # projects/`project-number`/locations/`location-id`/instances/`database-id``
104
+ # Required. The fully qualified resource name of the database instance, in the
105
+ # form: `projects/`project-number`/locations/`location-id`/instances/`database-
106
+ # id``
106
107
  # @param [String] fields
107
108
  # Selector specifying which fields to include in a partial response.
108
109
  # @param [String] quota_user
@@ -134,8 +135,9 @@ module Google
134
135
  # ReenableDatabaseInstance. When a database is disabled, all reads and writes
135
136
  # are denied, including view access in the Firebase console.
136
137
  # @param [String] name
137
- # The fully qualified resource name of the database instance, in the form: `
138
- # projects/`project-number`/locations/`location-id`/instances/`database-id``
138
+ # Required. The fully qualified resource name of the database instance, in the
139
+ # form: `projects/`project-number`/locations/`location-id`/instances/`database-
140
+ # id``
139
141
  # @param [Google::Apis::FirebasedatabaseV1beta::DisableDatabaseInstanceRequest] disable_database_instance_request_object
140
142
  # @param [String] fields
141
143
  # Selector specifying which fields to include in a partial response.
@@ -168,13 +170,13 @@ module Google
168
170
 
169
171
  # Gets the DatabaseInstance identified by the specified resource name.
170
172
  # @param [String] name
171
- # The fully qualified resource name of the database instance, in the form: `
172
- # projects/`project-number`/locations/`location-id`/instances/`database-id``. `
173
- # database-id` is a globally unique identifier across all parent collections.
174
- # For convenience, this method allows you to supply `-` as a wildcard character
175
- # in place of specific collections under `projects` and `locations`. The
176
- # resulting wildcarding form of the method is: `projects/-/locations/-/instances/
177
- # `database-id``.
173
+ # Required. The fully qualified resource name of the database instance, in the
174
+ # form: `projects/`project-number`/locations/`location-id`/instances/`database-
175
+ # id``. `database-id` is a globally unique identifier across all parent
176
+ # collections. For convenience, this method allows you to supply `-` as a
177
+ # wildcard character in place of specific collections under `projects` and `
178
+ # locations`. The resulting wildcarding form of the method is: `projects/-/
179
+ # locations/-/instances/`database-id``.
178
180
  # @param [String] fields
179
181
  # Selector specifying which fields to include in a partial response.
180
182
  # @param [String] quota_user
@@ -208,8 +210,8 @@ module Google
208
210
  # The resulting list contains instances in any STATE. The list results may be
209
211
  # stale by a few seconds. Use GetDatabaseInstance for consistent reads.
210
212
  # @param [String] parent
211
- # The parent project for which to list database instances, in the form: `
212
- # projects/`project-number`/locations/`location-id`` To list across all
213
+ # Required. The parent project for which to list database instances, in the form:
214
+ # `projects/`project-number`/locations/`location-id`` To list across all
213
215
  # locations, use a parent in the form: `projects/`project-number`/locations/-`
214
216
  # @param [Fixnum] page_size
215
217
  # The maximum number of database instances to return in the response. The server
@@ -254,8 +256,9 @@ module Google
254
256
  # using DisableDatabaseInstance. The state of a successfully reenabled
255
257
  # DatabaseInstance is ACTIVE.
256
258
  # @param [String] name
257
- # The fully qualified resource name of the database instance, in the form: `
258
- # projects/`project-number`/locations/`location-id`/instances/`database-id``
259
+ # Required. The fully qualified resource name of the database instance, in the
260
+ # form: `projects/`project-number`/locations/`location-id`/instances/`database-
261
+ # id``
259
262
  # @param [Google::Apis::FirebasedatabaseV1beta::ReenableDatabaseInstanceRequest] reenable_database_instance_request_object
260
263
  # @param [String] fields
261
264
  # Selector specifying which fields to include in a partial response.
@@ -293,8 +296,9 @@ module Google
293
296
  # DatabaseInstance in the DELETED state. Purged DatabaseInstances may not be
294
297
  # recovered.
295
298
  # @param [String] name
296
- # The fully qualified resource name of the database instance, in the form: `
297
- # projects/`project-number`/locations/`location-id`/instances/`database-id``
299
+ # Required. The fully qualified resource name of the database instance, in the
300
+ # form: `projects/`project-number`/locations/`location-id`/instances/`database-
301
+ # id``
298
302
  # @param [Google::Apis::FirebasedatabaseV1beta::UndeleteDatabaseInstanceRequest] undelete_database_instance_request_object
299
303
  # @param [String] fields
300
304
  # Selector specifying which fields to include in a partial response.
@@ -21,8 +21,8 @@ module Google
21
21
  module Apis
22
22
  # Firebase Realtime Database API
23
23
  #
24
- # The Firebase Realtime Database Management API enables programmatic
25
- # provisioning and management of Realtime Database instances.
24
+ # The Firebase Realtime Database API enables programmatic provisioning and
25
+ # 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
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.18.0
4
+ version: 0.20.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-10-31 00:00:00.000000000 Z
11
+ date: 2023-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebasedatabase_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedatabase_v1beta/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedatabase_v1beta/v0.20.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebasedatabase_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []