Versions in this module Expand all Collapse all v0 v0.196.2 Sep 10, 2024 Changes in this version + type AccountsGetNotificationSettingCall struct + func (c *AccountsGetNotificationSettingCall) Context(ctx context.Context) *AccountsGetNotificationSettingCall + func (c *AccountsGetNotificationSettingCall) Do(opts ...googleapi.CallOption) (*NotificationSetting, error) + func (c *AccountsGetNotificationSettingCall) Fields(s ...googleapi.Field) *AccountsGetNotificationSettingCall + func (c *AccountsGetNotificationSettingCall) Header() http.Header + func (c *AccountsGetNotificationSettingCall) IfNoneMatch(entityTag string) *AccountsGetNotificationSettingCall + type AccountsService struct + func NewAccountsService(s *Service) *AccountsService + func (r *AccountsService) GetNotificationSetting(name string) *AccountsGetNotificationSettingCall + func (r *AccountsService) UpdateNotificationSetting(name string, notificationsetting *NotificationSetting) *AccountsUpdateNotificationSettingCall + type AccountsUpdateNotificationSettingCall struct + func (c *AccountsUpdateNotificationSettingCall) Context(ctx context.Context) *AccountsUpdateNotificationSettingCall + func (c *AccountsUpdateNotificationSettingCall) Do(opts ...googleapi.CallOption) (*NotificationSetting, error) + func (c *AccountsUpdateNotificationSettingCall) Fields(s ...googleapi.Field) *AccountsUpdateNotificationSettingCall + func (c *AccountsUpdateNotificationSettingCall) Header() http.Header + func (c *AccountsUpdateNotificationSettingCall) UpdateMask(updateMask string) *AccountsUpdateNotificationSettingCall + type NotificationSetting struct + ForceSendFields []string + Name string + NotificationTypes []string + NullFields []string + PubsubTopic string + func (s NotificationSetting) MarshalJSON() ([]byte, error) + type Service struct + Accounts *AccountsService + BasePath string + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error)