gogol-appengine-0.5.0: Google App Engine Admin SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.AppEngine

Contents

Description

Provisions and manages developers' App Engine applications.

See: App Engine Admin API Reference

Synopsis

Service Configuration

appEngineService :: ServiceConfig Source #

Default request referring to version v1 of the App Engine Admin API. This contains the host and root path used as a starting point for constructing service requests.

OAuth Scopes

cloudPlatformReadOnlyScope :: Proxy '["https://www.googleapis.com/auth/cloud-platform.read-only"] Source #

View your data across Google Cloud Platform services

appEngineAdminScope :: Proxy '["https://www.googleapis.com/auth/appengine.admin"] Source #

View and manage your applications deployed on Google App Engine

cloudPlatformScope :: Proxy '["https://www.googleapis.com/auth/cloud-platform"] Source #

View and manage your data across Google Cloud Platform services

API Declaration

type AppEngineAPI = AppsAuthorizedDomainsListResource :<|> (AppsDomainMAppingsListResource :<|> (AppsDomainMAppingsPatchResource :<|> (AppsDomainMAppingsGetResource :<|> (AppsDomainMAppingsCreateResource :<|> (AppsDomainMAppingsDeleteResource :<|> (AppsFirewallIngressRulesListResource :<|> (AppsFirewallIngressRulesPatchResource :<|> (AppsFirewallIngressRulesGetResource :<|> (AppsFirewallIngressRulesCreateResource :<|> (AppsFirewallIngressRulesBatchUpdateResource :<|> (AppsFirewallIngressRulesDeleteResource :<|> (AppsOperationsListResource :<|> (AppsOperationsGetResource :<|> (AppsLocationsListResource :<|> (AppsLocationsGetResource :<|> (AppsServicesVersionsInstancesListResource :<|> (AppsServicesVersionsInstancesGetResource :<|> (AppsServicesVersionsInstancesDebugResource :<|> (AppsServicesVersionsInstancesDeleteResource :<|> (AppsServicesVersionsListResource :<|> (AppsServicesVersionsPatchResource :<|> (AppsServicesVersionsGetResource :<|> (AppsServicesVersionsCreateResource :<|> (AppsServicesVersionsDeleteResource :<|> (AppsServicesListResource :<|> (AppsServicesPatchResource :<|> (AppsServicesGetResource :<|> (AppsServicesDeleteResource :<|> (AppsAuthorizedCertificatesListResource :<|> (AppsAuthorizedCertificatesPatchResource :<|> (AppsAuthorizedCertificatesGetResource :<|> (AppsAuthorizedCertificatesCreateResource :<|> (AppsAuthorizedCertificatesDeleteResource :<|> (AppsPatchResource :<|> (AppsGetResource :<|> (AppsCreateResource :<|> AppsRepairResource)))))))))))))))))))))))))))))))))))) Source #

Represents the entirety of the methods and resources available for the App Engine Admin API service.

Resources

appengine.apps.authorizedCertificates.create

appengine.apps.authorizedCertificates.delete

appengine.apps.authorizedCertificates.get

appengine.apps.authorizedCertificates.list

appengine.apps.authorizedCertificates.patch

appengine.apps.authorizedDomains.list

appengine.apps.create

appengine.apps.domainMappings.create

appengine.apps.domainMappings.delete

appengine.apps.domainMappings.get

appengine.apps.domainMappings.list

appengine.apps.domainMappings.patch

appengine.apps.firewall.ingressRules.batchUpdate

appengine.apps.firewall.ingressRules.create

appengine.apps.firewall.ingressRules.delete

appengine.apps.firewall.ingressRules.get

appengine.apps.firewall.ingressRules.list

appengine.apps.firewall.ingressRules.patch

appengine.apps.get

appengine.apps.locations.get

appengine.apps.locations.list

appengine.apps.operations.get

appengine.apps.operations.list

appengine.apps.patch

appengine.apps.repair

appengine.apps.services.delete

appengine.apps.services.get

appengine.apps.services.list

appengine.apps.services.patch

appengine.apps.services.versions.create

appengine.apps.services.versions.delete

appengine.apps.services.versions.get

appengine.apps.services.versions.instances.debug

appengine.apps.services.versions.instances.delete

appengine.apps.services.versions.instances.get

appengine.apps.services.versions.instances.list

appengine.apps.services.versions.list

appengine.apps.services.versions.patch

Types

ApplicationServingStatus

data ApplicationServingStatus Source #

Serving status of this application.

Constructors

Unspecified

UNSPECIFIED Serving status is unspecified.

Serving

SERVING Application is serving.

UserDisabled

USER_DISABLED Application has been disabled by the user.

SystemDisabled

SYSTEM_DISABLED Application has been disabled by the system.

Instances
Enum ApplicationServingStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Eq ApplicationServingStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Data ApplicationServingStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ApplicationServingStatus -> c ApplicationServingStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ApplicationServingStatus #

toConstr :: ApplicationServingStatus -> Constr #

dataTypeOf :: ApplicationServingStatus -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ApplicationServingStatus) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ApplicationServingStatus) #

gmapT :: (forall b. Data b => b -> b) -> ApplicationServingStatus -> ApplicationServingStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ApplicationServingStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ApplicationServingStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> ApplicationServingStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ApplicationServingStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ApplicationServingStatus -> m ApplicationServingStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ApplicationServingStatus -> m ApplicationServingStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ApplicationServingStatus -> m ApplicationServingStatus #

Ord ApplicationServingStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Read ApplicationServingStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Show ApplicationServingStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Generic ApplicationServingStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Associated Types

type Rep ApplicationServingStatus :: Type -> Type #

Hashable ApplicationServingStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToJSON ApplicationServingStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromJSON ApplicationServingStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromHttpApiData ApplicationServingStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToHttpApiData ApplicationServingStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep ApplicationServingStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep ApplicationServingStatus = D1 (MetaData "ApplicationServingStatus" "Network.Google.AppEngine.Types.Sum" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) ((C1 (MetaCons "Unspecified" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Serving" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "UserDisabled" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "SystemDisabled" PrefixI False) (U1 :: Type -> Type)))

URLMapLogin

data URLMapLogin Source #

Level of login required to access this resource. Not supported for Node.js in the App Engine standard environment.

Constructors

LoginUnspecified

LOGIN_UNSPECIFIED Not specified. LOGIN_OPTIONAL is assumed.

LoginOptional

LOGIN_OPTIONAL Does not require that the user is signed in.

LoginAdmin

LOGIN_ADMIN If the user is not signed in, the auth_fail_action is taken. In addition, if the user is not an administrator for the application, they are given an error message regardless of auth_fail_action. If the user is an administrator, the handler proceeds.

LoginRequired

LOGIN_REQUIRED If the user has signed in, the handler proceeds normally. Otherwise, the auth_fail_action is taken.

Instances
Enum URLMapLogin Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Eq URLMapLogin Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Data URLMapLogin Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> URLMapLogin -> c URLMapLogin #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c URLMapLogin #

toConstr :: URLMapLogin -> Constr #

dataTypeOf :: URLMapLogin -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c URLMapLogin) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c URLMapLogin) #

gmapT :: (forall b. Data b => b -> b) -> URLMapLogin -> URLMapLogin #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> URLMapLogin -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> URLMapLogin -> r #

gmapQ :: (forall d. Data d => d -> u) -> URLMapLogin -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> URLMapLogin -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> URLMapLogin -> m URLMapLogin #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> URLMapLogin -> m URLMapLogin #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> URLMapLogin -> m URLMapLogin #

Ord URLMapLogin Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Read URLMapLogin Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Show URLMapLogin Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Generic URLMapLogin Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Associated Types

type Rep URLMapLogin :: Type -> Type #

Hashable URLMapLogin Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToJSON URLMapLogin Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromJSON URLMapLogin Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromHttpApiData URLMapLogin Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToHttpApiData URLMapLogin Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep URLMapLogin Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep URLMapLogin = D1 (MetaData "URLMapLogin" "Network.Google.AppEngine.Types.Sum" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) ((C1 (MetaCons "LoginUnspecified" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "LoginOptional" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "LoginAdmin" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "LoginRequired" PrefixI False) (U1 :: Type -> Type)))

NetworkUtilization

data NetworkUtilization Source #

Target scaling by network usage. Only applicable in the App Engine flexible environment.

See: networkUtilization smart constructor.

Instances
Eq NetworkUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data NetworkUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> NetworkUtilization -> c NetworkUtilization #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c NetworkUtilization #

toConstr :: NetworkUtilization -> Constr #

dataTypeOf :: NetworkUtilization -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c NetworkUtilization) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c NetworkUtilization) #

gmapT :: (forall b. Data b => b -> b) -> NetworkUtilization -> NetworkUtilization #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> NetworkUtilization -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> NetworkUtilization -> r #

gmapQ :: (forall d. Data d => d -> u) -> NetworkUtilization -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> NetworkUtilization -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> NetworkUtilization -> m NetworkUtilization #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> NetworkUtilization -> m NetworkUtilization #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> NetworkUtilization -> m NetworkUtilization #

Show NetworkUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic NetworkUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep NetworkUtilization :: Type -> Type #

ToJSON NetworkUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON NetworkUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep NetworkUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep NetworkUtilization = D1 (MetaData "NetworkUtilization" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "NetworkUtilization'" PrefixI True) ((S1 (MetaSel (Just "_nuTargetReceivedBytesPerSecond") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_nuTargetSentPacketsPerSecond") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) :*: (S1 (MetaSel (Just "_nuTargetReceivedPacketsPerSecond") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_nuTargetSentBytesPerSecond") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))))

networkUtilization :: NetworkUtilization Source #

Creates a value of NetworkUtilization with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ManagedCertificateStatus

data ManagedCertificateStatus Source #

Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.'OutputOnly

Constructors

ManagementStatusUnspecified
MANAGEMENT_STATUS_UNSPECIFIED
OK

OK Certificate was successfully obtained and inserted into the serving system.

Pending

PENDING Certificate is under active attempts to acquire or renew.

FailedRetryingNotVisible

FAILED_RETRYING_NOT_VISIBLE Most recent renewal failed due to an invalid DNS setup and will be retried. Renewal attempts will continue to fail until the certificate domain's DNS configuration is fixed. The last successfully provisioned certificate may still be serving.

FailedPermanent

FAILED_PERMANENT All renewal attempts have been exhausted, likely due to an invalid DNS setup.

FailedRetryingCaaForBidden

FAILED_RETRYING_CAA_FORBIDDEN Most recent renewal failed due to an explicit CAA record that does not include the in-use CA, Let's Encrypt. Renewals will continue to fail until the CAA is reconfigured. The last successfully provisioned certificate may still be serving.

FailedRetryingCaaChecking

FAILED_RETRYING_CAA_CHECKING Most recent renewal failed due to a CAA retrieval failure. This means that the domain's DNS provider does not properly handle CAA records, failing requests for CAA records when no CAA records are defined. Renewals will continue to fail until the DNS provider is changed or a CAA record is added for the given domain. The last successfully provisioned certificate may still be serving.

Instances
Enum ManagedCertificateStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Eq ManagedCertificateStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Data ManagedCertificateStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ManagedCertificateStatus -> c ManagedCertificateStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ManagedCertificateStatus #

toConstr :: ManagedCertificateStatus -> Constr #

dataTypeOf :: ManagedCertificateStatus -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ManagedCertificateStatus) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ManagedCertificateStatus) #

gmapT :: (forall b. Data b => b -> b) -> ManagedCertificateStatus -> ManagedCertificateStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ManagedCertificateStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ManagedCertificateStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> ManagedCertificateStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ManagedCertificateStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ManagedCertificateStatus -> m ManagedCertificateStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ManagedCertificateStatus -> m ManagedCertificateStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ManagedCertificateStatus -> m ManagedCertificateStatus #

Ord ManagedCertificateStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Read ManagedCertificateStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Show ManagedCertificateStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Generic ManagedCertificateStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Associated Types

type Rep ManagedCertificateStatus :: Type -> Type #

Hashable ManagedCertificateStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToJSON ManagedCertificateStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromJSON ManagedCertificateStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromHttpApiData ManagedCertificateStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToHttpApiData ManagedCertificateStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep ManagedCertificateStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep ManagedCertificateStatus = D1 (MetaData "ManagedCertificateStatus" "Network.Google.AppEngine.Types.Sum" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) ((C1 (MetaCons "ManagementStatusUnspecified" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "OK" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Pending" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "FailedRetryingNotVisible" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "FailedPermanent" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "FailedRetryingCaaForBidden" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "FailedRetryingCaaChecking" PrefixI False) (U1 :: Type -> Type))))

Status

data Status Source #

The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC (https://github.com/grpc). The error model is designed to be: Simple to use and understand for most users Flexible enough to meet unexpected needsOverviewThe Status message contains three pieces of data: error code, error message, and error details. The error code should be an enum value of google.rpc.Code, but it may accept additional error codes if needed. The error message should be a developer-facing English message that helps developers understand and resolve the error. If a localized user-facing error message is needed, put the localized message in the error details or localize it in the client. The optional error details may contain arbitrary information about the error. There is a predefined set of error detail types in the package google.rpc that can be used for common error conditions.Language mappingThe Status message is the logical representation of the error model, but it is not necessarily the actual wire format. When the Status message is exposed in different client libraries and different wire protocols, it can be mapped differently. For example, it will likely be mapped to some exceptions in Java, but more likely mapped to some error codes in C.Other usesThe error model and the Status message can be used in a variety of environments, either with or without APIs, to provide a consistent developer experience across different environments.Example uses of this error model include: Partial errors. If a service needs to return partial errors to the client, it may embed the Status in the normal response to indicate the partial errors. Workflow errors. A typical workflow has multiple steps. Each step may have a Status message for error reporting. Batch operations. If a client uses batch request and batch response, the Status message should be used directly inside batch response, one for each error sub-response. Asynchronous operations. If an API call embeds asynchronous operation results in its response, the status of those operations should be represented directly using the Status message. Logging. If some API errors are stored in logs, the message Status could be used directly after any stripping needed for security/privacy reasons.

See: status smart constructor.

Instances
Eq Status Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

(==) :: Status -> Status -> Bool #

(/=) :: Status -> Status -> Bool #

Data Status Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Status -> c Status #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Status #

toConstr :: Status -> Constr #

dataTypeOf :: Status -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Status) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Status) #

gmapT :: (forall b. Data b => b -> b) -> Status -> Status #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Status -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Status -> r #

gmapQ :: (forall d. Data d => d -> u) -> Status -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Status -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Status -> m Status #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Status -> m Status #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Status -> m Status #

Show Status Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic Status Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep Status :: Type -> Type #

Methods

from :: Status -> Rep Status x #

to :: Rep Status x -> Status #

ToJSON Status Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON Status Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Status Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Status = D1 (MetaData "Status" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "Status'" PrefixI True) (S1 (MetaSel (Just "_sDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [StatusDetailsItem])) :*: (S1 (MetaSel (Just "_sCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_sMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

status :: Status Source #

Creates a value of Status with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

sDetails :: Lens' Status [StatusDetailsItem] Source #

A list of messages that carry the error details. There is a common set of message types for APIs to use.

sCode :: Lens' Status (Maybe Int32) Source #

The status code, which should be an enum value of google.rpc.Code.

sMessage :: Lens' Status (Maybe Text) Source #

A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.

LocationSchema

data LocationSchema Source #

Service-specific metadata. For example the available capacity at the given location.

See: locationSchema smart constructor.

Instances
Eq LocationSchema Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data LocationSchema Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LocationSchema -> c LocationSchema #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LocationSchema #

toConstr :: LocationSchema -> Constr #

dataTypeOf :: LocationSchema -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c LocationSchema) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LocationSchema) #

gmapT :: (forall b. Data b => b -> b) -> LocationSchema -> LocationSchema #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LocationSchema -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LocationSchema -> r #

gmapQ :: (forall d. Data d => d -> u) -> LocationSchema -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LocationSchema -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LocationSchema -> m LocationSchema #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LocationSchema -> m LocationSchema #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LocationSchema -> m LocationSchema #

Show LocationSchema Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic LocationSchema Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep LocationSchema :: Type -> Type #

ToJSON LocationSchema Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON LocationSchema Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep LocationSchema Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep LocationSchema = D1 (MetaData "LocationSchema" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" True) (C1 (MetaCons "LocationSchema'" PrefixI True) (S1 (MetaSel (Just "_lsAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

locationSchema Source #

Creates a value of LocationSchema with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

lsAddtional :: Lens' LocationSchema (HashMap Text JSONValue) Source #

Properties of the object. Contains field 'type with type URL.

AuthorizedDomain

data AuthorizedDomain Source #

A domain that a user has been authorized to administer. To authorize use of a domain, verify ownership via Webmaster Central (https://www.google.com/webmasters/verification/home).

See: authorizedDomain smart constructor.

Instances
Eq AuthorizedDomain Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data AuthorizedDomain Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AuthorizedDomain -> c AuthorizedDomain #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AuthorizedDomain #

toConstr :: AuthorizedDomain -> Constr #

dataTypeOf :: AuthorizedDomain -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AuthorizedDomain) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AuthorizedDomain) #

gmapT :: (forall b. Data b => b -> b) -> AuthorizedDomain -> AuthorizedDomain #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AuthorizedDomain -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AuthorizedDomain -> r #

gmapQ :: (forall d. Data d => d -> u) -> AuthorizedDomain -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AuthorizedDomain -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AuthorizedDomain -> m AuthorizedDomain #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AuthorizedDomain -> m AuthorizedDomain #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AuthorizedDomain -> m AuthorizedDomain #

Show AuthorizedDomain Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic AuthorizedDomain Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep AuthorizedDomain :: Type -> Type #

ToJSON AuthorizedDomain Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON AuthorizedDomain Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep AuthorizedDomain Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep AuthorizedDomain = D1 (MetaData "AuthorizedDomain" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "AuthorizedDomain'" PrefixI True) (S1 (MetaSel (Just "_adName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_adId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

authorizedDomain :: AuthorizedDomain Source #

Creates a value of AuthorizedDomain with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

adName :: Lens' AuthorizedDomain (Maybe Text) Source #

Full path to the AuthorizedDomain resource in the API. Example: apps/myapp/authorizedDomains/example.com.'OutputOnly

adId :: Lens' AuthorizedDomain (Maybe Text) Source #

Fully qualified domain name of the domain authorized for use. Example: example.com.

TrafficSplit

data TrafficSplit Source #

Traffic routing configuration for versions within a single service. Traffic splits define how traffic directed to the service is assigned to versions.

See: trafficSplit smart constructor.

Instances
Eq TrafficSplit Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data TrafficSplit Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TrafficSplit -> c TrafficSplit #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TrafficSplit #

toConstr :: TrafficSplit -> Constr #

dataTypeOf :: TrafficSplit -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TrafficSplit) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TrafficSplit) #

gmapT :: (forall b. Data b => b -> b) -> TrafficSplit -> TrafficSplit #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TrafficSplit -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TrafficSplit -> r #

gmapQ :: (forall d. Data d => d -> u) -> TrafficSplit -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TrafficSplit -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TrafficSplit -> m TrafficSplit #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TrafficSplit -> m TrafficSplit #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TrafficSplit -> m TrafficSplit #

Show TrafficSplit Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic TrafficSplit Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep TrafficSplit :: Type -> Type #

ToJSON TrafficSplit Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON TrafficSplit Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep TrafficSplit Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep TrafficSplit = D1 (MetaData "TrafficSplit" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "TrafficSplit'" PrefixI True) (S1 (MetaSel (Just "_tsShardBy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TrafficSplitShardBy)) :*: S1 (MetaSel (Just "_tsAllocations") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TrafficSplitAllocations))))

trafficSplit :: TrafficSplit Source #

Creates a value of TrafficSplit with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

tsShardBy :: Lens' TrafficSplit (Maybe TrafficSplitShardBy) Source #

Mechanism used to determine which version a request is sent to. The traffic selection algorithm will be stable for either type until allocations are changed.

tsAllocations :: Lens' TrafficSplit (Maybe TrafficSplitAllocations) Source #

Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version. Each version can be specified only once, but some versions in the service may not have any traffic allocation. Services that have traffic allocated cannot be deleted until either the service is deleted or their traffic allocation is removed. Allocations must sum to 1. Up to two decimal place precision is supported for IP-based splits and up to three decimal places is supported for cookie-based splits.

ScriptHandler

data ScriptHandler Source #

Executes a script to handle the request that matches the URL pattern.

See: scriptHandler smart constructor.

Instances
Eq ScriptHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data ScriptHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ScriptHandler -> c ScriptHandler #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ScriptHandler #

toConstr :: ScriptHandler -> Constr #

dataTypeOf :: ScriptHandler -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ScriptHandler) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ScriptHandler) #

gmapT :: (forall b. Data b => b -> b) -> ScriptHandler -> ScriptHandler #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ScriptHandler -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ScriptHandler -> r #

gmapQ :: (forall d. Data d => d -> u) -> ScriptHandler -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ScriptHandler -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ScriptHandler -> m ScriptHandler #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ScriptHandler -> m ScriptHandler #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ScriptHandler -> m ScriptHandler #

Show ScriptHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic ScriptHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep ScriptHandler :: Type -> Type #

ToJSON ScriptHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON ScriptHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ScriptHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ScriptHandler = D1 (MetaData "ScriptHandler" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" True) (C1 (MetaCons "ScriptHandler'" PrefixI True) (S1 (MetaSel (Just "_shScriptPath") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

scriptHandler :: ScriptHandler Source #

Creates a value of ScriptHandler with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

shScriptPath :: Lens' ScriptHandler (Maybe Text) Source #

Path to the script from the application root directory.

ListServicesResponse

data ListServicesResponse Source #

Response message for Services.ListServices.

See: listServicesResponse smart constructor.

Instances
Eq ListServicesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data ListServicesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListServicesResponse -> c ListServicesResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListServicesResponse #

toConstr :: ListServicesResponse -> Constr #

dataTypeOf :: ListServicesResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ListServicesResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListServicesResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListServicesResponse -> ListServicesResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListServicesResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListServicesResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListServicesResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListServicesResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListServicesResponse -> m ListServicesResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListServicesResponse -> m ListServicesResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListServicesResponse -> m ListServicesResponse #

Show ListServicesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic ListServicesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep ListServicesResponse :: Type -> Type #

ToJSON ListServicesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON ListServicesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ListServicesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ListServicesResponse = D1 (MetaData "ListServicesResponse" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "ListServicesResponse'" PrefixI True) (S1 (MetaSel (Just "_lsrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lsrServices") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Service]))))

listServicesResponse :: ListServicesResponse Source #

Creates a value of ListServicesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

lsrNextPageToken :: Lens' ListServicesResponse (Maybe Text) Source #

Continuation token for fetching the next page of results.

lsrServices :: Lens' ListServicesResponse [Service] Source #

The services belonging to the requested application.

URLMap

data URLMap Source #

URL pattern and description of how the URL should be handled. App Engine can handle URLs by executing application code or by serving static files uploaded with the version, such as images, CSS, or JavaScript.

See: urlMap smart constructor.

Instances
Eq URLMap Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

(==) :: URLMap -> URLMap -> Bool #

(/=) :: URLMap -> URLMap -> Bool #

Data URLMap Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> URLMap -> c URLMap #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c URLMap #

toConstr :: URLMap -> Constr #

dataTypeOf :: URLMap -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c URLMap) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c URLMap) #

gmapT :: (forall b. Data b => b -> b) -> URLMap -> URLMap #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> URLMap -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> URLMap -> r #

gmapQ :: (forall d. Data d => d -> u) -> URLMap -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> URLMap -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> URLMap -> m URLMap #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> URLMap -> m URLMap #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> URLMap -> m URLMap #

Show URLMap Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic URLMap Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep URLMap :: Type -> Type #

Methods

from :: URLMap -> Rep URLMap x #

to :: Rep URLMap x -> URLMap #

ToJSON URLMap Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON URLMap Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep URLMap Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

urlMap :: URLMap Source #

Creates a value of URLMap with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

umScript :: Lens' URLMap (Maybe ScriptHandler) Source #

Executes a script to handle the requests that match this URL pattern. Only the auto value is supported for Node.js in the App Engine standard environment, for example "script": "auto".

umSecurityLevel :: Lens' URLMap (Maybe URLMapSecurityLevel) Source #

Security (HTTPS) enforcement for this URL.

umAPIEndpoint :: Lens' URLMap (Maybe APIEndpointHandler) Source #

Uses API Endpoints to handle requests.

umURLRegex :: Lens' URLMap (Maybe Text) Source #

URL prefix. Uses regular expression syntax, which means regexp special characters must be escaped, but should not contain groupings. All URLs that begin with this prefix are handled by this handler, using the portion of the URL after the prefix as part of the file path.

umRedirectHTTPResponseCode :: Lens' URLMap (Maybe URLMapRedirectHTTPResponseCode) Source #

30x code to use when performing redirects for the secure field. Defaults to 302.

umAuthFailAction :: Lens' URLMap (Maybe URLMapAuthFailAction) Source #

Action to take when users access resources that require authentication. Defaults to redirect.

umStaticFiles :: Lens' URLMap (Maybe StaticFilesHandler) Source #

Returns the contents of a file, such as an image, as the response.

umLogin :: Lens' URLMap (Maybe URLMapLogin) Source #

Level of login required to access this resource. Not supported for Node.js in the App Engine standard environment.

Library

data Library Source #

Third-party Python runtime library that is required by the application.

See: library smart constructor.

Instances
Eq Library Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

(==) :: Library -> Library -> Bool #

(/=) :: Library -> Library -> Bool #

Data Library Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Library -> c Library #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Library #

toConstr :: Library -> Constr #

dataTypeOf :: Library -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Library) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Library) #

