type cloud.google.com/go/storage.BucketAttrsToUpdate

6 uses

	cloud.google.com/go/storage (current package)
		bucket.go#L190: func (b *BucketHandle) Update(ctx context.Context, uattrs BucketAttrsToUpdate) (attrs *BucketAttrs, err error) {
		bucket.go#L212: func (b *BucketHandle) newPatchCall(uattrs *BucketAttrsToUpdate) (*raw.BucketsPatchCall, error) {
		bucket.go#L616: type BucketAttrsToUpdate struct {
		bucket.go#L681: func (ua *BucketAttrsToUpdate) SetLabel(name, value string) {
		bucket.go#L690: func (ua *BucketAttrsToUpdate) DeleteLabel(name string) {
		bucket.go#L697: func (ua *BucketAttrsToUpdate) toRawBucket() *raw.Bucket {