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

16 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L8098: type ObjectAccessControlsPatchCall struct {
		storage-gen.go#L8110: func (r *ObjectAccessControlsService) Patch(bucket string, object string, entity string, objectaccesscontrol *ObjectAccessControl) *ObjectAccessControlsPatchCall {
		storage-gen.go#L8111: 	c := &ObjectAccessControlsPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L8122: func (c *ObjectAccessControlsPatchCall) Generation(generation int64) *ObjectAccessControlsPatchCall {
		storage-gen.go#L8130: func (c *ObjectAccessControlsPatchCall) ProvisionalUserProject(provisionalUserProject string) *ObjectAccessControlsPatchCall {
		storage-gen.go#L8137: func (c *ObjectAccessControlsPatchCall) UserProject(userProject string) *ObjectAccessControlsPatchCall {
		storage-gen.go#L8145: func (c *ObjectAccessControlsPatchCall) Fields(s ...googleapi.Field) *ObjectAccessControlsPatchCall {
		storage-gen.go#L8153: func (c *ObjectAccessControlsPatchCall) Context(ctx context.Context) *ObjectAccessControlsPatchCall {
		storage-gen.go#L8160: func (c *ObjectAccessControlsPatchCall) Header() http.Header {
		storage-gen.go#L8167: func (c *ObjectAccessControlsPatchCall) doRequest(alt string) (*http.Response, error) {
		storage-gen.go#L8204: func (c *ObjectAccessControlsPatchCall) Do(opts ...googleapi.CallOption) (*ObjectAccessControl, error) {