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 deleted:
- schemas.Bucket.properties.location (Total Keys: 2)
- schemas.Bucket.properties.reconciling (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Oct 4, 2022
1 parent 8be6614 commit b4bda57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
6 changes: 0 additions & 6 deletions docs/dyn/firebasestorage_v1beta.projects.buckets.html
Expand Up @@ -114,9 +114,7 @@ <h3>Method Details</h3>
An object of the form:

{ # A storage bucket and its relation to a parent Firebase project.
&quot;location&quot;: &quot;A String&quot;, # Output only. Location of the storage bucket.
&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 @@ -140,9 +138,7 @@ <h3>Method Details</h3>
An object of the form:

{ # A storage bucket and its relation to a parent Firebase project.
&quot;location&quot;: &quot;A String&quot;, # Output only. Location of the storage bucket.
&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 @@ -165,9 +161,7 @@ <h3>Method Details</h3>
{ # The response returned by `ListBuckets`.
&quot;buckets&quot;: [ # The list of linked buckets.
{ # A storage bucket and its relation to a parent Firebase project.
&quot;location&quot;: &quot;A String&quot;, # Output only. Location of the storage bucket.
&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
Expand Up @@ -238,7 +238,7 @@
}
}
},
"revision": "20220916",
"revision": "20220927",
"rootUrl": "https://firebasestorage.googleapis.com/",
"schemas": {
"AddFirebaseRequest": {
Expand All @@ -251,19 +251,9 @@
"description": "A storage bucket and its relation to a parent Firebase project.",
"id": "Bucket",
"properties": {
"location": {
"description": "Output only. Location of the storage bucket.",
"readOnly": true,
"type": "string"
},
"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 b4bda57

Please sign in to comment.