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) {
![]() |
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. |