DESCRIPTION
gcloud compute project-info set-usage-bucket
is used to configure usage reporting for projects.
Setting usage reporting will cause a log of usage per resource to be
written to a specified Google Cloud Storage bucket daily. For example,
$ gcloud compute project-info set-usage-bucket --bucket gs://my-bucket
will cause logs of the form usage_gce_YYYYMMDD.csv to be written daily
to the bucket my-bucket
. To disable this feature, issue the command:
$ gcloud compute project-info set-usage-bucket --bucket