Currently the [`CreateBucketRequest` type](https://github.com/googleapis/nodejs-storage/blob/c267e6b81e8d0d19f6c7ef886c6897e4bfc7897b/src/storage.ts#L119) is missing some fields [that are supported by the JSON API ](https://cloud.google.com/storage/docs/json_api/v1/buckets/insert). Short term: add the missing fields Long term: Use a single metadata / resource representation type
Currently the
CreateBucketRequesttype is missing some fields that are supported by the JSON API .Short term: add the missing fields
Long term: Use a single metadata / resource representation type