2026-08-19
▼ ▲ observability.projects.locations.buckets.create
Parameters :
parent
Description : Required. Name of the project and location for the bucket. The format is: projects/[PROJECT_ID]/locations/[LOCATION]
Location : path
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+$
Required : Yes
bucketId
Description : Required. Id of the bucket to create.
Location : query
Type : string
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/buckets
Parameter Order : parent
HTTP Method : POST
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1/{+parent}/buckets
Description : Create a new bucket.
▼ ▲ observability.projects.locations.buckets.patch
Parameters :
name
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/buckets/[^/]+$
Required : Yes
Description : Identifier. Name of the bucket. The format is: projects/[PROJECT_ID]/locations/[LOCATION]/buckets/[BUCKET_ID]
Location : path
updateMask
Description : Optional. The list of fields to update.
Location : query
Type : string
Format : google-fieldmask
HTTP Method : PATCH
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/buckets/{bucketsId}
Parameter Order : name
Description : Update a bucket.
Path : v1/{+name}