type google.golang.org/api/storage/v1.BucketAccessControlsGetCall
16 uses
google.golang.org/api/storage/v1 (current package)
storage-gen.go#L2524: type BucketAccessControlsGetCall struct {
storage-gen.go#L2536: func (r *BucketAccessControlsService) Get(bucket string, entity string) *BucketAccessControlsGetCall {
storage-gen.go#L2537: c := &BucketAccessControlsGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
storage-gen.go#L2546: func (c *BucketAccessControlsGetCall) ProvisionalUserProject(provisionalUserProject string) *BucketAccessControlsGetCall {
storage-gen.go#L2553: func (c *BucketAccessControlsGetCall) UserProject(userProject string) *BucketAccessControlsGetCall {
storage-gen.go#L2561: func (c *BucketAccessControlsGetCall) Fields(s ...googleapi.Field) *BucketAccessControlsGetCall {
storage-gen.go#L2571: func (c *BucketAccessControlsGetCall) IfNoneMatch(entityTag string) *BucketAccessControlsGetCall {
storage-gen.go#L2579: func (c *BucketAccessControlsGetCall) Context(ctx context.Context) *BucketAccessControlsGetCall {
storage-gen.go#L2586: func (c *BucketAccessControlsGetCall) Header() http.Header {
storage-gen.go#L2593: func (c *BucketAccessControlsGetCall) doRequest(alt string) (*http.Response, error) {
storage-gen.go#L2627: func (c *BucketAccessControlsGetCall) 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. |