type google.golang.org/api/storage/v1.BucketAccessControlsInsertCall
14 uses
google.golang.org/api/storage/v1 (current package)
storage-gen.go#L2703: type BucketAccessControlsInsertCall struct {
storage-gen.go#L2713: func (r *BucketAccessControlsService) Insert(bucket string, bucketaccesscontrol *BucketAccessControl) *BucketAccessControlsInsertCall {
storage-gen.go#L2714: c := &BucketAccessControlsInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)}
storage-gen.go#L2723: func (c *BucketAccessControlsInsertCall) ProvisionalUserProject(provisionalUserProject string) *BucketAccessControlsInsertCall {
storage-gen.go#L2730: func (c *BucketAccessControlsInsertCall) UserProject(userProject string) *BucketAccessControlsInsertCall {
storage-gen.go#L2738: func (c *BucketAccessControlsInsertCall) Fields(s ...googleapi.Field) *BucketAccessControlsInsertCall {
storage-gen.go#L2746: func (c *BucketAccessControlsInsertCall) Context(ctx context.Context) *BucketAccessControlsInsertCall {
storage-gen.go#L2753: func (c *BucketAccessControlsInsertCall) Header() http.Header {
storage-gen.go#L2760: func (c *BucketAccessControlsInsertCall) doRequest(alt string) (*http.Response, error) {
storage-gen.go#L2795: func (c *BucketAccessControlsInsertCall) 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. |