gmapT :: (forall b. Data b => b -> b) -> Library -> Library #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Library -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Library -> r #

gmapQ :: (forall d. Data d => d -> u) -> Library -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Library -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Library -> m Library #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Library -> m Library #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Library -> m Library #

Show Library Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic Library Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep Library :: Type -> Type #

Methods

from :: Library -> Rep Library x #

to :: Rep Library x -> Library #

ToJSON Library Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON Library Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Library Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Library = D1 (MetaData "Library" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "Library'" PrefixI True) (S1 (MetaSel (Just "_lName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

library :: Library Source #

Creates a value of Library with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

lName :: Lens' Library (Maybe Text) Source #

Name of the library. Example: "django".

lVersion :: Lens' Library (Maybe Text) Source #

Version of the library to select, or "latest".

ResourceRecord

data ResourceRecord Source #

A DNS resource record.

See: resourceRecord smart constructor.

Instances
Eq ResourceRecord Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data ResourceRecord Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ResourceRecord -> c ResourceRecord #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ResourceRecord #

toConstr :: ResourceRecord -> Constr #

dataTypeOf :: ResourceRecord -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ResourceRecord) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ResourceRecord) #

gmapT :: (forall b. Data b => b -> b) -> ResourceRecord -> ResourceRecord #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ResourceRecord -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ResourceRecord -> r #

gmapQ :: (forall d. Data d => d -> u) -> ResourceRecord -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ResourceRecord -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ResourceRecord -> m ResourceRecord #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ResourceRecord -> m ResourceRecord #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ResourceRecord -> m ResourceRecord #

Show ResourceRecord Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic ResourceRecord Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep ResourceRecord :: Type -> Type #

ToJSON ResourceRecord Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON ResourceRecord Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ResourceRecord Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ResourceRecord = D1 (MetaData "ResourceRecord" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "ResourceRecord'" PrefixI True) (S1 (MetaSel (Just "_rrRrData") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_rrName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_rrType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ResourceRecordType)))))

resourceRecord :: ResourceRecord Source #

Creates a value of ResourceRecord with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

rrRrData :: Lens' ResourceRecord (Maybe Text) Source #

Data for this record. Values vary by record type, as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1).

rrName :: Lens' ResourceRecord (Maybe Text) Source #

Relative name of the object affected by this record. Only applicable for CNAME records. Example: 'www'.

rrType :: Lens' ResourceRecord (Maybe ResourceRecordType) Source #

Resource record type. Example: AAAA.

ListLocationsResponse

data ListLocationsResponse Source #

The response message for Locations.ListLocations.

See: listLocationsResponse smart constructor.

Instances
Eq ListLocationsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data ListLocationsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListLocationsResponse -> c ListLocationsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListLocationsResponse #

toConstr :: ListLocationsResponse -> Constr #

dataTypeOf :: ListLocationsResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ListLocationsResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListLocationsResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListLocationsResponse -> ListLocationsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListLocationsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListLocationsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListLocationsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListLocationsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListLocationsResponse -> m ListLocationsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListLocationsResponse -> m ListLocationsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListLocationsResponse -> m ListLocationsResponse #

Show ListLocationsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic ListLocationsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep ListLocationsResponse :: Type -> Type #

ToJSON ListLocationsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON ListLocationsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ListLocationsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ListLocationsResponse = D1 (MetaData "ListLocationsResponse" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "ListLocationsResponse'" PrefixI True) (S1 (MetaSel (Just "_llrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_llrLocations") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Location]))))

listLocationsResponse :: ListLocationsResponse Source #

Creates a value of ListLocationsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

llrNextPageToken :: Lens' ListLocationsResponse (Maybe Text) Source #

The standard List next-page token.

llrLocations :: Lens' ListLocationsResponse [Location] Source #

A list of locations that matches the specified filter in the request.

DiskUtilization

data DiskUtilization Source #

Target scaling by disk usage. Only applicable in the App Engine flexible environment.

See: diskUtilization smart constructor.

Instances
Eq DiskUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data DiskUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DiskUtilization -> c DiskUtilization #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DiskUtilization #

toConstr :: DiskUtilization -> Constr #

dataTypeOf :: DiskUtilization -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DiskUtilization) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DiskUtilization) #

gmapT :: (forall b. Data b => b -> b) -> DiskUtilization -> DiskUtilization #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DiskUtilization -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DiskUtilization -> r #

gmapQ :: (forall d. Data d => d -> u) -> DiskUtilization -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DiskUtilization -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DiskUtilization -> m DiskUtilization #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DiskUtilization -> m DiskUtilization #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DiskUtilization -> m DiskUtilization #

Show DiskUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic DiskUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep DiskUtilization :: Type -> Type #

ToJSON DiskUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON DiskUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep DiskUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep DiskUtilization = D1 (MetaData "DiskUtilization" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "DiskUtilization'" PrefixI True) ((S1 (MetaSel (Just "_duTargetReadBytesPerSecond") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_duTargetReadOpsPerSecond") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) :*: (S1 (MetaSel (Just "_duTargetWriteOpsPerSecond") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_duTargetWriteBytesPerSecond") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))))

diskUtilization :: DiskUtilization Source #

Creates a value of DiskUtilization with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

duTargetWriteBytesPerSecond :: Lens' DiskUtilization (Maybe Int32) Source #

Target bytes written per second.

ListOperationsResponse

data ListOperationsResponse Source #

The response message for Operations.ListOperations.

See: listOperationsResponse smart constructor.

Instances
Eq ListOperationsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data ListOperationsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListOperationsResponse -> c ListOperationsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListOperationsResponse #

toConstr :: ListOperationsResponse -> Constr #

dataTypeOf :: ListOperationsResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ListOperationsResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListOperationsResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListOperationsResponse -> ListOperationsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListOperationsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListOperationsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListOperationsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListOperationsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListOperationsResponse -> m ListOperationsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListOperationsResponse -> m ListOperationsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListOperationsResponse -> m ListOperationsResponse #

Show ListOperationsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic ListOperationsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep ListOperationsResponse :: Type -> Type #

ToJSON ListOperationsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON ListOperationsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ListOperationsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ListOperationsResponse = D1 (MetaData "ListOperationsResponse" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "ListOperationsResponse'" PrefixI True) (S1 (MetaSel (Just "_lorNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lorOperations") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Operation]))))

listOperationsResponse :: ListOperationsResponse Source #

Creates a value of ListOperationsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

lorNextPageToken :: Lens' ListOperationsResponse (Maybe Text) Source #

The standard List next-page token.

lorOperations :: Lens' ListOperationsResponse [Operation] Source #

A list of operations that matches the specified filter in the request.

HealthCheck

data HealthCheck Source #

Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances. Only applicable for instances in App Engine flexible environment.

See: healthCheck smart constructor.

Instances
Eq HealthCheck Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data HealthCheck Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> HealthCheck -> c HealthCheck #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c HealthCheck #

toConstr :: HealthCheck -> Constr #

dataTypeOf :: HealthCheck -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c HealthCheck) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c HealthCheck) #

gmapT :: (forall b. Data b => b -> b) -> HealthCheck -> HealthCheck #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> HealthCheck -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> HealthCheck -> r #

gmapQ :: (forall d. Data d => d -> u) -> HealthCheck -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> HealthCheck -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> HealthCheck -> m HealthCheck #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> HealthCheck -> m HealthCheck #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> HealthCheck -> m HealthCheck #

Show HealthCheck Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic HealthCheck Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep HealthCheck :: Type -> Type #

ToJSON HealthCheck Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON HealthCheck Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep HealthCheck Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep HealthCheck = D1 (MetaData "HealthCheck" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "HealthCheck'" PrefixI True) ((S1 (MetaSel (Just "_hcHealthyThreshold") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32))) :*: (S1 (MetaSel (Just "_hcDisableHealthCheck") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_hcCheckInterval") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GDuration)))) :*: ((S1 (MetaSel (Just "_hcRestartThreshold") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32))) :*: S1 (MetaSel (Just "_hcHost") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_hcTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GDuration)) :*: S1 (MetaSel (Just "_hcUnhealthyThreshold") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32)))))))

healthCheck :: HealthCheck Source #

Creates a value of HealthCheck with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

hcHealthyThreshold :: Lens' HealthCheck (Maybe Word32) Source #

Number of consecutive successful health checks required before receiving traffic.

hcDisableHealthCheck :: Lens' HealthCheck (Maybe Bool) Source #

Whether to explicitly disable health checks for this instance.

hcCheckInterval :: Lens' HealthCheck (Maybe Scientific) Source #

Interval between health checks.

hcRestartThreshold :: Lens' HealthCheck (Maybe Word32) Source #

Number of consecutive failed health checks required before an instance is restarted.

hcHost :: Lens' HealthCheck (Maybe Text) Source #

Host header to send when performing an HTTP health check. Example: "myapp.appspot.com"

hcTimeout :: Lens' HealthCheck (Maybe Scientific) Source #

Time before the health check is considered failed.

hcUnhealthyThreshold :: Lens' HealthCheck (Maybe Word32) Source #

Number of consecutive failed health checks required before removing traffic.

AuthorizedCertificate

data AuthorizedCertificate Source #

An SSL certificate that a user has been authorized to administer. A user is authorized to administer any certificate that applies to one of their authorized domains.

See: authorizedCertificate smart constructor.

Instances
Eq AuthorizedCertificate Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data AuthorizedCertificate Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AuthorizedCertificate -> c AuthorizedCertificate #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AuthorizedCertificate #

toConstr :: AuthorizedCertificate -> Constr #

dataTypeOf :: AuthorizedCertificate -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AuthorizedCertificate) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AuthorizedCertificate) #

gmapT :: (forall b. Data b => b -> b) -> AuthorizedCertificate -> AuthorizedCertificate #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AuthorizedCertificate -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AuthorizedCertificate -> r #

gmapQ :: (forall d. Data d => d -> u) -> AuthorizedCertificate -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AuthorizedCertificate -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AuthorizedCertificate -> m AuthorizedCertificate #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AuthorizedCertificate -> m AuthorizedCertificate #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AuthorizedCertificate -> m AuthorizedCertificate #

Show AuthorizedCertificate Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic AuthorizedCertificate Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep AuthorizedCertificate :: Type -> Type #

ToJSON AuthorizedCertificate Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON AuthorizedCertificate Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep AuthorizedCertificate Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep AuthorizedCertificate = D1 (MetaData "AuthorizedCertificate" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "AuthorizedCertificate'" PrefixI True) (((S1 (MetaSel (Just "_acManagedCertificate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ManagedCertificate)) :*: S1 (MetaSel (Just "_acCertificateRawData") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CertificateRawData))) :*: (S1 (MetaSel (Just "_acDomainNames") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_acDomainMAppingsCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))) :*: ((S1 (MetaSel (Just "_acName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_acDisplayName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_acId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_acExpireTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')) :*: S1 (MetaSel (Just "_acVisibleDomainMAppings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))))))

authorizedCertificate :: AuthorizedCertificate Source #

Creates a value of AuthorizedCertificate with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

acManagedCertificate :: Lens' AuthorizedCertificate (Maybe ManagedCertificate) Source #

Only applicable if this certificate is managed by App Engine. Managed certificates are tied to the lifecycle of a DomainMapping and cannot be updated or deleted via the AuthorizedCertificates API. If this certificate is manually administered by the user, this field will be empty.'OutputOnly

acCertificateRawData :: Lens' AuthorizedCertificate (Maybe CertificateRawData) Source #

The SSL certificate serving the AuthorizedCertificate resource. This must be obtained independently from a certificate authority.

acDomainNames :: Lens' AuthorizedCertificate [Text] Source #

Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com.'OutputOnly

acDomainMAppingsCount :: Lens' AuthorizedCertificate (Maybe Int32) Source #

Aggregate count of the domain mappings with this certificate mapped. This count includes domain mappings on applications for which the user does not have VIEWER permissions.Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option.'OutputOnly

acName :: Lens' AuthorizedCertificate (Maybe Text) Source #

Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345.'OutputOnly

acDisplayName :: Lens' AuthorizedCertificate (Maybe Text) Source #

The user-specified display name of the certificate. This is not guaranteed to be unique. Example: My Certificate.

acId :: Lens' AuthorizedCertificate (Maybe Text) Source #

Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource creation. Example: 12345.'OutputOnly

acExpireTime :: Lens' AuthorizedCertificate (Maybe UTCTime) Source #

The time when this certificate expires. To update the renewal time on this certificate, upload an SSL certificate with a different expiration time using AuthorizedCertificates.UpdateAuthorizedCertificate.'OutputOnly

acVisibleDomainMAppings :: Lens' AuthorizedCertificate [Text] Source #

The full paths to user visible Domain Mapping resources that have this certificate mapped. Example: apps/myapp/domainMappings/example.com.This may not represent the full list of mapped domain mappings if the user does not have VIEWER permissions on all of the applications that have this certificate mapped. See domain_mappings_count for a complete count.Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option.'OutputOnly

VPCAccessConnector

data VPCAccessConnector Source #

VPC access connector specification.

See: vpcAccessConnector smart constructor.

Instances
Eq VPCAccessConnector Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data VPCAccessConnector Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> VPCAccessConnector -> c VPCAccessConnector #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c VPCAccessConnector #

toConstr :: VPCAccessConnector -> Constr #

dataTypeOf :: VPCAccessConnector -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c VPCAccessConnector) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c VPCAccessConnector) #

gmapT :: (forall b. Data b => b -> b) -> VPCAccessConnector -> VPCAccessConnector #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> VPCAccessConnector -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> VPCAccessConnector -> r #

gmapQ :: (forall d. Data d => d -> u) -> VPCAccessConnector -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> VPCAccessConnector -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> VPCAccessConnector -> m VPCAccessConnector #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> VPCAccessConnector -> m VPCAccessConnector #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> VPCAccessConnector -> m VPCAccessConnector #

Show VPCAccessConnector Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic VPCAccessConnector Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep VPCAccessConnector :: Type -> Type #

ToJSON VPCAccessConnector Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON VPCAccessConnector Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep VPCAccessConnector Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep VPCAccessConnector = D1 (MetaData "VPCAccessConnector" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" True) (C1 (MetaCons "VPCAccessConnector'" PrefixI True) (S1 (MetaSel (Just "_vacName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

vpcAccessConnector :: VPCAccessConnector Source #

Creates a value of VPCAccessConnector with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

vacName :: Lens' VPCAccessConnector (Maybe Text) Source #

Full Serverless VPC Access Connector name e.g. /projects/my-project/locations/us-central1/connectors/c1.

APIConfigHandler

data APIConfigHandler Source #

Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/) configuration for API handlers.

See: apiConfigHandler smart constructor.

Instances
Eq APIConfigHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data APIConfigHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> APIConfigHandler -> c APIConfigHandler #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c APIConfigHandler #

toConstr :: APIConfigHandler -> Constr #

dataTypeOf :: APIConfigHandler -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c APIConfigHandler) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c APIConfigHandler) #

gmapT :: (forall b. Data b => b -> b) -> APIConfigHandler -> APIConfigHandler #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> APIConfigHandler -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> APIConfigHandler -> r #

gmapQ :: (forall d. Data d => d -> u) -> APIConfigHandler -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> APIConfigHandler -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> APIConfigHandler -> m APIConfigHandler #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> APIConfigHandler -> m APIConfigHandler #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> APIConfigHandler -> m APIConfigHandler #

Show APIConfigHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic APIConfigHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep APIConfigHandler :: Type -> Type #

ToJSON APIConfigHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON APIConfigHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep APIConfigHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

apiConfigHandler :: APIConfigHandler Source #

Creates a value of APIConfigHandler with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

achScript :: Lens' APIConfigHandler (Maybe Text) Source #

Path to the script from the application root directory.

achSecurityLevel :: Lens' APIConfigHandler (Maybe APIConfigHandlerSecurityLevel) Source #

Security (HTTPS) enforcement for this URL.

achURL :: Lens' APIConfigHandler (Maybe Text) Source #

URL to serve the endpoint at.

achAuthFailAction :: Lens' APIConfigHandler (Maybe APIConfigHandlerAuthFailAction) Source #

Action to take when users access resources that require authentication. Defaults to redirect.

achLogin :: Lens' APIConfigHandler (Maybe APIConfigHandlerLogin) Source #

Level of login required to access this resource. Defaults to optional.

VersionEnvVariables

data VersionEnvVariables Source #

Environment variables available to the application.Only returned in GET requests if view=FULL is set.

See: versionEnvVariables smart constructor.

Instances
Eq VersionEnvVariables Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data VersionEnvVariables Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> VersionEnvVariables -> c VersionEnvVariables #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c VersionEnvVariables #

toConstr :: VersionEnvVariables -> Constr #

dataTypeOf :: VersionEnvVariables -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c VersionEnvVariables) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c VersionEnvVariables) #

gmapT :: (forall b. Data b => b -> b) -> VersionEnvVariables -> VersionEnvVariables #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> VersionEnvVariables -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> VersionEnvVariables -> r #

gmapQ :: (forall d. Data d => d -> u) -> VersionEnvVariables -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> VersionEnvVariables -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> VersionEnvVariables -> m VersionEnvVariables #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> VersionEnvVariables -> m VersionEnvVariables #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> VersionEnvVariables -> m VersionEnvVariables #

Show VersionEnvVariables Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic VersionEnvVariables Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep VersionEnvVariables :: Type -> Type #

ToJSON VersionEnvVariables Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON VersionEnvVariables Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep VersionEnvVariables Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep VersionEnvVariables = D1 (MetaData "VersionEnvVariables" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" True) (C1 (MetaCons "VersionEnvVariables'" PrefixI True) (S1 (MetaSel (Just "_vevAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text Text))))

versionEnvVariables Source #

Creates a value of VersionEnvVariables with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

APIConfigHandlerSecurityLevel

data APIConfigHandlerSecurityLevel Source #

Security (HTTPS) enforcement for this URL.

Constructors

SecureUnspecified

SECURE_UNSPECIFIED Not specified.

SecureDefault

SECURE_DEFAULT Both HTTP and HTTPS requests with URLs that match the handler succeed without redirects. The application can examine the request to determine which protocol was used, and respond accordingly.

SecureNever

SECURE_NEVER Requests for a URL that match this handler that use HTTPS are automatically redirected to the HTTP equivalent URL.

SecureOptional

SECURE_OPTIONAL Both HTTP and HTTPS requests with URLs that match the handler succeed without redirects. The application can examine the request to determine which protocol was used and respond accordingly.

SecureAlways

SECURE_ALWAYS Requests for a URL that match this handler that do not use HTTPS are automatically redirected to the HTTPS URL with the same path. Query parameters are reserved for the redirect.

Instances
Enum APIConfigHandlerSecurityLevel Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Eq APIConfigHandlerSecurityLevel Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Data APIConfigHandlerSecurityLevel Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> APIConfigHandlerSecurityLevel -> c APIConfigHandlerSecurityLevel #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c APIConfigHandlerSecurityLevel #

toConstr :: APIConfigHandlerSecurityLevel -> Constr #

dataTypeOf :: APIConfigHandlerSecurityLevel -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c APIConfigHandlerSecurityLevel) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c APIConfigHandlerSecurityLevel) #

gmapT :: (forall b. Data b => b -> b) -> APIConfigHandlerSecurityLevel -> APIConfigHandlerSecurityLevel #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> APIConfigHandlerSecurityLevel -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> APIConfigHandlerSecurityLevel -> r #

gmapQ :: (forall d. Data d => d -> u) -> APIConfigHandlerSecurityLevel -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> APIConfigHandlerSecurityLevel -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> APIConfigHandlerSecurityLevel -> m APIConfigHandlerSecurityLevel #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> APIConfigHandlerSecurityLevel -> m APIConfigHandlerSecurityLevel #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> APIConfigHandlerSecurityLevel -> m APIConfigHandlerSecurityLevel #

Ord APIConfigHandlerSecurityLevel Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Read APIConfigHandlerSecurityLevel Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Show APIConfigHandlerSecurityLevel Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Generic APIConfigHandlerSecurityLevel Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Associated Types

type Rep APIConfigHandlerSecurityLevel :: Type -> Type #

Hashable APIConfigHandlerSecurityLevel Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToJSON APIConfigHandlerSecurityLevel Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromJSON APIConfigHandlerSecurityLevel Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromHttpApiData APIConfigHandlerSecurityLevel Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToHttpApiData APIConfigHandlerSecurityLevel Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep APIConfigHandlerSecurityLevel Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep APIConfigHandlerSecurityLevel = D1 (MetaData "APIConfigHandlerSecurityLevel" "Network.Google.AppEngine.Types.Sum" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) ((C1 (MetaCons "SecureUnspecified" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "SecureDefault" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "SecureNever" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "SecureOptional" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "SecureAlways" PrefixI False) (U1 :: Type -> Type))))

Application

data Application Source #

An Application resource contains the top-level configuration of an App Engine application.

See: application smart constructor.

Instances
Eq Application Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data Application Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Application -> c Application #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Application #

toConstr :: Application -> Constr #

dataTypeOf :: Application -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Application) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Application) #

gmapT :: (forall b. Data b => b -> b) -> Application -> Application #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Application -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Application -> r #

gmapQ :: (forall d. Data d => d -> u) -> Application -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Application -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Application -> m Application #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Application -> m Application #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Application -> m Application #

Show Application Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic Application Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep Application :: Type -> Type #

ToJSON Application Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON Application Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Application Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Application = D1 (MetaData "Application" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "Application'" PrefixI True) (((S1 (MetaSel (Just "_aDefaultHostname") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_aDefaultCookieExpiration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GDuration)) :*: S1 (MetaSel (Just "_aIap") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe IdentityAwareProxy)))) :*: (S1 (MetaSel (Just "_aAuthDomain") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_aCodeBucket") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aGcrDomain") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 (MetaSel (Just "_aFeatureSettings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe FeatureSettings)) :*: (S1 (MetaSel (Just "_aName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aDispatchRules") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [URLDispatchRule])))) :*: ((S1 (MetaSel (Just "_aDefaultBucket") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_aLocationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aServingStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ApplicationServingStatus)))))))

application :: Application Source #

Creates a value of Application with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

aDefaultHostname :: Lens' Application (Maybe Text) Source #

Hostname used to reach this application, as resolved by App Engine.'OutputOnly

aDefaultCookieExpiration :: Lens' Application (Maybe Scientific) Source #

Cookie expiration policy for this application.

aAuthDomain :: Lens' Application (Maybe Text) Source #

Google Apps authentication domain that controls which users can access this application.Defaults to open access for any Google Account.

aCodeBucket :: Lens' Application (Maybe Text) Source #

Google Cloud Storage bucket that can be used for storing files associated with this application. This bucket is associated with the application and can be used by the gcloud deployment commands.'OutputOnly

aGcrDomain :: Lens' Application (Maybe Text) Source #

The Google Container Registry domain used for storing managed build docker images for this application.

aFeatureSettings :: Lens' Application (Maybe FeatureSettings) Source #

The feature specific settings to be used in the application.

aName :: Lens' Application (Maybe Text) Source #

Full path to the Application resource in the API. Example: apps/myapp.'OutputOnly

aDispatchRules :: Lens' Application [URLDispatchRule] Source #

HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. Up to 20 dispatch rules can be supported.

aDefaultBucket :: Lens' Application (Maybe Text) Source #

Google Cloud Storage bucket that can be used by this application to store content.'OutputOnly

aId :: Lens' Application (Maybe Text) Source #

Identifier of the Application resource. This identifier is equivalent to the project ID of the Google Cloud Platform project where you want to deploy your application. Example: myapp.

aLocationId :: Lens' Application (Maybe Text) Source #

Location from which this application runs. Application instances run out of the data centers in the specified location, which is also where all of the application's end user content is stored.Defaults to us-central.View the list of supported locations (https://cloud.google.com/appengine/docs/locations).

aServingStatus :: Lens' Application (Maybe ApplicationServingStatus) Source #

Serving status of this application.

VersionBetaSettings

data VersionBetaSettings Source #

Metadata settings that are supplied to this version to enable beta runtime features.

See: versionBetaSettings smart constructor.

Instances
Eq VersionBetaSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data VersionBetaSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> VersionBetaSettings -> c VersionBetaSettings #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c VersionBetaSettings #

toConstr :: VersionBetaSettings -> Constr #

dataTypeOf :: VersionBetaSettings -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c VersionBetaSettings) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c VersionBetaSettings) #

gmapT :: (forall b. Data b => b -> b) -> VersionBetaSettings -> VersionBetaSettings #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> VersionBetaSettings -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> VersionBetaSettings -> r #

gmapQ :: (forall d. Data d => d -> u) -> VersionBetaSettings -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> VersionBetaSettings -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> VersionBetaSettings -> m VersionBetaSettings #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> VersionBetaSettings -> m VersionBetaSettings #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> VersionBetaSettings -> m VersionBetaSettings #

Show VersionBetaSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic VersionBetaSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep VersionBetaSettings :: Type -> Type #

ToJSON VersionBetaSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON VersionBetaSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep VersionBetaSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep VersionBetaSettings = D1 (MetaData "VersionBetaSettings" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" True) (C1 (MetaCons "VersionBetaSettings'" PrefixI True) (S1 (MetaSel (Just "_vbsAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text Text))))

versionBetaSettings Source #

Creates a value of VersionBetaSettings with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Service

data Service Source #

A Service resource is a logical component of an application that can share state and communicate in a secure fashion with other services. For example, an application that handles customer requests might include separate services to handle tasks such as backend data analysis or API requests from mobile devices. Each service has a collection of versions that define a specific set of code used to implement the functionality of that service.

See: service smart constructor.

Instances
Eq Service Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

(==) :: Service -> Service -> Bool #

(/=) :: Service -> Service -> Bool #

Data Service Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Service -> c Service #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Service #

toConstr :: Service -> Constr #

dataTypeOf :: Service -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Service) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Service) #

