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 {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |