type google.golang.org/api/storage/v1.BucketAccessControlsPatchCall
14 uses
google.golang.org/api/storage/v1 (current package)
storage-gen.go#L3035: type BucketAccessControlsPatchCall struct {
storage-gen.go#L3046: func (r *BucketAccessControlsService) Patch(bucket string, entity string, bucketaccesscontrol *BucketAccessControl) *BucketAccessControlsPatchCall {
storage-gen.go#L3047: c := &BucketAccessControlsPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)}
storage-gen.go#L3057: func (c *BucketAccessControlsPatchCall) ProvisionalUserProject(provisionalUserProject string) *BucketAccessControlsPatchCall {
storage-gen.go#L3064: func (c *BucketAccessControlsPatchCall) UserProject(userProject string) *BucketAccessControlsPatchCall {
storage-gen.go#L3072: func (c *BucketAccessControlsPatchCall) Fields(s ...googleapi.Field) *BucketAccessControlsPatchCall {
storage-gen.go#L3080: func (c *BucketAccessControlsPatchCall) Context(ctx context.Context) *BucketAccessControlsPatchCall {
storage-gen.go#L3087: func (c *BucketAccessControlsPatchCall) Header() http.Header {
storage-gen.go#L3094: func (c *BucketAccessControlsPatchCall) doRequest(alt string) (*http.Response, error) {
storage-gen.go#L3130: func (c *BucketAccessControlsPatchCall) Do(opts ...googleapi.CallOption) (*BucketAccessControl, error) {
 |
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. |