gmapT :: (forall b. Data b => b -> b) -> Service -> Service #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Service -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Service -> r #

gmapQ :: (forall d. Data d => d -> u) -> Service -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Service -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Service -> m Service #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Service -> m Service #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Service -> m Service #

Show Service Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic Service Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep Service :: Type -> Type #

Methods

from :: Service -> Rep Service x #

to :: Rep Service x -> Service #

ToJSON Service Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON Service Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Service Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Service = D1 (MetaData "Service" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "Service'" PrefixI True) (S1 (MetaSel (Just "_sSplit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TrafficSplit)) :*: (S1 (MetaSel (Just "_sName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_sId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

service :: Service Source #

Creates a value of Service with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

sSplit :: Lens' Service (Maybe TrafficSplit) Source #

Mapping that defines fractional HTTP traffic diversion to different versions within the service.

sName :: Lens' Service (Maybe Text) Source #

Full path to the Service resource in the API. Example: apps/myapp/services/default.'OutputOnly

sId :: Lens' Service (Maybe Text) Source #

Relative name of the service within the application. Example: default.'OutputOnly

ErrorHandlerErrorCode

data ErrorHandlerErrorCode Source #

Error condition this handler applies to.

Constructors

ErrorCodeUnspecified

ERROR_CODE_UNSPECIFIED Not specified. ERROR_CODE_DEFAULT is assumed.

ErrorCodeDefault

ERROR_CODE_DEFAULT All other error types.

ErrorCodeOverQuota

ERROR_CODE_OVER_QUOTA Application has exceeded a resource quota.

ErrorCodeDosAPIdenial

ERROR_CODE_DOS_API_DENIAL Client blocked by the application's Denial of Service protection configuration.

ErrorCodeTimeout

ERROR_CODE_TIMEOUT Deadline reached before the application responds.

Instances
Enum ErrorHandlerErrorCode Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Eq ErrorHandlerErrorCode Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Data ErrorHandlerErrorCode Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ErrorHandlerErrorCode -> c ErrorHandlerErrorCode #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ErrorHandlerErrorCode #

toConstr :: ErrorHandlerErrorCode -> Constr #

dataTypeOf :: ErrorHandlerErrorCode -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ErrorHandlerErrorCode) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ErrorHandlerErrorCode) #

gmapT :: (forall b. Data b => b -> b) -> ErrorHandlerErrorCode -> ErrorHandlerErrorCode #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ErrorHandlerErrorCode -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ErrorHandlerErrorCode -> r #

gmapQ :: (forall d. Data d => d -> u) -> ErrorHandlerErrorCode -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ErrorHandlerErrorCode -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ErrorHandlerErrorCode -> m ErrorHandlerErrorCode #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ErrorHandlerErrorCode -> m ErrorHandlerErrorCode #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ErrorHandlerErrorCode -> m ErrorHandlerErrorCode #

Ord ErrorHandlerErrorCode Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Read ErrorHandlerErrorCode Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Show ErrorHandlerErrorCode Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Generic ErrorHandlerErrorCode Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Associated Types

type Rep ErrorHandlerErrorCode :: Type -> Type #

Hashable ErrorHandlerErrorCode Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToJSON ErrorHandlerErrorCode Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromJSON ErrorHandlerErrorCode Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromHttpApiData ErrorHandlerErrorCode Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToHttpApiData ErrorHandlerErrorCode Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep ErrorHandlerErrorCode Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep ErrorHandlerErrorCode = D1 (MetaData "ErrorHandlerErrorCode" "Network.Google.AppEngine.Types.Sum" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) ((C1 (MetaCons "ErrorCodeUnspecified" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ErrorCodeDefault" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "ErrorCodeOverQuota" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "ErrorCodeDosAPIdenial" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ErrorCodeTimeout" PrefixI False) (U1 :: Type -> Type))))

EndpointsAPIService

data EndpointsAPIService Source #

Cloud Endpoints (https://cloud.google.com/endpoints) configuration. The Endpoints API Service provides tooling for serving Open API and gRPC endpoints via an NGINX proxy. Only valid for App Engine Flexible environment deployments.The fields here refer to the name and configuration ID of a "service" resource in the Service Management API (https://cloud.google.com/service-management/overview).

See: endpointsAPIService smart constructor.

Instances
Eq EndpointsAPIService Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data EndpointsAPIService Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EndpointsAPIService -> c EndpointsAPIService #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EndpointsAPIService #

toConstr :: EndpointsAPIService -> Constr #

dataTypeOf :: EndpointsAPIService -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c EndpointsAPIService) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EndpointsAPIService) #

gmapT :: (forall b. Data b => b -> b) -> EndpointsAPIService -> EndpointsAPIService #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EndpointsAPIService -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EndpointsAPIService -> r #

gmapQ :: (forall d. Data d => d -> u) -> EndpointsAPIService -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EndpointsAPIService -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EndpointsAPIService -> m EndpointsAPIService #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EndpointsAPIService -> m EndpointsAPIService #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EndpointsAPIService -> m EndpointsAPIService #

Show EndpointsAPIService Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic EndpointsAPIService Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep EndpointsAPIService :: Type -> Type #

ToJSON EndpointsAPIService Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON EndpointsAPIService Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep EndpointsAPIService Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep EndpointsAPIService = D1 (MetaData "EndpointsAPIService" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "EndpointsAPIService'" PrefixI True) ((S1 (MetaSel (Just "_easDisableTraceSampling") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_easName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_easConfigId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_easRolloutStrategy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe EndpointsAPIServiceRolloutStrategy)))))

endpointsAPIService :: EndpointsAPIService Source #

Creates a value of EndpointsAPIService with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

easDisableTraceSampling :: Lens' EndpointsAPIService (Maybe Bool) Source #

Enable or disable trace sampling. By default, this is set to false for enabled.

easName :: Lens' EndpointsAPIService (Maybe Text) Source #

Endpoints service name which is the name of the "service" resource in the Service Management API. For example "myapi.endpoints.myproject.cloud.goog"

easConfigId :: Lens' EndpointsAPIService (Maybe Text) Source #

Endpoints service configuration ID as specified by the Service Management API. For example "2016-09-19r1".By default, the rollout strategy for Endpoints is RolloutStrategy.FIXED. This means that Endpoints starts up with a particular configuration ID. When a new configuration is rolled out, Endpoints must be given the new configuration ID. The config_id field is used to give the configuration ID and is required in this case.Endpoints also has a rollout strategy called RolloutStrategy.MANAGED. When using this, Endpoints fetches the latest configuration and does not need the configuration ID. In this case, config_id must be omitted.

easRolloutStrategy :: Lens' EndpointsAPIService (Maybe EndpointsAPIServiceRolloutStrategy) Source #

Endpoints rollout strategy. If FIXED, config_id must be specified. If MANAGED, config_id must be omitted.

Location

data Location Source #

A resource that represents Google Cloud Platform location.

See: location smart constructor.

Instances
Eq Location Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data Location Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Location -> c Location #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Location #

toConstr :: Location -> Constr #

dataTypeOf :: Location -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Location) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Location) #

gmapT :: (forall b. Data b => b -> b) -> Location -> Location #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Location -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Location -> r #

gmapQ :: (forall d. Data d => d -> u) -> Location -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Location -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Location -> m Location #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Location -> m Location #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Location -> m Location #

Show Location Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic Location Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep Location :: Type -> Type #

Methods

from :: Location -> Rep Location x #

to :: Rep Location x -> Location #

ToJSON Location Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON Location Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Location Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Location = D1 (MetaData "Location" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "Location'" PrefixI True) ((S1 (MetaSel (Just "_locName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_locMetadata") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LocationSchema))) :*: (S1 (MetaSel (Just "_locDisplayName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_locLabels") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LocationLabels)) :*: S1 (MetaSel (Just "_locLocationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

location :: Location Source #

Creates a value of Location with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

locName :: Lens' Location (Maybe Text) Source #

Resource name for the location, which may vary between implementations. For example: "projects/example-project/locations/us-east1"

locMetadata :: Lens' Location (Maybe LocationSchema) Source #

Service-specific metadata. For example the available capacity at the given location.

locDisplayName :: Lens' Location (Maybe Text) Source #

The friendly name for this location, typically a nearby city name. For example, "Tokyo".

locLabels :: Lens' Location (Maybe LocationLabels) Source #

Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"}

locLocationId :: Lens' Location (Maybe Text) Source #

The canonical id for this location. For example: "us-east1".

Operation

data Operation Source #

This resource represents a long-running operation that is the result of a network API call.

See: operation smart constructor.

Instances
Eq Operation Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data Operation Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Operation -> c Operation #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Operation #

toConstr :: Operation -> Constr #

dataTypeOf :: Operation -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Operation) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Operation) #

gmapT :: (forall b. Data b => b -> b) -> Operation -> Operation #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Operation -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Operation -> r #

gmapQ :: (forall d. Data d => d -> u) -> Operation -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Operation -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Operation -> m Operation #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Operation -> m Operation #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Operation -> m Operation #

Show Operation Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic Operation Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep Operation :: Type -> Type #

ToJSON Operation Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON Operation Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Operation Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

operation :: Operation Source #

Creates a value of Operation with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

oDone :: Lens' Operation (Maybe Bool) Source #

If the value is false, it means the operation is still in progress. If true, the operation is completed, and either error or response is available.

oError :: Lens' Operation (Maybe Status) Source #

The error result of the operation in case of failure or cancellation.

oResponse :: Lens' Operation (Maybe OperationResponse) Source #

The normal response of the operation in case of success. If the original method returns no data on success, such as Delete, the response is google.protobuf.Empty. If the original method is standard Get/Create/Update, the response should be the resource. For other methods, the response should have the type XxxResponse, where Xxx is the original method name. For example, if the original method name is TakeSnapshot(), the inferred response type is TakeSnapshotResponse.

oName :: Lens' Operation (Maybe Text) Source #

The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the name should have the format of operations/some/unique/name.

oMetadata :: Lens' Operation (Maybe OperationMetadata) Source #

Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.

EndpointsAPIServiceRolloutStrategy

data EndpointsAPIServiceRolloutStrategy Source #

Endpoints rollout strategy. If FIXED, config_id must be specified. If MANAGED, config_id must be omitted.

Constructors

UnspecifiedRolloutStrategy

UNSPECIFIED_ROLLOUT_STRATEGY Not specified. Defaults to FIXED.

Fixed

FIXED Endpoints service configuration ID will be fixed to the configuration ID specified by config_id.

Managed

MANAGED Endpoints service configuration ID will be updated with each rollout.

Instances
Enum EndpointsAPIServiceRolloutStrategy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Eq EndpointsAPIServiceRolloutStrategy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Data EndpointsAPIServiceRolloutStrategy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EndpointsAPIServiceRolloutStrategy -> c EndpointsAPIServiceRolloutStrategy #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EndpointsAPIServiceRolloutStrategy #

toConstr :: EndpointsAPIServiceRolloutStrategy -> Constr #

dataTypeOf :: EndpointsAPIServiceRolloutStrategy -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c EndpointsAPIServiceRolloutStrategy) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EndpointsAPIServiceRolloutStrategy) #

gmapT :: (forall b. Data b => b -> b) -> EndpointsAPIServiceRolloutStrategy -> EndpointsAPIServiceRolloutStrategy #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EndpointsAPIServiceRolloutStrategy -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EndpointsAPIServiceRolloutStrategy -> r #

gmapQ :: (forall d. Data d => d -> u) -> EndpointsAPIServiceRolloutStrategy -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EndpointsAPIServiceRolloutStrategy -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EndpointsAPIServiceRolloutStrategy -> m EndpointsAPIServiceRolloutStrategy #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EndpointsAPIServiceRolloutStrategy -> m EndpointsAPIServiceRolloutStrategy #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EndpointsAPIServiceRolloutStrategy -> m EndpointsAPIServiceRolloutStrategy #

Ord EndpointsAPIServiceRolloutStrategy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Read EndpointsAPIServiceRolloutStrategy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Show EndpointsAPIServiceRolloutStrategy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Generic EndpointsAPIServiceRolloutStrategy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Associated Types

type Rep EndpointsAPIServiceRolloutStrategy :: Type -> Type #

Hashable EndpointsAPIServiceRolloutStrategy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToJSON EndpointsAPIServiceRolloutStrategy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromJSON EndpointsAPIServiceRolloutStrategy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromHttpApiData EndpointsAPIServiceRolloutStrategy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToHttpApiData EndpointsAPIServiceRolloutStrategy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep EndpointsAPIServiceRolloutStrategy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep EndpointsAPIServiceRolloutStrategy = D1 (MetaData "EndpointsAPIServiceRolloutStrategy" "Network.Google.AppEngine.Types.Sum" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "UnspecifiedRolloutStrategy" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Fixed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Managed" PrefixI False) (U1 :: Type -> Type)))

ZipInfo

data ZipInfo Source #

The zip file information for a zip deployment.

See: zipInfo smart constructor.

Instances
Eq ZipInfo Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

(==) :: ZipInfo -> ZipInfo -> Bool #

(/=) :: ZipInfo -> ZipInfo -> Bool #

Data ZipInfo Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ZipInfo -> c ZipInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ZipInfo #

toConstr :: ZipInfo -> Constr #

dataTypeOf :: ZipInfo -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ZipInfo) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ZipInfo) #

gmapT :: (forall b. Data b => b -> b) -> ZipInfo -> ZipInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ZipInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ZipInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> ZipInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ZipInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ZipInfo -> m ZipInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ZipInfo -> m ZipInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ZipInfo -> m ZipInfo #

Show ZipInfo Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic ZipInfo Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep ZipInfo :: Type -> Type #

Methods

from :: ZipInfo -> Rep ZipInfo x #

to :: Rep ZipInfo x -> ZipInfo #

ToJSON ZipInfo Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON ZipInfo Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ZipInfo Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ZipInfo = D1 (MetaData "ZipInfo" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "ZipInfo'" PrefixI True) (S1 (MetaSel (Just "_ziFilesCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_ziSourceURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

zipInfo :: ZipInfo Source #

Creates a value of ZipInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ziFilesCount :: Lens' ZipInfo (Maybe Int32) Source #

An estimate of the number of files in a zip for a zip deployment. If set, must be greater than or equal to the actual number of files. Used for optimizing performance; if not provided, deployment may be slow.

ziSourceURL :: Lens' ZipInfo (Maybe Text) Source #

URL of the zip file to deploy from. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com// '.

Empty

data Empty Source #

A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for Empty is empty JSON object {}.

See: empty smart constructor.

Instances
Eq Empty Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

(==) :: Empty -> Empty -> Bool #

(/=) :: Empty -> Empty -> Bool #

Data Empty Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Empty -> c Empty #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Empty #

toConstr :: Empty -> Constr #

dataTypeOf :: Empty -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Empty) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Empty) #

gmapT :: (forall b. Data b => b -> b) -> Empty -> Empty #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Empty -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Empty -> r #

gmapQ :: (forall d. Data d => d -> u) -> Empty -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Empty -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Empty -> m Empty #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Empty -> m Empty #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Empty -> m Empty #

Show Empty Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

showsPrec :: Int -> Empty -> ShowS #

show :: Empty -> String #

showList :: [Empty] -> ShowS #

Generic Empty Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep Empty :: Type -> Type #

Methods

from :: Empty -> Rep Empty x #

to :: Rep Empty x -> Empty #

ToJSON Empty Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON Empty Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Empty Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Empty = D1 (MetaData "Empty" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "Empty'" PrefixI False) (U1 :: Type -> Type))

empty :: Empty Source #

Creates a value of Empty with the minimum fields required to make a request.

URLDispatchRule

data URLDispatchRule Source #

Rules to match an HTTP request and dispatch that request to a service.

See: urlDispatchRule smart constructor.

Instances
Eq URLDispatchRule Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data URLDispatchRule Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> URLDispatchRule -> c URLDispatchRule #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c URLDispatchRule #

toConstr :: URLDispatchRule -> Constr #

dataTypeOf :: URLDispatchRule -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c URLDispatchRule) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c URLDispatchRule) #

gmapT :: (forall b. Data b => b -> b) -> URLDispatchRule -> URLDispatchRule #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> URLDispatchRule -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> URLDispatchRule -> r #

gmapQ :: (forall d. Data d => d -> u) -> URLDispatchRule -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> URLDispatchRule -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> URLDispatchRule -> m URLDispatchRule #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> URLDispatchRule -> m URLDispatchRule #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> URLDispatchRule -> m URLDispatchRule #

Show URLDispatchRule Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic URLDispatchRule Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep URLDispatchRule :: Type -> Type #

ToJSON URLDispatchRule Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON URLDispatchRule Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep URLDispatchRule Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep URLDispatchRule = D1 (MetaData "URLDispatchRule" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "URLDispatchRule'" PrefixI True) (S1 (MetaSel (Just "_udrPath") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_udrService") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_udrDomain") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

urlDispatchRule :: URLDispatchRule Source #

Creates a value of URLDispatchRule with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

udrPath :: Lens' URLDispatchRule (Maybe Text) Source #

Pathname within the host. Must start with a "/". A single "*" can be included at the end of the path.The sum of the lengths of the domain and path may not exceed 100 characters.

udrService :: Lens' URLDispatchRule (Maybe Text) Source #

Resource ID of a service in this application that should serve the matched request. The service must already exist. Example: default.

udrDomain :: Lens' URLDispatchRule (Maybe Text) Source #

Domain name to match against. The wildcard "*" is supported if specified before a period: "*.".Defaults to matching all domains: "*".

OperationMetadataV1Beta

data OperationMetadataV1Beta Source #

Metadata for the given google.longrunning.Operation.

See: operationMetadataV1Beta smart constructor.

Instances
Eq OperationMetadataV1Beta Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data OperationMetadataV1Beta Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> OperationMetadataV1Beta -> c OperationMetadataV1Beta #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c OperationMetadataV1Beta #

toConstr :: OperationMetadataV1Beta -> Constr #

dataTypeOf :: OperationMetadataV1Beta -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c OperationMetadataV1Beta) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c OperationMetadataV1Beta) #

gmapT :: (forall b. Data b => b -> b) -> OperationMetadataV1Beta -> OperationMetadataV1Beta #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> OperationMetadataV1Beta -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> OperationMetadataV1Beta -> r #

gmapQ :: (forall d. Data d => d -> u) -> OperationMetadataV1Beta -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> OperationMetadataV1Beta -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> OperationMetadataV1Beta -> m OperationMetadataV1Beta #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> OperationMetadataV1Beta -> m OperationMetadataV1Beta #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> OperationMetadataV1Beta -> m OperationMetadataV1Beta #

Show OperationMetadataV1Beta Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic OperationMetadataV1Beta Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep OperationMetadataV1Beta :: Type -> Type #

ToJSON OperationMetadataV1Beta Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON OperationMetadataV1Beta Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep OperationMetadataV1Beta Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep OperationMetadataV1Beta = D1 (MetaData "OperationMetadataV1Beta" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "OperationMetadataV1Beta'" PrefixI True) (((S1 (MetaSel (Just "_omvbEphemeralMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_omvbInsertTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime'))) :*: (S1 (MetaSel (Just "_omvbUser") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_omvbMethod") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_omvbEndTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')) :*: S1 (MetaSel (Just "_omvbWarning") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 (MetaSel (Just "_omvbCreateVersionMetadata") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CreateVersionMetadataV1Beta)) :*: S1 (MetaSel (Just "_omvbTarget") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

operationMetadataV1Beta :: OperationMetadataV1Beta Source #

Creates a value of OperationMetadataV1Beta with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

omvbEphemeralMessage :: Lens' OperationMetadataV1Beta (Maybe Text) Source #

Ephemeral message that may change every time the operation is polled. 'OutputOnly

omvbInsertTime :: Lens' OperationMetadataV1Beta (Maybe UTCTime) Source #

Time that this operation was created.'OutputOnly

omvbUser :: Lens' OperationMetadataV1Beta (Maybe Text) Source #

User who requested this operation.'OutputOnly

omvbMethod :: Lens' OperationMetadataV1Beta (Maybe Text) Source #

API method that initiated this operation. Example: google.appengine.v1beta.Versions.CreateVersion.'OutputOnly

omvbEndTime :: Lens' OperationMetadataV1Beta (Maybe UTCTime) Source #

Time that this operation completed.'OutputOnly

omvbWarning :: Lens' OperationMetadataV1Beta [Text] Source #

Durable messages that persist on every operation poll. 'OutputOnly

omvbTarget :: Lens' OperationMetadataV1Beta (Maybe Text) Source #

Name of the resource that this operation is acting on. Example: apps/myapp/services/default.'OutputOnly

ListAuthorizedDomainsResponse

data ListAuthorizedDomainsResponse Source #

Response message for AuthorizedDomains.ListAuthorizedDomains.

See: listAuthorizedDomainsResponse smart constructor.

Instances
Eq ListAuthorizedDomainsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data ListAuthorizedDomainsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListAuthorizedDomainsResponse -> c ListAuthorizedDomainsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListAuthorizedDomainsResponse #

toConstr :: ListAuthorizedDomainsResponse -> Constr #

dataTypeOf :: ListAuthorizedDomainsResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ListAuthorizedDomainsResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListAuthorizedDomainsResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListAuthorizedDomainsResponse -> ListAuthorizedDomainsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListAuthorizedDomainsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListAuthorizedDomainsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListAuthorizedDomainsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListAuthorizedDomainsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListAuthorizedDomainsResponse -> m ListAuthorizedDomainsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListAuthorizedDomainsResponse -> m ListAuthorizedDomainsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListAuthorizedDomainsResponse -> m ListAuthorizedDomainsResponse #

Show ListAuthorizedDomainsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic ListAuthorizedDomainsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep ListAuthorizedDomainsResponse :: Type -> Type #

ToJSON ListAuthorizedDomainsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON ListAuthorizedDomainsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ListAuthorizedDomainsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ListAuthorizedDomainsResponse = D1 (MetaData "ListAuthorizedDomainsResponse" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "ListAuthorizedDomainsResponse'" PrefixI True) (S1 (MetaSel (Just "_ladrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ladrDomains") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [AuthorizedDomain]))))

listAuthorizedDomainsResponse :: ListAuthorizedDomainsResponse Source #

Creates a value of ListAuthorizedDomainsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ladrNextPageToken :: Lens' ListAuthorizedDomainsResponse (Maybe Text) Source #

Continuation token for fetching the next page of results.

ladrDomains :: Lens' ListAuthorizedDomainsResponse [AuthorizedDomain] Source #

The authorized domains belonging to the user.

Entrypoint

data Entrypoint Source #

The entrypoint for the application.

See: entrypoint smart constructor.

Instances
Eq Entrypoint Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data Entrypoint Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Entrypoint -> c Entrypoint #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Entrypoint #

toConstr :: Entrypoint -> Constr #

dataTypeOf :: Entrypoint -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Entrypoint) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Entrypoint) #

gmapT :: (forall b. Data b => b -> b) -> Entrypoint -> Entrypoint #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Entrypoint -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Entrypoint -> r #

gmapQ :: (forall d. Data d => d -> u) -> Entrypoint -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Entrypoint -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Entrypoint -> m Entrypoint #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Entrypoint -> m Entrypoint #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Entrypoint -> m Entrypoint #

Show Entrypoint Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic Entrypoint Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep Entrypoint :: Type -> Type #

