google.golang.org/api/storage/v1.BucketsPatchCall.Context (method)

2 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L4744: func (c *BucketsPatchCall) Context(ctx context.Context) *BucketsPatchCall {

	cloud.google.com/go/storage
		bucket.go#L205: 	rb, err := req.Context(ctx).Do()