gogol-appengine-0.3.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 App Engine applications.

See: Google App Engine Admin API Reference

Synopsis

Service Configuration

appEngineService :: ServiceConfig #

Default request referring to version v1 of the Google 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"] #

View your data across Google Cloud Platform services

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

View and manage your applications deployed on Google App Engine

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

View and manage your data across Google Cloud Platform services

API Declaration

Resources

appengine.apps.create

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

OperationMetadataExperimental

data OperationMetadataExperimental #

Metadata for the given google.longrunning.Operation.

See: operationMetadataExperimental smart constructor.

Instances

Eq OperationMetadataExperimental # 
Data OperationMetadataExperimental # 

Methods

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

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

toConstr :: OperationMetadataExperimental -> Constr #

dataTypeOf :: OperationMetadataExperimental -> DataType #

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

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

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

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

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

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

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

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

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

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

Show OperationMetadataExperimental # 
Generic OperationMetadataExperimental # 
ToJSON OperationMetadataExperimental # 
FromJSON OperationMetadataExperimental # 
type Rep OperationMetadataExperimental # 
type Rep OperationMetadataExperimental = D1 (MetaData "OperationMetadataExperimental" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "OperationMetadataExperimental'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_omeInsertTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_omeUser") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_omeMethod") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_omeEndTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_omeTarget") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

operationMetadataExperimental :: OperationMetadataExperimental #

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

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

omeInsertTime :: Lens' OperationMetadataExperimental (Maybe Text) #

Time that this operation was created.'OutputOnly

omeUser :: Lens' OperationMetadataExperimental (Maybe Text) #

User who requested this operation.'OutputOnly

omeMethod :: Lens' OperationMetadataExperimental (Maybe Text) #

API method that initiated this operation. Example: google.appengine.experimental.CustomDomains.CreateCustomDomain.'OutputOnly

omeEndTime :: Lens' OperationMetadataExperimental (Maybe Text) #

Time that this operation completed.'OutputOnly

omeTarget :: Lens' OperationMetadataExperimental (Maybe Text) #

Name of the resource that this operation is acting on. Example: apps/myapp/customDomains/example.com.'OutputOnly

NetworkUtilization

data NetworkUtilization #

Target scaling by network usage. Only applicable for VM runtimes.

See: networkUtilization smart constructor.

Instances

Eq NetworkUtilization # 
Data NetworkUtilization # 

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 # 
Generic NetworkUtilization # 
ToJSON NetworkUtilization # 
FromJSON NetworkUtilization # 
type Rep NetworkUtilization # 
type Rep NetworkUtilization = D1 (MetaData "NetworkUtilization" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "NetworkUtilization'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_nuTargetReceivedBytesPerSecond") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_nuTargetSentPacketsPerSecond") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))) ((:*:) (S1 (MetaSel (Just Symbol "_nuTargetReceivedPacketsPerSecond") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_nuTargetSentBytesPerSecond") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))))

networkUtilization :: NetworkUtilization #

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:

nuTargetReceivedBytesPerSecond :: Lens' NetworkUtilization (Maybe Int32) #

Target bytes received per second.

nuTargetReceivedPacketsPerSecond :: Lens' NetworkUtilization (Maybe Int32) #

Target packets received per second.

Status

data Status #

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 which 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 purpose. 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 # 

Methods

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

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

Data Status # 

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 # 
Generic Status # 

Associated Types

type Rep Status :: * -> * #

Methods

from :: Status -> Rep Status x #

to :: Rep Status x -> Status #

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

status :: Status #

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] #

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

sCode :: Lens' Status (Maybe Int32) #

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

sMessage :: Lens' Status (Maybe Text) #

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.

OperationSchema

data OperationSchema #

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: operationSchema smart constructor.

Instances

Eq OperationSchema # 
Data OperationSchema # 

Methods

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

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

toConstr :: OperationSchema -> Constr #

dataTypeOf :: OperationSchema -> DataType #

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

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

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

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

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

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

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

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

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

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

Show OperationSchema # 
Generic OperationSchema # 
ToJSON OperationSchema # 
FromJSON OperationSchema # 
type Rep OperationSchema # 
type Rep OperationSchema = D1 (MetaData "OperationSchema" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" True) (C1 (MetaCons "OperationSchema'" PrefixI True) (S1 (MetaSel (Just Symbol "_osAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

operationSchema #

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

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

osAddtional :: Lens' OperationSchema (HashMap Text JSONValue) #

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

LocationSchema

data LocationSchema #

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

See: locationSchema smart constructor.

Instances

Eq LocationSchema # 
Data LocationSchema # 

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 # 
Generic LocationSchema # 

Associated Types

type Rep LocationSchema :: * -> * #

ToJSON LocationSchema # 
FromJSON LocationSchema # 
type Rep LocationSchema # 
type Rep LocationSchema = D1 (MetaData "LocationSchema" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" True) (C1 (MetaCons "LocationSchema'" PrefixI True) (S1 (MetaSel (Just Symbol "_lsAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

locationSchema #

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) #

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

TrafficSplit

data TrafficSplit #

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 # 
Data TrafficSplit # 

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 # 
Generic TrafficSplit # 

Associated Types

type Rep TrafficSplit :: * -> * #

ToJSON TrafficSplit # 
FromJSON TrafficSplit # 
type Rep TrafficSplit # 
type Rep TrafficSplit = D1 (MetaData "TrafficSplit" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "TrafficSplit'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_tsShardBy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_tsAllocations") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TrafficSplitAllocations)))))

trafficSplit :: TrafficSplit #

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 Text) #

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) #

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 #

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

See: scriptHandler smart constructor.

Instances

Eq ScriptHandler # 
Data ScriptHandler # 

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 # 
Generic ScriptHandler # 

Associated Types

type Rep ScriptHandler :: * -> * #

ToJSON ScriptHandler # 
FromJSON ScriptHandler # 
type Rep ScriptHandler # 
type Rep ScriptHandler = D1 (MetaData "ScriptHandler" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" True) (C1 (MetaCons "ScriptHandler'" PrefixI True) (S1 (MetaSel (Just Symbol "_shScriptPath") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

scriptHandler :: ScriptHandler #

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) #

Path to the script from the application root directory.

ListServicesResponse

data ListServicesResponse #

Response message for Services.ListServices.

See: listServicesResponse smart constructor.

Instances