ToJSON Entrypoint Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON Entrypoint Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Entrypoint Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Entrypoint = D1 (MetaData "Entrypoint" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" True) (C1 (MetaCons "Entrypoint'" PrefixI True) (S1 (MetaSel (Just "_eShell") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

entrypoint :: Entrypoint Source #

Creates a value of Entrypoint with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

eShell :: Lens' Entrypoint (Maybe Text) Source #

The format should be a shell command that can be fed to bash -c.

ListVersionsResponse

data ListVersionsResponse Source #

Response message for Versions.ListVersions.

See: listVersionsResponse smart constructor.

Instances
Eq ListVersionsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data ListVersionsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListVersionsResponse -> c ListVersionsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListVersionsResponse #

toConstr :: ListVersionsResponse -> Constr #

dataTypeOf :: ListVersionsResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ListVersionsResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListVersionsResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListVersionsResponse -> ListVersionsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListVersionsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListVersionsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListVersionsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListVersionsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListVersionsResponse -> m ListVersionsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListVersionsResponse -> m ListVersionsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListVersionsResponse -> m ListVersionsResponse #

Show ListVersionsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic ListVersionsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep ListVersionsResponse :: Type -> Type #

ToJSON ListVersionsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON ListVersionsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ListVersionsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ListVersionsResponse = D1 (MetaData "ListVersionsResponse" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "ListVersionsResponse'" PrefixI True) (S1 (MetaSel (Just "_lvrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lvrVersions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Version]))))

listVersionsResponse :: ListVersionsResponse Source #

Creates a value of ListVersionsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

lvrNextPageToken :: Lens' ListVersionsResponse (Maybe Text) Source #

Continuation token for fetching the next page of results.

lvrVersions :: Lens' ListVersionsResponse [Version] Source #

The versions belonging to the requested service.

ManagedCertificate

data ManagedCertificate Source #

A certificate managed by App Engine.

See: managedCertificate smart constructor.

Instances
Eq ManagedCertificate Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data ManagedCertificate Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ManagedCertificate -> c ManagedCertificate #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ManagedCertificate #

toConstr :: ManagedCertificate -> Constr #

dataTypeOf :: ManagedCertificate -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ManagedCertificate) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ManagedCertificate) #

gmapT :: (forall b. Data b => b -> b) -> ManagedCertificate -> ManagedCertificate #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ManagedCertificate -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ManagedCertificate -> r #

gmapQ :: (forall d. Data d => d -> u) -> ManagedCertificate -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ManagedCertificate -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ManagedCertificate -> m ManagedCertificate #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ManagedCertificate -> m ManagedCertificate #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ManagedCertificate -> m ManagedCertificate #

Show ManagedCertificate Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic ManagedCertificate Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep ManagedCertificate :: Type -> Type #

ToJSON ManagedCertificate Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON ManagedCertificate Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ManagedCertificate Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ManagedCertificate = D1 (MetaData "ManagedCertificate" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "ManagedCertificate'" PrefixI True) (S1 (MetaSel (Just "_mcStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ManagedCertificateStatus)) :*: S1 (MetaSel (Just "_mcLastRenewalTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime'))))

managedCertificate :: ManagedCertificate Source #

Creates a value of ManagedCertificate with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

mcStatus :: Lens' ManagedCertificate (Maybe ManagedCertificateStatus) Source #

Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.'OutputOnly

mcLastRenewalTime :: Lens' ManagedCertificate (Maybe UTCTime) Source #

Time at which the certificate was last renewed. The renewal process is fully managed. Certificate renewal will automatically occur before the certificate expires. Renewal errors can be tracked via ManagementStatus.'OutputOnly

CreateVersionMetadataV1Alpha

data CreateVersionMetadataV1Alpha Source #

Metadata for the given google.longrunning.Operation during a google.appengine.v1alpha.CreateVersionRequest.

See: createVersionMetadataV1Alpha smart constructor.

Instances
Eq CreateVersionMetadataV1Alpha Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data CreateVersionMetadataV1Alpha Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreateVersionMetadataV1Alpha -> c CreateVersionMetadataV1Alpha #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreateVersionMetadataV1Alpha #

toConstr :: CreateVersionMetadataV1Alpha -> Constr #

dataTypeOf :: CreateVersionMetadataV1Alpha -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CreateVersionMetadataV1Alpha) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreateVersionMetadataV1Alpha) #

gmapT :: (forall b. Data b => b -> b) -> CreateVersionMetadataV1Alpha -> CreateVersionMetadataV1Alpha #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreateVersionMetadataV1Alpha -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreateVersionMetadataV1Alpha -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreateVersionMetadataV1Alpha -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreateVersionMetadataV1Alpha -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreateVersionMetadataV1Alpha -> m CreateVersionMetadataV1Alpha #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateVersionMetadataV1Alpha -> m CreateVersionMetadataV1Alpha #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateVersionMetadataV1Alpha -> m CreateVersionMetadataV1Alpha #

Show CreateVersionMetadataV1Alpha Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic CreateVersionMetadataV1Alpha Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep CreateVersionMetadataV1Alpha :: Type -> Type #

ToJSON CreateVersionMetadataV1Alpha Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON CreateVersionMetadataV1Alpha Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep CreateVersionMetadataV1Alpha Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep CreateVersionMetadataV1Alpha = D1 (MetaData "CreateVersionMetadataV1Alpha" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" True) (C1 (MetaCons "CreateVersionMetadataV1Alpha'" PrefixI True) (S1 (MetaSel (Just "_cvmvaCloudBuildId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

createVersionMetadataV1Alpha :: CreateVersionMetadataV1Alpha Source #

Creates a value of CreateVersionMetadataV1Alpha with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cvmvaCloudBuildId :: Lens' CreateVersionMetadataV1Alpha (Maybe Text) Source #

The Cloud Build ID if one was created as part of the version create. 'OutputOnly

FileInfo

data FileInfo Source #

Single source file that is part of the version to be deployed. Each source file that is deployed must be specified separately.

See: fileInfo smart constructor.

Instances
Eq FileInfo Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data FileInfo Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> FileInfo -> c FileInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c FileInfo #

toConstr :: FileInfo -> Constr #

dataTypeOf :: FileInfo -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c FileInfo) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c FileInfo) #

gmapT :: (forall b. Data b => b -> b) -> FileInfo -> FileInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> FileInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> FileInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> FileInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> FileInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> FileInfo -> m FileInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> FileInfo -> m FileInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> FileInfo -> m FileInfo #

Show FileInfo Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic FileInfo Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep FileInfo :: Type -> Type #

Methods

from :: FileInfo -> Rep FileInfo x #

to :: Rep FileInfo x -> FileInfo #

ToJSON FileInfo Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON FileInfo Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep FileInfo Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep FileInfo = D1 (MetaData "FileInfo" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "FileInfo'" PrefixI True) (S1 (MetaSel (Just "_fiSha1Sum") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_fiMimeType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_fiSourceURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

fileInfo :: FileInfo Source #

Creates a value of FileInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

fiSha1Sum :: Lens' FileInfo (Maybe Text) Source #

The SHA1 hash of the file, in hex.

fiMimeType :: Lens' FileInfo (Maybe Text) Source #

The MIME type of the file.Defaults to the value from Google Cloud Storage.

fiSourceURL :: Lens' FileInfo (Maybe Text) Source #

URL source to use to fetch this file. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com// '.

AutomaticScaling

data AutomaticScaling Source #

Automatic scaling is based on request rate, response latencies, and other application metrics.

See: automaticScaling smart constructor.

Instances
Eq AutomaticScaling Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data AutomaticScaling Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AutomaticScaling -> c AutomaticScaling #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AutomaticScaling #

toConstr :: AutomaticScaling -> Constr #

dataTypeOf :: AutomaticScaling -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AutomaticScaling) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AutomaticScaling) #

gmapT :: (forall b. Data b => b -> b) -> AutomaticScaling -> AutomaticScaling #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AutomaticScaling -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AutomaticScaling -> r #

gmapQ :: (forall d. Data d => d -> u) -> AutomaticScaling -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AutomaticScaling -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AutomaticScaling -> m AutomaticScaling #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AutomaticScaling -> m AutomaticScaling #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AutomaticScaling -> m AutomaticScaling #

Show AutomaticScaling Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic AutomaticScaling Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep AutomaticScaling :: Type -> Type #

ToJSON AutomaticScaling Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON AutomaticScaling Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep AutomaticScaling Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep AutomaticScaling = D1 (MetaData "AutomaticScaling" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "AutomaticScaling'" PrefixI True) (((S1 (MetaSel (Just "_asNetworkUtilization") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe NetworkUtilization)) :*: (S1 (MetaSel (Just "_asMaxTotalInstances") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_asMinIdleInstances") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))) :*: (S1 (MetaSel (Just "_asDiskUtilization") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DiskUtilization)) :*: (S1 (MetaSel (Just "_asMinPendingLatency") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GDuration)) :*: S1 (MetaSel (Just "_asCPUUtilization") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CPUUtilization))))) :*: ((S1 (MetaSel (Just "_asMaxIdleInstances") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: (S1 (MetaSel (Just "_asMinTotalInstances") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_asMaxConcurrentRequests") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))) :*: ((S1 (MetaSel (Just "_asCoolDownPeriod") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GDuration)) :*: S1 (MetaSel (Just "_asRequestUtilization") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RequestUtilization))) :*: (S1 (MetaSel (Just "_asMaxPendingLatency") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GDuration)) :*: S1 (MetaSel (Just "_asStandardSchedulerSettings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StandardSchedulerSettings)))))))

asMaxTotalInstances :: Lens' AutomaticScaling (Maybe Int32) Source #

Maximum number of instances that should be started to handle requests for this version.

asMinIdleInstances :: Lens' AutomaticScaling (Maybe Int32) Source #

Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a service.

asMinPendingLatency :: Lens' AutomaticScaling (Maybe Scientific) Source #

Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.

asMaxIdleInstances :: Lens' AutomaticScaling (Maybe Int32) Source #

Maximum number of idle instances that should be maintained for this version.

asMinTotalInstances :: Lens' AutomaticScaling (Maybe Int32) Source #

Minimum number of running instances that should be maintained for this version.

asMaxConcurrentRequests :: Lens' AutomaticScaling (Maybe Int32) Source #

Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.Defaults to a runtime-specific value.

asCoolDownPeriod :: Lens' AutomaticScaling (Maybe Scientific) Source #

The time period that the Autoscaler (https://cloud.google.com/compute/docs/autoscaler/) should wait before it starts collecting information from a new instance. This prevents the autoscaler from collecting information when the instance is initializing, during which the collected usage would not be reliable. Only applicable in the App Engine flexible environment.

asRequestUtilization :: Lens' AutomaticScaling (Maybe RequestUtilization) Source #

Target scaling by request utilization.

asMaxPendingLatency :: Lens' AutomaticScaling (Maybe Scientific) Source #

Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.

Volume

data Volume Source #

Volumes mounted within the app container. Only applicable in the App Engine flexible environment.

See: volume smart constructor.

Instances
Eq Volume Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

(==) :: Volume -> Volume -> Bool #

(/=) :: Volume -> Volume -> Bool #

Data Volume Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Volume -> c Volume #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Volume #

toConstr :: Volume -> Constr #

dataTypeOf :: Volume -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Volume) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Volume) #

gmapT :: (forall b. Data b => b -> b) -> Volume -> Volume #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Volume -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Volume -> r #

gmapQ :: (forall d. Data d => d -> u) -> Volume -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Volume -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Volume -> m Volume #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Volume -> m Volume #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Volume -> m Volume #

Show Volume Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic Volume Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep Volume :: Type -> Type #

Methods

from :: Volume -> Rep Volume x #

to :: Rep Volume x -> Volume #

ToJSON Volume Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON Volume Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Volume Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Volume = D1 (MetaData "Volume" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "Volume'" PrefixI True) (S1 (MetaSel (Just "_vSizeGb") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))) :*: (S1 (MetaSel (Just "_vName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_vVolumeType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

volume :: Volume Source #

Creates a value of Volume with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

vSizeGb :: Lens' Volume (Maybe Double) Source #

Volume size in gigabytes.

vName :: Lens' Volume (Maybe Text) Source #

Unique name for the volume.

vVolumeType :: Lens' Volume (Maybe Text) Source #

Underlying volume type, e.g. 'tmpfs'.

APIEndpointHandler

data APIEndpointHandler Source #

Uses Google Cloud Endpoints to handle requests.

See: apiEndpointHandler smart constructor.

Instances
Eq APIEndpointHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data APIEndpointHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> APIEndpointHandler -> c APIEndpointHandler #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c APIEndpointHandler #

toConstr :: APIEndpointHandler -> Constr #

dataTypeOf :: APIEndpointHandler -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c APIEndpointHandler) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c APIEndpointHandler) #

gmapT :: (forall b. Data b => b -> b) -> APIEndpointHandler -> APIEndpointHandler #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> APIEndpointHandler -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> APIEndpointHandler -> r #

gmapQ :: (forall d. Data d => d -> u) -> APIEndpointHandler -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> APIEndpointHandler -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> APIEndpointHandler -> m APIEndpointHandler #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> APIEndpointHandler -> m APIEndpointHandler #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> APIEndpointHandler -> m APIEndpointHandler #

Show APIEndpointHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic APIEndpointHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep APIEndpointHandler :: Type -> Type #

ToJSON APIEndpointHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON APIEndpointHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep APIEndpointHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep APIEndpointHandler = D1 (MetaData "APIEndpointHandler" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" True) (C1 (MetaCons "APIEndpointHandler'" PrefixI True) (S1 (MetaSel (Just "_aehScriptPath") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

apiEndpointHandler :: APIEndpointHandler Source #

Creates a value of APIEndpointHandler with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

aehScriptPath :: Lens' APIEndpointHandler (Maybe Text) Source #

Path to the script from the application root directory.

StatusDetailsItem

data StatusDetailsItem Source #

Instances
Eq StatusDetailsItem Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data StatusDetailsItem Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StatusDetailsItem -> c StatusDetailsItem #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StatusDetailsItem #

toConstr :: StatusDetailsItem -> Constr #

dataTypeOf :: StatusDetailsItem -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StatusDetailsItem) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StatusDetailsItem) #

gmapT :: (forall b. Data b => b -> b) -> StatusDetailsItem -> StatusDetailsItem #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StatusDetailsItem -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StatusDetailsItem -> r #

gmapQ :: (forall d. Data d => d -> u) -> StatusDetailsItem -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StatusDetailsItem -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StatusDetailsItem -> m StatusDetailsItem #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StatusDetailsItem -> m StatusDetailsItem #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StatusDetailsItem -> m StatusDetailsItem #

Show StatusDetailsItem Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic StatusDetailsItem Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep StatusDetailsItem :: Type -> Type #

ToJSON StatusDetailsItem Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON StatusDetailsItem Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep StatusDetailsItem Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep StatusDetailsItem = D1 (MetaData "StatusDetailsItem" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" True) (C1 (MetaCons "StatusDetailsItem'" PrefixI True) (S1 (MetaSel (Just "_sdiAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

statusDetailsItem Source #

Creates a value of StatusDetailsItem with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

sdiAddtional :: Lens' StatusDetailsItem (HashMap Text JSONValue) Source #

Properties of the object. Contains field 'type with type URL.

ListIngressRulesResponse

data ListIngressRulesResponse Source #

Response message for Firewall.ListIngressRules.

See: listIngressRulesResponse smart constructor.

Instances
Eq ListIngressRulesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data ListIngressRulesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListIngressRulesResponse -> c ListIngressRulesResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListIngressRulesResponse #

toConstr :: ListIngressRulesResponse -> Constr #

dataTypeOf :: ListIngressRulesResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ListIngressRulesResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListIngressRulesResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListIngressRulesResponse -> ListIngressRulesResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListIngressRulesResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListIngressRulesResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListIngressRulesResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListIngressRulesResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListIngressRulesResponse -> m ListIngressRulesResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListIngressRulesResponse -> m ListIngressRulesResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListIngressRulesResponse -> m ListIngressRulesResponse #

Show ListIngressRulesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic ListIngressRulesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep ListIngressRulesResponse :: Type -> Type #

ToJSON ListIngressRulesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON ListIngressRulesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ListIngressRulesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ListIngressRulesResponse = D1 (MetaData "ListIngressRulesResponse" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "ListIngressRulesResponse'" PrefixI True) (S1 (MetaSel (Just "_lirrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lirrIngressRules") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [FirewallRule]))))

listIngressRulesResponse :: ListIngressRulesResponse Source #

Creates a value of ListIngressRulesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

lirrNextPageToken :: Lens' ListIngressRulesResponse (Maybe Text) Source #

Continuation token for fetching the next page of results.

lirrIngressRules :: Lens' ListIngressRulesResponse [FirewallRule] Source #

The ingress FirewallRules for this application.

Network

data Network Source #

Extra network settings. Only applicable in the App Engine flexible environment.

See: network smart constructor.

Instances
Eq Network Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

(==) :: Network -> Network -> Bool #

(/=) :: Network -> Network -> Bool #

Data Network Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Network -> c Network #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Network #

toConstr :: Network -> Constr #

dataTypeOf :: Network -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Network) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Network) #

gmapT :: (forall b. Data b => b -> b) -> Network -> Network #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Network -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Network -> r #

gmapQ :: (forall d. Data d => d -> u) -> Network -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Network -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Network -> m Network #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Network -> m Network #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Network -> m Network #

Show Network Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic Network Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep Network :: Type -> Type #

Methods

from :: Network -> Rep Network x #

to :: Rep Network x -> Network #

ToJSON Network Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON Network Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Network Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Network = D1 (MetaData "Network" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "Network'" PrefixI True) ((S1 (MetaSel (Just "_nSessionAffinity") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_nSubnetworkName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_nForwardedPorts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 (MetaSel (Just "_nInstanceTag") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_nName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

network :: Network Source #

Creates a value of Network with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

nSessionAffinity :: Lens' Network (Maybe Bool) Source #

Enable session affinity. Only applicable in the App Engine flexible environment.

nSubnetworkName :: Lens' Network (Maybe Text) Source #

Google Cloud Platform sub-network where the virtual machines are created. Specify the short name, not the resource path.If a subnetwork name is specified, a network name will also be required unless it is for the default network. If the network that the instance is being created in is a Legacy network, then the IP address is allocated from the IPv4Range. If the network that the instance is being created in is an auto Subnet Mode Network, then only network name should be specified (not the subnetwork_name) and the IP address is created from the IPCidrRange of the subnetwork that exists in that zone for that network. If the network that the instance is being created in is a custom Subnet Mode Network, then the subnetwork_name must be specified and the IP address is created from the IPCidrRange of the subnetwork.If specified, the subnetwork must exist in the same region as the App Engine flexible environment application.

nForwardedPorts :: Lens' Network [Text] Source #

List of ports, or port pairs, to forward from the virtual machine to the application container. Only applicable in the App Engine flexible environment.

nInstanceTag :: Lens' Network (Maybe Text) Source #

Tag to apply to the instance during creation. Only applicable in the App Engine flexible environment.

nName :: Lens' Network (Maybe Text) Source #

Google Compute Engine network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default.

APIConfigHandlerAuthFailAction

data APIConfigHandlerAuthFailAction Source #

Action to take when users access resources that require authentication. Defaults to redirect.

Constructors

AuthFailActionUnspecified

AUTH_FAIL_ACTION_UNSPECIFIED Not specified. AUTH_FAIL_ACTION_REDIRECT is assumed.

AuthFailActionRedirect

AUTH_FAIL_ACTION_REDIRECT Redirects user to "accounts.google.com". The user is redirected back to the application URL after signing in or creating an account.

AuthFailActionUnauthorized

AUTH_FAIL_ACTION_UNAUTHORIZED Rejects request with a 401 HTTP status code and an error message.

Instances
Enum APIConfigHandlerAuthFailAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Eq APIConfigHandlerAuthFailAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Data APIConfigHandlerAuthFailAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> APIConfigHandlerAuthFailAction -> c APIConfigHandlerAuthFailAction #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c APIConfigHandlerAuthFailAction #

toConstr :: APIConfigHandlerAuthFailAction -> Constr #

dataTypeOf :: APIConfigHandlerAuthFailAction -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c APIConfigHandlerAuthFailAction) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c APIConfigHandlerAuthFailAction) #

gmapT :: (forall b. Data b => b -> b) -> APIConfigHandlerAuthFailAction -> APIConfigHandlerAuthFailAction #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> APIConfigHandlerAuthFailAction -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> APIConfigHandlerAuthFailAction -> r #

gmapQ :: (forall d. Data d => d -> u) -> APIConfigHandlerAuthFailAction -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> APIConfigHandlerAuthFailAction -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> APIConfigHandlerAuthFailAction -> m APIConfigHandlerAuthFailAction #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> APIConfigHandlerAuthFailAction -> m APIConfigHandlerAuthFailAction #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> APIConfigHandlerAuthFailAction -> m APIConfigHandlerAuthFailAction #

Ord APIConfigHandlerAuthFailAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Read APIConfigHandlerAuthFailAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Show APIConfigHandlerAuthFailAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Generic APIConfigHandlerAuthFailAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Associated Types

type Rep APIConfigHandlerAuthFailAction :: Type -> Type #

Hashable APIConfigHandlerAuthFailAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToJSON APIConfigHandlerAuthFailAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromJSON APIConfigHandlerAuthFailAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromHttpApiData APIConfigHandlerAuthFailAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToHttpApiData APIConfigHandlerAuthFailAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep APIConfigHandlerAuthFailAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep APIConfigHandlerAuthFailAction = D1 (MetaData "APIConfigHandlerAuthFailAction" "Network.Google.AppEngine.Types.Sum" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "AuthFailActionUnspecified" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "AuthFailActionRedirect" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "AuthFailActionUnauthorized" PrefixI False) (U1 :: Type -> Type)))

ReadinessCheck

data ReadinessCheck Source #

Readiness checking configuration for VM instances. Unhealthy instances are removed from traffic rotation.

See: readinessCheck smart constructor.

Instances
Eq ReadinessCheck Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data ReadinessCheck Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ReadinessCheck -> c ReadinessCheck #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ReadinessCheck #

toConstr :: ReadinessCheck -> Constr #

dataTypeOf :: ReadinessCheck -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ReadinessCheck) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ReadinessCheck) #

gmapT :: (forall b. Data b => b -> b) -> ReadinessCheck -> ReadinessCheck #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ReadinessCheck -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ReadinessCheck -> r #

gmapQ :: (forall d. Data d => d -> u) -> ReadinessCheck -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ReadinessCheck -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ReadinessCheck -> m ReadinessCheck #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ReadinessCheck -> m ReadinessCheck #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ReadinessCheck -> m ReadinessCheck #

Show ReadinessCheck Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic ReadinessCheck Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep ReadinessCheck :: Type -> Type #

ToJSON ReadinessCheck Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON ReadinessCheck Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ReadinessCheck Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ReadinessCheck = D1 (MetaData "ReadinessCheck" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "ReadinessCheck'" PrefixI True) ((S1 (MetaSel (Just "_rcSuccessThreshold") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32))) :*: (S1 (MetaSel (Just "_rcFailureThreshold") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32))) :*: S1 (MetaSel (Just "_rcPath") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_rcCheckInterval") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GDuration)) :*: S1 (MetaSel (Just "_rcAppStartTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GDuration))) :*: (S1 (MetaSel (Just "_rcHost") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_rcTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GDuration))))))

readinessCheck :: ReadinessCheck Source #

Creates a value of ReadinessCheck with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

rcSuccessThreshold :: Lens' ReadinessCheck (Maybe Word32) Source #

Number of consecutive successful checks required before receiving traffic.

rcFailureThreshold :: Lens' ReadinessCheck (Maybe Word32) Source #

Number of consecutive failed checks required before removing traffic.

rcPath :: Lens' ReadinessCheck (Maybe Text) Source #

The request path.

rcCheckInterval :: Lens' ReadinessCheck (Maybe Scientific) Source #

Interval between health checks.

rcAppStartTimeout :: Lens' ReadinessCheck (Maybe Scientific) Source #

A maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic.

rcHost :: Lens' ReadinessCheck (Maybe Text) Source #

Host header to send when performing a HTTP Readiness check. Example: "myapp.appspot.com"

rcTimeout :: Lens' ReadinessCheck (Maybe Scientific) Source #

Time before the check is considered failed.

BatchUpdateIngressRulesRequest

data BatchUpdateIngressRulesRequest Source #

Request message for Firewall.BatchUpdateIngressRules.

See: batchUpdateIngressRulesRequest smart constructor.

Instances
Eq BatchUpdateIngressRulesRequest Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data BatchUpdateIngressRulesRequest Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> BatchUpdateIngressRulesRequest -> c BatchUpdateIngressRulesRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c BatchUpdateIngressRulesRequest #

toConstr :: BatchUpdateIngressRulesRequest -> Constr #

dataTypeOf :: BatchUpdateIngressRulesRequest -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c BatchUpdateIngressRulesRequest) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c BatchUpdateIngressRulesRequest) #

gmapT :: (forall b. Data b => b -> b) -> BatchUpdateIngressRulesRequest -> BatchUpdateIngressRulesRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> BatchUpdateIngressRulesRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> BatchUpdateIngressRulesRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> BatchUpdateIngressRulesRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> BatchUpdateIngressRulesRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> BatchUpdateIngressRulesRequest -> m BatchUpdateIngressRulesRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> BatchUpdateIngressRulesRequest -> m BatchUpdateIngressRulesRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> BatchUpdateIngressRulesRequest -> m BatchUpdateIngressRulesRequest #

Show BatchUpdateIngressRulesRequest Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic BatchUpdateIngressRulesRequest Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep BatchUpdateIngressRulesRequest :: Type -> Type #

ToJSON BatchUpdateIngressRulesRequest Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON BatchUpdateIngressRulesRequest Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep BatchUpdateIngressRulesRequest Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep BatchUpdateIngressRulesRequest = D1 (MetaData "BatchUpdateIngressRulesRequest" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" True) (C1 (MetaCons "BatchUpdateIngressRulesRequest'" PrefixI True) (S1 (MetaSel (Just "_buirrIngressRules") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [FirewallRule]))))

batchUpdateIngressRulesRequest :: BatchUpdateIngressRulesRequest Source #

Creates a value of BatchUpdateIngressRulesRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

buirrIngressRules :: Lens' BatchUpdateIngressRulesRequest [FirewallRule] Source #

A list of FirewallRules to replace the existing set.

DebugInstanceRequest

data DebugInstanceRequest Source #

Request message for Instances.DebugInstance.

See: debugInstanceRequest smart constructor.

Instances
Eq DebugInstanceRequest Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data DebugInstanceRequest Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DebugInstanceRequest -> c DebugInstanceRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DebugInstanceRequest #

toConstr :: DebugInstanceRequest -> Constr #

dataTypeOf :: DebugInstanceRequest -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DebugInstanceRequest) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DebugInstanceRequest) #

