type google.golang.org/api/storage/v1.NotificationsGetCall

16 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L6836: type NotificationsGetCall struct {
		storage-gen.go#L6847: func (r *NotificationsService) Get(bucket string, notification string) *NotificationsGetCall {
		storage-gen.go#L6848: 	c := &NotificationsGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L6857: func (c *NotificationsGetCall) ProvisionalUserProject(provisionalUserProject string) *NotificationsGetCall {
		storage-gen.go#L6864: func (c *NotificationsGetCall) UserProject(userProject string) *NotificationsGetCall {
		storage-gen.go#L6872: func (c *NotificationsGetCall) Fields(s ...googleapi.Field) *NotificationsGetCall {
		storage-gen.go#L6882: func (c *NotificationsGetCall) IfNoneMatch(entityTag string) *NotificationsGetCall {
		storage-gen.go#L6890: func (c *NotificationsGetCall) Context(ctx context.Context) *NotificationsGetCall {
		storage-gen.go#L6897: func (c *NotificationsGetCall) Header() http.Header {
		storage-gen.go#L6904: func (c *NotificationsGetCall) doRequest(alt string) (*http.Response, error) {
		storage-gen.go#L6938: func (c *NotificationsGetCall) Do(opts ...googleapi.CallOption) (*Notification, error) {