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

25 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L4631: type BucketsPatchCall struct {
		storage-gen.go#L4643: func (r *BucketsService) Patch(bucket string, bucket2 *Bucket) *BucketsPatchCall {
		storage-gen.go#L4644: 	c := &BucketsPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L4654: func (c *BucketsPatchCall) IfMetagenerationMatch(ifMetagenerationMatch int64) *BucketsPatchCall {
		storage-gen.go#L4663: func (c *BucketsPatchCall) IfMetagenerationNotMatch(ifMetagenerationNotMatch int64) *BucketsPatchCall {
		storage-gen.go#L4681: func (c *BucketsPatchCall) PredefinedAcl(predefinedAcl string) *BucketsPatchCall {
		storage-gen.go#L4702: func (c *BucketsPatchCall) PredefinedDefaultObjectAcl(predefinedDefaultObjectAcl string) *BucketsPatchCall {
		storage-gen.go#L4713: func (c *BucketsPatchCall) Projection(projection string) *BucketsPatchCall {
		storage-gen.go#L4721: func (c *BucketsPatchCall) ProvisionalUserProject(provisionalUserProject string) *BucketsPatchCall {
		storage-gen.go#L4728: func (c *BucketsPatchCall) UserProject(userProject string) *BucketsPatchCall {
		storage-gen.go#L4736: func (c *BucketsPatchCall) Fields(s ...googleapi.Field) *BucketsPatchCall {
		storage-gen.go#L4744: func (c *BucketsPatchCall) Context(ctx context.Context) *BucketsPatchCall {
		storage-gen.go#L4751: func (c *BucketsPatchCall) Header() http.Header {
		storage-gen.go#L4758: func (c *BucketsPatchCall) doRequest(alt string) (*http.Response, error) {
		storage-gen.go#L4793: func (c *BucketsPatchCall) Do(opts ...googleapi.CallOption) (*Bucket, error) {

	cloud.google.com/go/storage
		bucket.go#L212: func (b *BucketHandle) newPatchCall(uattrs *BucketAttrsToUpdate) (*raw.BucketsPatchCall, error) {