type google.golang.org/api/storage/v1.BucketsService
14 uses
google.golang.org/api/storage/v1 (current package)
storage-gen.go#L157: Buckets *BucketsService
storage-gen.go#L188: func NewBucketsService(s *Service) *BucketsService {
storage-gen.go#L189: rs := &BucketsService{s: s}
storage-gen.go#L193: type BucketsService struct {
storage-gen.go#L3392: func (r *BucketsService) Delete(bucket string) *BucketsDeleteCall {
storage-gen.go#L3548: func (r *BucketsService) Get(bucket string) *BucketsGetCall {
storage-gen.go#L3773: func (r *BucketsService) GetIamPolicy(bucket string) *BucketsGetIamPolicyCall {
storage-gen.go#L3957: func (r *BucketsService) Insert(projectid string, bucket *Bucket) *BucketsInsertCall {
storage-gen.go#L4223: func (r *BucketsService) List(projectid string) *BucketsListCall {
storage-gen.go#L4476: func (r *BucketsService) LockRetentionPolicy(bucket string, ifMetagenerationMatch int64) *BucketsLockRetentionPolicyCall {
storage-gen.go#L4643: func (r *BucketsService) Patch(bucket string, bucket2 *Bucket) *BucketsPatchCall {
storage-gen.go#L4940: func (r *BucketsService) SetIamPolicy(bucket string, policy *Policy) *BucketsSetIamPolicyCall {
storage-gen.go#L5105: func (r *BucketsService) TestIamPermissions(bucket string, permissions []string) *BucketsTestIamPermissionsCall {
storage-gen.go#L5287: func (r *BucketsService) Update(bucket string, bucket2 *Bucket) *BucketsUpdateCall {
![]() |
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. |