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) {
![]() |
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. |