{-# LANGUAGE DataKinds         #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE TypeOperators     #-}
{-# OPTIONS_GHC -fno-warn-unused-imports    #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
module Network.Google.Indexing
    (
    
      indexingService
    
    , indexingScope
    
    , IndexingAPI
    
    
    , module Network.Google.Resource.Indexing.URLNotifications.GetMetadata
    
    , module Network.Google.Resource.Indexing.URLNotifications.Publish
    
    
    , PublishURLNotificationResponse
    , publishURLNotificationResponse
    , punrURLNotificationMetadata
    
    , URLNotificationType (..)
    
    , Xgafv (..)
    
    , URLNotificationMetadata
    , urlNotificationMetadata
    , unmLatestUpdate
    , unmLatestRemove
    , unmURL
    
    , URLNotification
    , urlNotification
    , unURL
    , unNotifyTime
    , unType
    ) where
import           Network.Google.Indexing.Types
import           Network.Google.Prelude
import           Network.Google.Resource.Indexing.URLNotifications.GetMetadata
import           Network.Google.Resource.Indexing.URLNotifications.Publish
type IndexingAPI =
     URLNotificationsGetMetadataResource :<|>
       URLNotificationsPublishResource