The Google Cloud Storage object change notification, using the Google Cloud Pub/Sub topics is quite useful. With this documentation https://cloud.google.com/storage/docs/reporting-changes, I could enable it at the bucket level and could get the object change notifications to my Pub/Sub topic. But, I could not find any way to receive notifications when any bucket properties are changed, like Bucket labels/permissions/storage class etc. Is there any way to enable and receive bucket attribute changes?