{-# LANGUAGE DataKinds #-} {-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE OverloadedStrings #-} {-# OPTIONS_GHC -fno-warn-unused-imports #-} -- | -- Module : Network.Google.Run.Types -- Copyright : (c) 2015-2016 Brendan Hay -- License : Mozilla Public License, v. 2.0. -- Maintainer : Brendan Hay -- Stability : auto-generated -- Portability : non-portable (GHC extensions) -- module Network.Google.Run.Types ( -- * Service Configuration runService -- * OAuth Scopes , cloudPlatformScope -- * Location , Location , location , lName , lMetadata , lDisplayName , lLabels , lLocationId -- * Xgafv , Xgafv (..) -- * LocationLabels , LocationLabels , locationLabels , llAddtional -- * LocationMetadata , LocationMetadata , locationMetadata , lmAddtional ) where import Network.Google.Prelude import Network.Google.Run.Types.Product import Network.Google.Run.Types.Sum -- | Default request referring to version 'v1' of the Cloud Run API. This contains the host and root path used as a starting point for constructing service requests. runService :: ServiceConfig runService = defaultService (ServiceId "run:v1") "run.googleapis.com" -- | View and manage your data across Google Cloud Platform services cloudPlatformScope :: Proxy '["https://www.googleapis.com/auth/cloud-platform"] cloudPlatformScope = Proxy