type google.golang.org/api/storage/v1.BucketsDeleteCall

19 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L3383: type BucketsDeleteCall struct {
		storage-gen.go#L3392: func (r *BucketsService) Delete(bucket string) *BucketsDeleteCall {
		storage-gen.go#L3393: 	c := &BucketsDeleteCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L3401: func (c *BucketsDeleteCall) IfMetagenerationMatch(ifMetagenerationMatch int64) *BucketsDeleteCall {
		storage-gen.go#L3409: func (c *BucketsDeleteCall) IfMetagenerationNotMatch(ifMetagenerationNotMatch int64) *BucketsDeleteCall {
		storage-gen.go#L3417: func (c *BucketsDeleteCall) ProvisionalUserProject(provisionalUserProject string) *BucketsDeleteCall {
		storage-gen.go#L3424: func (c *BucketsDeleteCall) UserProject(userProject string) *BucketsDeleteCall {
		storage-gen.go#L3432: func (c *BucketsDeleteCall) Fields(s ...googleapi.Field) *BucketsDeleteCall {
		storage-gen.go#L3440: func (c *BucketsDeleteCall) Context(ctx context.Context) *BucketsDeleteCall {
		storage-gen.go#L3447: func (c *BucketsDeleteCall) Header() http.Header {
		storage-gen.go#L3454: func (c *BucketsDeleteCall) doRequest(alt string) (*http.Response, error) {
		storage-gen.go#L3478: func (c *BucketsDeleteCall) Do(opts ...googleapi.CallOption) error {

	cloud.google.com/go/storage
		bucket.go#L106: func (b *BucketHandle) newDeleteCall() (*raw.BucketsDeleteCall, error) {