google-apis-firebasestorage_v1beta 0.17.0 → 0.18.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: 043d8582618f6776f0bebd5137f7c86910eb0d941d3f7471b730c7d5e4c40608
4
- data.tar.gz: 672c41abdf08088f3a13baf1de9266c7762ecceb7d7127398984ec09c4632dc7
3
+ metadata.gz: 1292ead735ea5d5128f7e7d5f9777b88b013dc6240bf37a004957712b1f1e2fd
4
+ data.tar.gz: 94b6753471bf8db50f3825336a25254eaf961bceabbc752fd3f4412f8b0c2623
5
5
  SHA512:
6
- metadata.gz: 98b1c9284a7c0d25d605a4beddb6327d3c74255fe58e4070582a090374706b4075dff859ee2f1bfb6351c5fc90214432880f73c7590b03d4c925bf0f058c0047
7
- data.tar.gz: 608aa664cd6a6c587732f251dab295f09c39e09a33186f792c02a7f3a14c6ae9ea1dd24d5c9bad8d834b2c637541179290d9a780d2a252e3409bed6ca0a5682a
6
+ metadata.gz: 59fe4a454122ca0275c161bc23cb06c0e603ac9a611ccb9c50377d79fb84a6e9a4a555724ca1c24c14b7577e437a23e6901478485f5de25b0ccb45305f0f4387
7
+ data.tar.gz: dba1ad7796081840709d81a5adb860c4fe69a69a19cb0210554300cba3fc2e96ac91c59b13436540e24edee993e59174639c937edc2c47d7af3a1dbc7f1bd04f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebasestorage_v1beta
2
2
 
3
+ ### v0.18.0 (2023-05-21)
4
+
5
+ * Regenerated from discovery document revision 20230515
6
+
3
7
  ### v0.17.0 (2023-02-15)
4
8
 
5
9
  * 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.17.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 = "20220927"
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/`project_number`/buckets/`bucket_id``.
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/`project_number`/buckets/`bucket_id``.
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
- # project_number``.
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/`project_number`/buckets/`bucket_id``.
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.17.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-02-19 00:00:00.000000000 Z
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.17.0
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: []