type google.golang.org/api/storage/v1.ObjectsDeleteCall
24 uses
google.golang.org/api/storage/v1 (current package)
storage-gen.go#L9168: type ObjectsDeleteCall struct {
storage-gen.go#L9180: func (r *ObjectsService) Delete(bucket string, object string) *ObjectsDeleteCall {
storage-gen.go#L9181: c := &ObjectsDeleteCall{s: r.s, urlParams_: make(gensupport.URLParams)}
storage-gen.go#L9190: func (c *ObjectsDeleteCall) Generation(generation int64) *ObjectsDeleteCall {
storage-gen.go#L9199: func (c *ObjectsDeleteCall) IfGenerationMatch(ifGenerationMatch int64) *ObjectsDeleteCall {
storage-gen.go#L9209: func (c *ObjectsDeleteCall) IfGenerationNotMatch(ifGenerationNotMatch int64) *ObjectsDeleteCall {
storage-gen.go#L9217: func (c *ObjectsDeleteCall) IfMetagenerationMatch(ifMetagenerationMatch int64) *ObjectsDeleteCall {
storage-gen.go#L9226: func (c *ObjectsDeleteCall) IfMetagenerationNotMatch(ifMetagenerationNotMatch int64) *ObjectsDeleteCall {
storage-gen.go#L9234: func (c *ObjectsDeleteCall) ProvisionalUserProject(provisionalUserProject string) *ObjectsDeleteCall {
storage-gen.go#L9241: func (c *ObjectsDeleteCall) UserProject(userProject string) *ObjectsDeleteCall {
storage-gen.go#L9249: func (c *ObjectsDeleteCall) Fields(s ...googleapi.Field) *ObjectsDeleteCall {
storage-gen.go#L9257: func (c *ObjectsDeleteCall) Context(ctx context.Context) *ObjectsDeleteCall {
storage-gen.go#L9264: func (c *ObjectsDeleteCall) Header() http.Header {
storage-gen.go#L9271: func (c *ObjectsDeleteCall) doRequest(alt string) (*http.Response, error) {
storage-gen.go#L9296: func (c *ObjectsDeleteCall) Do(opts ...googleapi.CallOption) 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. |