docs: clarified the behavior of supplying bucket.name field in CreateBucket to reflect actual implementation

PiperOrigin-RevId: 535720951
pull/807/head^2
Google APIs 2 years ago committed by Copybara-Service
parent 07c27163ac
commit e54ab8ce48
  1. 2
      google/storage/v2/storage.proto

@ -502,7 +502,7 @@ message CreateBucketRequest {
// Properties of the new bucket being inserted.
// The name of the bucket is specified in the `bucket_id` field. Populating
// `bucket.name` field will result in an error.
// `bucket.name` field will be ignored.
// The project of the bucket must be specified in the `bucket.project` field.
// This field must be in `projects/{projectIdentifier}` format,
// {projectIdentifier} can be the project ID or project number. The `parent`

Loading…
Cancel
Save