Versions in this module Expand all Collapse all v0 v0.37.1 Dec 15, 2020 Changes in this version + const IndexingScope + type PublishUrlNotificationResponse struct + ForceSendFields []string + NullFields []string + UrlNotificationMetadata *UrlNotificationMetadata + func (s *PublishUrlNotificationResponse) MarshalJSON() ([]byte, error) + type Service struct + BasePath string + UrlNotifications *UrlNotificationsService + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type UrlNotification struct + ForceSendFields []string + NotifyTime string + NullFields []string + Type string + Url string + func (s *UrlNotification) MarshalJSON() ([]byte, error) + type UrlNotificationMetadata struct + ForceSendFields []string + LatestRemove *UrlNotification + LatestUpdate *UrlNotification + NullFields []string + Url string + func (s *UrlNotificationMetadata) MarshalJSON() ([]byte, error) + type UrlNotificationsGetMetadataCall struct + func (c *UrlNotificationsGetMetadataCall) Context(ctx context.Context) *UrlNotificationsGetMetadataCall + func (c *UrlNotificationsGetMetadataCall) Do(opts ...googleapi.CallOption) (*UrlNotificationMetadata, error) + func (c *UrlNotificationsGetMetadataCall) Fields(s ...googleapi.Field) *UrlNotificationsGetMetadataCall + func (c *UrlNotificationsGetMetadataCall) Header() http.Header + func (c *UrlNotificationsGetMetadataCall) IfNoneMatch(entityTag string) *UrlNotificationsGetMetadataCall + func (c *UrlNotificationsGetMetadataCall) Url(url string) *UrlNotificationsGetMetadataCall + type UrlNotificationsPublishCall struct + func (c *UrlNotificationsPublishCall) Context(ctx context.Context) *UrlNotificationsPublishCall + func (c *UrlNotificationsPublishCall) Do(opts ...googleapi.CallOption) (*PublishUrlNotificationResponse, error) + func (c *UrlNotificationsPublishCall) Fields(s ...googleapi.Field) *UrlNotificationsPublishCall + func (c *UrlNotificationsPublishCall) Header() http.Header + type UrlNotificationsService struct + func NewUrlNotificationsService(s *Service) *UrlNotificationsService + func (r *UrlNotificationsService) GetMetadata() *UrlNotificationsGetMetadataCall + func (r *UrlNotificationsService) Publish(urlnotification *UrlNotification) *UrlNotificationsPublishCall