Eq ListServicesResponse # 
Data ListServicesResponse # 

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 # 
Generic ListServicesResponse # 
ToJSON ListServicesResponse # 
FromJSON ListServicesResponse # 
type Rep ListServicesResponse # 
type Rep ListServicesResponse = D1 (MetaData "ListServicesResponse" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "ListServicesResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lsrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lsrServices") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Service])))))

listServicesResponse :: ListServicesResponse #

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) #

Continuation token for fetching the next page of results.

lsrServices :: Lens' ListServicesResponse [Service] #

The services belonging to the requested application.

URLMap

data URLMap #

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 # 

Methods

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

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

Data URLMap # 

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 # 
Generic URLMap # 

Associated Types

type Rep URLMap :: * -> * #

Methods

from :: URLMap -> Rep URLMap x #

to :: Rep URLMap x -> URLMap #

ToJSON URLMap # 
FromJSON URLMap # 
type Rep URLMap # 

urlMap :: URLMap #

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) #

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

umSecurityLevel :: Lens' URLMap (Maybe Text) #

Security (HTTPS) enforcement for this URL.

umAPIEndpoint :: Lens' URLMap (Maybe APIEndpointHandler) #

Uses API Endpoints to handle requests.

umURLRegex :: Lens' URLMap (Maybe Text) #

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 Text) #

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

umAuthFailAction :: Lens' URLMap (Maybe Text) #

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

umStaticFiles :: Lens' URLMap (Maybe StaticFilesHandler) #

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

umLogin :: Lens' URLMap (Maybe Text) #

Level of login required to access this resource.

Library

data Library #

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

See: library smart constructor.

Instances

Eq Library # 

Methods

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

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

Data Library # 

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 # 
Generic Library # 

Associated Types

type Rep Library :: * -> * #

Methods

from :: Library -> Rep Library x #

to :: Rep Library x -> Library #

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

library :: Library #

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) #

Name of the library. Example: "django".

lVersion :: Lens' Library (Maybe Text) #

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

ListLocationsResponse

data ListLocationsResponse #

The response message for LocationService.ListLocations.

See: listLocationsResponse smart constructor.

Instances

Eq ListLocationsResponse # 
Data ListLocationsResponse # 

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 # 
Generic ListLocationsResponse # 
ToJSON ListLocationsResponse # 
FromJSON ListLocationsResponse # 
type Rep ListLocationsResponse # 
type Rep ListLocationsResponse = D1 (MetaData "ListLocationsResponse" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "ListLocationsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_llrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_llrLocations") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Location])))))

listLocationsResponse :: ListLocationsResponse #

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) #

The standard List next-page token.

llrLocations :: Lens' ListLocationsResponse [Location] #

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

DiskUtilization

data DiskUtilization #

Target scaling by disk usage. Only applicable for VM runtimes.

See: diskUtilization smart constructor.

Instances

Eq DiskUtilization # 
Data DiskUtilization # 

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 # 
Generic DiskUtilization # 
ToJSON DiskUtilization # 
FromJSON DiskUtilization # 
type Rep DiskUtilization # 
type Rep DiskUtilization = D1 (MetaData "DiskUtilization" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "DiskUtilization'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_duTargetReadBytesPerSecond") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_duTargetReadOpsPerSecond") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))) ((:*:) (S1 (MetaSel (Just Symbol "_duTargetWriteOpsPerSecond") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_duTargetWriteBytesPerSecond") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))))

diskUtilization :: DiskUtilization #

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:

duTargetReadBytesPerSecond :: Lens' DiskUtilization (Maybe Int32) #

Target bytes read per second.

duTargetReadOpsPerSecond :: Lens' DiskUtilization (Maybe Int32) #

Target ops read per seconds.

duTargetWriteOpsPerSecond :: Lens' DiskUtilization (Maybe Int32) #

Target ops written per second.

duTargetWriteBytesPerSecond :: Lens' DiskUtilization (Maybe Int32) #

Target bytes written per second.

ListOperationsResponse

data ListOperationsResponse #

The response message for Operations.ListOperations.

See: listOperationsResponse smart constructor.

Instances

Eq ListOperationsResponse # 
Data ListOperationsResponse # 

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 # 
Generic ListOperationsResponse # 
ToJSON ListOperationsResponse # 
FromJSON ListOperationsResponse # 
type Rep ListOperationsResponse # 
type Rep ListOperationsResponse = D1 (MetaData "ListOperationsResponse" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "ListOperationsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lorNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lorOperations") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Operation])))))

listOperationsResponse :: ListOperationsResponse #

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) #

The standard List next-page token.

lorOperations :: Lens' ListOperationsResponse [Operation] #

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

HealthCheck

data HealthCheck #

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 # 
Data HealthCheck # 

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 # 
Generic HealthCheck # 

Associated Types

type Rep HealthCheck :: * -> * #

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

healthCheck :: HealthCheck #

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) #

Number of consecutive successful health checks required before receiving traffic.

hcDisableHealthCheck :: Lens' HealthCheck (Maybe Bool) #

Whether to explicitly disable health checks for this instance.

hcCheckInterval :: Lens' HealthCheck (Maybe Text) #

Interval between health checks.

hcRestartThreshold :: Lens' HealthCheck (Maybe Word32) #

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

hcHost :: Lens' HealthCheck (Maybe Text) #

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

hcTimeout :: Lens' HealthCheck (Maybe Text) #

Time before the health check is considered failed.

hcUnhealthyThreshold :: Lens' HealthCheck (Maybe Word32) #

Number of consecutive failed health checks required before removing traffic.

APIConfigHandler

data APIConfigHandler #

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

See: apiConfigHandler smart constructor.

Instances

Eq APIConfigHandler # 
Data APIConfigHandler # 

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 # 
Generic APIConfigHandler # 
ToJSON APIConfigHandler # 
FromJSON APIConfigHandler # 
type Rep APIConfigHandler # 
type Rep APIConfigHandler = D1 (MetaData "APIConfigHandler" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "APIConfigHandler'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_achScript") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_achSecurityLevel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_achURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_achAuthFailAction") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_achLogin") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

apiConfigHandler :: APIConfigHandler #

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) #

Path to the script from the application root directory.

achSecurityLevel :: Lens' APIConfigHandler (Maybe Text) #

Security (HTTPS) enforcement for this URL.

achURL :: Lens' APIConfigHandler (Maybe Text) #

