type google.golang.org/api/storage/v1.Notification
14 uses
google.golang.org/api/storage/v1 (current package)
storage-gen.go#L1565: type Notification struct {
storage-gen.go#L1623: func (s *Notification) MarshalJSON() ([]byte, error) {
storage-gen.go#L1624: type NoMethod Notification
storage-gen.go#L1632: Items []*Notification `json:"items,omitempty"`
storage-gen.go#L6938: func (c *NotificationsGetCall) Do(opts ...googleapi.CallOption) (*Notification, error) {
storage-gen.go#L6957: ret := &Notification{
storage-gen.go#L7020: notification *Notification
storage-gen.go#L7027: func (r *NotificationsService) Insert(bucket string, notification *Notification) *NotificationsInsertCall {
storage-gen.go#L7109: func (c *NotificationsInsertCall) Do(opts ...googleapi.CallOption) (*Notification, error) {
storage-gen.go#L7128: ret := &Notification{
cloud.google.com/go/storage
notifications.go#L82: func toNotification(rn *raw.Notification) *Notification {
notifications.go#L107: func toRawNotification(n *Notification) *raw.Notification {
notifications.go#L108: return &raw.Notification{
notifications.go#L169: func notificationsToMap(rns []*raw.Notification) map[string]*Notification {
![]() |
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. |