type google.golang.org/api/storage/v1.BucketsUpdateCall

24 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L5275: type BucketsUpdateCall struct {
		storage-gen.go#L5287: func (r *BucketsService) Update(bucket string, bucket2 *Bucket) *BucketsUpdateCall {
		storage-gen.go#L5288: 	c := &BucketsUpdateCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L5298: func (c *BucketsUpdateCall) IfMetagenerationMatch(ifMetagenerationMatch int64) *BucketsUpdateCall {
		storage-gen.go#L5307: func (c *BucketsUpdateCall) IfMetagenerationNotMatch(ifMetagenerationNotMatch int64) *BucketsUpdateCall {
		storage-gen.go#L5325: func (c *BucketsUpdateCall) PredefinedAcl(predefinedAcl string) *BucketsUpdateCall {
		storage-gen.go#L5346: func (c *BucketsUpdateCall) PredefinedDefaultObjectAcl(predefinedDefaultObjectAcl string) *BucketsUpdateCall {
		storage-gen.go#L5357: func (c *BucketsUpdateCall) Projection(projection string) *BucketsUpdateCall {
		storage-gen.go#L5365: func (c *BucketsUpdateCall) ProvisionalUserProject(provisionalUserProject string) *BucketsUpdateCall {
		storage-gen.go#L5372: func (c *BucketsUpdateCall) UserProject(userProject string) *BucketsUpdateCall {
		storage-gen.go#L5380: func (c *BucketsUpdateCall) Fields(s ...googleapi.Field) *BucketsUpdateCall {
		storage-gen.go#L5388: func (c *BucketsUpdateCall) Context(ctx context.Context) *BucketsUpdateCall {
		storage-gen.go#L5395: func (c *BucketsUpdateCall) Header() http.Header {
		storage-gen.go#L5402: func (c *BucketsUpdateCall) doRequest(alt string) (*http.Response, error) {
		storage-gen.go#L5437: func (c *BucketsUpdateCall) Do(opts ...googleapi.CallOption) (*Bucket, error) {