URL to serve the endpoint at.

achAuthFailAction :: Lens' APIConfigHandler (Maybe Text) #

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

achLogin :: Lens' APIConfigHandler (Maybe Text) #

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

VersionEnvVariables

data VersionEnvVariables #

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

See: versionEnvVariables smart constructor.

Instances

Eq VersionEnvVariables # 
Data VersionEnvVariables # 

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 # 
Generic VersionEnvVariables # 
ToJSON VersionEnvVariables # 
FromJSON VersionEnvVariables # 
type Rep VersionEnvVariables # 
type Rep VersionEnvVariables = D1 (MetaData "VersionEnvVariables" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" True) (C1 (MetaCons "VersionEnvVariables'" PrefixI True) (S1 (MetaSel (Just Symbol "_vevAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text Text))))

versionEnvVariables #

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:

Application

data Application #

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

See: application smart constructor.

Instances

Eq Application # 
Data Application # 

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 # 
Generic Application # 

Associated Types

type Rep Application :: * -> * #

ToJSON Application # 
FromJSON Application # 
type Rep Application # 

application :: Application #

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) #

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

aDefaultCookieExpiration :: Lens' Application (Maybe Text) #

Cookie expiration policy for this application.

aAuthDomain :: Lens' Application (Maybe Text) #

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) #

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

aName :: Lens' Application (Maybe Text) #

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

aDispatchRules :: Lens' Application [URLDispatchRule] #

HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent.'OutputOnly

aDefaultBucket :: Lens' Application (Maybe Text) #

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

aId :: Lens' Application (Maybe Text) #

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) #

Location from which this application will be run. Application instances will run out of data centers in the chosen location, which is also where all of the application's end user content is stored.Defaults to us-central.Options are:us-central - Central USeurope-west - Western Europeus-east1 - Eastern US

VersionBetaSettings

data VersionBetaSettings #

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

See: versionBetaSettings smart constructor.

Instances

Eq VersionBetaSettings # 
Data VersionBetaSettings # 

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 # 
Generic VersionBetaSettings # 
ToJSON VersionBetaSettings # 
FromJSON VersionBetaSettings # 
type Rep VersionBetaSettings # 
type Rep VersionBetaSettings = D1 (MetaData "VersionBetaSettings" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" True) (C1 (MetaCons "VersionBetaSettings'" PrefixI True) (S1 (MetaSel (Just Symbol "_vbsAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text Text))))

versionBetaSettings #

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 #

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 # 

Methods

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

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

Data Service # 

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 # 
Generic Service # 

Associated Types

type Rep Service :: * -> * #

Methods

from :: Service -> Rep Service x #

to :: Rep Service x -> Service #

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

service :: Service #

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) #

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

sName :: Lens' Service (Maybe Text) #

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

sId :: Lens' Service (Maybe Text) #

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

EndpointsAPIService

data EndpointsAPIService #

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.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 # 
Data EndpointsAPIService # 

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 # 
Generic EndpointsAPIService # 
ToJSON EndpointsAPIService # 
FromJSON EndpointsAPIService # 
type Rep EndpointsAPIService # 
type Rep EndpointsAPIService = D1 (MetaData "EndpointsAPIService" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "EndpointsAPIService'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_easName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_easConfigId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

endpointsAPIService :: EndpointsAPIService #

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:

easName :: Lens' EndpointsAPIService (Maybe Text) #

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) #

Endpoints service configuration id as specified by the Service Management API. For example "2016-09-19r1"

Location

data Location #

A resource that represents Google Cloud Platform location.

See: location smart constructor.

Instances

Eq Location # 
Data Location # 

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 # 
Generic Location # 

Associated Types

type Rep Location :: * -> * #

Methods

from :: Location -> Rep Location x #

to :: Rep Location x -> Location #

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

location :: Location #

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) #

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

locMetadata :: Lens' Location (Maybe LocationSchema) #

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

locLabels :: Lens' Location (Maybe LocationLabels) #

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

locLocationId :: Lens' Location (Maybe Text) #

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

Operation

data Operation #

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

See: operation smart constructor.

Instances

Eq Operation # 
Data Operation # 

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 # 
Generic Operation # 

Associated Types

type Rep Operation :: * -> * #

ToJSON Operation # 
FromJSON Operation # 
type Rep Operation # 

operation :: Operation #

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) #

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) #

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

oResponse :: Lens' Operation (Maybe OperationResponse) #

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) #

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 OperationSchema) #

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.

ZipInfo

data ZipInfo #

The zip file information for a zip deployment.

See: zipInfo smart constructor.

Instances

Eq ZipInfo # 

Methods

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

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

Data ZipInfo # 

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 # 
Generic ZipInfo # 

Associated Types

type Rep ZipInfo :: * -> * #

Methods

from :: ZipInfo -> Rep ZipInfo x #

to :: Rep ZipInfo x -> ZipInfo #

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

zipInfo :: ZipInfo #

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) #

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) #

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//'.

URLDispatchRule

data URLDispatchRule #

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

See: urlDispatchRule smart constructor.

Instances

Eq URLDispatchRule # 
Data URLDispatchRule # 

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 # 
Generic URLDispatchRule # 
ToJSON URLDispatchRule # 
FromJSON URLDispatchRule # 
type Rep URLDispatchRule # 
type Rep URLDispatchRule = D1 (MetaData "URLDispatchRule" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "URLDispatchRule'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_udrPath") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_udrService") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_udrDomain") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

urlDispatchRule :: URLDispatchRule #

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) #

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) #

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) #

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

ListVersionsResponse

data ListVersionsResponse #

Response message for Versions.ListVersions.

See: listVersionsResponse smart constructor.

Instances

Eq ListVersionsResponse # 
Data ListVersionsResponse # 

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 # 
Generic ListVersionsResponse # 
ToJSON ListVersionsResponse # 
FromJSON ListVersionsResponse # 
type Rep ListVersionsResponse # 
type Rep ListVersionsResponse = D1 (MetaData "ListVersionsResponse" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "ListVersionsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lvrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lvrVersions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Version])))))

listVersionsResponse :: ListVersionsResponse #

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) #

Continuation token for fetching the next page of results.

lvrVersions :: Lens' ListVersionsResponse [Version] #

The versions belonging to the requested service.

FileInfo

data FileInfo #

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 # 
Data FileInfo # 

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 # 
Generic FileInfo # 

