type google.golang.org/api/storage/v1.NotificationsInsertCall
14 uses
google.golang.org/api/storage/v1 (current package)
storage-gen.go#L7017: type NotificationsInsertCall struct {
storage-gen.go#L7027: func (r *NotificationsService) Insert(bucket string, notification *Notification) *NotificationsInsertCall {
storage-gen.go#L7028: c := &NotificationsInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)}
storage-gen.go#L7037: func (c *NotificationsInsertCall) ProvisionalUserProject(provisionalUserProject string) *NotificationsInsertCall {
storage-gen.go#L7044: func (c *NotificationsInsertCall) UserProject(userProject string) *NotificationsInsertCall {
storage-gen.go#L7052: func (c *NotificationsInsertCall) Fields(s ...googleapi.Field) *NotificationsInsertCall {
storage-gen.go#L7060: func (c *NotificationsInsertCall) Context(ctx context.Context) *NotificationsInsertCall {
storage-gen.go#L7067: func (c *NotificationsInsertCall) Header() http.Header {
storage-gen.go#L7074: func (c *NotificationsInsertCall) doRequest(alt string) (*http.Response, error) {
storage-gen.go#L7109: func (c *NotificationsInsertCall) Do(opts ...googleapi.CallOption) (*Notification, 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. |