gmapT :: (forall b. Data b => b -> b) -> DebugInstanceRequest -> DebugInstanceRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DebugInstanceRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DebugInstanceRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> DebugInstanceRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DebugInstanceRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DebugInstanceRequest -> m DebugInstanceRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DebugInstanceRequest -> m DebugInstanceRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DebugInstanceRequest -> m DebugInstanceRequest #

Show DebugInstanceRequest Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic DebugInstanceRequest Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep DebugInstanceRequest :: Type -> Type #

ToJSON DebugInstanceRequest Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON DebugInstanceRequest Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep DebugInstanceRequest Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep DebugInstanceRequest = D1 (MetaData "DebugInstanceRequest" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" True) (C1 (MetaCons "DebugInstanceRequest'" PrefixI True) (S1 (MetaSel (Just "_dirSSHKey") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

debugInstanceRequest :: DebugInstanceRequest Source #

Creates a value of DebugInstanceRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dirSSHKey :: Lens' DebugInstanceRequest (Maybe Text) Source #

Public SSH key to add to the instance. Examples: [USERNAME]:ssh-rsa [KEY_VALUE] [USERNAME] [USERNAME]:ssh-rsa [KEY_VALUE] google-ssh {"userName":"[USERNAME]","expireOn":"[EXPIRE_TIME]"}For more information, see Adding and Removing SSH Keys (https://cloud.google.com/compute/docs/instances/adding-removing-ssh-keys).

StaticFilesHandlerHTTPHeaders

data StaticFilesHandlerHTTPHeaders Source #

HTTP headers to use for all responses from these URLs.

See: staticFilesHandlerHTTPHeaders smart constructor.

Instances
Eq StaticFilesHandlerHTTPHeaders Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data StaticFilesHandlerHTTPHeaders Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StaticFilesHandlerHTTPHeaders -> c StaticFilesHandlerHTTPHeaders #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StaticFilesHandlerHTTPHeaders #

toConstr :: StaticFilesHandlerHTTPHeaders -> Constr #

dataTypeOf :: StaticFilesHandlerHTTPHeaders -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StaticFilesHandlerHTTPHeaders) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StaticFilesHandlerHTTPHeaders) #

gmapT :: (forall b. Data b => b -> b) -> StaticFilesHandlerHTTPHeaders -> StaticFilesHandlerHTTPHeaders #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StaticFilesHandlerHTTPHeaders -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StaticFilesHandlerHTTPHeaders -> r #

gmapQ :: (forall d. Data d => d -> u) -> StaticFilesHandlerHTTPHeaders -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StaticFilesHandlerHTTPHeaders -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StaticFilesHandlerHTTPHeaders -> m StaticFilesHandlerHTTPHeaders #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StaticFilesHandlerHTTPHeaders -> m StaticFilesHandlerHTTPHeaders #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StaticFilesHandlerHTTPHeaders -> m StaticFilesHandlerHTTPHeaders #

Show StaticFilesHandlerHTTPHeaders Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic StaticFilesHandlerHTTPHeaders Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep StaticFilesHandlerHTTPHeaders :: Type -> Type #

ToJSON StaticFilesHandlerHTTPHeaders Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON StaticFilesHandlerHTTPHeaders Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep StaticFilesHandlerHTTPHeaders Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep StaticFilesHandlerHTTPHeaders = D1 (MetaData "StaticFilesHandlerHTTPHeaders" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" True) (C1 (MetaCons "StaticFilesHandlerHTTPHeaders'" PrefixI True) (S1 (MetaSel (Just "_sfhhttphAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text Text))))

staticFilesHandlerHTTPHeaders Source #

Creates a value of StaticFilesHandlerHTTPHeaders with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Resources

data Resources Source #

Machine resources for a version.

See: resources smart constructor.

Instances
Eq Resources Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data Resources Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Resources -> c Resources #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Resources #

toConstr :: Resources -> Constr #

dataTypeOf :: Resources -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Resources) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Resources) #

gmapT :: (forall b. Data b => b -> b) -> Resources -> Resources #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Resources -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Resources -> r #

gmapQ :: (forall d. Data d => d -> u) -> Resources -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Resources -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Resources -> m Resources #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Resources -> m Resources #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Resources -> m Resources #

Show Resources Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic Resources Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep Resources :: Type -> Type #

ToJSON Resources Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON Resources Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Resources Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Resources = D1 (MetaData "Resources" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "Resources'" PrefixI True) ((S1 (MetaSel (Just "_rMemoryGb") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))) :*: S1 (MetaSel (Just "_rDiskGb") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double)))) :*: (S1 (MetaSel (Just "_rVolumes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Volume])) :*: S1 (MetaSel (Just "_rCPU") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))))))

resources :: Resources Source #

Creates a value of Resources with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

rMemoryGb :: Lens' Resources (Maybe Double) Source #

Memory (GB) needed.

rDiskGb :: Lens' Resources (Maybe Double) Source #

Disk size (GB) needed.

rVolumes :: Lens' Resources [Volume] Source #

User specified volumes.

rCPU :: Lens' Resources (Maybe Double) Source #

Number of CPU cores needed.

FeatureSettings

data FeatureSettings Source #

The feature specific settings to be used in the application. These define behaviors that are user configurable.

See: featureSettings smart constructor.

Instances
Eq FeatureSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data FeatureSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> FeatureSettings -> c FeatureSettings #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c FeatureSettings #

toConstr :: FeatureSettings -> Constr #

dataTypeOf :: FeatureSettings -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c FeatureSettings) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c FeatureSettings) #

gmapT :: (forall b. Data b => b -> b) -> FeatureSettings -> FeatureSettings #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> FeatureSettings -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> FeatureSettings -> r #

gmapQ :: (forall d. Data d => d -> u) -> FeatureSettings -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> FeatureSettings -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> FeatureSettings -> m FeatureSettings #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> FeatureSettings -> m FeatureSettings #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> FeatureSettings -> m FeatureSettings #

Show FeatureSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic FeatureSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep FeatureSettings :: Type -> Type #

ToJSON FeatureSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON FeatureSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep FeatureSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep FeatureSettings = D1 (MetaData "FeatureSettings" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "FeatureSettings'" PrefixI True) (S1 (MetaSel (Just "_fsUseContainerOptimizedOS") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_fsSplitHealthChecks") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))

featureSettings :: FeatureSettings Source #

Creates a value of FeatureSettings with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

fsUseContainerOptimizedOS :: Lens' FeatureSettings (Maybe Bool) Source #

If true, use Container-Optimized OS (https://cloud.google.com/container-optimized-os/) base image for VMs, rather than a base Debian image.

fsSplitHealthChecks :: Lens' FeatureSettings (Maybe Bool) Source #

Boolean value indicating if split health checks should be used instead of the legacy health checks. At an app.yaml level, this means defaulting to 'readiness_check' and 'liveness_check' values instead of 'health_check' ones. Once the legacy 'health_check' behavior is deprecated, and this value is always true, this setting can be removed.

CertificateRawData

data CertificateRawData Source #

An SSL certificate obtained from a certificate authority.

See: certificateRawData smart constructor.

Instances
Eq CertificateRawData Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data CertificateRawData Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CertificateRawData -> c CertificateRawData #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CertificateRawData #

toConstr :: CertificateRawData -> Constr #

dataTypeOf :: CertificateRawData -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CertificateRawData) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CertificateRawData) #

gmapT :: (forall b. Data b => b -> b) -> CertificateRawData -> CertificateRawData #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CertificateRawData -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CertificateRawData -> r #

gmapQ :: (forall d. Data d => d -> u) -> CertificateRawData -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CertificateRawData -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CertificateRawData -> m CertificateRawData #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CertificateRawData -> m CertificateRawData #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CertificateRawData -> m CertificateRawData #

Show CertificateRawData Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic CertificateRawData Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep CertificateRawData :: Type -> Type #

ToJSON CertificateRawData Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON CertificateRawData Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep CertificateRawData Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep CertificateRawData = D1 (MetaData "CertificateRawData" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "CertificateRawData'" PrefixI True) (S1 (MetaSel (Just "_crdPrivateKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_crdPublicCertificate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

certificateRawData :: CertificateRawData Source #

Creates a value of CertificateRawData with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

crdPrivateKey :: Lens' CertificateRawData (Maybe Text) Source #

Unencrypted PEM encoded RSA private key. This field is set once on certificate creation and then encrypted. The key size must be 2048 bits or fewer. Must include the header and footer. Example:

 -----BEGIN RSA PRIVATE KEY-----  -----END RSA PRIVATE KEY-----

'InputOnly

crdPublicCertificate :: Lens' CertificateRawData (Maybe Text) Source #

PEM encoded x.509 public key certificate. This field is set once on certificate creation. Must include the header and footer. Example:

 -----BEGIN CERTIFICATE-----  -----END CERTIFICATE-----

DomainMApping

data DomainMApping Source #

A domain serving an App Engine application.

See: domainMApping smart constructor.

Instances
Eq DomainMApping Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data DomainMApping Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DomainMApping -> c DomainMApping #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DomainMApping #

toConstr :: DomainMApping -> Constr #

dataTypeOf :: DomainMApping -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DomainMApping) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DomainMApping) #

gmapT :: (forall b. Data b => b -> b) -> DomainMApping -> DomainMApping #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DomainMApping -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DomainMApping -> r #

gmapQ :: (forall d. Data d => d -> u) -> DomainMApping -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DomainMApping -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DomainMApping -> m DomainMApping #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DomainMApping -> m DomainMApping #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DomainMApping -> m DomainMApping #

Show DomainMApping Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic DomainMApping Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep DomainMApping :: Type -> Type #

ToJSON DomainMApping Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON DomainMApping Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep DomainMApping Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep DomainMApping = D1 (MetaData "DomainMApping" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "DomainMApping'" PrefixI True) ((S1 (MetaSel (Just "_dmaResourceRecords") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ResourceRecord])) :*: S1 (MetaSel (Just "_dmaName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_dmaId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dmaSSLSettings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SSLSettings)))))

domainMApping :: DomainMApping Source #

Creates a value of DomainMApping with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dmaResourceRecords :: Lens' DomainMApping [ResourceRecord] Source #

The resource records required to configure this domain mapping. These records must be added to the domain's DNS configuration in order to serve the application via this domain mapping.'OutputOnly

dmaName :: Lens' DomainMApping (Maybe Text) Source #

Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.'OutputOnly

dmaId :: Lens' DomainMApping (Maybe Text) Source #

Relative name of the domain serving the application. Example: example.com.

dmaSSLSettings :: Lens' DomainMApping (Maybe SSLSettings) Source #

SSL configuration for this domain. If unconfigured, this domain will not serve with SSL.

VersionServingStatus

data VersionServingStatus Source #

Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.SERVING_STATUS_UNSPECIFIED is an invalid value. Defaults to SERVING.

Constructors

VSSServingStatusUnspecified

SERVING_STATUS_UNSPECIFIED Not specified.

VSSServing

SERVING Currently serving. Instances are created according to the scaling settings of the version.

VSSStopped

STOPPED Disabled. No instances will be created and the scaling settings are ignored until the state of the version changes to SERVING.

Instances
Enum VersionServingStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Eq VersionServingStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Data VersionServingStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> VersionServingStatus -> c VersionServingStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c VersionServingStatus #

toConstr :: VersionServingStatus -> Constr #

dataTypeOf :: VersionServingStatus -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c VersionServingStatus) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c VersionServingStatus) #

gmapT :: (forall b. Data b => b -> b) -> VersionServingStatus -> VersionServingStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> VersionServingStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> VersionServingStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> VersionServingStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> VersionServingStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> VersionServingStatus -> m VersionServingStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> VersionServingStatus -> m VersionServingStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> VersionServingStatus -> m VersionServingStatus #

Ord VersionServingStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Read VersionServingStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Show VersionServingStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Generic VersionServingStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Associated Types

type Rep VersionServingStatus :: Type -> Type #

Hashable VersionServingStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToJSON VersionServingStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromJSON VersionServingStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromHttpApiData VersionServingStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToHttpApiData VersionServingStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep VersionServingStatus Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep VersionServingStatus = D1 (MetaData "VersionServingStatus" "Network.Google.AppEngine.Types.Sum" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "VSSServingStatusUnspecified" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "VSSServing" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "VSSStopped" PrefixI False) (U1 :: Type -> Type)))

DeploymentFiles

data DeploymentFiles Source #

Manifest of the files stored in Google Cloud Storage that are included as part of this version. All files must be readable using the credentials supplied with this call.

See: deploymentFiles smart constructor.

Instances
Eq DeploymentFiles Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data DeploymentFiles Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeploymentFiles -> c DeploymentFiles #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeploymentFiles #

toConstr :: DeploymentFiles -> Constr #

dataTypeOf :: DeploymentFiles -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DeploymentFiles) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeploymentFiles) #

gmapT :: (forall b. Data b => b -> b) -> DeploymentFiles -> DeploymentFiles #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeploymentFiles -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeploymentFiles -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeploymentFiles -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeploymentFiles -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeploymentFiles -> m DeploymentFiles #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeploymentFiles -> m DeploymentFiles #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeploymentFiles -> m DeploymentFiles #

Show DeploymentFiles Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic DeploymentFiles Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep DeploymentFiles :: Type -> Type #

ToJSON DeploymentFiles Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON DeploymentFiles Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep DeploymentFiles Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep DeploymentFiles = D1 (MetaData "DeploymentFiles" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" True) (C1 (MetaCons "DeploymentFiles'" PrefixI True) (S1 (MetaSel (Just "_dfAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text FileInfo))))

deploymentFiles Source #

Creates a value of DeploymentFiles with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

BatchUpdateIngressRulesResponse

data BatchUpdateIngressRulesResponse Source #

Response message for Firewall.UpdateAllIngressRules.

See: batchUpdateIngressRulesResponse smart constructor.

Instances
Eq BatchUpdateIngressRulesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data BatchUpdateIngressRulesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> BatchUpdateIngressRulesResponse -> c BatchUpdateIngressRulesResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c BatchUpdateIngressRulesResponse #

toConstr :: BatchUpdateIngressRulesResponse -> Constr #

dataTypeOf :: BatchUpdateIngressRulesResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c BatchUpdateIngressRulesResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c BatchUpdateIngressRulesResponse) #

gmapT :: (forall b. Data b => b -> b) -> BatchUpdateIngressRulesResponse -> BatchUpdateIngressRulesResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> BatchUpdateIngressRulesResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> BatchUpdateIngressRulesResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> BatchUpdateIngressRulesResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> BatchUpdateIngressRulesResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> BatchUpdateIngressRulesResponse -> m BatchUpdateIngressRulesResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> BatchUpdateIngressRulesResponse -> m BatchUpdateIngressRulesResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> BatchUpdateIngressRulesResponse -> m BatchUpdateIngressRulesResponse #

Show BatchUpdateIngressRulesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic BatchUpdateIngressRulesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep BatchUpdateIngressRulesResponse :: Type -> Type #

ToJSON BatchUpdateIngressRulesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON BatchUpdateIngressRulesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep BatchUpdateIngressRulesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep BatchUpdateIngressRulesResponse = D1 (MetaData "BatchUpdateIngressRulesResponse" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" True) (C1 (MetaCons "BatchUpdateIngressRulesResponse'" PrefixI True) (S1 (MetaSel (Just "_bIngressRules") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [FirewallRule]))))

batchUpdateIngressRulesResponse :: BatchUpdateIngressRulesResponse Source #

Creates a value of BatchUpdateIngressRulesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

bIngressRules :: Lens' BatchUpdateIngressRulesResponse [FirewallRule] Source #

The full list of ingress FirewallRules for this application.

CPUUtilization

data CPUUtilization Source #

Target scaling by CPU usage.

See: cpuUtilization smart constructor.

Instances
Eq CPUUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data CPUUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CPUUtilization -> c CPUUtilization #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CPUUtilization #

toConstr :: CPUUtilization -> Constr #

dataTypeOf :: CPUUtilization -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CPUUtilization) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CPUUtilization) #

gmapT :: (forall b. Data b => b -> b) -> CPUUtilization -> CPUUtilization #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CPUUtilization -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CPUUtilization -> r #

gmapQ :: (forall d. Data d => d -> u) -> CPUUtilization -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CPUUtilization -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CPUUtilization -> m CPUUtilization #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CPUUtilization -> m CPUUtilization #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CPUUtilization -> m CPUUtilization #

Show CPUUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic CPUUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep CPUUtilization :: Type -> Type #

ToJSON CPUUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON CPUUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep CPUUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep CPUUtilization = D1 (MetaData "CPUUtilization" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "CPUUtilization'" PrefixI True) (S1 (MetaSel (Just "_cuAggregationWindowLength") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GDuration)) :*: S1 (MetaSel (Just "_cuTargetUtilization") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double)))))

cpuUtilization :: CPUUtilization Source #

Creates a value of CPUUtilization with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cuAggregationWindowLength :: Lens' CPUUtilization (Maybe Scientific) Source #

Period of time over which CPU utilization is calculated.

cuTargetUtilization :: Lens' CPUUtilization (Maybe Double) Source #

Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1.

CreateVersionMetadataV1

data CreateVersionMetadataV1 Source #

Metadata for the given google.longrunning.Operation during a google.appengine.v1.CreateVersionRequest.

See: createVersionMetadataV1 smart constructor.

Instances
Eq CreateVersionMetadataV1 Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data CreateVersionMetadataV1 Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreateVersionMetadataV1 -> c CreateVersionMetadataV1 #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreateVersionMetadataV1 #

toConstr :: CreateVersionMetadataV1 -> Constr #

dataTypeOf :: CreateVersionMetadataV1 -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CreateVersionMetadataV1) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreateVersionMetadataV1) #

gmapT :: (forall b. Data b => b -> b) -> CreateVersionMetadataV1 -> CreateVersionMetadataV1 #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreateVersionMetadataV1 -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreateVersionMetadataV1 -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreateVersionMetadataV1 -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreateVersionMetadataV1 -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreateVersionMetadataV1 -> m CreateVersionMetadataV1 #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateVersionMetadataV1 -> m CreateVersionMetadataV1 #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateVersionMetadataV1 -> m CreateVersionMetadataV1 #

Show CreateVersionMetadataV1 Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic CreateVersionMetadataV1 Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep CreateVersionMetadataV1 :: Type -> Type #

ToJSON CreateVersionMetadataV1 Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON CreateVersionMetadataV1 Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep CreateVersionMetadataV1 Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep CreateVersionMetadataV1 = D1 (MetaData "CreateVersionMetadataV1" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" True) (C1 (MetaCons "CreateVersionMetadataV1'" PrefixI True) (S1 (MetaSel (Just "_cvmvCloudBuildId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

createVersionMetadataV1 :: CreateVersionMetadataV1 Source #

Creates a value of CreateVersionMetadataV1 with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cvmvCloudBuildId :: Lens' CreateVersionMetadataV1 (Maybe Text) Source #

The Cloud Build ID if one was created as part of the version create. 'OutputOnly

TrafficSplitAllocations

data TrafficSplitAllocations Source #

Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version. Each version can be specified only once, but some versions in the service may not have any traffic allocation. Services that have traffic allocated cannot be deleted until either the service is deleted or their traffic allocation is removed. Allocations must sum to 1. Up to two decimal place precision is supported for IP-based splits and up to three decimal places is supported for cookie-based splits.

See: trafficSplitAllocations smart constructor.

Instances
Eq TrafficSplitAllocations Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data TrafficSplitAllocations Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TrafficSplitAllocations -> c TrafficSplitAllocations #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TrafficSplitAllocations #

toConstr :: TrafficSplitAllocations -> Constr #

dataTypeOf :: TrafficSplitAllocations -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TrafficSplitAllocations) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TrafficSplitAllocations) #

gmapT :: (forall b. Data b => b -> b) -> TrafficSplitAllocations -> TrafficSplitAllocations #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TrafficSplitAllocations -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TrafficSplitAllocations -> r #

gmapQ :: (forall d. Data d => d -> u) -> TrafficSplitAllocations -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TrafficSplitAllocations -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TrafficSplitAllocations -> m TrafficSplitAllocations #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TrafficSplitAllocations -> m TrafficSplitAllocations #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TrafficSplitAllocations -> m TrafficSplitAllocations #

Show TrafficSplitAllocations Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic TrafficSplitAllocations Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep TrafficSplitAllocations :: Type -> Type #

ToJSON TrafficSplitAllocations Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON TrafficSplitAllocations Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep TrafficSplitAllocations Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep TrafficSplitAllocations = D1 (MetaData "TrafficSplitAllocations" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" True) (C1 (MetaCons "TrafficSplitAllocations'" PrefixI True) (S1 (MetaSel (Just "_tsaAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text (Textual Double)))))

trafficSplitAllocations Source #

Creates a value of TrafficSplitAllocations with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

CloudBuildOptions

data CloudBuildOptions Source #

Options for the build operations performed as a part of the version deployment. Only applicable for App Engine flexible environment when creating a version using source code directly.

See: cloudBuildOptions smart constructor.

Instances
Eq CloudBuildOptions Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data CloudBuildOptions Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CloudBuildOptions -> c CloudBuildOptions #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CloudBuildOptions #

toConstr :: CloudBuildOptions -> Constr #

dataTypeOf :: CloudBuildOptions -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CloudBuildOptions) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CloudBuildOptions) #

gmapT :: (forall b. Data b => b -> b) -> CloudBuildOptions -> CloudBuildOptions #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CloudBuildOptions -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CloudBuildOptions -> r #

gmapQ :: (forall d. Data d => d -> u) -> CloudBuildOptions -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CloudBuildOptions -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CloudBuildOptions -> m CloudBuildOptions #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CloudBuildOptions -> m CloudBuildOptions #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CloudBuildOptions -> m CloudBuildOptions #

Show CloudBuildOptions Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic CloudBuildOptions Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep CloudBuildOptions :: Type -> Type #

ToJSON CloudBuildOptions Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON CloudBuildOptions Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep CloudBuildOptions Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep CloudBuildOptions = D1 (MetaData "CloudBuildOptions" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "CloudBuildOptions'" PrefixI True) (S1 (MetaSel (Just "_cboCloudBuildTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GDuration)) :*: S1 (MetaSel (Just "_cboAppYamlPath") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

cloudBuildOptions :: CloudBuildOptions Source #

Creates a value of CloudBuildOptions with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cboCloudBuildTimeout :: Lens' CloudBuildOptions (Maybe Scientific) Source #

The Cloud Build timeout used as part of any dependent builds performed by version creation. Defaults to 10 minutes.

cboAppYamlPath :: Lens' CloudBuildOptions (Maybe Text) Source #

Path to the yaml file used in deployment, used to determine runtime configuration details.Required for flexible environment builds.See https://cloud.google.com/appengine/docs/standard/python/config/appref for more details.

ManualScaling

data ManualScaling Source #

A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.

See: manualScaling smart constructor.

Instances
Eq ManualScaling Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data ManualScaling Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ManualScaling -> c ManualScaling #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ManualScaling #

toConstr :: ManualScaling -> Constr #

dataTypeOf :: ManualScaling -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ManualScaling) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ManualScaling) #

gmapT :: (forall b. Data b => b -> b) -> ManualScaling -> ManualScaling #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ManualScaling -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ManualScaling -> r #

gmapQ :: (forall d. Data d => d -> u) -> ManualScaling -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ManualScaling -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ManualScaling -> m ManualScaling #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ManualScaling -> m ManualScaling #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ManualScaling -> m ManualScaling #

Show ManualScaling Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic ManualScaling Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep ManualScaling :: Type -> Type #

ToJSON ManualScaling Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON ManualScaling Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ManualScaling Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ManualScaling = D1 (MetaData "ManualScaling" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" True) (C1 (MetaCons "ManualScaling'" PrefixI True) (S1 (MetaSel (Just "_msInstances") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Textual Int32)))))

manualScaling :: ManualScaling Source #

Creates a value of ManualScaling with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

msInstances :: Lens' ManualScaling (Maybe Int32) Source #

Number of instances to assign to the service at the start. This number can later be altered by using the Modules API (https://cloud.google.com/appengine/docs/python/modules/functions) set_num_instances() function.

BasicScaling

data BasicScaling Source #

A service with basic scaling will create an instance when the application receives a request. The instance will be turned down when the app becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity.

See: basicScaling smart constructor.

Instances
Eq BasicScaling Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data BasicScaling Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> BasicScaling -> c BasicScaling #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c BasicScaling #

toConstr :: BasicScaling -> Constr #

dataTypeOf :: BasicScaling -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c BasicScaling) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c BasicScaling) #

gmapT :: (forall b. Data b => b -> b) -> BasicScaling -> BasicScaling #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> BasicScaling -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> BasicScaling -> r #

gmapQ :: (forall d. Data d => d -> u) -> BasicScaling -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> BasicScaling -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> BasicScaling -> m BasicScaling #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> BasicScaling -> m BasicScaling #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> BasicScaling -> m BasicScaling #

Show BasicScaling Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic BasicScaling Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep BasicScaling :: Type -> Type #

ToJSON BasicScaling Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON BasicScaling Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep BasicScaling Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep BasicScaling = D1 (MetaData "BasicScaling" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "BasicScaling'" PrefixI True) (S1 (MetaSel (Just "_bsMaxInstances") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_bsIdleTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GDuration))))

