type google.golang.org/api/storage/v1.BucketAccessControlsService
10 uses
google.golang.org/api/storage/v1 (current package)
storage-gen.go#L155: BucketAccessControls *BucketAccessControlsService
storage-gen.go#L179: func NewBucketAccessControlsService(s *Service) *BucketAccessControlsService {
storage-gen.go#L180: rs := &BucketAccessControlsService{s: s}
storage-gen.go#L184: type BucketAccessControlsService struct {
storage-gen.go#L2398: func (r *BucketAccessControlsService) Delete(bucket string, entity string) *BucketAccessControlsDeleteCall {
storage-gen.go#L2536: func (r *BucketAccessControlsService) Get(bucket string, entity string) *BucketAccessControlsGetCall {
storage-gen.go#L2713: func (r *BucketAccessControlsService) Insert(bucket string, bucketaccesscontrol *BucketAccessControl) *BucketAccessControlsInsertCall {
storage-gen.go#L2877: func (r *BucketAccessControlsService) List(bucket string) *BucketAccessControlsListCall {
storage-gen.go#L3046: func (r *BucketAccessControlsService) Patch(bucket string, entity string, bucketaccesscontrol *BucketAccessControl) *BucketAccessControlsPatchCall {
storage-gen.go#L3220: func (r *BucketAccessControlsService) Update(bucket string, entity string, bucketaccesscontrol *BucketAccessControl) *BucketAccessControlsUpdateCall {
 |
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. |