Associated Types

type Rep FileInfo :: * -> * #

Methods

from :: FileInfo -> Rep FileInfo x #

to :: Rep FileInfo x -> FileInfo #

ToJSON FileInfo # 
FromJSON FileInfo # 
type Rep FileInfo # 
type Rep FileInfo = D1 (MetaData "FileInfo" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "FileInfo'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_fiSha1Sum") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_fiMimeType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_fiSourceURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

fileInfo :: FileInfo #

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) #

The SHA1 hash of the file, in hex.

fiMimeType :: Lens' FileInfo (Maybe Text) #

The MIME type of the file.Defaults to the value from Google Cloud Storage.

fiSourceURL :: Lens' FileInfo (Maybe Text) #

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 #

Automatic scaling is based on request rate, response latencies, and other application metrics.

See: automaticScaling smart constructor.

Instances

Eq AutomaticScaling # 
Data AutomaticScaling # 

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 # 
Generic AutomaticScaling # 
ToJSON AutomaticScaling # 
FromJSON AutomaticScaling # 
type Rep AutomaticScaling # 
type Rep AutomaticScaling = D1 (MetaData "AutomaticScaling" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "AutomaticScaling'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_asNetworkUtilization") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe NetworkUtilization))) ((:*:) (S1 (MetaSel (Just Symbol "_asMaxTotalInstances") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_asMinIdleInstances") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))) ((:*:) (S1 (MetaSel (Just Symbol "_asDiskUtilization") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DiskUtilization))) ((:*:) (S1 (MetaSel (Just Symbol "_asMinPendingLatency") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_asCPUUtilization") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CPUUtilization)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_asMaxIdleInstances") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) ((:*:) (S1 (MetaSel (Just Symbol "_asMinTotalInstances") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_asMaxConcurrentRequests") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))) ((:*:) (S1 (MetaSel (Just Symbol "_asCoolDownPeriod") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_asRequestUtilization") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RequestUtilization))) (S1 (MetaSel (Just Symbol "_asMaxPendingLatency") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))

asMaxTotalInstances :: Lens' AutomaticScaling (Maybe Int32) #

Maximum number of instances that should be started to handle requests.

asMinIdleInstances :: Lens' AutomaticScaling (Maybe Int32) #

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 Text) #

Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.

asCPUUtilization :: Lens' AutomaticScaling (Maybe CPUUtilization) #

Target scaling by CPU usage.

asMaxIdleInstances :: Lens' AutomaticScaling (Maybe Int32) #

Maximum number of idle instances that should be maintained for this version.

asMinTotalInstances :: Lens' AutomaticScaling (Maybe Int32) #

Minimum number of instances that should be maintained for this version.

asMaxConcurrentRequests :: Lens' AutomaticScaling (Maybe Int32) #

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 Text) #

Amount of time that the Autoscaler (https://cloud.google.com/compute/docs/autoscaler/) should wait between changes to the number of virtual machines. Only applicable for VM runtimes.

asRequestUtilization :: Lens' AutomaticScaling (Maybe RequestUtilization) #

Target scaling by request utilization.

asMaxPendingLatency :: Lens' AutomaticScaling (Maybe Text) #

Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.

OperationMetadataV1Beta5

data OperationMetadataV1Beta5 #

Metadata for the given google.longrunning.Operation.

See: operationMetadataV1Beta5 smart constructor.

Instances

Eq OperationMetadataV1Beta5 # 
Data OperationMetadataV1Beta5 # 

Methods

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

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

toConstr :: OperationMetadataV1Beta5 -> Constr #

dataTypeOf :: OperationMetadataV1Beta5 -> DataType #

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

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

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

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

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

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

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

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

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

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

Show OperationMetadataV1Beta5 # 
Generic OperationMetadataV1Beta5 # 
ToJSON OperationMetadataV1Beta5 # 
FromJSON OperationMetadataV1Beta5 # 
type Rep OperationMetadataV1Beta5 # 
type Rep OperationMetadataV1Beta5 = D1 (MetaData "OperationMetadataV1Beta5" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "OperationMetadataV1Beta5'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_omvbInsertTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_omvbUser") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_omvbMethod") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_omvbEndTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_omvbTarget") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

operationMetadataV1Beta5 :: OperationMetadataV1Beta5 #

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

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

omvbInsertTime :: Lens' OperationMetadataV1Beta5 (Maybe Text) #

Timestamp that this operation was created.'OutputOnly

omvbUser :: Lens' OperationMetadataV1Beta5 (Maybe Text) #

User who requested this operation.'OutputOnly

omvbMethod :: Lens' OperationMetadataV1Beta5 (Maybe Text) #

API method name that initiated this operation. Example: google.appengine.v1beta5.Version.CreateVersion.'OutputOnly

omvbEndTime :: Lens' OperationMetadataV1Beta5 (Maybe Text) #

Timestamp that this operation completed.'OutputOnly

omvbTarget :: Lens' OperationMetadataV1Beta5 (Maybe Text) #

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

Volume

data Volume #

Volumes mounted within the app container. Only applicable for VM runtimes.

See: volume smart constructor.

Instances

Eq Volume # 

Methods

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

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

Data Volume # 

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 # 
Generic Volume # 

Associated Types

type Rep Volume :: * -> * #

Methods

from :: Volume -> Rep Volume x #

to :: Rep Volume x -> Volume #

ToJSON Volume # 
FromJSON Volume # 
type Rep Volume # 
type Rep Volume = D1 (MetaData "Volume" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "Volume'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_vSizeGb") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double)))) ((:*:) (S1 (MetaSel (Just Symbol "_vName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_vVolumeType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

volume :: Volume #

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) #

Volume size in gigabytes.

vName :: Lens' Volume (Maybe Text) #

Unique name for the volume.

vVolumeType :: Lens' Volume (Maybe Text) #

Underlying volume type, e.g. 'tmpfs'.

APIEndpointHandler

data APIEndpointHandler #

Uses Google Cloud Endpoints to handle requests.

See: apiEndpointHandler smart constructor.

Instances

Eq APIEndpointHandler # 
Data APIEndpointHandler # 

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 # 
Generic APIEndpointHandler # 
ToJSON APIEndpointHandler # 
FromJSON APIEndpointHandler # 
type Rep APIEndpointHandler # 
type Rep APIEndpointHandler = D1 (MetaData "APIEndpointHandler" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" True) (C1 (MetaCons "APIEndpointHandler'" PrefixI True) (S1 (MetaSel (Just Symbol "_aehScriptPath") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

apiEndpointHandler :: APIEndpointHandler #

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) #

Path to the script from the application root directory.

StatusDetailsItem

data StatusDetailsItem #

Instances

Eq StatusDetailsItem # 
Data StatusDetailsItem # 

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 # 
Generic StatusDetailsItem # 
ToJSON StatusDetailsItem # 
FromJSON StatusDetailsItem # 
type Rep StatusDetailsItem # 
type Rep StatusDetailsItem = D1 (MetaData "StatusDetailsItem" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" True) (C1 (MetaCons "StatusDetailsItem'" PrefixI True) (S1 (MetaSel (Just Symbol "_sdiAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

statusDetailsItem #

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) #

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

Network

data Network #

Extra network settings. Only applicable for VM runtimes.

See: network smart constructor.

Instances

Eq Network # 

Methods

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

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

Data Network # 

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 # 
Generic Network # 

Associated Types

type Rep Network :: * -> * #

Methods

from :: Network -> Rep Network x #

to :: Rep Network x -> Network #

ToJSON Network # 
FromJSON Network # 
type Rep Network # 
type Rep Network = D1 (MetaData "Network" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "Network'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_nSubnetworkName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_nForwardedPorts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))) ((:*:) (S1 (MetaSel (Just Symbol "_nInstanceTag") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_nName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

network :: Network #

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:

nSubnetworkName :: Lens' Network (Maybe Text) #

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 the VM instance is being created in is a Legacy network, then the IP address is allocated from the IPv4Range. If the network the VM 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 the VM 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 Flex app.

nForwardedPorts :: Lens' Network [Text] #

List of ports, or port pairs, to forward from the virtual machine to the application container.

nInstanceTag :: Lens' Network (Maybe Text) #

Tag to apply to the VM instance during creation.

nName :: Lens' Network (Maybe Text) #

Google Cloud Platform network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default.

DebugInstanceRequest

data DebugInstanceRequest #

Request message for Instances.DebugInstance.

See: debugInstanceRequest smart constructor.

Instances

Eq DebugInstanceRequest # 
Data DebugInstanceRequest # 

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 # 
Generic DebugInstanceRequest # 
ToJSON DebugInstanceRequest # 
FromJSON DebugInstanceRequest # 
type Rep DebugInstanceRequest # 
type Rep DebugInstanceRequest = D1 (MetaData "DebugInstanceRequest" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" True) (C1 (MetaCons "DebugInstanceRequest'" PrefixI True) (S1 (MetaSel (Just Symbol "_dirSSHKey") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

debugInstanceRequest :: DebugInstanceRequest #

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) #

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 #

HTTP headers to use for all responses from these URLs.

See: staticFilesHandlerHTTPHeaders smart constructor.

Instances

Eq StaticFilesHandlerHTTPHeaders # 
Data StaticFilesHandlerHTTPHeaders # 

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 # 
Generic StaticFilesHandlerHTTPHeaders # 
ToJSON StaticFilesHandlerHTTPHeaders # 
FromJSON StaticFilesHandlerHTTPHeaders # 
type Rep StaticFilesHandlerHTTPHeaders # 
type Rep StaticFilesHandlerHTTPHeaders = D1 (MetaData "StaticFilesHandlerHTTPHeaders" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" True) (C1 (MetaCons "StaticFilesHandlerHTTPHeaders'" PrefixI True) (S1 (MetaSel (Just Symbol "_sfhhttphAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text Text))))

staticFilesHandlerHTTPHeaders #

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 #

Machine resources for a version.

See: resources smart constructor.

Instances

Eq Resources # 
Data Resources # 

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 # 
Generic Resources # 

Associated Types

type Rep Resources :: * -> * #

ToJSON Resources # 
FromJSON Resources # 
type Rep Resources # 
type Rep Resources = D1 (MetaData "Resources" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "Resources'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rMemoryGb") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double)))) (S1 (MetaSel (Just Symbol "_rDiskGb") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))))) ((:*:) (S1 (MetaSel (Just Symbol "_rVolumes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Volume]))) (S1 (MetaSel (Just Symbol "_rCPU") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double)))))))

resources :: Resources #

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) #

Memory (GB) needed.

rDiskGb :: Lens' Resources (Maybe Double) #

Disk size (GB) needed.

rVolumes :: Lens' Resources [Volume] #

User specified volumes.

rCPU :: Lens' Resources (Maybe Double) #

Number of CPU cores needed.

DeploymentFiles

data DeploymentFiles #

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 # 
Data DeploymentFiles # 

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 # 
Generic DeploymentFiles # 
ToJSON DeploymentFiles # 
FromJSON DeploymentFiles # 
type Rep DeploymentFiles # 
type Rep DeploymentFiles = D1 (MetaData "DeploymentFiles" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" True) (C1 (MetaCons "DeploymentFiles'" PrefixI True) (S1 (MetaSel (Just Symbol "_dfAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text FileInfo))))

deploymentFiles #

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:

CPUUtilization

data CPUUtilization #

Target scaling by CPU usage.

See: cpuUtilization smart constructor.

Instances

Eq CPUUtilization # 
Data CPUUtilization # 

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 # 
Generic CPUUtilization # 

Associated Types

type Rep CPUUtilization :: * -> * #

ToJSON CPUUtilization # 
FromJSON CPUUtilization # 
type Rep CPUUtilization # 
type Rep CPUUtilization = D1 (MetaData "CPUUtilization" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "CPUUtilization'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cuAggregationWindowLength") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_cuTargetUtilization") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))))))

cpuUtilization :: CPUUtilization #

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 Text) #

Period of time over which CPU utilization is calculated.

cuTargetUtilization :: Lens' CPUUtilization (Maybe Double) #

Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1.

TrafficSplitAllocations

data TrafficSplitAllocations #

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 # 
Data TrafficSplitAllocations # 

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 # 
Generic TrafficSplitAllocations # 
ToJSON TrafficSplitAllocations # 
FromJSON TrafficSplitAllocations # 
type Rep TrafficSplitAllocations # 
type Rep TrafficSplitAllocations = D1 (MetaData "TrafficSplitAllocations" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" True) (C1 (MetaCons "TrafficSplitAllocations'" PrefixI True) (S1 (MetaSel (Just Symbol "_tsaAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text (Textual Double)))))

trafficSplitAllocations #

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:

ManualScaling

data ManualScaling #

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 # 
Data ManualScaling # 

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 # 
Generic ManualScaling # 

Associated Types

type Rep ManualScaling :: * -> * #

ToJSON ManualScaling # 
FromJSON ManualScaling # 
type Rep ManualScaling # 
type Rep ManualScaling = D1 (MetaData "ManualScaling" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" True) (C1 (MetaCons "ManualScaling'" PrefixI True) (S1 (MetaSel (Just Symbol "_msInstances") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Textual Int32)))))

manualScaling :: ManualScaling #

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) #

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 #

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 # 
Data BasicScaling # 

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 # 
Generic BasicScaling # 

Associated Types

type Rep BasicScaling :: * -> * #

ToJSON BasicScaling # 
FromJSON BasicScaling # 
type Rep BasicScaling # 
type Rep BasicScaling = D1 (MetaData "BasicScaling" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "BasicScaling'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_bsMaxInstances") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_bsIdleTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

basicScaling :: BasicScaling #

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) #

Maximum number of instances to create for this version.

bsIdleTimeout :: Lens' BasicScaling (Maybe Text) #

Duration of time after the last request that an instance must wait before the instance is shut down.

OperationMetadataV1

data OperationMetadataV1 #

Metadata for the given google.longrunning.Operation.

See: operationMetadataV1 smart constructor.

Instances

Eq OperationMetadataV1 # 
Data OperationMetadataV1 # 

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 # 
Generic OperationMetadataV1 # 
ToJSON OperationMetadataV1 # 
FromJSON OperationMetadataV1 # 
type Rep OperationMetadataV1 # 
type Rep OperationMetadataV1 = D1 (MetaData "OperationMetadataV1" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "OperationMetadataV1'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_omvEphemeralMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_omvInsertTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_omvUser") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_omvMethod") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_omvEndTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_omvWarning") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_omvTarget") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

operationMetadataV1 :: OperationMetadataV1 #

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) #

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

omvInsertTime :: Lens' OperationMetadataV1 (Maybe Text) #

Time that this operation was created.'OutputOnly

omvUser :: Lens' OperationMetadataV1 (Maybe Text) #

User who requested this operation.'OutputOnly

omvMethod :: Lens' OperationMetadataV1 (Maybe Text) #

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

omvEndTime :: Lens' OperationMetadataV1 (Maybe Text) #

Time that this operation completed.'OutputOnly

omvWarning :: Lens' OperationMetadataV1 [Text] #

Durable messages that persist on every operation poll. 'OutputOnly

omvTarget :: Lens' OperationMetadataV1 (Maybe Text) #

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

Version

data Version #

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 # 

Methods

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

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

Data Version # 

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 # 
Generic Version # 

Associated Types

type Rep Version :: * -> * #

Methods

from :: Version -> Rep Version x #

to :: Rep Version x -> Version #

ToJSON Version # 
FromJSON Version # 
type Rep Version # 
type Rep Version = D1 (MetaData "Version" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "Version'" PrefixI True) ((:*:) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_verRuntime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_verNobuildFilesRegex") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_verInstanceClass") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_verHealthCheck") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe HealthCheck))) (S1 (MetaSel (Just Symbol "_verEndpointsAPIService") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe EndpointsAPIService)))) ((:*:) (S1 (MetaSel (Just Symbol "_verEnv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_verDefaultExpiration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_verAutomaticScaling") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AutomaticScaling))) ((:*:) (S1 (MetaSel (Just Symbol "_verErrorHandlers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ErrorHandler]))) (S1 (MetaSel (Just Symbol "_verCreatedBy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_verVM") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_verHandlers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [URLMap])))) ((:*:) (S1 (MetaSel (Just Symbol "_verInboundServices") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_verNetwork") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Network))))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_verResources") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Resources))) ((:*:) (S1 (MetaSel (Just Symbol "_verName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_verThreadsafe") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_verBetaSettings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe VersionBetaSettings))) (S1 (MetaSel (Just Symbol "_verBasicScaling") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe BasicScaling)))) ((:*:) (S1 (MetaSel (Just Symbol "_verManualScaling") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ManualScaling))) (S1 (MetaSel (Just Symbol "_verAPIConfig") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe APIConfigHandler)))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_verId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_verEnvVariables") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe VersionEnvVariables)))) ((:*:) (S1 (MetaSel (Just Symbol "_verServingStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_verDiskUsageBytes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_verCreateTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_verLibraries") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Library])))) ((:*:) (S1 (MetaSel (Just Symbol "_verVersionURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_verDeployment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Deployment)))))))))

