From b4bda575312e64f6c3d007932533abdca1ef0210 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 4 Oct 2022 07:14:52 +0000 Subject: [PATCH] feat(firebasestorage): update the api #### firebasestorage:v1beta The following keys were deleted: - schemas.Bucket.properties.location (Total Keys: 2) - schemas.Bucket.properties.reconciling (Total Keys: 2) --- .../dyn/firebasestorage_v1beta.projects.buckets.html | 6 ------ .../documents/firebasestorage.v1beta.json | 12 +----------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/docs/dyn/firebasestorage_v1beta.projects.buckets.html b/docs/dyn/firebasestorage_v1beta.projects.buckets.html index 45377b85740..cd4781e872d 100644 --- a/docs/dyn/firebasestorage_v1beta.projects.buckets.html +++ b/docs/dyn/firebasestorage_v1beta.projects.buckets.html @@ -114,9 +114,7 @@

Method Details

An object of the form: { # A storage bucket and its relation to a parent Firebase project. - "location": "A String", # Output only. Location of the storage bucket. "name": "A String", # Resource name of the bucket. - "reconciling": True or False, # Output only. Represents whether a bucket is being moved to a new location, in which case reconciling is set to true. } @@ -140,9 +138,7 @@

Method Details

An object of the form: { # A storage bucket and its relation to a parent Firebase project. - "location": "A String", # Output only. Location of the storage bucket. "name": "A String", # Resource name of the bucket. - "reconciling": True or False, # Output only. Represents whether a bucket is being moved to a new location, in which case reconciling is set to true. } @@ -165,9 +161,7 @@

Method Details

{ # The response returned by `ListBuckets`. "buckets": [ # The list of linked buckets. { # A storage bucket and its relation to a parent Firebase project. - "location": "A String", # Output only. Location of the storage bucket. "name": "A String", # Resource name of the bucket. - "reconciling": True or False, # Output only. Represents whether a bucket is being moved to a new location, in which case reconciling is set to true. }, ], "nextPageToken": "A String", # A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. diff --git a/googleapiclient/discovery_cache/documents/firebasestorage.v1beta.json b/googleapiclient/discovery_cache/documents/firebasestorage.v1beta.json index 6e89925ecf3..8af598478f7 100644 --- a/googleapiclient/discovery_cache/documents/firebasestorage.v1beta.json +++ b/googleapiclient/discovery_cache/documents/firebasestorage.v1beta.json @@ -238,7 +238,7 @@ } } }, - "revision": "20220916", + "revision": "20220927", "rootUrl": "https://firebasestorage.googleapis.com/", "schemas": { "AddFirebaseRequest": { @@ -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"