google-apis-firebasedatabase_v1beta 0.18.0 → 0.19.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: 424c8ce20259864e7b333b95c8bc2437a5157b5ef7b1f38d5d45cdf952640053
|
4
|
+
data.tar.gz: '0168052a73f33b34199ec87f4e780568d2dd888c42bc89362b9c99d583f88ad1'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f20356c41d674d0f70f210e84b0bd12ab906393419eeb202edc5bf0d4d93c2d16f4bfdb6394897bca089fcf36264f6e8496f1f98a29e381ad5435bdb99385c06
|
7
|
+
data.tar.gz: 6cc28b717ed8f20715ce035e0684b3e3ca69fe79424fdd0bdba71bfd07888a2fe424c0dbd78e72bfc48e9189312f12cc9ccd27173a92819982d1e11d3e220477
|
data/CHANGELOG.md
CHANGED
@@ -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.19.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 = "
|
25
|
+
REVISION = "20221108"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -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
|
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
|
105
|
-
# projects/`project-number`/locations/`location-id`/instances/`database-
|
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
|
138
|
-
# projects/`project-number`/locations/`location-id`/instances/`database-
|
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
|
172
|
-
# projects/`project-number`/locations/`location-id`/instances/`database-
|
173
|
-
# database-id` is a globally unique identifier across all parent
|
174
|
-
# For convenience, this method allows you to supply `-` as a
|
175
|
-
# in place of specific collections under `projects` and `
|
176
|
-
# resulting wildcarding form of the method is: `projects/-/
|
177
|
-
#
|
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
|
258
|
-
# projects/`project-number`/locations/`location-id`/instances/`database-
|
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
|
297
|
-
# projects/`project-number`/locations/`location-id`/instances/`database-
|
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.
|
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.19.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-
|
11
|
+
date: 2022-11-14 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedatabase_v1beta/v0.19.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: []
|