verRuntime :: Lens' Version (Maybe Text) #

Desired runtime. Example: python27.

verNobuildFilesRegex :: Lens' Version (Maybe Text) #

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) #

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.

verHealthCheck :: Lens' Version (Maybe HealthCheck) #

Configures health checking for VM instances. Unhealthy instances are stopped and replaced with new instances. Only applicable for VM runtimes.Only returned in GET requests if view=FULL is set.

verEndpointsAPIService :: Lens' Version (Maybe EndpointsAPIService) #

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) #

App Engine execution environment for this version.Defaults to standard.

verDefaultExpiration :: Lens' Version (Maybe Text) #

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) #

Automatic scaling is based on request rate, response latencies, and other application metrics.

verErrorHandlers :: Lens' Version [ErrorHandler] #

Custom static error pages. Limited to 10KB per page.Only returned in GET requests if view=FULL is set.

verCreatedBy :: Lens' Version (Maybe Text) #

Email address of the user who created this version.'OutputOnly

verVM :: Lens' Version (Maybe Bool) #

Whether to deploy this version in a container on a virtual machine.

verHandlers :: Lens' Version [URLMap] #

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] #

Before an application can receive email or XMPP messages, the application must be configured to enable the service.

verNetwork :: Lens' Version (Maybe Network) #