basicScaling :: BasicScaling Source #

Creates a value of BasicScaling with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

bsMaxInstances :: Lens' BasicScaling (Maybe Int32) Source #

Maximum number of instances to create for this version.

bsIdleTimeout :: Lens' BasicScaling (Maybe Scientific) Source #

Duration of time after the last request that an instance must wait before the instance is shut down.

URLMapSecurityLevel

data URLMapSecurityLevel Source #

Security (HTTPS) enforcement for this URL.

Constructors

UMSLSecureUnspecified

SECURE_UNSPECIFIED Not specified.

UMSLSecureDefault

SECURE_DEFAULT Both HTTP and HTTPS requests with URLs that match the handler succeed without redirects. The application can examine the request to determine which protocol was used, and respond accordingly.

UMSLSecureNever

SECURE_NEVER Requests for a URL that match this handler that use HTTPS are automatically redirected to the HTTP equivalent URL.

UMSLSecureOptional

SECURE_OPTIONAL Both HTTP and HTTPS requests with URLs that match the handler succeed without redirects. The application can examine the request to determine which protocol was used and respond accordingly.

UMSLSecureAlways

SECURE_ALWAYS Requests for a URL that match this handler that do not use HTTPS are automatically redirected to the HTTPS URL with the same path. Query parameters are reserved for the redirect.

Instances
Enum URLMapSecurityLevel Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Eq URLMapSecurityLevel Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Data URLMapSecurityLevel Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> URLMapSecurityLevel -> c URLMapSecurityLevel #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c URLMapSecurityLevel #

toConstr :: URLMapSecurityLevel -> Constr #

dataTypeOf :: URLMapSecurityLevel -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c URLMapSecurityLevel) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c URLMapSecurityLevel) #

gmapT :: (forall b. Data b => b -> b) -> URLMapSecurityLevel -> URLMapSecurityLevel #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> URLMapSecurityLevel -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> URLMapSecurityLevel -> r #

gmapQ :: (forall d. Data d => d -> u) -> URLMapSecurityLevel -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> URLMapSecurityLevel -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> URLMapSecurityLevel -> m URLMapSecurityLevel #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> URLMapSecurityLevel -> m URLMapSecurityLevel #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> URLMapSecurityLevel -> m URLMapSecurityLevel #

Ord URLMapSecurityLevel Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Read URLMapSecurityLevel Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Show URLMapSecurityLevel Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Generic URLMapSecurityLevel Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Associated Types

type Rep URLMapSecurityLevel :: Type -> Type #

Hashable URLMapSecurityLevel Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToJSON URLMapSecurityLevel Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromJSON URLMapSecurityLevel Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromHttpApiData URLMapSecurityLevel Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToHttpApiData URLMapSecurityLevel Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep URLMapSecurityLevel Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep URLMapSecurityLevel = D1 (MetaData "URLMapSecurityLevel" "Network.Google.AppEngine.Types.Sum" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) ((C1 (MetaCons "UMSLSecureUnspecified" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "UMSLSecureDefault" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "UMSLSecureNever" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "UMSLSecureOptional" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "UMSLSecureAlways" PrefixI False) (U1 :: Type -> Type))))

ResourceRecordType

data ResourceRecordType Source #

Resource record type. Example: AAAA.

Constructors

RecordTypeUnspecified

RECORD_TYPE_UNSPECIFIED An unknown resource record.

A

A An A resource record. Data is an IPv4 address.

Aaaa

AAAA An AAAA resource record. Data is an IPv6 address.

Cname

CNAME A CNAME resource record. Data is a domain name to be aliased.

Instances
Enum ResourceRecordType Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Eq ResourceRecordType Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Data ResourceRecordType Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ResourceRecordType -> c ResourceRecordType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ResourceRecordType #

toConstr :: ResourceRecordType -> Constr #

dataTypeOf :: ResourceRecordType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ResourceRecordType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ResourceRecordType) #

gmapT :: (forall b. Data b => b -> b) -> ResourceRecordType -> ResourceRecordType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ResourceRecordType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ResourceRecordType -> r #

gmapQ :: (forall d. Data d => d -> u) -> ResourceRecordType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ResourceRecordType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ResourceRecordType -> m ResourceRecordType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ResourceRecordType -> m ResourceRecordType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ResourceRecordType -> m ResourceRecordType #

Ord ResourceRecordType Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Read ResourceRecordType Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Show ResourceRecordType Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Generic ResourceRecordType Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Associated Types

type Rep ResourceRecordType :: Type -> Type #

Hashable ResourceRecordType Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToJSON ResourceRecordType Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromJSON ResourceRecordType Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromHttpApiData ResourceRecordType Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToHttpApiData ResourceRecordType Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep ResourceRecordType Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep ResourceRecordType = D1 (MetaData "ResourceRecordType" "Network.Google.AppEngine.Types.Sum" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) ((C1 (MetaCons "RecordTypeUnspecified" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "A" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "Aaaa" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Cname" PrefixI False) (U1 :: Type -> Type)))

OperationMetadataV1

data OperationMetadataV1 Source #

Metadata for the given google.longrunning.Operation.

See: operationMetadataV1 smart constructor.

Instances
Eq OperationMetadataV1 Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data OperationMetadataV1 Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> OperationMetadataV1 -> c OperationMetadataV1 #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c OperationMetadataV1 #

toConstr :: OperationMetadataV1 -> Constr #

dataTypeOf :: OperationMetadataV1 -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c OperationMetadataV1) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c OperationMetadataV1) #

gmapT :: (forall b. Data b => b -> b) -> OperationMetadataV1 -> OperationMetadataV1 #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> OperationMetadataV1 -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> OperationMetadataV1 -> r #

gmapQ :: (forall d. Data d => d -> u) -> OperationMetadataV1 -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> OperationMetadataV1 -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> OperationMetadataV1 -> m OperationMetadataV1 #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> OperationMetadataV1 -> m OperationMetadataV1 #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> OperationMetadataV1 -> m OperationMetadataV1 #

Show OperationMetadataV1 Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic OperationMetadataV1 Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep OperationMetadataV1 :: Type -> Type #

ToJSON OperationMetadataV1 Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON OperationMetadataV1 Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep OperationMetadataV1 Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

operationMetadataV1 :: OperationMetadataV1 Source #

Creates a value of OperationMetadataV1 with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

omvEphemeralMessage :: Lens' OperationMetadataV1 (Maybe Text) Source #

Ephemeral message that may change every time the operation is polled. 'OutputOnly

omvInsertTime :: Lens' OperationMetadataV1 (Maybe UTCTime) Source #

Time that this operation was created.'OutputOnly

omvUser :: Lens' OperationMetadataV1 (Maybe Text) Source #

User who requested this operation.'OutputOnly

omvMethod :: Lens' OperationMetadataV1 (Maybe Text) Source #

API method that initiated this operation. Example: google.appengine.v1.Versions.CreateVersion.'OutputOnly

omvEndTime :: Lens' OperationMetadataV1 (Maybe UTCTime) Source #

Time that this operation completed.'OutputOnly

omvWarning :: Lens' OperationMetadataV1 [Text] Source #

Durable messages that persist on every operation poll. 'OutputOnly

omvTarget :: Lens' OperationMetadataV1 (Maybe Text) Source #

Name of the resource that this operation is acting on. Example: apps/myapp/services/default.'OutputOnly

Version

data Version Source #

A Version resource is a specific set of source code and configuration files that are deployed into a service.

See: version smart constructor.

Instances
Eq Version Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

(==) :: Version -> Version -> Bool #

(/=) :: Version -> Version -> Bool #

Data Version Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Version -> c Version #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Version #

toConstr :: Version -> Constr #

dataTypeOf :: Version -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Version) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Version) #

gmapT :: (forall b. Data b => b -> b) -> Version -> Version #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Version -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Version -> r #

gmapQ :: (forall d. Data d => d -> u) -> Version -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Version -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Version -> m Version #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Version -> m Version #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Version -> m Version #

Show Version Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic Version Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep Version :: Type -> Type #

Methods

from :: Version -> Rep Version x #

to :: Rep Version x -> Version #

ToJSON Version Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON Version Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Version Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Version = D1 (MetaData "Version" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "Version'" PrefixI True) (((((S1 (MetaSel (Just "_verRuntime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_verNobuildFilesRegex") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_verInstanceClass") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_verRuntimeChannel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_verRuntimeMainExecutablePath") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_verVPCAccessConnector") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe VPCAccessConnector))) :*: (S1 (MetaSel (Just "_verHealthCheck") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe HealthCheck)) :*: (S1 (MetaSel (Just "_verEndpointsAPIService") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe EndpointsAPIService)) :*: S1 (MetaSel (Just "_verEnv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 (MetaSel (Just "_verZones") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_verEntrypoint") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Entrypoint))) :*: (S1 (MetaSel (Just "_verDefaultExpiration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GDuration)) :*: S1 (MetaSel (Just "_verAutomaticScaling") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AutomaticScaling)))) :*: ((S1 (MetaSel (Just "_verErrorHandlers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ErrorHandler])) :*: S1 (MetaSel (Just "_verCreatedBy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_verVM") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 (MetaSel (Just "_verHandlers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [URLMap])) :*: S1 (MetaSel (Just "_verInboundServices") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))))))) :*: ((((S1 (MetaSel (Just "_verReadinessCheck") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ReadinessCheck)) :*: S1 (MetaSel (Just "_verNetwork") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Network))) :*: (S1 (MetaSel (Just "_verResources") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Resources)) :*: S1 (MetaSel (Just "_verName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_verThreadsafe") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_verBetaSettings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe VersionBetaSettings))) :*: (S1 (MetaSel (Just "_verBasicScaling") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe BasicScaling)) :*: (S1 (MetaSel (Just "_verManualScaling") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ManualScaling)) :*: S1 (MetaSel (Just "_verAPIConfig") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe APIConfigHandler)))))) :*: (((S1 (MetaSel (Just "_verId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_verEnvVariables") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe VersionEnvVariables))) :*: (S1 (MetaSel (Just "_verLivenessCheck") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LivenessCheck)) :*: (S1 (MetaSel (Just "_verRuntimeAPIVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_verServingStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe VersionServingStatus))))) :*: ((S1 (MetaSel (Just "_verDiskUsageBytes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_verCreateTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime'))) :*: (S1 (MetaSel (Just "_verLibraries") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Library])) :*: (S1 (MetaSel (Just "_verVersionURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_verDeployment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Deployment)))))))))

verRuntime :: Lens' Version (Maybe Text) Source #

Desired runtime. Example: python27.

verNobuildFilesRegex :: Lens' Version (Maybe Text) Source #

Files that match this pattern will not be built into this version. Only applicable for Go runtimes.Only returned in GET requests if view=FULL is set.

verInstanceClass :: Lens' Version (Maybe Text) Source #

Instance class that is used to run this version. Valid values are: AutomaticScaling: F1, F2, F4, F4_1G ManualScaling or BasicScaling: B1, B2, B4, B8, B4_1GDefaults to F1 for AutomaticScaling and B1 for ManualScaling or BasicScaling.

verRuntimeChannel :: Lens' Version (Maybe Text) Source #

The channel of the runtime to use. Only available for some runtimes. Defaults to the default channel.

verRuntimeMainExecutablePath :: Lens' Version (Maybe Text) Source #

The path or name of the app's main executable.

verVPCAccessConnector :: Lens' Version (Maybe VPCAccessConnector) Source #

Enables VPC connectivity for standard apps.

verHealthCheck :: Lens' Version (Maybe HealthCheck) Source #

Configures health checking for instances. Unhealthy instances are stopped and replaced with new instances. Only applicable in the App Engine flexible environment.Only returned in GET requests if view=FULL is set.

verEndpointsAPIService :: Lens' Version (Maybe EndpointsAPIService) Source #

Cloud Endpoints configuration.If endpoints_api_service is set, the Cloud Endpoints Extensible Service Proxy will be provided to serve the API implemented by the app.

verEnv :: Lens' Version (Maybe Text) Source #

App Engine execution environment for this version.Defaults to standard.

verZones :: Lens' Version [Text] Source #

The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.

verEntrypoint :: Lens' Version (Maybe Entrypoint) Source #

The entrypoint for the application.

verDefaultExpiration :: Lens' Version (Maybe Scientific) Source #

Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding StaticFilesHandler (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StaticFilesHandler) does not specify its own expiration time.Only returned in GET requests if view=FULL is set.

verAutomaticScaling :: Lens' Version (Maybe AutomaticScaling) Source #

Automatic scaling is based on request rate, response latencies, and other application metrics.

verErrorHandlers :: Lens' Version [ErrorHandler] Source #

Custom static error pages. Limited to 10KB per page.Only returned in GET requests if view=FULL is set.

verCreatedBy :: Lens' Version (Maybe Text) Source #

Email address of the user who created this version.'OutputOnly

verVM :: Lens' Version (Maybe Bool) Source #

Whether to deploy this version in a container on a virtual machine.

verHandlers :: Lens' Version [URLMap] Source #

An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the request and other request handlers are not attempted.Only returned in GET requests if view=FULL is set.

verInboundServices :: Lens' Version [Text] Source #

Before an application can receive email or XMPP messages, the application must be configured to enable the service.

verReadinessCheck :: Lens' Version (Maybe ReadinessCheck) Source #

Configures readiness health checking for instances. Unhealthy instances are not put into the backend traffic rotation.Only returned in GET requests if view=FULL is set.

verNetwork :: Lens' Version (Maybe Network) Source #

Extra network settings. Only applicable in the App Engine flexible environment.

verResources :: Lens' Version (Maybe Resources) Source #

Machine resources for this version. Only applicable in the App Engine flexible environment.

verName :: Lens' Version (Maybe Text) Source #

Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.'OutputOnly

verThreadsafe :: Lens' Version (Maybe Bool) Source #

Whether multiple requests can be dispatched to this version at once.

verBetaSettings :: Lens' Version (Maybe VersionBetaSettings) Source #

Metadata settings that are supplied to this version to enable beta runtime features.

verBasicScaling :: Lens' Version (Maybe BasicScaling) Source #

A service with basic scaling will create an instance when the application receives a request. The instance will be turned down when the app becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity.

verManualScaling :: Lens' Version (Maybe ManualScaling) Source #

A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.

verAPIConfig :: Lens' Version (Maybe APIConfigHandler) Source #

Serving configuration for Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/).Only returned in GET requests if view=FULL is set.

verId :: Lens' Version (Maybe Text) Source #

Relative name of the version within the service. Example: v1. Version names can contain only lowercase letters, numbers, or hyphens. Reserved names: "default", "latest", and any name with the prefix "ah-".

verEnvVariables :: Lens' Version (Maybe VersionEnvVariables) Source #

Environment variables available to the application.Only returned in GET requests if view=FULL is set.

verLivenessCheck :: Lens' Version (Maybe LivenessCheck) Source #

Configures liveness health checking for instances. Unhealthy instances are stopped and replaced with new instancesOnly returned in GET requests if view=FULL is set.

verRuntimeAPIVersion :: Lens' Version (Maybe Text) Source #

The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at https://cloud.google.com/appengine/docs/standard//config/appref

verServingStatus :: Lens' Version (Maybe VersionServingStatus) Source #

Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.SERVING_STATUS_UNSPECIFIED is an invalid value. Defaults to SERVING.

verDiskUsageBytes :: Lens' Version (Maybe Int64) Source #

Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk.'OutputOnly

verCreateTime :: Lens' Version (Maybe UTCTime) Source #

Time that this version was created.'OutputOnly

verLibraries :: Lens' Version [Library] Source #

Configuration for third-party Python runtime libraries that are required by the application.Only returned in GET requests if view=FULL is set.

verVersionURL :: Lens' Version (Maybe Text) Source #

Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com"'OutputOnly

verDeployment :: Lens' Version (Maybe Deployment) Source #

Code and application artifacts that make up this version.Only returned in GET requests if view=FULL is set.

Xgafv

data Xgafv Source #

V1 error format.

Constructors

X1

1 v1 error format

X2

2 v2 error format

Instances
Enum Xgafv Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Eq Xgafv Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Methods

(==) :: Xgafv -> Xgafv -> Bool #

(/=) :: Xgafv -> Xgafv -> Bool #

Data Xgafv Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Xgafv -> c Xgafv #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Xgafv #

toConstr :: Xgafv -> Constr #

dataTypeOf :: Xgafv -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Xgafv) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Xgafv) #

gmapT :: (forall b. Data b => b -> b) -> Xgafv -> Xgafv #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Xgafv -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Xgafv -> r #

gmapQ :: (forall d. Data d => d -> u) -> Xgafv -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Xgafv -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Xgafv -> m Xgafv #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Xgafv -> m Xgafv #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Xgafv -> m Xgafv #

Ord Xgafv Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Methods

compare :: Xgafv -> Xgafv -> Ordering #

(<) :: Xgafv -> Xgafv -> Bool #

(<=) :: Xgafv -> Xgafv -> Bool #

(>) :: Xgafv -> Xgafv -> Bool #

(>=) :: Xgafv -> Xgafv -> Bool #

max :: Xgafv -> Xgafv -> Xgafv #

min :: Xgafv -> Xgafv -> Xgafv #

Read Xgafv Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Show Xgafv Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Methods

showsPrec :: Int -> Xgafv -> ShowS #

show :: Xgafv -> String #

showList :: [Xgafv] -> ShowS #

Generic Xgafv Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Associated Types

type Rep Xgafv :: Type -> Type #

Methods

from :: Xgafv -> Rep Xgafv x #

to :: Rep Xgafv x -> Xgafv #

Hashable Xgafv Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Methods

hashWithSalt :: Int -> Xgafv -> Int #

hash :: Xgafv -> Int #

ToJSON Xgafv Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromJSON Xgafv Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromHttpApiData Xgafv Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToHttpApiData Xgafv Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep Xgafv Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep Xgafv = D1 (MetaData "Xgafv" "Network.Google.AppEngine.Types.Sum" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "X1" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "X2" PrefixI False) (U1 :: Type -> Type))

IdentityAwareProxy

data IdentityAwareProxy Source #

Identity-Aware Proxy

See: identityAwareProxy smart constructor.

Instances
Eq IdentityAwareProxy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data IdentityAwareProxy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> IdentityAwareProxy -> c IdentityAwareProxy #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c IdentityAwareProxy #

toConstr :: IdentityAwareProxy -> Constr #

dataTypeOf :: IdentityAwareProxy -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c IdentityAwareProxy) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c IdentityAwareProxy) #

gmapT :: (forall b. Data b => b -> b) -> IdentityAwareProxy -> IdentityAwareProxy #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> IdentityAwareProxy -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> IdentityAwareProxy -> r #

gmapQ :: (forall d. Data d => d -> u) -> IdentityAwareProxy -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> IdentityAwareProxy -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> IdentityAwareProxy -> m IdentityAwareProxy #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> IdentityAwareProxy -> m IdentityAwareProxy #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> IdentityAwareProxy -> m IdentityAwareProxy #

Show IdentityAwareProxy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic IdentityAwareProxy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep IdentityAwareProxy :: Type -> Type #

ToJSON IdentityAwareProxy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON IdentityAwareProxy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep IdentityAwareProxy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep IdentityAwareProxy = D1 (MetaData "IdentityAwareProxy" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "IdentityAwareProxy'" PrefixI True) ((S1 (MetaSel (Just "_iapEnabled") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_iapOAuth2ClientSecretSha256") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_iapOAuth2ClientSecret") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_iapOAuth2ClientId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

identityAwareProxy :: IdentityAwareProxy Source #

Creates a value of IdentityAwareProxy with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

iapEnabled :: Lens' IdentityAwareProxy (Maybe Bool) Source #

Whether the serving infrastructure will authenticate and authorize all incoming requests.If true, the oauth2_client_id and oauth2_client_secret fields must be non-empty.

iapOAuth2ClientSecretSha256 :: Lens' IdentityAwareProxy (Maybe Text) Source #

Hex-encoded SHA-256 hash of the client secret.'OutputOnly

iapOAuth2ClientSecret :: Lens' IdentityAwareProxy (Maybe Text) Source #

OAuth2 client secret to use for the authentication flow.For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2_client_secret_sha256 field.'InputOnly

iapOAuth2ClientId :: Lens' IdentityAwareProxy (Maybe Text) Source #

OAuth2 client ID to use for the authentication flow.

StaticFilesHandler

data StaticFilesHandler Source #

Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files. Static file handlers describe which files in the application directory are static files, and which URLs serve them.

See: staticFilesHandler smart constructor.

Instances
Eq StaticFilesHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data StaticFilesHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StaticFilesHandler -> c StaticFilesHandler #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StaticFilesHandler #

toConstr :: StaticFilesHandler -> Constr #

dataTypeOf :: StaticFilesHandler -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StaticFilesHandler) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StaticFilesHandler) #

gmapT :: (forall b. Data b => b -> b) -> StaticFilesHandler -> StaticFilesHandler #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StaticFilesHandler -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StaticFilesHandler -> r #

gmapQ :: (forall d. Data d => d -> u) -> StaticFilesHandler -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StaticFilesHandler -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StaticFilesHandler -> m StaticFilesHandler #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StaticFilesHandler -> m StaticFilesHandler #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StaticFilesHandler -> m StaticFilesHandler #

Show StaticFilesHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic StaticFilesHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep StaticFilesHandler :: Type -> Type #

ToJSON StaticFilesHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON StaticFilesHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep StaticFilesHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep StaticFilesHandler = D1 (MetaData "StaticFilesHandler" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "StaticFilesHandler'" PrefixI True) ((S1 (MetaSel (Just "_sfhHTTPHeaders") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StaticFilesHandlerHTTPHeaders)) :*: (S1 (MetaSel (Just "_sfhPath") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_sfhRequireMatchingFile") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 (MetaSel (Just "_sfhExpiration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GDuration)) :*: S1 (MetaSel (Just "_sfhMimeType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_sfhApplicationReadable") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_sfhUploadPathRegex") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

staticFilesHandler :: StaticFilesHandler Source #

Creates a value of StaticFilesHandler with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

sfhHTTPHeaders :: Lens' StaticFilesHandler (Maybe StaticFilesHandlerHTTPHeaders) Source #

HTTP headers to use for all responses from these URLs.

sfhPath :: Lens' StaticFilesHandler (Maybe Text) Source #

Path to the static files matched by the URL pattern, from the application root directory. The path can refer to text matched in groupings in the URL pattern.

sfhRequireMatchingFile :: Lens' StaticFilesHandler (Maybe Bool) Source #

Whether this handler should match the request if the file referenced by the handler does not exist.

sfhExpiration :: Lens' StaticFilesHandler (Maybe Scientific) Source #

Time a static file served by this handler should be cached by web proxies and browsers.

sfhMimeType :: Lens' StaticFilesHandler (Maybe Text) Source #

MIME type used to serve all files served by this handler.Defaults to file-specific MIME types, which are derived from each file's filename extension.

sfhApplicationReadable :: Lens' StaticFilesHandler (Maybe Bool) Source #

Whether files should also be uploaded as code data. By default, files declared in static file handlers are uploaded as static data and are only served to end users; they cannot be read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas.

sfhUploadPathRegex :: Lens' StaticFilesHandler (Maybe Text) Source #

Regular expression that matches the file paths for all files that should be referenced by this handler.

ErrorHandler

data ErrorHandler Source #

Custom static error page to be served when an error occurs.

See: errorHandler smart constructor.

Instances
Eq ErrorHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data ErrorHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ErrorHandler -> c ErrorHandler #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ErrorHandler #

toConstr :: ErrorHandler -> Constr #

dataTypeOf :: ErrorHandler -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ErrorHandler) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ErrorHandler) #

gmapT :: (forall b. Data b => b -> b) -> ErrorHandler -> ErrorHandler #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ErrorHandler -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ErrorHandler -> r #

gmapQ :: (forall d. Data d => d -> u) -> ErrorHandler -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ErrorHandler -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ErrorHandler -> m ErrorHandler #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ErrorHandler -> m ErrorHandler #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ErrorHandler -> m ErrorHandler #

Show ErrorHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic ErrorHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep ErrorHandler :: Type -> Type #

