CreateBucket
Creates a bucket. The authenticated user must have the storage.buckets.create IAM permission to use this StoredProcedure.
Input
| Name | Type | Required | Description |
| Name | String | True | The name of the new bucket |
| PredefinedAcl | String | False | Apply a predefined set of access controls to this bucket.
The allowed values are authenticatedRead, private, projectPrivate, publicRead, publicReadWrite. |
| PredefinedDefaultObjectAcl | String | False | Apply a predefined set of default object access controls to this bucket.
The allowed values are authenticatedRead, bucketOwnerFullControl, bucketOwnerRead, private, projectPrivate, publicRead. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicator if the stored procedure was successful or not. |
| Id | String | The id of the created bucket. |