Extra network settings. Only applicable for VM runtimes.

verResources :: Lens' Version (Maybe Resources) #

Machine resources for this version. Only applicable for VM runtimes.

verName :: Lens' Version (Maybe Text) #

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

verThreadsafe :: Lens' Version (Maybe Bool) #

Whether multiple requests can be dispatched to this version at once.

verBetaSettings :: Lens' Version (Maybe VersionBetaSettings) #

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

verBasicScaling :: Lens' Version (Maybe BasicScaling) #

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) #

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) #

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) #

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) #

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

verServingStatus :: Lens' Version (Maybe Text) #

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) #

Total size in bytes of all the files that are included in this version and curerntly hosted on the App Engine disk.'OutputOnly

verCreateTime :: Lens' Version (Maybe Text) #

Time that this version was created.'OutputOnly

verLibraries :: Lens' Version [Library] #

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) #

Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com"'OutputOnly

verDeployment :: Lens' Version (Maybe Deployment) #

Code and application artifacts that make up this version.Only returned in GET requests if view=FULL is set.

StaticFilesHandler

data StaticFilesHandler #

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 # 
Data StaticFilesHandler # 

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 # 
Generic StaticFilesHandler # 
ToJSON StaticFilesHandler # 
FromJSON StaticFilesHandler # 
type Rep StaticFilesHandler # 
type Rep StaticFilesHandler = D1 (MetaData "StaticFilesHandler" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "StaticFilesHandler'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_sfhHTTPHeaders") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StaticFilesHandlerHTTPHeaders))) ((:*:) (S1 (MetaSel (Just Symbol "_sfhPath") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_sfhRequireMatchingFile") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_sfhExpiration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_sfhMimeType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_sfhApplicationReadable") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_sfhUploadPathRegex") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

staticFilesHandler :: StaticFilesHandler #

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) #

HTTP headers to use for all responses from these URLs.

sfhPath :: Lens' StaticFilesHandler (Maybe Text) #

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) #