ToJSON ErrorHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON ErrorHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ErrorHandler Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ErrorHandler = D1 (MetaData "ErrorHandler" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "ErrorHandler'" PrefixI True) (S1 (MetaSel (Just "_ehMimeType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ehErrorCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ErrorHandlerErrorCode)) :*: S1 (MetaSel (Just "_ehStaticFile") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

errorHandler :: ErrorHandler Source #

Creates a value of ErrorHandler with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ehMimeType :: Lens' ErrorHandler (Maybe Text) Source #

MIME type of file. Defaults to text/html.

ehErrorCode :: Lens' ErrorHandler (Maybe ErrorHandlerErrorCode) Source #

Error condition this handler applies to.

ehStaticFile :: Lens' ErrorHandler (Maybe Text) Source #

Static file content to be served for this error.

TrafficSplitShardBy

data TrafficSplitShardBy Source #

Mechanism used to determine which version a request is sent to. The traffic selection algorithm will be stable for either type until allocations are changed.

Constructors

TSSBUnspecified

UNSPECIFIED Diversion method unspecified.

TSSBCookie

COOKIE Diversion based on a specially named cookie, "GOOGAPPUID." The cookie must be set by the application itself or no diversion will occur.

TSSBIP

IP Diversion based on applying the modulus operation to a fingerprint of the IP address.

TSSBRandom

RANDOM Diversion based on weighted random assignment. An incoming request is randomly routed to a version in the traffic split, with probability proportional to the version's traffic share.

Instances
Enum TrafficSplitShardBy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Eq TrafficSplitShardBy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Data TrafficSplitShardBy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TrafficSplitShardBy -> c TrafficSplitShardBy #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TrafficSplitShardBy #

toConstr :: TrafficSplitShardBy -> Constr #

dataTypeOf :: TrafficSplitShardBy -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TrafficSplitShardBy) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TrafficSplitShardBy) #

gmapT :: (forall b. Data b => b -> b) -> TrafficSplitShardBy -> TrafficSplitShardBy #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TrafficSplitShardBy -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TrafficSplitShardBy -> r #

gmapQ :: (forall d. Data d => d -> u) -> TrafficSplitShardBy -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TrafficSplitShardBy -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TrafficSplitShardBy -> m TrafficSplitShardBy #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TrafficSplitShardBy -> m TrafficSplitShardBy #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TrafficSplitShardBy -> m TrafficSplitShardBy #

Ord TrafficSplitShardBy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Read TrafficSplitShardBy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Show TrafficSplitShardBy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Generic TrafficSplitShardBy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Associated Types

type Rep TrafficSplitShardBy :: Type -> Type #

Hashable TrafficSplitShardBy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToJSON TrafficSplitShardBy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromJSON TrafficSplitShardBy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromHttpApiData TrafficSplitShardBy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToHttpApiData TrafficSplitShardBy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep TrafficSplitShardBy Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep TrafficSplitShardBy = D1 (MetaData "TrafficSplitShardBy" "Network.Google.AppEngine.Types.Sum" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) ((C1 (MetaCons "TSSBUnspecified" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TSSBCookie" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "TSSBIP" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TSSBRandom" PrefixI False) (U1 :: Type -> Type)))

InstanceAvailability

data InstanceAvailability Source #

Availability of the instance.'OutputOnly

Constructors

IAUnspecified
UNSPECIFIED
IAResident
RESIDENT
IADynamic
DYNAMIC
Instances
Enum InstanceAvailability Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Eq InstanceAvailability Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Data InstanceAvailability Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> InstanceAvailability -> c InstanceAvailability #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c InstanceAvailability #

toConstr :: InstanceAvailability -> Constr #

dataTypeOf :: InstanceAvailability -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c InstanceAvailability) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c InstanceAvailability) #

gmapT :: (forall b. Data b => b -> b) -> InstanceAvailability -> InstanceAvailability #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> InstanceAvailability -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> InstanceAvailability -> r #

gmapQ :: (forall d. Data d => d -> u) -> InstanceAvailability -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> InstanceAvailability -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> InstanceAvailability -> m InstanceAvailability #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> InstanceAvailability -> m InstanceAvailability #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> InstanceAvailability -> m InstanceAvailability #

Ord InstanceAvailability Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Read InstanceAvailability Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Show InstanceAvailability Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Generic InstanceAvailability Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Associated Types

type Rep InstanceAvailability :: Type -> Type #

Hashable InstanceAvailability Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToJSON InstanceAvailability Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromJSON InstanceAvailability Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromHttpApiData InstanceAvailability Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToHttpApiData InstanceAvailability Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep InstanceAvailability Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep InstanceAvailability = D1 (MetaData "InstanceAvailability" "Network.Google.AppEngine.Types.Sum" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "IAUnspecified" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "IAResident" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "IADynamic" PrefixI False) (U1 :: Type -> Type)))

LocationLabels

data LocationLabels Source #

Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"}

See: locationLabels smart constructor.

Instances
Eq LocationLabels Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data LocationLabels Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LocationLabels -> c LocationLabels #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LocationLabels #

toConstr :: LocationLabels -> Constr #

dataTypeOf :: LocationLabels -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c LocationLabels) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LocationLabels) #

gmapT :: (forall b. Data b => b -> b) -> LocationLabels -> LocationLabels #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LocationLabels -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LocationLabels -> r #

gmapQ :: (forall d. Data d => d -> u) -> LocationLabels -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LocationLabels -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LocationLabels -> m LocationLabels #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LocationLabels -> m LocationLabels #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LocationLabels -> m LocationLabels #

Show LocationLabels Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic LocationLabels Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep LocationLabels :: Type -> Type #

ToJSON LocationLabels Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON LocationLabels Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep LocationLabels Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep LocationLabels = D1 (MetaData "LocationLabels" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" True) (C1 (MetaCons "LocationLabels'" PrefixI True) (S1 (MetaSel (Just "_llAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text Text))))

locationLabels Source #

Creates a value of LocationLabels with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ListAuthorizedCertificatesResponse

data ListAuthorizedCertificatesResponse Source #

Response message for AuthorizedCertificates.ListAuthorizedCertificates.

See: listAuthorizedCertificatesResponse smart constructor.

Instances
Eq ListAuthorizedCertificatesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data ListAuthorizedCertificatesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListAuthorizedCertificatesResponse -> c ListAuthorizedCertificatesResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListAuthorizedCertificatesResponse #

toConstr :: ListAuthorizedCertificatesResponse -> Constr #

dataTypeOf :: ListAuthorizedCertificatesResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ListAuthorizedCertificatesResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListAuthorizedCertificatesResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListAuthorizedCertificatesResponse -> ListAuthorizedCertificatesResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListAuthorizedCertificatesResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListAuthorizedCertificatesResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListAuthorizedCertificatesResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListAuthorizedCertificatesResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListAuthorizedCertificatesResponse -> m ListAuthorizedCertificatesResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListAuthorizedCertificatesResponse -> m ListAuthorizedCertificatesResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListAuthorizedCertificatesResponse -> m ListAuthorizedCertificatesResponse #

Show ListAuthorizedCertificatesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic ListAuthorizedCertificatesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep ListAuthorizedCertificatesResponse :: Type -> Type #

ToJSON ListAuthorizedCertificatesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON ListAuthorizedCertificatesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ListAuthorizedCertificatesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ListAuthorizedCertificatesResponse = D1 (MetaData "ListAuthorizedCertificatesResponse" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "ListAuthorizedCertificatesResponse'" PrefixI True) (S1 (MetaSel (Just "_lacrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lacrCertificates") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [AuthorizedCertificate]))))

listAuthorizedCertificatesResponse :: ListAuthorizedCertificatesResponse Source #

Creates a value of ListAuthorizedCertificatesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

lacrNextPageToken :: Lens' ListAuthorizedCertificatesResponse (Maybe Text) Source #

Continuation token for fetching the next page of results.

lacrCertificates :: Lens' ListAuthorizedCertificatesResponse [AuthorizedCertificate] Source #

The SSL certificates the user is authorized to administer.

FirewallRule

data FirewallRule Source #

A single firewall rule that is evaluated against incoming traffic and provides an action to take on matched requests.

See: firewallRule smart constructor.

Instances
Eq FirewallRule Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data FirewallRule Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> FirewallRule -> c FirewallRule #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c FirewallRule #

toConstr :: FirewallRule -> Constr #

dataTypeOf :: FirewallRule -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c FirewallRule) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c FirewallRule) #

gmapT :: (forall b. Data b => b -> b) -> FirewallRule -> FirewallRule #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> FirewallRule -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> FirewallRule -> r #

gmapQ :: (forall d. Data d => d -> u) -> FirewallRule -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> FirewallRule -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> FirewallRule -> m FirewallRule #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> FirewallRule -> m FirewallRule #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> FirewallRule -> m FirewallRule #

Show FirewallRule Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic FirewallRule Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep FirewallRule :: Type -> Type #

ToJSON FirewallRule Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON FirewallRule Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep FirewallRule Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep FirewallRule = D1 (MetaData "FirewallRule" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "FirewallRule'" PrefixI True) ((S1 (MetaSel (Just "_frPriority") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_frAction") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe FirewallRuleAction))) :*: (S1 (MetaSel (Just "_frSourceRange") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_frDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

firewallRule :: FirewallRule Source #

Creates a value of FirewallRule with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

frPriority :: Lens' FirewallRule (Maybe Int32) Source #

A positive integer between 1, Int32.MaxValue-1 that defines the order of rule evaluation. Rules with the lowest priority are evaluated first.A default rule at priority Int32.MaxValue matches all IPv4 and IPv6 traffic when no previous rule matches. Only the action of this rule can be modified by the user.

frAction :: Lens' FirewallRule (Maybe FirewallRuleAction) Source #

The action to take on matched requests.

frSourceRange :: Lens' FirewallRule (Maybe Text) Source #

IP address or range, defined using CIDR notation, of requests that this rule applies to. You can use the wildcard character "*" to match all IPs equivalent to "0/0" and "::/0" together. Examples: 192.168.1.1 or 192.168.0.0/16 or 2001:db8::/32 or 2001:0db8:0000:0042:0000:8a2e:0370:7334.

Truncation will be silently performed on addresses which are not properly truncated. For example, 1.2.3.4/24 is accepted as the same address as 1.2.3.0/24. Similarly, for IPv6, 2001:db8::1/32 is accepted as the same address as 2001:db8::/32.

frDescription :: Lens' FirewallRule (Maybe Text) Source #

An optional string description of this rule. This field has a maximum length of 100 characters.

LocationMetadata

data LocationMetadata Source #

Metadata for the given google.cloud.location.Location.

See: locationMetadata smart constructor.

Instances
Eq LocationMetadata Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data LocationMetadata Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LocationMetadata -> c LocationMetadata #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LocationMetadata #

toConstr :: LocationMetadata -> Constr #

dataTypeOf :: LocationMetadata -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c LocationMetadata) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LocationMetadata) #

gmapT :: (forall b. Data b => b -> b) -> LocationMetadata -> LocationMetadata #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LocationMetadata -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LocationMetadata -> r #

gmapQ :: (forall d. Data d => d -> u) -> LocationMetadata -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LocationMetadata -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LocationMetadata -> m LocationMetadata #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LocationMetadata -> m LocationMetadata #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LocationMetadata -> m LocationMetadata #

Show LocationMetadata Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic LocationMetadata Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep LocationMetadata :: Type -> Type #

ToJSON LocationMetadata Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON LocationMetadata Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep LocationMetadata Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep LocationMetadata = D1 (MetaData "LocationMetadata" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "LocationMetadata'" PrefixI True) (S1 (MetaSel (Just "_lmStandardEnvironmentAvailable") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_lmFlexibleEnvironmentAvailable") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))

locationMetadata :: LocationMetadata Source #

Creates a value of LocationMetadata with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

lmStandardEnvironmentAvailable :: Lens' LocationMetadata (Maybe Bool) Source #

App Engine standard environment is available in the given location.'OutputOnly

lmFlexibleEnvironmentAvailable :: Lens' LocationMetadata (Maybe Bool) Source #

App Engine flexible environment is available in the given location.'OutputOnly

OperationMetadata

data OperationMetadata Source #

Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.

See: operationMetadata smart constructor.

Instances
Eq OperationMetadata Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data OperationMetadata Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> OperationMetadata -> c OperationMetadata #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c OperationMetadata #

toConstr :: OperationMetadata -> Constr #

dataTypeOf :: OperationMetadata -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c OperationMetadata) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c OperationMetadata) #

gmapT :: (forall b. Data b => b -> b) -> OperationMetadata -> OperationMetadata #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> OperationMetadata -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> OperationMetadata -> r #

gmapQ :: (forall d. Data d => d -> u) -> OperationMetadata -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> OperationMetadata -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> OperationMetadata -> m OperationMetadata #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> OperationMetadata -> m OperationMetadata #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> OperationMetadata -> m OperationMetadata #

Show OperationMetadata Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic OperationMetadata Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep OperationMetadata :: Type -> Type #

ToJSON OperationMetadata Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON OperationMetadata Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep OperationMetadata Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep OperationMetadata = D1 (MetaData "OperationMetadata" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" True) (C1 (MetaCons "OperationMetadata'" PrefixI True) (S1 (MetaSel (Just "_omAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

operationMetadata Source #

Creates a value of OperationMetadata with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

omAddtional :: Lens' OperationMetadata (HashMap Text JSONValue) Source #

Properties of the object. Contains field 'type with type URL.

URLMapAuthFailAction

data URLMapAuthFailAction Source #

Action to take when users access resources that require authentication. Defaults to redirect.

Constructors

UMAFAAuthFailActionUnspecified

AUTH_FAIL_ACTION_UNSPECIFIED Not specified. AUTH_FAIL_ACTION_REDIRECT is assumed.

UMAFAAuthFailActionRedirect

AUTH_FAIL_ACTION_REDIRECT Redirects user to "accounts.google.com". The user is redirected back to the application URL after signing in or creating an account.

UMAFAAuthFailActionUnauthorized

AUTH_FAIL_ACTION_UNAUTHORIZED Rejects request with a 401 HTTP status code and an error message.

Instances
Enum URLMapAuthFailAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Eq URLMapAuthFailAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Data URLMapAuthFailAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> URLMapAuthFailAction -> c URLMapAuthFailAction #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c URLMapAuthFailAction #

toConstr :: URLMapAuthFailAction -> Constr #

dataTypeOf :: URLMapAuthFailAction -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c URLMapAuthFailAction) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c URLMapAuthFailAction) #

gmapT :: (forall b. Data b => b -> b) -> URLMapAuthFailAction -> URLMapAuthFailAction #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> URLMapAuthFailAction -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> URLMapAuthFailAction -> r #

gmapQ :: (forall d. Data d => d -> u) -> URLMapAuthFailAction -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> URLMapAuthFailAction -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> URLMapAuthFailAction -> m URLMapAuthFailAction #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> URLMapAuthFailAction -> m URLMapAuthFailAction #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> URLMapAuthFailAction -> m URLMapAuthFailAction #

Ord URLMapAuthFailAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Read URLMapAuthFailAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Show URLMapAuthFailAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Generic URLMapAuthFailAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Associated Types

type Rep URLMapAuthFailAction :: Type -> Type #

Hashable URLMapAuthFailAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToJSON URLMapAuthFailAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromJSON URLMapAuthFailAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromHttpApiData URLMapAuthFailAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToHttpApiData URLMapAuthFailAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep URLMapAuthFailAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep URLMapAuthFailAction = D1 (MetaData "URLMapAuthFailAction" "Network.Google.AppEngine.Types.Sum" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "UMAFAAuthFailActionUnspecified" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "UMAFAAuthFailActionRedirect" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "UMAFAAuthFailActionUnauthorized" PrefixI False) (U1 :: Type -> Type)))

ListInstancesResponse

data ListInstancesResponse Source #

Response message for Instances.ListInstances.

See: listInstancesResponse smart constructor.

Instances
Eq ListInstancesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data ListInstancesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListInstancesResponse -> c ListInstancesResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListInstancesResponse #

toConstr :: ListInstancesResponse -> Constr #

dataTypeOf :: ListInstancesResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ListInstancesResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListInstancesResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListInstancesResponse -> ListInstancesResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListInstancesResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListInstancesResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListInstancesResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListInstancesResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListInstancesResponse -> m ListInstancesResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListInstancesResponse -> m ListInstancesResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListInstancesResponse -> m ListInstancesResponse #

Show ListInstancesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic ListInstancesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep ListInstancesResponse :: Type -> Type #

ToJSON ListInstancesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON ListInstancesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ListInstancesResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ListInstancesResponse = D1 (MetaData "ListInstancesResponse" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "ListInstancesResponse'" PrefixI True) (S1 (MetaSel (Just "_lirNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lirInstances") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Instance]))))

listInstancesResponse :: ListInstancesResponse Source #

Creates a value of ListInstancesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

lirNextPageToken :: Lens' ListInstancesResponse (Maybe Text) Source #

Continuation token for fetching the next page of results.

lirInstances :: Lens' ListInstancesResponse [Instance] Source #

The instances belonging to the requested version.

OperationMetadataV1Alpha

data OperationMetadataV1Alpha Source #

Metadata for the given google.longrunning.Operation.

See: operationMetadataV1Alpha smart constructor.

Instances
Eq OperationMetadataV1Alpha Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data OperationMetadataV1Alpha Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> OperationMetadataV1Alpha -> c OperationMetadataV1Alpha #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c OperationMetadataV1Alpha #

toConstr :: OperationMetadataV1Alpha -> Constr #

dataTypeOf :: OperationMetadataV1Alpha -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c OperationMetadataV1Alpha) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c OperationMetadataV1Alpha) #

gmapT :: (forall b. Data b => b -> b) -> OperationMetadataV1Alpha -> OperationMetadataV1Alpha #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> OperationMetadataV1Alpha -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> OperationMetadataV1Alpha -> r #

gmapQ :: (forall d. Data d => d -> u) -> OperationMetadataV1Alpha -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> OperationMetadataV1Alpha -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> OperationMetadataV1Alpha -> m OperationMetadataV1Alpha #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> OperationMetadataV1Alpha -> m OperationMetadataV1Alpha #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> OperationMetadataV1Alpha -> m OperationMetadataV1Alpha #

Show OperationMetadataV1Alpha Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic OperationMetadataV1Alpha Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep OperationMetadataV1Alpha :: Type -> Type #

ToJSON OperationMetadataV1Alpha Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON OperationMetadataV1Alpha Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep OperationMetadataV1Alpha Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep OperationMetadataV1Alpha = D1 (MetaData "OperationMetadataV1Alpha" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "OperationMetadataV1Alpha'" PrefixI True) (((S1 (MetaSel (Just "_omvaEphemeralMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_omvaInsertTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime'))) :*: (S1 (MetaSel (Just "_omvaUser") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_omvaMethod") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_omvaEndTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')) :*: S1 (MetaSel (Just "_omvaWarning") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 (MetaSel (Just "_omvaCreateVersionMetadata") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CreateVersionMetadataV1Alpha)) :*: S1 (MetaSel (Just "_omvaTarget") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

operationMetadataV1Alpha :: OperationMetadataV1Alpha Source #

Creates a value of OperationMetadataV1Alpha with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

omvaEphemeralMessage :: Lens' OperationMetadataV1Alpha (Maybe Text) Source #

Ephemeral message that may change every time the operation is polled. 'OutputOnly

omvaInsertTime :: Lens' OperationMetadataV1Alpha (Maybe UTCTime) Source #

Time that this operation was created.'OutputOnly

omvaUser :: Lens' OperationMetadataV1Alpha (Maybe Text) Source #

User who requested this operation.'OutputOnly

omvaMethod :: Lens' OperationMetadataV1Alpha (Maybe Text) Source #

API method that initiated this operation. Example: google.appengine.v1alpha.Versions.CreateVersion.'OutputOnly

omvaEndTime :: Lens' OperationMetadataV1Alpha (Maybe UTCTime) Source #

Time that this operation completed.'OutputOnly

omvaWarning :: Lens' OperationMetadataV1Alpha [Text] Source #

Durable messages that persist on every operation poll. 'OutputOnly

omvaTarget :: Lens' OperationMetadataV1Alpha (Maybe Text) Source #

Name of the resource that this operation is acting on. Example: apps/myapp/services/default.'OutputOnly

LivenessCheck

data LivenessCheck Source #

Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances.

See: livenessCheck smart constructor.

Instances
Eq LivenessCheck Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data LivenessCheck Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LivenessCheck -> c LivenessCheck #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LivenessCheck #

toConstr :: LivenessCheck -> Constr #

dataTypeOf :: LivenessCheck -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c LivenessCheck) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LivenessCheck) #

gmapT :: (forall b. Data b => b -> b) -> LivenessCheck -> LivenessCheck #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LivenessCheck -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LivenessCheck -> r #

gmapQ :: (forall d. Data d => d -> u) -> LivenessCheck -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LivenessCheck -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LivenessCheck -> m LivenessCheck #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LivenessCheck -> m LivenessCheck #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LivenessCheck -> m LivenessCheck #

Show LivenessCheck Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic LivenessCheck Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep LivenessCheck :: Type -> Type #

ToJSON LivenessCheck Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON LivenessCheck Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep LivenessCheck Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

livenessCheck :: LivenessCheck Source #

Creates a value of LivenessCheck with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

lcSuccessThreshold :: Lens' LivenessCheck (Maybe Word32) Source #

Number of consecutive successful checks required before considering the VM healthy.

lcFailureThreshold :: Lens' LivenessCheck (Maybe Word32) Source #

Number of consecutive failed checks required before considering the VM unhealthy.

lcPath :: Lens' LivenessCheck (Maybe Text) Source #

The request path.

lcCheckInterval :: Lens' LivenessCheck (Maybe Scientific) Source #

Interval between health checks.

lcHost :: Lens' LivenessCheck (Maybe Text) Source #

Host header to send when performing a HTTP Liveness check. Example: "myapp.appspot.com"

lcInitialDelay :: Lens' LivenessCheck (Maybe Scientific) Source #

The initial delay before starting to execute the checks.

lcTimeout :: Lens' LivenessCheck (Maybe Scientific) Source #

Time before the check is considered failed.

URLMapRedirectHTTPResponseCode

data URLMapRedirectHTTPResponseCode Source #

30x code to use when performing redirects for the secure field. Defaults to 302.

Constructors

RedirectHTTPResponseCodeUnspecified

REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED Not specified. 302 is assumed.

RedirectHTTPResponseCode301

REDIRECT_HTTP_RESPONSE_CODE_301 301 Moved Permanently code.

RedirectHTTPResponseCode302

REDIRECT_HTTP_RESPONSE_CODE_302 302 Moved Temporarily code.

RedirectHTTPResponseCode303

REDIRECT_HTTP_RESPONSE_CODE_303 303 See Other code.

RedirectHTTPResponseCode307

REDIRECT_HTTP_RESPONSE_CODE_307 307 Temporary Redirect code.

Instances
Enum URLMapRedirectHTTPResponseCode Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Eq URLMapRedirectHTTPResponseCode Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Data URLMapRedirectHTTPResponseCode Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> URLMapRedirectHTTPResponseCode -> c URLMapRedirectHTTPResponseCode #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c URLMapRedirectHTTPResponseCode #

toConstr :: URLMapRedirectHTTPResponseCode -> Constr #

dataTypeOf :: URLMapRedirectHTTPResponseCode -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c URLMapRedirectHTTPResponseCode) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c URLMapRedirectHTTPResponseCode) #

gmapT :: (forall b. Data b => b -> b) -> URLMapRedirectHTTPResponseCode -> URLMapRedirectHTTPResponseCode #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> URLMapRedirectHTTPResponseCode -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> URLMapRedirectHTTPResponseCode -> r #

gmapQ :: (forall d. Data d => d -> u) -> URLMapRedirectHTTPResponseCode -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> URLMapRedirectHTTPResponseCode -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> URLMapRedirectHTTPResponseCode -> m URLMapRedirectHTTPResponseCode #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> URLMapRedirectHTTPResponseCode -> m URLMapRedirectHTTPResponseCode #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> URLMapRedirectHTTPResponseCode -> m URLMapRedirectHTTPResponseCode #

Ord URLMapRedirectHTTPResponseCode Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Read URLMapRedirectHTTPResponseCode Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Show URLMapRedirectHTTPResponseCode Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Generic URLMapRedirectHTTPResponseCode Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Associated Types

type Rep URLMapRedirectHTTPResponseCode :: Type -> Type #

Hashable URLMapRedirectHTTPResponseCode Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToJSON URLMapRedirectHTTPResponseCode Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromJSON URLMapRedirectHTTPResponseCode Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromHttpApiData URLMapRedirectHTTPResponseCode Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToHttpApiData URLMapRedirectHTTPResponseCode Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep URLMapRedirectHTTPResponseCode Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep URLMapRedirectHTTPResponseCode = D1 (MetaData "URLMapRedirectHTTPResponseCode" "Network.Google.AppEngine.Types.Sum" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) ((C1 (MetaCons "RedirectHTTPResponseCodeUnspecified" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "RedirectHTTPResponseCode301" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "RedirectHTTPResponseCode302" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "RedirectHTTPResponseCode303" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "RedirectHTTPResponseCode307" PrefixI False) (U1 :: Type -> Type))))

RequestUtilization

data RequestUtilization Source #

Target scaling by request utilization. Only applicable in the App Engine flexible environment.

See: requestUtilization smart constructor.

Instances
Eq RequestUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data RequestUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RequestUtilization -> c RequestUtilization #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RequestUtilization #

toConstr :: RequestUtilization -> Constr #

dataTypeOf :: RequestUtilization -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RequestUtilization) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RequestUtilization) #

gmapT :: (forall b. Data b => b -> b) -> RequestUtilization -> RequestUtilization #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RequestUtilization -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RequestUtilization -> r #

gmapQ :: (forall d. Data d => d -> u) -> RequestUtilization -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RequestUtilization -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RequestUtilization -> m RequestUtilization #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RequestUtilization -> m RequestUtilization #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RequestUtilization -> m RequestUtilization #

Show RequestUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic RequestUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep RequestUtilization :: Type -> Type #

