Skip to content

Commit 60740fd

Browse files
feat(firebasestorage): update the api
#### firebasestorage:v1beta The following keys were added: - schemas.Bucket.properties.name.readOnly (Total Keys: 1)
1 parent 0dfb1fb commit 60740fd

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/dyn/firebasestorage_v1beta.projects.buckets.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h3>Method Details</h3>
114114
An object of the form:
115115

116116
{ # A storage bucket and its relation to a parent Firebase project.
117-
&quot;name&quot;: &quot;A String&quot;, # Resource name of the bucket.
117+
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of the bucket.
118118
}</pre>
119119
</div>
120120

@@ -138,7 +138,7 @@ <h3>Method Details</h3>
138138
An object of the form:
139139

140140
{ # A storage bucket and its relation to a parent Firebase project.
141-
&quot;name&quot;: &quot;A String&quot;, # Resource name of the bucket.
141+
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of the bucket.
142142
}</pre>
143143
</div>
144144

@@ -161,7 +161,7 @@ <h3>Method Details</h3>
161161
{ # The response returned by `ListBuckets`.
162162
&quot;buckets&quot;: [ # The list of linked buckets.
163163
{ # A storage bucket and its relation to a parent Firebase project.
164-
&quot;name&quot;: &quot;A String&quot;, # Resource name of the bucket.
164+
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of the bucket.
165165
},
166166
],
167167
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.

googleapiclient/discovery_cache/documents/firebasestorage.v1beta.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
}
239239
}
240240
},
241-
"revision": "20230811",
241+
"revision": "20230825",
242242
"rootUrl": "https://firebasestorage.googleapis.com/",
243243
"schemas": {
244244
"AddFirebaseRequest": {
@@ -252,7 +252,8 @@
252252
"id": "Bucket",
253253
"properties": {
254254
"name": {
255-
"description": "Resource name of the bucket.",
255+
"description": "Output only. Resource name of the bucket.",
256+
"readOnly": true,
256257
"type": "string"
257258
}
258259
},

0 commit comments

Comments
 (0)