Whether this handler should match the request if the file referenced by the handler does not exist.

sfhExpiration :: Lens' StaticFilesHandler (Maybe Text) #

Time a static file served by this handler should be cached by web proxies and browsers.

sfhMimeType :: Lens' StaticFilesHandler (Maybe Text) #

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) #

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) #

Regular expression that matches the file paths for all files that should be referenced by this handler.

ErrorHandler

data ErrorHandler #

Custom static error page to be served when an error occurs.

See: errorHandler smart constructor.

Instances

Eq ErrorHandler # 
Data ErrorHandler # 

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 # 
Generic ErrorHandler # 

Associated Types

type Rep ErrorHandler :: * -> * #

ToJSON ErrorHandler # 
FromJSON ErrorHandler # 
type Rep ErrorHandler # 
type Rep ErrorHandler = D1 (MetaData "ErrorHandler" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "ErrorHandler'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ehMimeType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_ehErrorCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ehStaticFile") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

errorHandler :: ErrorHandler #

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) #

MIME type of file. Defaults to text/html.

ehErrorCode :: Lens' ErrorHandler (Maybe Text) #

Error condition this handler applies to.

ehStaticFile :: Lens' ErrorHandler (Maybe Text) #

Static file content to be served for this error.

LocationLabels

data LocationLabels #

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

See: locationLabels smart constructor.

Instances

Eq LocationLabels # 
Data LocationLabels # 

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 # 
Generic LocationLabels # 

Associated Types

type Rep LocationLabels :: * -> * #

ToJSON LocationLabels # 
FromJSON LocationLabels # 
type Rep LocationLabels # 
type Rep LocationLabels = D1 (MetaData "LocationLabels" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" True) (C1 (MetaCons "LocationLabels'" PrefixI True) (S1 (MetaSel (Just Symbol "_llAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text Text))))

locationLabels #

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:

LocationMetadata

data LocationMetadata #

Metadata for the given google.cloud.location.Location.

See: locationMetadata smart constructor.

Instances

Eq LocationMetadata # 
Data LocationMetadata # 

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 # 
Generic LocationMetadata # 
ToJSON LocationMetadata # 
FromJSON LocationMetadata # 
type Rep LocationMetadata # 
type Rep LocationMetadata = D1 (MetaData "LocationMetadata" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "LocationMetadata'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lmStandardEnvironmentAvailable") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_lmFlexibleEnvironmentAvailable") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))))

locationMetadata :: LocationMetadata #

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) #

App Engine Standard Environment is available in the given location.'OutputOnly

lmFlexibleEnvironmentAvailable :: Lens' LocationMetadata (Maybe Bool) #

App Engine Flexible Environment is available in the given location.'OutputOnly

OperationMetadata

data OperationMetadata #

Metadata for the given google.longrunning.Operation.

See: operationMetadata smart constructor.

Instances

Eq OperationMetadata # 
Data OperationMetadata # 

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 # 
Generic OperationMetadata # 
ToJSON OperationMetadata # 
FromJSON OperationMetadata # 
type Rep OperationMetadata # 
type Rep OperationMetadata = D1 (MetaData "OperationMetadata" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "OperationMetadata'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_omInsertTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_omUser") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_omMethod") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_omEndTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_omOperationType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_omTarget") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

operationMetadata :: OperationMetadata #

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:

omInsertTime :: Lens' OperationMetadata (Maybe Text) #

Timestamp that this operation was created.'OutputOnly

omUser :: Lens' OperationMetadata (Maybe Text) #

User who requested this operation.'OutputOnly

omMethod :: Lens' OperationMetadata (Maybe Text) #

API method that initiated this operation. Example: google.appengine.v1beta4.Version.CreateVersion.'OutputOnly

omEndTime :: Lens' OperationMetadata (Maybe Text) #

Timestamp that this operation completed.'OutputOnly

omOperationType :: Lens' OperationMetadata (Maybe Text) #

Type of this operation. Deprecated, use method field instead. Example: "create_version".'OutputOnly

omTarget :: Lens' OperationMetadata (Maybe Text) #

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

ListInstancesResponse

data ListInstancesResponse #

Response message for Instances.ListInstances.

See: listInstancesResponse smart constructor.

Instances

Eq ListInstancesResponse # 
Data ListInstancesResponse # 

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 # 
Generic ListInstancesResponse # 
ToJSON ListInstancesResponse # 
FromJSON ListInstancesResponse # 
type Rep ListInstancesResponse # 
type Rep ListInstancesResponse = D1 (MetaData "ListInstancesResponse" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "ListInstancesResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lirNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lirInstances") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Instance])))))

listInstancesResponse :: ListInstancesResponse #

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) #

Continuation token for fetching the next page of results.

lirInstances :: Lens' ListInstancesResponse [Instance] #

The instances belonging to the requested version.