ToJSON RequestUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON RequestUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep RequestUtilization Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep RequestUtilization = D1 (MetaData "RequestUtilization" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "RequestUtilization'" PrefixI True) (S1 (MetaSel (Just "_ruTargetConcurrentRequests") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_ruTargetRequestCountPerSecond") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))

requestUtilization :: RequestUtilization Source #

Creates a value of RequestUtilization with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ruTargetConcurrentRequests :: Lens' RequestUtilization (Maybe Int32) Source #

Target number of concurrent requests.

FirewallRuleAction

data FirewallRuleAction Source #

The action to take on matched requests.

Constructors

UnspecifiedAction
UNSPECIFIED_ACTION
Allow

ALLOW Matching requests are allowed.

Deny

DENY Matching requests are denied.

Instances
Enum FirewallRuleAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Eq FirewallRuleAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Data FirewallRuleAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> FirewallRuleAction -> c FirewallRuleAction #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c FirewallRuleAction #

toConstr :: FirewallRuleAction -> Constr #

dataTypeOf :: FirewallRuleAction -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c FirewallRuleAction) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c FirewallRuleAction) #

gmapT :: (forall b. Data b => b -> b) -> FirewallRuleAction -> FirewallRuleAction #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> FirewallRuleAction -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> FirewallRuleAction -> r #

gmapQ :: (forall d. Data d => d -> u) -> FirewallRuleAction -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> FirewallRuleAction -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> FirewallRuleAction -> m FirewallRuleAction #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> FirewallRuleAction -> m FirewallRuleAction #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> FirewallRuleAction -> m FirewallRuleAction #

Ord FirewallRuleAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Read FirewallRuleAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Show FirewallRuleAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Generic FirewallRuleAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Associated Types

type Rep FirewallRuleAction :: Type -> Type #

Hashable FirewallRuleAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToJSON FirewallRuleAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromJSON FirewallRuleAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromHttpApiData FirewallRuleAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToHttpApiData FirewallRuleAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep FirewallRuleAction Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep FirewallRuleAction = D1 (MetaData "FirewallRuleAction" "Network.Google.AppEngine.Types.Sum" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "UnspecifiedAction" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Allow" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Deny" PrefixI False) (U1 :: Type -> Type)))

SSLSettingsSSLManagementType

data SSLSettingsSSLManagementType Source #

SSL management type for this domain. If AUTOMATIC, a managed certificate is automatically provisioned. If MANUAL, certificate_id must be manually specified in order to configure SSL for this domain.

Constructors

SSLManagementTypeUnspecified

SSL_MANAGEMENT_TYPE_UNSPECIFIED Defaults to AUTOMATIC.

Automatic

AUTOMATIC SSL support for this domain is configured automatically. The mapped SSL certificate will be automatically renewed.

Manual

MANUAL SSL support for this domain is configured manually by the user. Either the domain has no SSL support or a user-obtained SSL certificate has been explictly mapped to this domain.

Instances
Enum SSLSettingsSSLManagementType Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Eq SSLSettingsSSLManagementType Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Data SSLSettingsSSLManagementType Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SSLSettingsSSLManagementType -> c SSLSettingsSSLManagementType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SSLSettingsSSLManagementType #

toConstr :: SSLSettingsSSLManagementType -> Constr #

dataTypeOf :: SSLSettingsSSLManagementType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SSLSettingsSSLManagementType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SSLSettingsSSLManagementType) #

gmapT :: (forall b. Data b => b -> b) -> SSLSettingsSSLManagementType -> SSLSettingsSSLManagementType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SSLSettingsSSLManagementType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SSLSettingsSSLManagementType -> r #

gmapQ :: (forall d. Data d => d -> u) -> SSLSettingsSSLManagementType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SSLSettingsSSLManagementType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SSLSettingsSSLManagementType -> m SSLSettingsSSLManagementType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SSLSettingsSSLManagementType -> m SSLSettingsSSLManagementType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SSLSettingsSSLManagementType -> m SSLSettingsSSLManagementType #

Ord SSLSettingsSSLManagementType Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Read SSLSettingsSSLManagementType Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Show SSLSettingsSSLManagementType Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Generic SSLSettingsSSLManagementType Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Associated Types

type Rep SSLSettingsSSLManagementType :: Type -> Type #

Hashable SSLSettingsSSLManagementType Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToJSON SSLSettingsSSLManagementType Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromJSON SSLSettingsSSLManagementType Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromHttpApiData SSLSettingsSSLManagementType Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToHttpApiData SSLSettingsSSLManagementType Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep SSLSettingsSSLManagementType Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep SSLSettingsSSLManagementType = D1 (MetaData "SSLSettingsSSLManagementType" "Network.Google.AppEngine.Types.Sum" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "SSLManagementTypeUnspecified" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Automatic" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Manual" PrefixI False) (U1 :: Type -> Type)))

RepairApplicationRequest

data RepairApplicationRequest Source #

Request message for 'Applications.RepairApplication'.

See: repairApplicationRequest smart constructor.

Instances
Eq RepairApplicationRequest Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data RepairApplicationRequest Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RepairApplicationRequest -> c RepairApplicationRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RepairApplicationRequest #

toConstr :: RepairApplicationRequest -> Constr #

dataTypeOf :: RepairApplicationRequest -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RepairApplicationRequest) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RepairApplicationRequest) #

gmapT :: (forall b. Data b => b -> b) -> RepairApplicationRequest -> RepairApplicationRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RepairApplicationRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RepairApplicationRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> RepairApplicationRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RepairApplicationRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RepairApplicationRequest -> m RepairApplicationRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RepairApplicationRequest -> m RepairApplicationRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RepairApplicationRequest -> m RepairApplicationRequest #

Show RepairApplicationRequest Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic RepairApplicationRequest Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep RepairApplicationRequest :: Type -> Type #

ToJSON RepairApplicationRequest Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON RepairApplicationRequest Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep RepairApplicationRequest Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep RepairApplicationRequest = D1 (MetaData "RepairApplicationRequest" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "RepairApplicationRequest'" PrefixI False) (U1 :: Type -> Type))

repairApplicationRequest :: RepairApplicationRequest Source #

Creates a value of RepairApplicationRequest with the minimum fields required to make a request.

OperationResponse

data OperationResponse Source #

The normal response of the operation in case of success. If the original method returns no data on success, such as Delete, the response is google.protobuf.Empty. If the original method is standard Get/Create/Update, the response should be the resource. For other methods, the response should have the type XxxResponse, where Xxx is the original method name. For example, if the original method name is TakeSnapshot(), the inferred response type is TakeSnapshotResponse.

See: operationResponse smart constructor.

Instances
Eq OperationResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data OperationResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> OperationResponse -> c OperationResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c OperationResponse #

toConstr :: OperationResponse -> Constr #

dataTypeOf :: OperationResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c OperationResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c OperationResponse) #

gmapT :: (forall b. Data b => b -> b) -> OperationResponse -> OperationResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> OperationResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> OperationResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> OperationResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> OperationResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> OperationResponse -> m OperationResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> OperationResponse -> m OperationResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> OperationResponse -> m OperationResponse #

Show OperationResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic OperationResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep OperationResponse :: Type -> Type #

ToJSON OperationResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON OperationResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep OperationResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep OperationResponse = D1 (MetaData "OperationResponse" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" True) (C1 (MetaCons "OperationResponse'" PrefixI True) (S1 (MetaSel (Just "_orAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

operationResponse Source #

Creates a value of OperationResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

orAddtional :: Lens' OperationResponse (HashMap Text JSONValue) Source #

Properties of the object. Contains field 'type with type URL.

CreateVersionMetadataV1Beta

data CreateVersionMetadataV1Beta Source #

Metadata for the given google.longrunning.Operation during a google.appengine.v1beta.CreateVersionRequest.

See: createVersionMetadataV1Beta smart constructor.

Instances
Eq CreateVersionMetadataV1Beta Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data CreateVersionMetadataV1Beta Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreateVersionMetadataV1Beta -> c CreateVersionMetadataV1Beta #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreateVersionMetadataV1Beta #

toConstr :: CreateVersionMetadataV1Beta -> Constr #

dataTypeOf :: CreateVersionMetadataV1Beta -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CreateVersionMetadataV1Beta) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreateVersionMetadataV1Beta) #

gmapT :: (forall b. Data b => b -> b) -> CreateVersionMetadataV1Beta -> CreateVersionMetadataV1Beta #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreateVersionMetadataV1Beta -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreateVersionMetadataV1Beta -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreateVersionMetadataV1Beta -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreateVersionMetadataV1Beta -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreateVersionMetadataV1Beta -> m CreateVersionMetadataV1Beta #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateVersionMetadataV1Beta -> m CreateVersionMetadataV1Beta #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateVersionMetadataV1Beta -> m CreateVersionMetadataV1Beta #

Show CreateVersionMetadataV1Beta Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic CreateVersionMetadataV1Beta Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep CreateVersionMetadataV1Beta :: Type -> Type #

ToJSON CreateVersionMetadataV1Beta Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON CreateVersionMetadataV1Beta Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep CreateVersionMetadataV1Beta Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep CreateVersionMetadataV1Beta = D1 (MetaData "CreateVersionMetadataV1Beta" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" True) (C1 (MetaCons "CreateVersionMetadataV1Beta'" PrefixI True) (S1 (MetaSel (Just "_cvmvbCloudBuildId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

createVersionMetadataV1Beta :: CreateVersionMetadataV1Beta Source #

Creates a value of CreateVersionMetadataV1Beta with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cvmvbCloudBuildId :: Lens' CreateVersionMetadataV1Beta (Maybe Text) Source #

The Cloud Build ID if one was created as part of the version create. 'OutputOnly

ListDomainMAppingsResponse

data ListDomainMAppingsResponse Source #

Response message for DomainMappings.ListDomainMappings.

See: listDomainMAppingsResponse smart constructor.

Instances
Eq ListDomainMAppingsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data ListDomainMAppingsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListDomainMAppingsResponse -> c ListDomainMAppingsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListDomainMAppingsResponse #

toConstr :: ListDomainMAppingsResponse -> Constr #

dataTypeOf :: ListDomainMAppingsResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ListDomainMAppingsResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListDomainMAppingsResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListDomainMAppingsResponse -> ListDomainMAppingsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListDomainMAppingsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListDomainMAppingsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListDomainMAppingsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListDomainMAppingsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListDomainMAppingsResponse -> m ListDomainMAppingsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListDomainMAppingsResponse -> m ListDomainMAppingsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListDomainMAppingsResponse -> m ListDomainMAppingsResponse #

Show ListDomainMAppingsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic ListDomainMAppingsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep ListDomainMAppingsResponse :: Type -> Type #

ToJSON ListDomainMAppingsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON ListDomainMAppingsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ListDomainMAppingsResponse Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ListDomainMAppingsResponse = D1 (MetaData "ListDomainMAppingsResponse" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "ListDomainMAppingsResponse'" PrefixI True) (S1 (MetaSel (Just "_ldmarDomainMAppings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DomainMApping])) :*: S1 (MetaSel (Just "_ldmarNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

listDomainMAppingsResponse :: ListDomainMAppingsResponse Source #

Creates a value of ListDomainMAppingsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ldmarDomainMAppings :: Lens' ListDomainMAppingsResponse [DomainMApping] Source #

The domain mappings for the application.

ldmarNextPageToken :: Lens' ListDomainMAppingsResponse (Maybe Text) Source #

Continuation token for fetching the next page of results.

StandardSchedulerSettings

data StandardSchedulerSettings Source #

Scheduler settings for standard environment.

See: standardSchedulerSettings smart constructor.

Instances
Eq StandardSchedulerSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data StandardSchedulerSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StandardSchedulerSettings -> c StandardSchedulerSettings #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StandardSchedulerSettings #

toConstr :: StandardSchedulerSettings -> Constr #

dataTypeOf :: StandardSchedulerSettings -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StandardSchedulerSettings) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StandardSchedulerSettings) #

gmapT :: (forall b. Data b => b -> b) -> StandardSchedulerSettings -> StandardSchedulerSettings #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StandardSchedulerSettings -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StandardSchedulerSettings -> r #

gmapQ :: (forall d. Data d => d -> u) -> StandardSchedulerSettings -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StandardSchedulerSettings -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StandardSchedulerSettings -> m StandardSchedulerSettings #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StandardSchedulerSettings -> m StandardSchedulerSettings #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StandardSchedulerSettings -> m StandardSchedulerSettings #

Show StandardSchedulerSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic StandardSchedulerSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep StandardSchedulerSettings :: Type -> Type #

ToJSON StandardSchedulerSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON StandardSchedulerSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep StandardSchedulerSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep StandardSchedulerSettings = D1 (MetaData "StandardSchedulerSettings" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "StandardSchedulerSettings'" PrefixI True) ((S1 (MetaSel (Just "_sssTargetCPUUtilization") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))) :*: S1 (MetaSel (Just "_sssMinInstances") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) :*: (S1 (MetaSel (Just "_sssMaxInstances") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_sssTargetThroughputUtilization") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))))))

standardSchedulerSettings :: StandardSchedulerSettings Source #

Creates a value of StandardSchedulerSettings with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

sssTargetCPUUtilization :: Lens' StandardSchedulerSettings (Maybe Double) Source #

Target CPU utilization ratio to maintain when scaling.

sssMinInstances :: Lens' StandardSchedulerSettings (Maybe Int32) Source #

Minimum number of instances to run for this version. Set to zero to disable min_instances configuration.

sssMaxInstances :: Lens' StandardSchedulerSettings (Maybe Int32) Source #

Maximum number of instances to run for this version. Set to zero to disable max_instances configuration.

sssTargetThroughputUtilization :: Lens' StandardSchedulerSettings (Maybe Double) Source #

Target throughput utilization ratio to maintain when scaling

APIConfigHandlerLogin

data APIConfigHandlerLogin Source #

Level of login required to access this resource. Defaults to optional.

Constructors

ACHLLoginUnspecified

LOGIN_UNSPECIFIED Not specified. LOGIN_OPTIONAL is assumed.

ACHLLoginOptional

LOGIN_OPTIONAL Does not require that the user is signed in.

ACHLLoginAdmin

LOGIN_ADMIN If the user is not signed in, the auth_fail_action is taken. In addition, if the user is not an administrator for the application, they are given an error message regardless of auth_fail_action. If the user is an administrator, the handler proceeds.

ACHLLoginRequired

LOGIN_REQUIRED If the user has signed in, the handler proceeds normally. Otherwise, the auth_fail_action is taken.

Instances
Enum APIConfigHandlerLogin Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Eq APIConfigHandlerLogin Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Data APIConfigHandlerLogin Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> APIConfigHandlerLogin -> c APIConfigHandlerLogin #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c APIConfigHandlerLogin #

toConstr :: APIConfigHandlerLogin -> Constr #

dataTypeOf :: APIConfigHandlerLogin -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c APIConfigHandlerLogin) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c APIConfigHandlerLogin) #

gmapT :: (forall b. Data b => b -> b) -> APIConfigHandlerLogin -> APIConfigHandlerLogin #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> APIConfigHandlerLogin -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> APIConfigHandlerLogin -> r #

gmapQ :: (forall d. Data d => d -> u) -> APIConfigHandlerLogin -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> APIConfigHandlerLogin -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> APIConfigHandlerLogin -> m APIConfigHandlerLogin #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> APIConfigHandlerLogin -> m APIConfigHandlerLogin #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> APIConfigHandlerLogin -> m APIConfigHandlerLogin #

Ord APIConfigHandlerLogin Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Read APIConfigHandlerLogin Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Show APIConfigHandlerLogin Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Generic APIConfigHandlerLogin Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

Associated Types

type Rep APIConfigHandlerLogin :: Type -> Type #

Hashable APIConfigHandlerLogin Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToJSON APIConfigHandlerLogin Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromJSON APIConfigHandlerLogin Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

FromHttpApiData APIConfigHandlerLogin Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

ToHttpApiData APIConfigHandlerLogin Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep APIConfigHandlerLogin Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Sum

type Rep APIConfigHandlerLogin = D1 (MetaData "APIConfigHandlerLogin" "Network.Google.AppEngine.Types.Sum" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) ((C1 (MetaCons "ACHLLoginUnspecified" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ACHLLoginOptional" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "ACHLLoginAdmin" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ACHLLoginRequired" PrefixI False) (U1 :: Type -> Type)))

ContainerInfo

data ContainerInfo Source #

Docker image that is used to create a container and start a VM instance for the version that you deploy. Only applicable for instances running in the App Engine flexible environment.

See: containerInfo smart constructor.

Instances
Eq ContainerInfo Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data ContainerInfo Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ContainerInfo -> c ContainerInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ContainerInfo #

toConstr :: ContainerInfo -> Constr #

dataTypeOf :: ContainerInfo -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ContainerInfo) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ContainerInfo) #

gmapT :: (forall b. Data b => b -> b) -> ContainerInfo -> ContainerInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ContainerInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ContainerInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> ContainerInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ContainerInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ContainerInfo -> m ContainerInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ContainerInfo -> m ContainerInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ContainerInfo -> m ContainerInfo #

Show ContainerInfo Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic ContainerInfo Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep ContainerInfo :: Type -> Type #

ToJSON ContainerInfo Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON ContainerInfo Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ContainerInfo Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep ContainerInfo = D1 (MetaData "ContainerInfo" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" True) (C1 (MetaCons "ContainerInfo'" PrefixI True) (S1 (MetaSel (Just "_ciImage") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

containerInfo :: ContainerInfo Source #

Creates a value of ContainerInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ciImage :: Lens' ContainerInfo (Maybe Text) Source #

URI to the hosted container image in Google Container Registry. The URI must be fully qualified and include a tag or digest. Examples: "gcr.io/my-project/image:tag" or "gcr.io/my-project/image'digest"

Instance

data Instance Source #

An Instance resource is the computing unit that App Engine uses to automatically scale an application.

See: instance' smart constructor.

Instances
Eq Instance Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data Instance Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Instance -> c Instance #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Instance #

toConstr :: Instance -> Constr #

dataTypeOf :: Instance -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Instance) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Instance) #

gmapT :: (forall b. Data b => b -> b) -> Instance -> Instance #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Instance -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Instance -> r #

gmapQ :: (forall d. Data d => d -> u) -> Instance -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Instance -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Instance -> m Instance #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Instance -> m Instance #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Instance -> m Instance #

Show Instance Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic Instance Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep Instance :: Type -> Type #

Methods

from :: Instance -> Rep Instance x #

to :: Rep Instance x -> Instance #

ToJSON Instance Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON Instance Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Instance Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Instance = D1 (MetaData "Instance" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "Instance'" PrefixI True) ((((S1 (MetaSel (Just "_iMemoryUsage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_iVMStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_iVMZoneName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_iVMIP") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_iStartTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')) :*: S1 (MetaSel (Just "_iVMId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_iAvailability") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe InstanceAvailability)) :*: S1 (MetaSel (Just "_iVMName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 (MetaSel (Just "_iName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_iVMDebugEnabled") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 (MetaSel (Just "_iRequests") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_iQps") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))))) :*: ((S1 (MetaSel (Just "_iId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_iErrors") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) :*: (S1 (MetaSel (Just "_iAverageLatency") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_iAppEngineRelease") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

instance' :: Instance Source #

Creates a value of Instance with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

iMemoryUsage :: Lens' Instance (Maybe Int64) Source #

Total memory in use (bytes).'OutputOnly

iVMStatus :: Lens' Instance (Maybe Text) Source #

Status of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment.'OutputOnly

iVMZoneName :: Lens' Instance (Maybe Text) Source #

Zone where the virtual machine is located. Only applicable for instances in App Engine flexible environment.'OutputOnly

iVMIP :: Lens' Instance (Maybe Text) Source #

The IP address of this instance. Only applicable for instances in App Engine flexible environment.'OutputOnly

iStartTime :: Lens' Instance (Maybe UTCTime) Source #

Time that this instance was started.'OutputOnly

iVMId :: Lens' Instance (Maybe Text) Source #

Virtual machine ID of this instance. Only applicable for instances in App Engine flexible environment.'OutputOnly

iAvailability :: Lens' Instance (Maybe InstanceAvailability) Source #

Availability of the instance.'OutputOnly

iVMName :: Lens' Instance (Maybe Text) Source #

Name of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment.'OutputOnly

iName :: Lens' Instance (Maybe Text) Source #

Full path to the Instance resource in the API. Example: apps/myapp/services/default/versions/v1/instances/instance-1.'OutputOnly

iVMDebugEnabled :: Lens' Instance (Maybe Bool) Source #

Whether this instance is in debug mode. Only applicable for instances in App Engine flexible environment.'OutputOnly

iRequests :: Lens' Instance (Maybe Int32) Source #

Number of requests since this instance was started.'OutputOnly

iQps :: Lens' Instance (Maybe Double) Source #

Average queries per second (QPS) over the last minute.'OutputOnly

iId :: Lens' Instance (Maybe Text) Source #

Relative name of the instance within the version. Example: instance-1.'OutputOnly

iErrors :: Lens' Instance (Maybe Int32) Source #

Number of errors since this instance was started.'OutputOnly

iAverageLatency :: Lens' Instance (Maybe Int32) Source #

Average latency (ms) over the last minute.'OutputOnly

iAppEngineRelease :: Lens' Instance (Maybe Text) Source #

App Engine release this instance is running on.'OutputOnly

SSLSettings

data SSLSettings Source #

SSL configuration for a DomainMapping resource.

See: sslSettings smart constructor.

Instances
Eq SSLSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data SSLSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SSLSettings -> c SSLSettings #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SSLSettings #

toConstr :: SSLSettings -> Constr #

dataTypeOf :: SSLSettings -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SSLSettings) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SSLSettings) #

gmapT :: (forall b. Data b => b -> b) -> SSLSettings -> SSLSettings #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SSLSettings -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SSLSettings -> r #

gmapQ :: (forall d. Data d => d -> u) -> SSLSettings -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SSLSettings -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SSLSettings -> m SSLSettings #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SSLSettings -> m SSLSettings #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SSLSettings -> m SSLSettings #

Show SSLSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic SSLSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep SSLSettings :: Type -> Type #

ToJSON SSLSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON SSLSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep SSLSettings Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep SSLSettings = D1 (MetaData "SSLSettings" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "SSLSettings'" PrefixI True) (S1 (MetaSel (Just "_ssSSLManagementType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SSLSettingsSSLManagementType)) :*: (S1 (MetaSel (Just "_ssCertificateId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ssPendingManagedCertificateId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

sslSettings :: SSLSettings Source #

Creates a value of SSLSettings with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ssSSLManagementType :: Lens' SSLSettings (Maybe SSLSettingsSSLManagementType) Source #

SSL management type for this domain. If AUTOMATIC, a managed certificate is automatically provisioned. If MANUAL, certificate_id must be manually specified in order to configure SSL for this domain.

ssCertificateId :: Lens' SSLSettings (Maybe Text) Source #

ID of the AuthorizedCertificate resource configuring SSL for the application. Clearing this field will remove SSL support.By default, a managed certificate is automatically created for every domain mapping. To omit SSL support or to configure SSL manually, specify SslManagementType.MANUAL on a CREATE or UPDATE request. You must be authorized to administer the AuthorizedCertificate resource to manually map it to a DomainMapping resource. Example: 12345.

ssPendingManagedCertificateId :: Lens' SSLSettings (Maybe Text) Source #

ID of the managed AuthorizedCertificate resource currently being provisioned, if applicable. Until the new managed certificate has been successfully provisioned, the previous SSL state will be preserved. Once the provisioning process completes, the certificate_id field will reflect the new managed certificate and this field will be left empty. To remove SSL support while there is still a pending managed certificate, clear the certificate_id field with an UpdateDomainMappingRequest.'OutputOnly

Deployment

data Deployment Source #

Code and application artifacts used to deploy a version to App Engine.

See: deployment smart constructor.

Instances
Eq Deployment Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Data Deployment Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Deployment -> c Deployment #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Deployment #

toConstr :: Deployment -> Constr #

dataTypeOf :: Deployment -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Deployment) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Deployment) #

gmapT :: (forall b. Data b => b -> b) -> Deployment -> Deployment #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Deployment -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Deployment -> r #

gmapQ :: (forall d. Data d => d -> u) -> Deployment -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Deployment -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Deployment -> m Deployment #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Deployment -> m Deployment #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Deployment -> m Deployment #

Show Deployment Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Generic Deployment Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

Associated Types

type Rep Deployment :: Type -> Type #

ToJSON Deployment Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

FromJSON Deployment Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Deployment Source # 
Instance details

Defined in Network.Google.AppEngine.Types.Product

type Rep Deployment = D1 (MetaData "Deployment" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.5.0-762vJQeplCZG4xv6UuH0z6" False) (C1 (MetaCons "Deployment'" PrefixI True) ((S1 (MetaSel (Just "_dZip") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ZipInfo)) :*: S1 (MetaSel (Just "_dCloudBuildOptions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CloudBuildOptions))) :*: (S1 (MetaSel (Just "_dContainer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ContainerInfo)) :*: S1 (MetaSel (Just "_dFiles") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeploymentFiles)))))

deployment :: Deployment Source #

Creates a value of Deployment with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dZip :: Lens' Deployment (Maybe ZipInfo) Source #

The zip file for this deployment, if this is a zip deployment.

dCloudBuildOptions :: Lens' Deployment (Maybe CloudBuildOptions) Source #

Options for any Google Cloud Build builds created as a part of this deployment.These options will only be used if a new build is created, such as when deploying to the App Engine flexible environment using files or zip.

dContainer :: Lens' Deployment (Maybe ContainerInfo) Source #

The Docker image for the container that runs the version. Only applicable for instances running in the App Engine flexible environment.

dFiles :: Lens' Deployment (Maybe DeploymentFiles) Source #

Manifest of the files stored in Google Cloud Storage that are included as part of this version. All files must be readable using the credentials supplied with this call.