google-apis-firebasestorage_v1beta 0.17.0 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1292ead735ea5d5128f7e7d5f9777b88b013dc6240bf37a004957712b1f1e2fd
|
|
4
|
+
data.tar.gz: 94b6753471bf8db50f3825336a25254eaf961bceabbc752fd3f4412f8b0c2623
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 59fe4a454122ca0275c161bc23cb06c0e603ac9a611ccb9c50377d79fb84a6e9a4a555724ca1c24c14b7577e437a23e6901478485f5de25b0ccb45305f0f4387
|
|
7
|
+
data.tar.gz: dba1ad7796081840709d81a5adb860c4fe69a69a19cb0210554300cba3fc2e96ac91c59b13436540e24edee993e59174639c937edc2c47d7af3a1dbc7f1bd04f
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module FirebasestorageV1beta
|
|
18
18
|
# Version of the google-apis-firebasestorage_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.18.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230515"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -53,7 +53,7 @@ module Google
|
|
|
53
53
|
# Links a Google Cloud Storage bucket to a Firebase project.
|
|
54
54
|
# @param [String] bucket
|
|
55
55
|
# Required. Resource name of the bucket, mirrors the ID of the underlying Google
|
|
56
|
-
# Cloud Storage bucket, `projects/`
|
|
56
|
+
# Cloud Storage bucket, `projects/`project_id_or_number`/buckets/`bucket_id``.
|
|
57
57
|
# @param [Google::Apis::FirebasestorageV1beta::AddFirebaseRequest] add_firebase_request_object
|
|
58
58
|
# @param [String] fields
|
|
59
59
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -87,7 +87,7 @@ module Google
|
|
|
87
87
|
# Gets a single linked storage bucket.
|
|
88
88
|
# @param [String] name
|
|
89
89
|
# Required. Resource name of the bucket, mirrors the ID of the underlying Google
|
|
90
|
-
# Cloud Storage bucket, `projects/`
|
|
90
|
+
# Cloud Storage bucket, `projects/`project_id_or_number`/buckets/`bucket_id``.
|
|
91
91
|
# @param [String] fields
|
|
92
92
|
# Selector specifying which fields to include in a partial response.
|
|
93
93
|
# @param [String] quota_user
|
|
@@ -118,7 +118,7 @@ module Google
|
|
|
118
118
|
# Lists the linked storage buckets for a project.
|
|
119
119
|
# @param [String] parent
|
|
120
120
|
# Required. Resource name of the parent Firebase project, `projects/`
|
|
121
|
-
#
|
|
121
|
+
# project_id_or_number``.
|
|
122
122
|
# @param [Fixnum] page_size
|
|
123
123
|
# The maximum number of buckets to return. If not set, the server will use a
|
|
124
124
|
# reasonable default.
|
|
@@ -158,7 +158,7 @@ module Google
|
|
|
158
158
|
# Unlinks a linked Google Cloud Storage bucket from a Firebase project.
|
|
159
159
|
# @param [String] bucket
|
|
160
160
|
# Required. Resource name of the bucket, mirrors the ID of the underlying Google
|
|
161
|
-
# Cloud Storage bucket, `projects/`
|
|
161
|
+
# Cloud Storage bucket, `projects/`project_id_or_number`/buckets/`bucket_id``.
|
|
162
162
|
# @param [Google::Apis::FirebasestorageV1beta::RemoveFirebaseRequest] remove_firebase_request_object
|
|
163
163
|
# @param [String] fields
|
|
164
164
|
# 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-firebasestorage_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.18.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: 2023-
|
|
11
|
+
date: 2023-05-21 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-firebasestorage_v1beta/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebasestorage_v1beta/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebasestorage_v1beta/v0.18.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebasestorage_v1beta
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|