RequestUtilization

data RequestUtilization #

Target scaling by request utilization. Only applicable for VM runtimes.

See: requestUtilization smart constructor.

Instances

Eq RequestUtilization # 
Data RequestUtilization # 

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 # 
Generic RequestUtilization # 
ToJSON RequestUtilization # 
FromJSON RequestUtilization # 
type Rep RequestUtilization # 
type Rep RequestUtilization = D1 (MetaData "RequestUtilization" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "RequestUtilization'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ruTargetConcurrentRequests") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_ruTargetRequestCountPerSecond") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))))

requestUtilization :: RequestUtilization #

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) #

Target number of concurrent requests.

RepairApplicationRequest

data RepairApplicationRequest #

Request message for 'Applications.RepairApplication'.

See: repairApplicationRequest smart constructor.

Instances

Eq RepairApplicationRequest # 
Data RepairApplicationRequest # 

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 # 
Generic RepairApplicationRequest # 
ToJSON RepairApplicationRequest # 
FromJSON RepairApplicationRequest # 
type Rep RepairApplicationRequest # 
type Rep RepairApplicationRequest = D1 (MetaData "RepairApplicationRequest" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "RepairApplicationRequest'" PrefixI False) U1)

repairApplicationRequest :: RepairApplicationRequest #

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

OperationResponse

data OperationResponse #

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 # 
Data OperationResponse # 

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 # 
Generic OperationResponse # 
ToJSON OperationResponse # 
FromJSON OperationResponse # 
type Rep OperationResponse # 
type Rep OperationResponse = D1 (MetaData "OperationResponse" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" True) (C1 (MetaCons "OperationResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_orAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

operationResponse #

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) #

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

ContainerInfo

data ContainerInfo #

Docker image that is used to start a VM container for the version you deploy.

See: containerInfo smart constructor.

Instances

Eq ContainerInfo # 
Data ContainerInfo # 

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 # 
Generic ContainerInfo # 

Associated Types

type Rep ContainerInfo :: * -> * #

ToJSON ContainerInfo # 
FromJSON ContainerInfo # 
type Rep ContainerInfo # 
type Rep ContainerInfo = D1 (MetaData "ContainerInfo" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" True) (C1 (MetaCons "ContainerInfo'" PrefixI True) (S1 (MetaSel (Just Symbol "_ciImage") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

containerInfo :: ContainerInfo #

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) #

URI to the hosted container image in a Docker repository. 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 #

An Instance resource is the computing unit that App Engine uses to automatically scale an application.

See: instance' smart constructor.

Instances

Eq Instance # 
Data Instance # 

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 # 
Generic Instance # 

Associated Types

type Rep Instance :: * -> * #

Methods

from :: Instance -> Rep Instance x #

to :: Rep Instance x -> Instance #

ToJSON Instance # 
FromJSON Instance # 
type Rep Instance # 
type Rep Instance = D1 (MetaData "Instance" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "Instance'" PrefixI True) ((:*:) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_iMemoryUsage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_iVMStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_iVMZoneName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_iVMIP") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_iStartTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_iVMId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_iAvailability") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_iVMName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_iName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_iVMDebugEnabled") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))) ((:*:) (S1 (MetaSel (Just Symbol "_iRequests") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_iQps") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_iId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_iErrors") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))) ((:*:) (S1 (MetaSel (Just Symbol "_iAverageLatency") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_iAppEngineRelease") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))

instance' :: Instance #

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) #

Total memory in use (bytes).'OutputOnly

iVMStatus :: Lens' Instance (Maybe Text) #

Status of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment.'OutputOnly

iVMZoneName :: Lens' Instance (Maybe Text) #

Zone where the virtual machine is located. Only applicable for instances in App Engine flexible environment.'OutputOnly

iVMIP :: Lens' Instance (Maybe Text) #

The IP address of this instance. Only applicable for instances in App Engine flexible environment.'OutputOnly

iStartTime :: Lens' Instance (Maybe Text) #

Time that this instance was started.'OutputOnly

iVMId :: Lens' Instance (Maybe Text) #

Virtual machine ID of this instance. Only applicable for instances in App Engine flexible environment.'OutputOnly

iAvailability :: Lens' Instance (Maybe Text) #

Availability of the instance.'OutputOnly

iVMName :: Lens' Instance (Maybe Text) #

Name of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment.'OutputOnly

iName :: Lens' Instance (Maybe Text) #

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) #

Whether this instance is in debug mode. Only applicable for instances in App Engine flexible environment.'OutputOnly

iRequests :: Lens' Instance (Maybe Int32) #

Number of requests since this instance was started.'OutputOnly

iQps :: Lens' Instance (Maybe Double) #

Average queries per second (QPS) over the last minute.'OutputOnly

iId :: Lens' Instance (Maybe Text) #

Relative name of the instance within the version. Example: instance-1.'OutputOnly

iErrors :: Lens' Instance (Maybe Int32) #

Number of errors since this instance was started.'OutputOnly

iAverageLatency :: Lens' Instance (Maybe Int32) #

Average latency (ms) over the last minute.'OutputOnly

iAppEngineRelease :: Lens' Instance (Maybe Text) #

App Engine release this instance is running on.'OutputOnly

Deployment

data Deployment #

Code and application artifacts used to deploy a version to App Engine.

See: deployment smart constructor.

Instances

Eq Deployment # 
Data Deployment # 

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 # 
Generic Deployment # 

Associated Types

type Rep Deployment :: * -> * #

ToJSON Deployment # 
FromJSON Deployment # 
type Rep Deployment # 
type Rep Deployment = D1 (MetaData "Deployment" "Network.Google.AppEngine.Types.Product" "gogol-appengine-0.3.0-GJmVup6C1GOEZwvO7p2Q7g" False) (C1 (MetaCons "Deployment'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dZip") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ZipInfo))) ((:*:) (S1 (MetaSel (Just Symbol "_dContainer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ContainerInfo))) (S1 (MetaSel (Just Symbol "_dFiles") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeploymentFiles))))))

deployment :: Deployment #

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) #

The zip file for this deployment, if this is a zip deployment.

dContainer :: Lens' Deployment (Maybe ContainerInfo) #

A Docker image that App Engine uses to run the version. Only applicable for instances in App Engine flexible environment.

dFiles :: Lens' Deployment (Maybe DeploymentFiles) #

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.