google-apis-firebasestorage_v1beta 0.17.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: e8cedd8ea9c8c3d7496a1e020120e6adde4c9a5e6a1caed4bb7102faddcdd024
|
4
|
+
data.tar.gz: f00fc9872dd8511eb3388709cf3ff3f0ad9aec58d567d06f0b0def21c5399ba3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1f55c44906a6f5e7e75e2512d570da7b4bedd55ba4aba39a29543c4a1e1921b78e25ba7a0caf170cf20bd2acc3f02fbab3ce401a66e2a245d27b14065d85b95
|
7
|
+
data.tar.gz: 4f975e7bbb0c03aa9f7c2f78fd08acaab7f29ceaed859e7cfe06286281001afa73d63eecc388965f323322960e1703733002116903747e24c28222e949fbf380
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-firebasestorage_v1beta
|
2
2
|
|
3
|
+
### v0.19.0 (2023-08-27)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230822
|
6
|
+
|
7
|
+
### v0.18.0 (2023-05-21)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230515
|
10
|
+
|
3
11
|
### v0.17.0 (2023-02-15)
|
4
12
|
|
5
13
|
* Regenerated using generator version 0.12.0
|
@@ -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.19.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 = "20230822"
|
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.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: 2023-
|
11
|
+
date: 2023-09-03 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.19.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.4.
|
78
|
+
rubygems_version: 3.4.19
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Storage for Firebase API V1beta
|