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) {