Skip to content

Commit

Permalink
feat(firebasestorage): update the api
Browse files Browse the repository at this point in the history
#### firebasestorage:v1beta

The following keys were added:
- schemas.Bucket.properties.reconciling (Total Keys: 2)
  • Loading branch information
yoshi-automation committed May 10, 2021
1 parent 6684dd8 commit 3682abc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/dyn/firebasestorage_v1beta.projects.buckets.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ <h3>Method Details</h3>

{ # A storage bucket and its relation to a parent Firebase project.
&quot;name&quot;: &quot;A String&quot;, # Resource name of the bucket.
&quot;reconciling&quot;: True or False, # Output only. Represents whether a bucket is being moved to a new location, in which case reconciling is set to true.
}</pre>
</div>

Expand All @@ -139,6 +140,7 @@ <h3>Method Details</h3>

{ # A storage bucket and its relation to a parent Firebase project.
&quot;name&quot;: &quot;A String&quot;, # Resource name of the bucket.
&quot;reconciling&quot;: True or False, # Output only. Represents whether a bucket is being moved to a new location, in which case reconciling is set to true.
}</pre>
</div>

Expand All @@ -162,6 +164,7 @@ <h3>Method Details</h3>
&quot;buckets&quot;: [ # The list of linked buckets.
{ # A storage bucket and its relation to a parent Firebase project.
&quot;name&quot;: &quot;A String&quot;, # Resource name of the bucket.
&quot;reconciling&quot;: True or False, # Output only. Represents whether a bucket is being moved to a new location, in which case reconciling is set to true.
},
],
&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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
}
}
},
"revision": "20210402",
"revision": "20210423",
"rootUrl": "https://firebasestorage.googleapis.com/",
"schemas": {
"AddFirebaseRequest": {
Expand All @@ -254,6 +254,11 @@
"name": {
"description": "Resource name of the bucket.",
"type": "string"
},
"reconciling": {
"description": "Output only. Represents whether a bucket is being moved to a new location, in which case reconciling is set to true.",
"readOnly": true,
"type": "boolean"
}
},
"type": "object"
Expand Down

0 comments on commit 3682abc

Please sign in to comment.