gogol-dataflow-0.4.0: Google Dataflow 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.Dataflow

Contents

Description

Manages Google Cloud Dataflow projects on Google Cloud Platform.

See: Dataflow API Reference

Synopsis

Service Configuration

dataflowService :: ServiceConfig Source #

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

OAuth Scopes

computeScope :: Proxy '["https://www.googleapis.com/auth/compute"] Source #

View and manage your Google Compute Engine resources

userInfoEmailScope :: Proxy '["https://www.googleapis.com/auth/userinfo.email"] Source #

View your email address

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

View and manage your data across Google Cloud Platform services

computeReadOnlyScope :: Proxy '["https://www.googleapis.com/auth/compute.readonly"] Source #

View your Google Compute Engine resources

API Declaration

Resources

dataflow.projects.jobs.aggregated

dataflow.projects.jobs.create

dataflow.projects.jobs.debug.getConfig

dataflow.projects.jobs.debug.sendCapture

dataflow.projects.jobs.get

dataflow.projects.jobs.getMetrics

dataflow.projects.jobs.list

dataflow.projects.jobs.messages.list

dataflow.projects.jobs.snapshot

dataflow.projects.jobs.update

dataflow.projects.jobs.workItems.lease

dataflow.projects.jobs.workItems.reportStatus

dataflow.projects.locations.jobs.create

dataflow.projects.locations.jobs.debug.getConfig

dataflow.projects.locations.jobs.debug.sendCapture

dataflow.projects.locations.jobs.get

dataflow.projects.locations.jobs.getMetrics

dataflow.projects.locations.jobs.list

dataflow.projects.locations.jobs.messages.list

dataflow.projects.locations.jobs.snapshot

dataflow.projects.locations.jobs.update

dataflow.projects.locations.jobs.workItems.lease

dataflow.projects.locations.jobs.workItems.reportStatus

dataflow.projects.locations.templates.create

dataflow.projects.locations.templates.get

dataflow.projects.locations.templates.launch

dataflow.projects.locations.workerMessages

dataflow.projects.templates.create

dataflow.projects.templates.get

dataflow.projects.templates.launch

dataflow.projects.workerMessages

Types

NameAndKindKind

data NameAndKindKind Source #

Counter aggregation kind.

Constructors

Invalid

INVALID Counter aggregation kind was not set.

Sum

SUM Aggregated value is the sum of all contributed values.

Max

MAX Aggregated value is the max of all contributed values.

Min

MIN Aggregated value is the min of all contributed values.

Mean

MEAN Aggregated value is the mean of all contributed values.

OR

OR Aggregated value represents the logical 'or' of all contributed values.

And

AND Aggregated value represents the logical 'and' of all contributed values.

Set

SET Aggregated value is a set of unique contributed values.

Distribution

DISTRIBUTION Aggregated value captures statistics about a distribution.

LatestValue

LATEST_VALUE Aggregated value tracks the latest value of a variable.

Instances
Enum NameAndKindKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Eq NameAndKindKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Data NameAndKindKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

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

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

toConstr :: NameAndKindKind -> Constr #

dataTypeOf :: NameAndKindKind -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord NameAndKindKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Read NameAndKindKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Show NameAndKindKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Generic NameAndKindKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Associated Types

type Rep NameAndKindKind :: Type -> Type #

Hashable NameAndKindKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToJSON NameAndKindKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromJSON NameAndKindKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromHttpApiData NameAndKindKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToHttpApiData NameAndKindKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep NameAndKindKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep NameAndKindKind = D1 (MetaData "NameAndKindKind" "Network.Google.Dataflow.Types.Sum" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (((C1 (MetaCons "Invalid" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Sum" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "Max" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Min" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Mean" PrefixI False) (U1 :: Type -> Type)))) :+: ((C1 (MetaCons "OR" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "And" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "Set" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Distribution" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "LatestValue" PrefixI False) (U1 :: Type -> Type)))))

JobExecutionInfoStages

data JobExecutionInfoStages Source #

A mapping from each stage to the information about that stage.

See: jobExecutionInfoStages smart constructor.

Instances
Eq JobExecutionInfoStages Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data JobExecutionInfoStages Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: JobExecutionInfoStages -> Constr #

dataTypeOf :: JobExecutionInfoStages -> DataType #

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

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

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

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

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

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

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

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

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

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

Show JobExecutionInfoStages Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic JobExecutionInfoStages Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep JobExecutionInfoStages :: Type -> Type #

ToJSON JobExecutionInfoStages Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON JobExecutionInfoStages Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep JobExecutionInfoStages Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep JobExecutionInfoStages = D1 (MetaData "JobExecutionInfoStages" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "JobExecutionInfoStages'" PrefixI True) (S1 (MetaSel (Just "_jeisAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JobExecutionStageInfo))))

jobExecutionInfoStages Source #

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

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

ComputationTopology

data ComputationTopology Source #

All configuration data for a particular Computation.

See: computationTopology smart constructor.

Instances
Eq ComputationTopology Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data ComputationTopology Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: ComputationTopology -> Constr #

dataTypeOf :: ComputationTopology -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ComputationTopology Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic ComputationTopology Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep ComputationTopology :: Type -> Type #

ToJSON ComputationTopology Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON ComputationTopology Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ComputationTopology Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ComputationTopology = D1 (MetaData "ComputationTopology" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "ComputationTopology'" PrefixI True) ((S1 (MetaSel (Just "_ctStateFamilies") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [StateFamilyConfig])) :*: (S1 (MetaSel (Just "_ctInputs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [StreamLocation])) :*: S1 (MetaSel (Just "_ctKeyRanges") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [KeyRangeLocation])))) :*: (S1 (MetaSel (Just "_ctOutputs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [StreamLocation])) :*: (S1 (MetaSel (Just "_ctComputationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ctSystemStageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

computationTopology :: ComputationTopology Source #

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

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

ctInputs :: Lens' ComputationTopology [StreamLocation] Source #

The inputs to the computation.

ctKeyRanges :: Lens' ComputationTopology [KeyRangeLocation] Source #

The key ranges processed by the computation.

ctOutputs :: Lens' ComputationTopology [StreamLocation] Source #

The outputs from the computation.

ctComputationId :: Lens' ComputationTopology (Maybe Text) Source #

The ID of the computation.

SourceSplitResponse

data SourceSplitResponse Source #

The response to a SourceSplitRequest.

See: sourceSplitResponse smart constructor.

Instances
Eq SourceSplitResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SourceSplitResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: SourceSplitResponse -> Constr #

dataTypeOf :: SourceSplitResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show SourceSplitResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SourceSplitResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SourceSplitResponse :: Type -> Type #

ToJSON SourceSplitResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SourceSplitResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SourceSplitResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SourceSplitResponse = D1 (MetaData "SourceSplitResponse" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "SourceSplitResponse'" PrefixI True) (S1 (MetaSel (Just "_ssrBundles") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DerivedSource])) :*: (S1 (MetaSel (Just "_ssrShards") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [SourceSplitShard])) :*: S1 (MetaSel (Just "_ssrOutcome") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SourceSplitResponseOutcome)))))

sourceSplitResponse :: SourceSplitResponse Source #

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

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

ssrBundles :: Lens' SourceSplitResponse [DerivedSource] Source #

If outcome is SPLITTING_HAPPENED, then this is a list of bundles into which the source was split. Otherwise this field is ignored. This list can be empty, which means the source represents an empty input.

ssrShards :: Lens' SourceSplitResponse [SourceSplitShard] Source #

DEPRECATED in favor of bundles.

ssrOutcome :: Lens' SourceSplitResponse (Maybe SourceSplitResponseOutcome) Source #

Indicates whether splitting happened and produced a list of bundles. If this is USE_CURRENT_SOURCE_AS_IS, the current source should be processed "as is" without splitting. "bundles" is ignored in this case. If this is SPLITTING_HAPPENED, then "bundles" contains a list of bundles into which the source was split.

ParameterMetadata

data ParameterMetadata Source #

Metadata for a specific parameter.

See: parameterMetadata smart constructor.

Instances
Eq ParameterMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data ParameterMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: ParameterMetadata -> Constr #

dataTypeOf :: ParameterMetadata -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ParameterMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic ParameterMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep ParameterMetadata :: Type -> Type #

ToJSON ParameterMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON ParameterMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ParameterMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ParameterMetadata = D1 (MetaData "ParameterMetadata" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "ParameterMetadata'" PrefixI True) ((S1 (MetaSel (Just "_pmHelpText") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pmIsOptional") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 (MetaSel (Just "_pmName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_pmRegexes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_pmLabel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

parameterMetadata :: ParameterMetadata Source #

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

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

pmHelpText :: Lens' ParameterMetadata (Maybe Text) Source #

Required. The help text to display for the parameter.

pmIsOptional :: Lens' ParameterMetadata (Maybe Bool) Source #

Optional. Whether the parameter is optional. Defaults to false.

pmName :: Lens' ParameterMetadata (Maybe Text) Source #

Required. The name of the parameter.

pmRegexes :: Lens' ParameterMetadata [Text] Source #

Optional. Regexes that the parameter must match.

pmLabel :: Lens' ParameterMetadata (Maybe Text) Source #

Required. The label to display for the parameter.

CreateJobFromTemplateRequest

data CreateJobFromTemplateRequest Source #

A request to create a Cloud Dataflow job from a template.

See: createJobFromTemplateRequest smart constructor.

Instances
Eq CreateJobFromTemplateRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data CreateJobFromTemplateRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: CreateJobFromTemplateRequest -> Constr #

dataTypeOf :: CreateJobFromTemplateRequest -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreateJobFromTemplateRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic CreateJobFromTemplateRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep CreateJobFromTemplateRequest :: Type -> Type #

ToJSON CreateJobFromTemplateRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON CreateJobFromTemplateRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep CreateJobFromTemplateRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep CreateJobFromTemplateRequest = D1 (MetaData "CreateJobFromTemplateRequest" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "CreateJobFromTemplateRequest'" PrefixI True) ((S1 (MetaSel (Just "_cjftrLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cjftrEnvironment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RuntimeEnvironment))) :*: (S1 (MetaSel (Just "_cjftrJobName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_cjftrGcsPath") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cjftrParameters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CreateJobFromTemplateRequestParameters))))))

createJobFromTemplateRequest :: CreateJobFromTemplateRequest Source #

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

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

cjftrLocation :: Lens' CreateJobFromTemplateRequest (Maybe Text) Source #

The location to which to direct the request.

cjftrJobName :: Lens' CreateJobFromTemplateRequest (Maybe Text) Source #

Required. The job name to use for the created job.

cjftrGcsPath :: Lens' CreateJobFromTemplateRequest (Maybe Text) Source #

Required. A Cloud Storage path to the template from which to create the job. Must be a valid Cloud Storage URL, beginning with `gs://`.

Status

data Status Source #

The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. The error model is designed to be: - Simple to use and understand for most users - Flexible enough to meet unexpected needs # Overview The `Status` message contains three pieces of data: error code, error message, and error details. The error code should be an enum value of google.rpc.Code, but it may accept additional error codes if needed. The error message should be a developer-facing English message that helps developers *understand* and *resolve* the error. If a localized user-facing error message is needed, put the localized message in the error details or localize it in the client. The optional error details may contain arbitrary information about the error. There is a predefined set of error detail types in the package `google.rpc` that can be used for common error conditions. # Language mapping The `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 uses The error model and the `Status` message can be used in a variety of environments, either with or without APIs, to provide a consistent developer experience across different environments. Example uses of this error model include: - Partial errors. If a service needs to return partial errors to the client, it may embed the `Status` in the normal response to indicate the partial errors. - Workflow errors. A typical workflow has multiple steps. Each step may have a `Status` message for error reporting. - Batch operations. If a client uses batch request and batch response, the `Status` message should be used directly inside batch response, one for each error sub-response. - Asynchronous operations. If an API call embeds asynchronous operation results in its response, the status of those operations should be represented directly using the `Status` message. - Logging. If some API errors are stored in logs, the message `Status` could be used directly after any stripping needed for security/privacy reasons.

See: status smart constructor.

Instances
Eq Status Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

Data Status Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: Status -> Constr #

dataTypeOf :: Status -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Status Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic Status Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep Status :: Type -> Type #

Methods

from :: Status -> Rep Status x #

to :: Rep Status x -> Status #

ToJSON Status Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON Status Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep Status Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

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

status :: Status Source #

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

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

sDetails :: Lens' Status [StatusDetailsItem] Source #

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

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

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

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

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

NameAndKind

data NameAndKind Source #

Basic metadata about a counter.

See: nameAndKind smart constructor.

Instances
Eq NameAndKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data NameAndKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: NameAndKind -> Constr #

dataTypeOf :: NameAndKind -> DataType #

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

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

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

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

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

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

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

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

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

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

Show NameAndKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic NameAndKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep NameAndKind :: Type -> Type #

ToJSON NameAndKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON NameAndKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep NameAndKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep NameAndKind = D1 (MetaData "NameAndKind" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "NameAndKind'" PrefixI True) (S1 (MetaSel (Just "_nakKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe NameAndKindKind)) :*: S1 (MetaSel (Just "_nakName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

nameAndKind :: NameAndKind Source #

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

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

nakKind :: Lens' NameAndKind (Maybe NameAndKindKind) Source #

Counter aggregation kind.

nakName :: Lens' NameAndKind (Maybe Text) Source #

Name of the counter.

IntegerList

data IntegerList Source #

A metric value representing a list of integers.

See: integerList smart constructor.

Instances
Eq IntegerList Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data IntegerList Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: IntegerList -> Constr #

dataTypeOf :: IntegerList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show IntegerList Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic IntegerList Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep IntegerList :: Type -> Type #

ToJSON IntegerList Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON IntegerList Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep IntegerList Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep IntegerList = D1 (MetaData "IntegerList" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "IntegerList'" PrefixI True) (S1 (MetaSel (Just "_ilElements") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [SplitInt64]))))

integerList :: IntegerList Source #

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

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

ilElements :: Lens' IntegerList [SplitInt64] Source #

Elements of the list.

WorkItem

data WorkItem Source #

WorkItem represents basic information about a WorkItem to be executed in the cloud.

See: workItem smart constructor.

Instances
Eq WorkItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data WorkItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: WorkItem -> Constr #

dataTypeOf :: WorkItem -> DataType #

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

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

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

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

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

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

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

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

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

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

Show WorkItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic WorkItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep WorkItem :: Type -> Type #

Methods

from :: WorkItem -> Rep WorkItem x #

to :: Rep WorkItem x -> WorkItem #

ToJSON WorkItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON WorkItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkItem = D1 (MetaData "WorkItem" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "WorkItem'" PrefixI True) (((S1 (MetaSel (Just "_wiJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_wiReportStatusInterval") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GDuration)) :*: S1 (MetaSel (Just "_wiShellTask") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ShellTask)))) :*: ((S1 (MetaSel (Just "_wiStreamingSetupTask") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StreamingSetupTask)) :*: S1 (MetaSel (Just "_wiInitialReportIndex") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) :*: (S1 (MetaSel (Just "_wiMapTask") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe MapTask)) :*: S1 (MetaSel (Just "_wiPackages") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Package]))))) :*: (((S1 (MetaSel (Just "_wiStreamingComputationTask") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StreamingComputationTask)) :*: S1 (MetaSel (Just "_wiSourceOperationTask") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SourceOperationRequest))) :*: (S1 (MetaSel (Just "_wiId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_wiProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_wiLeaseExpireTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')) :*: S1 (MetaSel (Just "_wiConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_wiStreamingConfigTask") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StreamingConfigTask)) :*: S1 (MetaSel (Just "_wiSeqMapTask") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SeqMapTask)))))))

wiJobId :: Lens' WorkItem (Maybe Text) Source #

Identifies the workflow job this WorkItem belongs to.

wiReportStatusInterval :: Lens' WorkItem (Maybe Scientific) Source #

Recommended reporting interval.

wiShellTask :: Lens' WorkItem (Maybe ShellTask) Source #

Additional information for ShellTask WorkItems.

wiStreamingSetupTask :: Lens' WorkItem (Maybe StreamingSetupTask) Source #

Additional information for StreamingSetupTask WorkItems.

wiInitialReportIndex :: Lens' WorkItem (Maybe Int64) Source #

The initial index to use when reporting the status of the WorkItem.

wiMapTask :: Lens' WorkItem (Maybe MapTask) Source #

Additional information for MapTask WorkItems.

wiPackages :: Lens' WorkItem [Package] Source #

Any required packages that need to be fetched in order to execute this WorkItem.

wiStreamingComputationTask :: Lens' WorkItem (Maybe StreamingComputationTask) Source #

Additional information for StreamingComputationTask WorkItems.

wiSourceOperationTask :: Lens' WorkItem (Maybe SourceOperationRequest) Source #

Additional information for source operation WorkItems.

wiId :: Lens' WorkItem (Maybe Int64) Source #

Identifies this WorkItem.

wiProjectId :: Lens' WorkItem (Maybe Text) Source #

Identifies the cloud project this WorkItem belongs to.

wiLeaseExpireTime :: Lens' WorkItem (Maybe UTCTime) Source #

Time when the lease on this Work will expire.

wiConfiguration :: Lens' WorkItem (Maybe Text) Source #

Work item-specific configuration as an opaque blob.

wiStreamingConfigTask :: Lens' WorkItem (Maybe StreamingConfigTask) Source #

Additional information for StreamingConfigTask WorkItems.

wiSeqMapTask :: Lens' WorkItem (Maybe SeqMapTask) Source #

Additional information for SeqMapTask WorkItems.

WorkerHealthReport

data WorkerHealthReport Source #

WorkerHealthReport contains information about the health of a worker. The VM should be identified by the labels attached to the WorkerMessage that this health ping belongs to.

See: workerHealthReport smart constructor.

Instances
Eq WorkerHealthReport Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data WorkerHealthReport Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: WorkerHealthReport -> Constr #

dataTypeOf :: WorkerHealthReport -> DataType #

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

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

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

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

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

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

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

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

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

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

Show WorkerHealthReport Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic WorkerHealthReport Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep WorkerHealthReport :: Type -> Type #

ToJSON WorkerHealthReport Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON WorkerHealthReport Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerHealthReport Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerHealthReport = D1 (MetaData "WorkerHealthReport" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "WorkerHealthReport'" PrefixI True) ((S1 (MetaSel (Just "_whrVMIsHealthy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_whrReportInterval") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GDuration))) :*: (S1 (MetaSel (Just "_whrPods") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [WorkerHealthReportPodsItem])) :*: S1 (MetaSel (Just "_whrVMStartupTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')))))

workerHealthReport :: WorkerHealthReport Source #

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

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

whrVMIsHealthy :: Lens' WorkerHealthReport (Maybe Bool) Source #

Whether the VM is healthy.

whrReportInterval :: Lens' WorkerHealthReport (Maybe Scientific) Source #

The interval at which the worker is sending health reports. The default value of 0 should be interpreted as the field is not being explicitly set by the worker.

whrPods :: Lens' WorkerHealthReport [WorkerHealthReportPodsItem] Source #

The pods running on the worker. See: http://kubernetes.io/v1.1/docs/api-reference/v1/definitions.html#_v1_pod This field is used by the worker to send the status of the indvidual containers running on each worker.

Snapshot

data Snapshot Source #

Represents a snapshot of a job.

See: snapshot smart constructor.

Instances
Eq Snapshot Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data Snapshot Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: Snapshot -> Constr #

dataTypeOf :: Snapshot -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Snapshot Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic Snapshot Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep Snapshot :: Type -> Type #

Methods

from :: Snapshot -> Rep Snapshot x #

to :: Rep Snapshot x -> Snapshot #

ToJSON Snapshot Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON Snapshot Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep Snapshot Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep Snapshot = D1 (MetaData "Snapshot" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "Snapshot'" PrefixI True) ((S1 (MetaSel (Just "_sCreationTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')) :*: S1 (MetaSel (Just "_sTtl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GDuration))) :*: (S1 (MetaSel (Just "_sSourceJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_sId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_sProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

snapshot :: Snapshot Source #

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

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

sCreationTime :: Lens' Snapshot (Maybe UTCTime) Source #

The time this snapshot was created.

sTtl :: Lens' Snapshot (Maybe Scientific) Source #

The time after which this snapshot will be automatically deleted.

sSourceJobId :: Lens' Snapshot (Maybe Text) Source #

The job this snapshot was created from.

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

The unique ID of this snapshot.

sProjectId :: Lens' Snapshot (Maybe Text) Source #

The project this snapshot belongs to.

SourceSplitOptions

data SourceSplitOptions Source #

Hints for splitting a Source into bundles (parts for parallel processing) using SourceSplitRequest.

See: sourceSplitOptions smart constructor.

Instances
Eq SourceSplitOptions Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SourceSplitOptions Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: SourceSplitOptions -> Constr #

dataTypeOf :: SourceSplitOptions -> DataType #

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

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

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

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

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

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

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

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

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

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

Show SourceSplitOptions Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SourceSplitOptions Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SourceSplitOptions :: Type -> Type #

ToJSON SourceSplitOptions Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SourceSplitOptions Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SourceSplitOptions Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SourceSplitOptions = D1 (MetaData "SourceSplitOptions" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "SourceSplitOptions'" PrefixI True) (S1 (MetaSel (Just "_ssoDesiredShardSizeBytes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_ssoDesiredBundleSizeBytes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))

sourceSplitOptions :: SourceSplitOptions Source #

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

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

ssoDesiredShardSizeBytes :: Lens' SourceSplitOptions (Maybe Int64) Source #

DEPRECATED in favor of desired_bundle_size_bytes.

ssoDesiredBundleSizeBytes :: Lens' SourceSplitOptions (Maybe Int64) Source #

The source should be split into a set of bundles where the estimated size of each is approximately this many bytes.

WorkerPoolMetadata

data WorkerPoolMetadata Source #

Metadata to set on the Google Compute Engine VMs.

See: workerPoolMetadata smart constructor.

Instances
Eq WorkerPoolMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data WorkerPoolMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: WorkerPoolMetadata -> Constr #

dataTypeOf :: WorkerPoolMetadata -> DataType #

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

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

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

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

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

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

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

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

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

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

Show WorkerPoolMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic WorkerPoolMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep WorkerPoolMetadata :: Type -> Type #

ToJSON WorkerPoolMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON WorkerPoolMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerPoolMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerPoolMetadata = D1 (MetaData "WorkerPoolMetadata" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "WorkerPoolMetadata'" PrefixI True) (S1 (MetaSel (Just "_wpmAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text Text))))

workerPoolMetadata Source #

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

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

AutoscalingSettings

data AutoscalingSettings Source #

Settings for WorkerPool autoscaling.

See: autoscalingSettings smart constructor.

Instances
Eq AutoscalingSettings Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data AutoscalingSettings Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: AutoscalingSettings -> Constr #

dataTypeOf :: AutoscalingSettings -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AutoscalingSettings Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic AutoscalingSettings Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep AutoscalingSettings :: Type -> Type #

ToJSON AutoscalingSettings Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON AutoscalingSettings Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep AutoscalingSettings Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep AutoscalingSettings = D1 (MetaData "AutoscalingSettings" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "AutoscalingSettings'" PrefixI True) (S1 (MetaSel (Just "_asMaxNumWorkers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_asAlgorithm") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AutoscalingSettingsAlgorithm))))

autoscalingSettings :: AutoscalingSettings Source #

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

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

asMaxNumWorkers :: Lens' AutoscalingSettings (Maybe Int32) Source #

The maximum number of workers to cap scaling at.

JobExecutionStageInfo

data JobExecutionStageInfo Source #

Contains information about how a particular google.dataflow.v1beta3.Step will be executed.

See: jobExecutionStageInfo smart constructor.

Instances
Eq JobExecutionStageInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data JobExecutionStageInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: JobExecutionStageInfo -> Constr #

dataTypeOf :: JobExecutionStageInfo -> DataType #

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

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

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

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

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

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

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

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

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

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

Show JobExecutionStageInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic JobExecutionStageInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep JobExecutionStageInfo :: Type -> Type #

ToJSON JobExecutionStageInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON JobExecutionStageInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep JobExecutionStageInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep JobExecutionStageInfo = D1 (MetaData "JobExecutionStageInfo" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "JobExecutionStageInfo'" PrefixI True) (S1 (MetaSel (Just "_jesiStepName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Text]))))

jobExecutionStageInfo :: JobExecutionStageInfo Source #

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

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

jesiStepName :: Lens' JobExecutionStageInfo [Text] Source #

The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.

InstructionOutput

data InstructionOutput Source #

An output of an instruction.

See: instructionOutput smart constructor.

Instances
Eq InstructionOutput Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data InstructionOutput Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: InstructionOutput -> Constr #

dataTypeOf :: InstructionOutput -> DataType #

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

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

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

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

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

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

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

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

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

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

Show InstructionOutput Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic InstructionOutput Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep InstructionOutput :: Type -> Type #

ToJSON InstructionOutput Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON InstructionOutput Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep InstructionOutput Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep InstructionOutput = D1 (MetaData "InstructionOutput" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "InstructionOutput'" PrefixI True) ((S1 (MetaSel (Just "_ioOnlyCountValueBytes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 (MetaSel (Just "_ioCodec") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe InstructionOutputCodec)) :*: S1 (MetaSel (Just "_ioName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_ioSystemName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ioOriginalName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ioOnlyCountKeyBytes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))))

instructionOutput :: InstructionOutput Source #

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

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

ioOnlyCountValueBytes :: Lens' InstructionOutput (Maybe Bool) Source #

For system-generated byte and mean byte metrics, certain instructions should only report the value size.

ioCodec :: Lens' InstructionOutput (Maybe InstructionOutputCodec) Source #

The codec to use to encode data being written via this output.

ioName :: Lens' InstructionOutput (Maybe Text) Source #

The user-provided name of this output.

ioSystemName :: Lens' InstructionOutput (Maybe Text) Source #

System-defined name of this output. Unique across the workflow.

ioOriginalName :: Lens' InstructionOutput (Maybe Text) Source #

System-defined name for this output in the original workflow graph. Outputs that do not contribute to an original instruction do not set this.

ioOnlyCountKeyBytes :: Lens' InstructionOutput (Maybe Bool) Source #

For system-generated byte and mean byte metrics, certain instructions should only report the key size.

IntegerGauge

data IntegerGauge Source #

A metric value representing temporal values of a variable.

See: integerGauge smart constructor.

Instances
Eq IntegerGauge Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data IntegerGauge Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: IntegerGauge -> Constr #

dataTypeOf :: IntegerGauge -> DataType #

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

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

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

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

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

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

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

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

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

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

Show IntegerGauge Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic IntegerGauge Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep IntegerGauge :: Type -> Type #

ToJSON IntegerGauge Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON IntegerGauge Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep IntegerGauge Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep IntegerGauge = D1 (MetaData "IntegerGauge" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "IntegerGauge'" PrefixI True) (S1 (MetaSel (Just "_igValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SplitInt64)) :*: S1 (MetaSel (Just "_igTimestamp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime'))))

integerGauge :: IntegerGauge Source #

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

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

igValue :: Lens' IntegerGauge (Maybe SplitInt64) Source #

The value of the variable represented by this gauge.

igTimestamp :: Lens' IntegerGauge (Maybe UTCTime) Source #

The time at which this value was measured. Measured as msecs from epoch.

LaunchTemplateParameters

data LaunchTemplateParameters Source #

Parameters to provide to the template being launched.

See: launchTemplateParameters smart constructor.

Instances
Eq LaunchTemplateParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data LaunchTemplateParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: LaunchTemplateParameters -> Constr #

dataTypeOf :: LaunchTemplateParameters -> DataType #

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

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

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

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

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

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

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

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

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

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

Show LaunchTemplateParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic LaunchTemplateParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep LaunchTemplateParameters :: Type -> Type #

ToJSON LaunchTemplateParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON LaunchTemplateParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep LaunchTemplateParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep LaunchTemplateParameters = D1 (MetaData "LaunchTemplateParameters" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "LaunchTemplateParameters'" PrefixI True) (S1 (MetaSel (Just "_ltpEnvironment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RuntimeEnvironment)) :*: (S1 (MetaSel (Just "_ltpJobName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ltpParameters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LaunchTemplateParametersParameters)))))

launchTemplateParameters :: LaunchTemplateParameters Source #

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

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

ltpJobName :: Lens' LaunchTemplateParameters (Maybe Text) Source #

Required. The job name to use for the created job.

ReportWorkItemStatusRequest

data ReportWorkItemStatusRequest Source #

Request to report the status of WorkItems.

See: reportWorkItemStatusRequest smart constructor.

Instances
Eq ReportWorkItemStatusRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data ReportWorkItemStatusRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: ReportWorkItemStatusRequest -> Constr #

dataTypeOf :: ReportWorkItemStatusRequest -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ReportWorkItemStatusRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic ReportWorkItemStatusRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep ReportWorkItemStatusRequest :: Type -> Type #

ToJSON ReportWorkItemStatusRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON ReportWorkItemStatusRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ReportWorkItemStatusRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ReportWorkItemStatusRequest = D1 (MetaData "ReportWorkItemStatusRequest" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "ReportWorkItemStatusRequest'" PrefixI True) ((S1 (MetaSel (Just "_rwisrCurrentWorkerTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')) :*: S1 (MetaSel (Just "_rwisrLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_rwisrWorkItemStatuses") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [WorkItemStatus])) :*: S1 (MetaSel (Just "_rwisrWorkerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

reportWorkItemStatusRequest :: ReportWorkItemStatusRequest Source #

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

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

rwisrLocation :: Lens' ReportWorkItemStatusRequest (Maybe Text) Source #

The location which contains the WorkItem's job.

rwisrWorkItemStatuses :: Lens' ReportWorkItemStatusRequest [WorkItemStatus] Source #

The order is unimportant, except that the order of the WorkItemServiceState messages in the ReportWorkItemStatusResponse corresponds to the order of WorkItemStatus messages here.

rwisrWorkerId :: Lens' ReportWorkItemStatusRequest (Maybe Text) Source #

The ID of the worker reporting the WorkItem status. If this does not match the ID of the worker which the Dataflow service believes currently has the lease on the WorkItem, the report will be dropped (with an error response).

JobType

data JobType Source #

The type of Cloud Dataflow job.

Constructors

JobTypeUnknown

JOB_TYPE_UNKNOWN The type of the job is unspecified, or unknown.

JobTypeBatch

JOB_TYPE_BATCH A batch job with a well-defined end point: data is read, data is processed, data is written, and the job is done.

JobTypeStreaming

JOB_TYPE_STREAMING A continuously streaming job with no end: data is read, processed, and written continuously.

Instances
Enum JobType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Eq JobType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

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

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

Data JobType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

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

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

toConstr :: JobType -> Constr #

dataTypeOf :: JobType -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord JobType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Read JobType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Show JobType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Generic JobType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Associated Types

type Rep JobType :: Type -> Type #

Methods

from :: JobType -> Rep JobType x #

to :: Rep JobType x -> JobType #

Hashable JobType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

hashWithSalt :: Int -> JobType -> Int #

hash :: JobType -> Int #

ToJSON JobType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromJSON JobType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromHttpApiData JobType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToHttpApiData JobType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep JobType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep JobType = D1 (MetaData "JobType" "Network.Google.Dataflow.Types.Sum" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "JobTypeUnknown" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "JobTypeBatch" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "JobTypeStreaming" PrefixI False) (U1 :: Type -> Type)))

EnvironmentVersion

data EnvironmentVersion Source #

A structure describing which components and their versions of the service are required in order to run the job.

See: environmentVersion smart constructor.

Instances
Eq EnvironmentVersion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data EnvironmentVersion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: EnvironmentVersion -> Constr #

dataTypeOf :: EnvironmentVersion -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EnvironmentVersion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic EnvironmentVersion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep EnvironmentVersion :: Type -> Type #

ToJSON EnvironmentVersion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON EnvironmentVersion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep EnvironmentVersion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep EnvironmentVersion = D1 (MetaData "EnvironmentVersion" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "EnvironmentVersion'" PrefixI True) (S1 (MetaSel (Just "_evAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

environmentVersion Source #

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

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

StreamingApplianceSnapshotConfig

data StreamingApplianceSnapshotConfig Source #

Streaming appliance snapshot configuration.

See: streamingApplianceSnapshotConfig smart constructor.

Instances
Eq StreamingApplianceSnapshotConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data StreamingApplianceSnapshotConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: StreamingApplianceSnapshotConfig -> Constr #

dataTypeOf :: StreamingApplianceSnapshotConfig -> DataType #

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

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

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

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

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

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

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

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

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

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

Show StreamingApplianceSnapshotConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic StreamingApplianceSnapshotConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep StreamingApplianceSnapshotConfig :: Type -> Type #

ToJSON StreamingApplianceSnapshotConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON StreamingApplianceSnapshotConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StreamingApplianceSnapshotConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StreamingApplianceSnapshotConfig = D1 (MetaData "StreamingApplianceSnapshotConfig" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "StreamingApplianceSnapshotConfig'" PrefixI True) (S1 (MetaSel (Just "_sascImportStateEndpoint") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_sascSnapshotId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

streamingApplianceSnapshotConfig :: StreamingApplianceSnapshotConfig Source #

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

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

sascImportStateEndpoint :: Lens' StreamingApplianceSnapshotConfig (Maybe Text) Source #

Indicates which endpoint is used to import appliance state.

sascSnapshotId :: Lens' StreamingApplianceSnapshotConfig (Maybe Text) Source #

If set, indicates the snapshot id for the snapshot being performed.

Sink

data Sink Source #

A sink that records can be encoded and written to.

See: sink smart constructor.

Instances
Eq Sink Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

Data Sink Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: Sink -> Constr #

dataTypeOf :: Sink -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Sink Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

showsPrec :: Int -> Sink -> ShowS #

show :: Sink -> String #

showList :: [Sink] -> ShowS #

Generic Sink Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep Sink :: Type -> Type #

Methods

from :: Sink -> Rep Sink x #

to :: Rep Sink x -> Sink #

ToJSON Sink Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON Sink Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep Sink Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep Sink = D1 (MetaData "Sink" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "Sink'" PrefixI True) (S1 (MetaSel (Just "_sCodec") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SinkCodec)) :*: S1 (MetaSel (Just "_sSpec") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SinkSpec))))

sink :: Sink Source #

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

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

sCodec :: Lens' Sink (Maybe SinkCodec) Source #

The codec to use to encode data written to the sink.

sSpec :: Lens' Sink (Maybe SinkSpec) Source #

The sink to write to, plus its parameters.

StringList

data StringList Source #

A metric value representing a list of strings.

See: stringList smart constructor.

Instances
Eq StringList Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data StringList Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: StringList -> Constr #

dataTypeOf :: StringList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show StringList Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic StringList Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep StringList :: Type -> Type #

ToJSON StringList Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON StringList Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StringList Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StringList = D1 (MetaData "StringList" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "StringList'" PrefixI True) (S1 (MetaSel (Just "_slElements") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Text]))))

stringList :: StringList Source #

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

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

slElements :: Lens' StringList [Text] Source #

Elements of the list.

WorkerHealthReportResponse

data WorkerHealthReportResponse Source #

WorkerHealthReportResponse contains information returned to the worker in response to a health ping.

See: workerHealthReportResponse smart constructor.

Instances
Eq WorkerHealthReportResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data WorkerHealthReportResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: WorkerHealthReportResponse -> Constr #

dataTypeOf :: WorkerHealthReportResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show WorkerHealthReportResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic WorkerHealthReportResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep WorkerHealthReportResponse :: Type -> Type #

ToJSON WorkerHealthReportResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON WorkerHealthReportResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerHealthReportResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerHealthReportResponse = D1 (MetaData "WorkerHealthReportResponse" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "WorkerHealthReportResponse'" PrefixI True) (S1 (MetaSel (Just "_whrrReportInterval") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe GDuration))))

workerHealthReportResponse :: WorkerHealthReportResponse Source #

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

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

whrrReportInterval :: Lens' WorkerHealthReportResponse (Maybe Scientific) Source #

A positive value indicates the worker should change its reporting interval to the specified value. The default value of zero means no change in report rate is requested by the server.

DisplayData

data DisplayData Source #

Data provided with a pipeline or transform to provide descriptive info.

See: displayData smart constructor.

Instances
Eq DisplayData Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data DisplayData Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: DisplayData -> Constr #

dataTypeOf :: DisplayData -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DisplayData Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic DisplayData Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep DisplayData :: Type -> Type #

ToJSON DisplayData Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON DisplayData Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep DisplayData Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep DisplayData = D1 (MetaData "DisplayData" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "DisplayData'" PrefixI True) (((S1 (MetaSel (Just "_ddDurationValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GDuration)) :*: (S1 (MetaSel (Just "_ddBoolValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_ddTimestampValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')))) :*: (S1 (MetaSel (Just "_ddURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ddNamespace") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ddJavaClassValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 (MetaSel (Just "_ddShortStrValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ddKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ddInt64Value") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))) :*: (S1 (MetaSel (Just "_ddFloatValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))) :*: (S1 (MetaSel (Just "_ddStrValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ddLabel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

displayData :: DisplayData Source #

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

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

ddDurationValue :: Lens' DisplayData (Maybe Scientific) Source #

Contains value if the data is of duration type.

ddBoolValue :: Lens' DisplayData (Maybe Bool) Source #

Contains value if the data is of a boolean type.

ddTimestampValue :: Lens' DisplayData (Maybe UTCTime) Source #

Contains value if the data is of timestamp type.

ddURL :: Lens' DisplayData (Maybe Text) Source #

An optional full URL.

ddNamespace :: Lens' DisplayData (Maybe Text) Source #

The namespace for the key. This is usually a class name or programming language namespace (i.e. python module) which defines the display data. This allows a dax monitoring system to specially handle the data and perform custom rendering.

ddJavaClassValue :: Lens' DisplayData (Maybe Text) Source #

Contains value if the data is of java class type.

ddShortStrValue :: Lens' DisplayData (Maybe Text) Source #

A possible additional shorter value to display. For example a java_class_name_value of com.mypackage.MyDoFn will be stored with MyDoFn as the short_str_value and com.mypackage.MyDoFn as the java_class_name value. short_str_value can be displayed and java_class_name_value will be displayed as a tooltip.

ddKey :: Lens' DisplayData (Maybe Text) Source #

The key identifying the display data. This is intended to be used as a label for the display data when viewed in a dax monitoring system.

ddInt64Value :: Lens' DisplayData (Maybe Int64) Source #

Contains value if the data is of int64 type.

ddFloatValue :: Lens' DisplayData (Maybe Double) Source #

Contains value if the data is of float type.

ddStrValue :: Lens' DisplayData (Maybe Text) Source #

Contains value if the data is of string type.

ddLabel :: Lens' DisplayData (Maybe Text) Source #

An optional label to display in a dax UI for the element.

SendDebugCaptureResponse

data SendDebugCaptureResponse Source #

Response to a send capture request. nothing

See: sendDebugCaptureResponse smart constructor.

Instances
Eq SendDebugCaptureResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SendDebugCaptureResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: SendDebugCaptureResponse -> Constr #

dataTypeOf :: SendDebugCaptureResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show SendDebugCaptureResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SendDebugCaptureResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SendDebugCaptureResponse :: Type -> Type #

ToJSON SendDebugCaptureResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SendDebugCaptureResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SendDebugCaptureResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SendDebugCaptureResponse = D1 (MetaData "SendDebugCaptureResponse" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "SendDebugCaptureResponse'" PrefixI False) (U1 :: Type -> Type))

sendDebugCaptureResponse :: SendDebugCaptureResponse Source #

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

StructuredMessage

data StructuredMessage Source #

A rich message format, including a human readable string, a key for identifying the message, and structured data associated with the message for programmatic consumption.

See: structuredMessage smart constructor.

Instances
Eq StructuredMessage Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data StructuredMessage Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: StructuredMessage -> Constr #

dataTypeOf :: StructuredMessage -> DataType #

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

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

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

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

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

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

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

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

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

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

Show StructuredMessage Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic StructuredMessage Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep StructuredMessage :: Type -> Type #

ToJSON StructuredMessage Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON StructuredMessage Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StructuredMessage Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StructuredMessage = D1 (MetaData "StructuredMessage" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "StructuredMessage'" PrefixI True) (S1 (MetaSel (Just "_smMessageText") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_smMessageKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_smParameters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Parameter])))))

structuredMessage :: StructuredMessage Source #

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

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

smMessageText :: Lens' StructuredMessage (Maybe Text) Source #

Human-readable version of message.

smMessageKey :: Lens' StructuredMessage (Maybe Text) Source #

Idenfier for this message type. Used by external systems to internationalize or personalize message.

smParameters :: Lens' StructuredMessage [Parameter] Source #

The structured data associated with this message.

JobLabels

data JobLabels Source #

User-defined labels for this job. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: * Keys must conform to regexp: \p{Ll}\p{Lo}{0,62} * Values must conform to regexp: [\p{Ll}\p{Lo}\p{N}_-]{0,63} * Both keys and values are additionally constrained to be <= 128 bytes in size.

See: jobLabels smart constructor.

Instances
Eq JobLabels Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data JobLabels Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: JobLabels -> Constr #

dataTypeOf :: JobLabels -> DataType #

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

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

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

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

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

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

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

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

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

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

Show JobLabels Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic JobLabels Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep JobLabels :: Type -> Type #

ToJSON JobLabels Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON JobLabels Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep JobLabels Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep JobLabels = D1 (MetaData "JobLabels" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "JobLabels'" PrefixI True) (S1 (MetaSel (Just "_jlAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text Text))))

jobLabels Source #

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

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

MetricStructuredName

data MetricStructuredName Source #

Identifies a metric, by describing the source which generated the metric.

See: metricStructuredName smart constructor.

Instances
Eq MetricStructuredName Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data MetricStructuredName Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: MetricStructuredName -> Constr #

dataTypeOf :: MetricStructuredName -> DataType #

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

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

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

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

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

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

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

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

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

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

Show MetricStructuredName Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic MetricStructuredName Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep MetricStructuredName :: Type -> Type #

ToJSON MetricStructuredName Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON MetricStructuredName Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep MetricStructuredName Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep MetricStructuredName = D1 (MetaData "MetricStructuredName" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "MetricStructuredName'" PrefixI True) (S1 (MetaSel (Just "_msnOrigin") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_msnContext") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe MetricStructuredNameContext)) :*: S1 (MetaSel (Just "_msnName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

metricStructuredName :: MetricStructuredName Source #

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

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

msnOrigin :: Lens' MetricStructuredName (Maybe Text) Source #

Origin (namespace) of metric name. May be blank for user-define metrics; will be "dataflow" for metrics defined by the Dataflow service or SDK.

msnContext :: Lens' MetricStructuredName (Maybe MetricStructuredNameContext) Source #

Zero or more labeled fields which identify the part of the job this metric is associated with, such as the name of a step or collection. For example, built-in counters associated with steps will have context['step'] = . Counters associated with PCollections in the SDK will have context['pcollection'] = .

msnName :: Lens' MetricStructuredName (Maybe Text) Source #

Worker-defined metric name.

BigQueryIODetails

data BigQueryIODetails Source #

Metadata for a BigQuery connector used by the job.

See: bigQueryIODetails smart constructor.

Instances
Eq BigQueryIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data BigQueryIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: BigQueryIODetails -> Constr #

dataTypeOf :: BigQueryIODetails -> DataType #

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

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

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

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

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

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

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

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

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

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

Show BigQueryIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic BigQueryIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep BigQueryIODetails :: Type -> Type #

ToJSON BigQueryIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON BigQueryIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep BigQueryIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep BigQueryIODetails = D1 (MetaData "BigQueryIODetails" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "BigQueryIODetails'" PrefixI True) ((S1 (MetaSel (Just "_bqiodDataSet") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_bqiodQuery") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_bqiodProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_bqiodTable") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

bigQueryIODetails :: BigQueryIODetails Source #

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

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

bqiodDataSet :: Lens' BigQueryIODetails (Maybe Text) Source #

Dataset accessed in the connection.

bqiodQuery :: Lens' BigQueryIODetails (Maybe Text) Source #

Query used to access data in the connection.

bqiodProjectId :: Lens' BigQueryIODetails (Maybe Text) Source #

Project accessed in the connection.

bqiodTable :: Lens' BigQueryIODetails (Maybe Text) Source #

Table accessed in the connection.

FileIODetails

data FileIODetails Source #

Metadata for a File connector used by the job.

See: fileIODetails smart constructor.

Instances
Eq FileIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data FileIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: FileIODetails -> Constr #

dataTypeOf :: FileIODetails -> DataType #

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

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

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

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

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

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

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

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

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

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

Show FileIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic FileIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep FileIODetails :: Type -> Type #

ToJSON FileIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON FileIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep FileIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep FileIODetails = D1 (MetaData "FileIODetails" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "FileIODetails'" PrefixI True) (S1 (MetaSel (Just "_fiodFilePattern") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

fileIODetails :: FileIODetails Source #

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

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

fiodFilePattern :: Lens' FileIODetails (Maybe Text) Source #

File Pattern used to access files by the connector.

WorkerPoolTeardownPolicy

data WorkerPoolTeardownPolicy Source #

Sets the policy for determining when to turndown worker pool. Allowed values are: `TEARDOWN_ALWAYS`, `TEARDOWN_ON_SUCCESS`, and `TEARDOWN_NEVER`. `TEARDOWN_ALWAYS` means workers are always torn down regardless of whether the job succeeds. `TEARDOWN_ON_SUCCESS` means workers are torn down if the job succeeds. `TEARDOWN_NEVER` means the workers are never torn down. If the workers are not torn down by the service, they will continue to run and use Google Compute Engine VM resources in the user's project until they are explicitly terminated by the user. Because of this, Google recommends using the `TEARDOWN_ALWAYS` policy except for small, manually supervised test jobs. If unknown or unspecified, the service will attempt to choose a reasonable default.

Constructors

TeardownPolicyUnknown

TEARDOWN_POLICY_UNKNOWN The teardown policy isn't specified, or is unknown.

TeardownAlways

TEARDOWN_ALWAYS Always teardown the resource.

TeardownOnSuccess

TEARDOWN_ON_SUCCESS Teardown the resource on success. This is useful for debugging failures.

TeardownNever

TEARDOWN_NEVER Never teardown the resource. This is useful for debugging and development.

Instances
Enum WorkerPoolTeardownPolicy Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Eq WorkerPoolTeardownPolicy Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Data WorkerPoolTeardownPolicy Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

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

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

toConstr :: WorkerPoolTeardownPolicy -> Constr #

dataTypeOf :: WorkerPoolTeardownPolicy -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord WorkerPoolTeardownPolicy Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Read WorkerPoolTeardownPolicy Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Show WorkerPoolTeardownPolicy Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Generic WorkerPoolTeardownPolicy Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Associated Types

type Rep WorkerPoolTeardownPolicy :: Type -> Type #

Hashable WorkerPoolTeardownPolicy Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToJSON WorkerPoolTeardownPolicy Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromJSON WorkerPoolTeardownPolicy Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromHttpApiData WorkerPoolTeardownPolicy Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToHttpApiData WorkerPoolTeardownPolicy Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep WorkerPoolTeardownPolicy Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep WorkerPoolTeardownPolicy = D1 (MetaData "WorkerPoolTeardownPolicy" "Network.Google.Dataflow.Types.Sum" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) ((C1 (MetaCons "TeardownPolicyUnknown" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TeardownAlways" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "TeardownOnSuccess" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TeardownNever" PrefixI False) (U1 :: Type -> Type)))

CounterStructuredName

data CounterStructuredName Source #

Identifies a counter within a per-job namespace. Counters whose structured names are the same get merged into a single value for the job.

See: counterStructuredName smart constructor.

Instances
Eq CounterStructuredName Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data CounterStructuredName Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: CounterStructuredName -> Constr #

dataTypeOf :: CounterStructuredName -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CounterStructuredName Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic CounterStructuredName Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep CounterStructuredName :: Type -> Type #

ToJSON CounterStructuredName Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON CounterStructuredName Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep CounterStructuredName Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

csnOrigin :: Lens' CounterStructuredName (Maybe CounterStructuredNameOrigin) Source #

One of the standard Origins defined above.

csnOriginNamespace :: Lens' CounterStructuredName (Maybe Text) Source #

A string containing a more specific namespace of the counter's origin.

csnComponentStepName :: Lens' CounterStructuredName (Maybe Text) Source #

Name of the optimized step being executed by the workers.

csnPortion :: Lens' CounterStructuredName (Maybe CounterStructuredNamePortion) Source #

Portion of this counter, either key or value.

csnOriginalStepName :: Lens' CounterStructuredName (Maybe Text) Source #

System generated name of the original step in the user's graph, before optimization.

csnName :: Lens' CounterStructuredName (Maybe Text) Source #

Counter name. Not necessarily globally-unique, but unique within the context of the other fields. Required.

csnExecutionStepName :: Lens' CounterStructuredName (Maybe Text) Source #

Name of the stage. An execution step contains multiple component steps.

csnOriginalRequestingStepName :: Lens' CounterStructuredName (Maybe Text) Source #

The step name requesting an operation, such as GBK. I.e. the ParDo causing a read/write from shuffle to occur, or a read from side inputs.

csnInputIndex :: Lens' CounterStructuredName (Maybe Int32) Source #

Index of an input collection that's being read from/written to as a side input. The index identifies a step's side inputs starting by 1 (e.g. the first side input has input_index 1, the third has input_index 3). Side inputs are identified by a pair of (original_step_name, input_index). This field helps uniquely identify them.

csnWorkerId :: Lens' CounterStructuredName (Maybe Text) Source #

ID of a particular worker.

JobMetadata

data JobMetadata Source #

Metadata available primarily for filtering jobs. Will be included in the ListJob response and Job SUMMARY view+.

See: jobMetadata smart constructor.

Instances
Eq JobMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data JobMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: JobMetadata -> Constr #

dataTypeOf :: JobMetadata -> DataType #

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

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

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

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

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

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

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

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

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

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

Show JobMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic JobMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep JobMetadata :: Type -> Type #

ToJSON JobMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON JobMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep JobMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

jobMetadata :: JobMetadata Source #

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

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

jmSpannerDetails :: Lens' JobMetadata [SpannerIODetails] Source #

Identification of a Spanner source used in the Dataflow job.

jmBigTableDetails :: Lens' JobMetadata [BigTableIODetails] Source #

Identification of a BigTable source used in the Dataflow job.

jmSdkVersion :: Lens' JobMetadata (Maybe SdkVersion) Source #

The SDK version used to run the job.

jmPubsubDetails :: Lens' JobMetadata [PubSubIODetails] Source #

Identification of a PubSub source used in the Dataflow job.

jmFileDetails :: Lens' JobMetadata [FileIODetails] Source #

Identification of a File source used in the Dataflow job.

jmBigQueryDetails :: Lens' JobMetadata [BigQueryIODetails] Source #

Identification of a BigQuery source used in the Dataflow job.

jmDatastoreDetails :: Lens' JobMetadata [DatastoreIODetails] Source #

Identification of a Datastore source used in the Dataflow job.

GetTemplateResponse

data GetTemplateResponse Source #

The response to a GetTemplate request.

See: getTemplateResponse smart constructor.

Instances
Eq GetTemplateResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data GetTemplateResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: GetTemplateResponse -> Constr #

dataTypeOf :: GetTemplateResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GetTemplateResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic GetTemplateResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep GetTemplateResponse :: Type -> Type #

ToJSON GetTemplateResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON GetTemplateResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep GetTemplateResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep GetTemplateResponse = D1 (MetaData "GetTemplateResponse" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "GetTemplateResponse'" PrefixI True) (S1 (MetaSel (Just "_gtrStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Status)) :*: S1 (MetaSel (Just "_gtrMetadata") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TemplateMetadata))))

getTemplateResponse :: GetTemplateResponse Source #

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

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

gtrStatus :: Lens' GetTemplateResponse (Maybe Status) Source #

The status of the get template request. Any problems with the request will be indicated in the error_details.

gtrMetadata :: Lens' GetTemplateResponse (Maybe TemplateMetadata) Source #

The template metadata describing the template name, available parameters, etc.

WriteInstruction

data WriteInstruction Source #

An instruction that writes records. Takes one input, produces no outputs.

See: writeInstruction smart constructor.

Instances
Eq WriteInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data WriteInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: WriteInstruction -> Constr #

dataTypeOf :: WriteInstruction -> DataType #

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

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

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

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

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

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

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

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

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

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

Show WriteInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic WriteInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep WriteInstruction :: Type -> Type #

ToJSON WriteInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON WriteInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WriteInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WriteInstruction = D1 (MetaData "WriteInstruction" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "WriteInstruction'" PrefixI True) (S1 (MetaSel (Just "_wiSink") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Sink)) :*: S1 (MetaSel (Just "_wiInput") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe InstructionInput))))

writeInstruction :: WriteInstruction Source #

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

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

wiSink :: Lens' WriteInstruction (Maybe Sink) Source #

The sink to write to.

EnvironmentUserAgent

data EnvironmentUserAgent Source #

A description of the process that generated the request.

See: environmentUserAgent smart constructor.

Instances
Eq EnvironmentUserAgent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data EnvironmentUserAgent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: EnvironmentUserAgent -> Constr #

dataTypeOf :: EnvironmentUserAgent -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EnvironmentUserAgent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic EnvironmentUserAgent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep EnvironmentUserAgent :: Type -> Type #

ToJSON EnvironmentUserAgent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON EnvironmentUserAgent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep EnvironmentUserAgent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep EnvironmentUserAgent = D1 (MetaData "EnvironmentUserAgent" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "EnvironmentUserAgent'" PrefixI True) (S1 (MetaSel (Just "_euaAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

environmentUserAgent Source #

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

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

Disk

data Disk Source #

Describes the data disk used by a workflow job.

See: disk smart constructor.

Instances
Eq Disk Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

Data Disk Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: Disk -> Constr #

dataTypeOf :: Disk -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Disk Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

showsPrec :: Int -> Disk -> ShowS #

show :: Disk -> String #

showList :: [Disk] -> ShowS #

Generic Disk Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep Disk :: Type -> Type #

Methods

from :: Disk -> Rep Disk x #

to :: Rep Disk x -> Disk #

ToJSON Disk Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON Disk Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep Disk Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep Disk = D1 (MetaData "Disk" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "Disk'" PrefixI True) (S1 (MetaSel (Just "_dSizeGb") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: (S1 (MetaSel (Just "_dDiskType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dMountPoint") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

disk :: Disk Source #

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

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

dSizeGb :: Lens' Disk (Maybe Int32) Source #

Size of disk in GB. If zero or unspecified, the service will attempt to choose a reasonable default.

dDiskType :: Lens' Disk (Maybe Text) Source #

Disk storage type, as defined by Google Compute Engine. This must be a disk type appropriate to the project and zone in which the workers will run. If unknown or unspecified, the service will attempt to choose a reasonable default. For example, the standard persistent disk type is a resource name typically ending in "pd-standard". If SSD persistent disks are available, the resource name typically ends with "pd-ssd". The actual valid values are defined the Google Compute Engine API, not by the Cloud Dataflow API; consult the Google Compute Engine documentation for more information about determining the set of available disk types for a particular project and zone. Google Compute Engine Disk types are local to a particular project in a particular zone, and so the resource name will typically look something like this: compute.googleapis.com/projects/project-id/zones/zone/diskTypes/pd-standard

dMountPoint :: Lens' Disk (Maybe Text) Source #

Directory in a VM where disk is mounted.

MetricUpdate

data MetricUpdate Source #

Describes the state of a metric.

See: metricUpdate smart constructor.

Instances
Eq MetricUpdate Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data MetricUpdate Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: MetricUpdate -> Constr #

dataTypeOf :: MetricUpdate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show MetricUpdate Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic MetricUpdate Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep MetricUpdate :: Type -> Type #

ToJSON MetricUpdate Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON MetricUpdate Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep MetricUpdate Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

metricUpdate :: MetricUpdate Source #

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

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

muMeanSum :: Lens' MetricUpdate (Maybe JSONValue) Source #

Worker-computed aggregate value for the "Mean" aggregation kind. This holds the sum of the aggregated values and is used in combination with mean_count below to obtain the actual mean aggregate value. The only possible value types are Long and Double.

muInternal :: Lens' MetricUpdate (Maybe JSONValue) Source #

Worker-computed aggregate value for internal use by the Dataflow service.

muSet :: Lens' MetricUpdate (Maybe JSONValue) Source #

Worker-computed aggregate value for the "Set" aggregation kind. The only possible value type is a list of Values whose type can be Long, Double, or String, according to the metric's type. All Values in the list must be of the same type.

muDistribution :: Lens' MetricUpdate (Maybe JSONValue) Source #

A struct value describing properties of a distribution of numeric values.

muCumulative :: Lens' MetricUpdate (Maybe Bool) Source #

True if this metric is reported as the total cumulative aggregate value accumulated since the worker started working on this WorkItem. By default this is false, indicating that this metric is reported as a delta that is not associated with any WorkItem.

muKind :: Lens' MetricUpdate (Maybe Text) Source #

Metric aggregation kind. The possible metric aggregation kinds are "Sum", "Max", "Min", "Mean", "Set", "And", "Or", and "Distribution". The specified aggregation kind is case-insensitive. If omitted, this is not an aggregated value but instead a single metric sample value.

muGauge :: Lens' MetricUpdate (Maybe JSONValue) Source #

A struct value describing properties of a Gauge. Metrics of gauge type show the value of a metric across time, and is aggregated based on the newest value.

muUpdateTime :: Lens' MetricUpdate (Maybe UTCTime) Source #

Timestamp associated with the metric value. Optional when workers are reporting work progress; it will be filled in responses from the metrics API.

muMeanCount :: Lens' MetricUpdate (Maybe JSONValue) Source #

Worker-computed aggregate value for the "Mean" aggregation kind. This holds the count of the aggregated values and is used in combination with mean_sum above to obtain the actual mean aggregate value. The only possible value type is Long.

muScalar :: Lens' MetricUpdate (Maybe JSONValue) Source #

Worker-computed aggregate value for aggregation kinds "Sum", "Max", "Min", "And", and "Or". The possible value types are Long, Double, and Boolean.

SourceGetMetadataResponse

data SourceGetMetadataResponse Source #

The result of a SourceGetMetadataOperation.

See: sourceGetMetadataResponse smart constructor.

Instances
Eq SourceGetMetadataResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SourceGetMetadataResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: SourceGetMetadataResponse -> Constr #

dataTypeOf :: SourceGetMetadataResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show SourceGetMetadataResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SourceGetMetadataResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SourceGetMetadataResponse :: Type -> Type #

ToJSON SourceGetMetadataResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SourceGetMetadataResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SourceGetMetadataResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SourceGetMetadataResponse = D1 (MetaData "SourceGetMetadataResponse" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "SourceGetMetadataResponse'" PrefixI True) (S1 (MetaSel (Just "_sgmrMetadata") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe SourceMetadata))))

sourceGetMetadataResponse :: SourceGetMetadataResponse Source #

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

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

TemplateMetadata

data TemplateMetadata Source #

Metadata describing a template.

See: templateMetadata smart constructor.

Instances
Eq TemplateMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data TemplateMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: TemplateMetadata -> Constr #

dataTypeOf :: TemplateMetadata -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TemplateMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic TemplateMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep TemplateMetadata :: Type -> Type #

ToJSON TemplateMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON TemplateMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep TemplateMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep TemplateMetadata = D1 (MetaData "TemplateMetadata" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "TemplateMetadata'" PrefixI True) (S1 (MetaSel (Just "_tmName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_tmParameters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ParameterMetadata])) :*: S1 (MetaSel (Just "_tmDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

templateMetadata :: TemplateMetadata Source #

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

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

tmName :: Lens' TemplateMetadata (Maybe Text) Source #

Required. The name of the template.

tmParameters :: Lens' TemplateMetadata [ParameterMetadata] Source #

The parameters for the template.

tmDescription :: Lens' TemplateMetadata (Maybe Text) Source #

Optional. A description of the template.

Environment

data Environment Source #

Describes the environment in which a Dataflow Job runs.

See: environment smart constructor.

Instances
Eq Environment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data Environment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: Environment -> Constr #

dataTypeOf :: Environment -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Environment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic Environment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep Environment :: Type -> Type #

ToJSON Environment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON Environment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep Environment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

environment :: Environment Source #

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

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

eDataSet :: Lens' Environment (Maybe Text) Source #

The dataset for the current project where various workflow related tables are stored. The supported resource type is: Google BigQuery: bigquery.googleapis.com/{dataset}

eExperiments :: Lens' Environment [Text] Source #

The list of experiments to enable.

eWorkerPools :: Lens' Environment [WorkerPool] Source #

The worker pools. At least one "harness" worker pool must be specified in order for the job to have workers.

eClusterManagerAPIService :: Lens' Environment (Maybe Text) Source #

The type of cluster manager API to use. If unknown or unspecified, the service will attempt to choose a reasonable default. This should be in the form of the API service name, e.g. "compute.googleapis.com".

eVersion :: Lens' Environment (Maybe EnvironmentVersion) Source #

A structure describing which components and their versions of the service are required in order to run the job.

eTempStoragePrefix :: Lens' Environment (Maybe Text) Source #

The prefix of the resources the system should use for temporary storage. The system will append the suffix "/temp-{JOBNAME} to this resource prefix, where {JOBNAME} is the value of the job_name field. The resulting bucket and object prefix is used as the prefix of the resources used to store temporary data needed during the job execution. NOTE: This will override the value in taskrunner_settings. The supported resource type is: Google Cloud Storage: storage.googleapis.com/{bucket}/{object} bucket.storage.googleapis.com/{object}

eServiceAccountEmail :: Lens' Environment (Maybe Text) Source #

Identity to run virtual machines as. Defaults to the default account.

eUserAgent :: Lens' Environment (Maybe EnvironmentUserAgent) Source #

A description of the process that generated the request.

eSdkPipelineOptions :: Lens' Environment (Maybe EnvironmentSdkPipelineOptions) Source #

The Cloud Dataflow SDK pipeline options specified by the user. These options are passed through the service and are used to recreate the SDK pipeline options on the worker in a language agnostic and platform independent way.

ConcatPosition

data ConcatPosition Source #

A position that encapsulates an inner position and an index for the inner position. A ConcatPosition can be used by a reader of a source that encapsulates a set of other sources.

See: concatPosition smart constructor.

Instances
Eq ConcatPosition Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data ConcatPosition Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: ConcatPosition -> Constr #

dataTypeOf :: ConcatPosition -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ConcatPosition Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic ConcatPosition Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep ConcatPosition :: Type -> Type #

ToJSON ConcatPosition Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON ConcatPosition Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ConcatPosition Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ConcatPosition = D1 (MetaData "ConcatPosition" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "ConcatPosition'" PrefixI True) (S1 (MetaSel (Just "_cpIndex") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_cpPosition") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Position))))

concatPosition :: ConcatPosition Source #

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

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

cpIndex :: Lens' ConcatPosition (Maybe Int32) Source #

Index of the inner source.

cpPosition :: Lens' ConcatPosition (Maybe Position) Source #

Position within the inner source.

MetricStructuredNameContext

data MetricStructuredNameContext Source #

Zero or more labeled fields which identify the part of the job this metric is associated with, such as the name of a step or collection. For example, built-in counters associated with steps will have context['step'] = . Counters associated with PCollections in the SDK will have context['pcollection'] = .

See: metricStructuredNameContext smart constructor.

Instances
Eq MetricStructuredNameContext Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data MetricStructuredNameContext Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: MetricStructuredNameContext -> Constr #

dataTypeOf :: MetricStructuredNameContext -> DataType #

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

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

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

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

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

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

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

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

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

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

Show MetricStructuredNameContext Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic MetricStructuredNameContext Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep MetricStructuredNameContext :: Type -> Type #

ToJSON MetricStructuredNameContext Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON MetricStructuredNameContext Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep MetricStructuredNameContext Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep MetricStructuredNameContext = D1 (MetaData "MetricStructuredNameContext" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "MetricStructuredNameContext'" PrefixI True) (S1 (MetaSel (Just "_msncAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text Text))))

metricStructuredNameContext Source #

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

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

CounterUpdate

data CounterUpdate Source #

An update to a Counter sent from a worker.

See: counterUpdate smart constructor.

Instances
Eq CounterUpdate Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data CounterUpdate Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: CounterUpdate -> Constr #

dataTypeOf :: CounterUpdate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CounterUpdate Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic CounterUpdate Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep CounterUpdate :: Type -> Type #

ToJSON CounterUpdate Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON CounterUpdate Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep CounterUpdate Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep CounterUpdate = D1 (MetaData "CounterUpdate" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "CounterUpdate'" PrefixI True) (((S1 (MetaSel (Just "_cuNameAndKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe NameAndKind)) :*: (S1 (MetaSel (Just "_cuIntegerList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe IntegerList)) :*: S1 (MetaSel (Just "_cuFloatingPoint") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))))) :*: ((S1 (MetaSel (Just "_cuInternal") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JSONValue)) :*: S1 (MetaSel (Just "_cuStringList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StringList))) :*: (S1 (MetaSel (Just "_cuShortId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_cuIntegerGauge") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe IntegerGauge))))) :*: (((S1 (MetaSel (Just "_cuDistribution") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DistributionUpdate)) :*: S1 (MetaSel (Just "_cuCumulative") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 (MetaSel (Just "_cuStructuredNameAndMetadata") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CounterStructuredNameAndMetadata)) :*: S1 (MetaSel (Just "_cuFloatingPointMean") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe FloatingPointMean)))) :*: ((S1 (MetaSel (Just "_cuIntegerMean") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe IntegerMean)) :*: S1 (MetaSel (Just "_cuBoolean") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 (MetaSel (Just "_cuFloatingPointList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe FloatingPointList)) :*: S1 (MetaSel (Just "_cuInteger") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SplitInt64)))))))

cuNameAndKind :: Lens' CounterUpdate (Maybe NameAndKind) Source #

Counter name and aggregation type.

cuIntegerList :: Lens' CounterUpdate (Maybe IntegerList) Source #

List of integers, for Set.

cuFloatingPoint :: Lens' CounterUpdate (Maybe Double) Source #

Floating point value for Sum, Max, Min.

cuInternal :: Lens' CounterUpdate (Maybe JSONValue) Source #

Value for internally-defined counters used by the Dataflow service.

cuStringList :: Lens' CounterUpdate (Maybe StringList) Source #

List of strings, for Set.

cuShortId :: Lens' CounterUpdate (Maybe Int64) Source #

The service-generated short identifier for this counter. The short_id -> (name, metadata) mapping is constant for the lifetime of a job.

cuCumulative :: Lens' CounterUpdate (Maybe Bool) Source #

True if this counter is reported as the total cumulative aggregate value accumulated since the worker started working on this WorkItem. By default this is false, indicating that this counter is reported as a delta.

cuFloatingPointMean :: Lens' CounterUpdate (Maybe FloatingPointMean) Source #

Floating point mean aggregation value for Mean.

cuIntegerMean :: Lens' CounterUpdate (Maybe IntegerMean) Source #

Integer mean aggregation value for Mean.

cuBoolean :: Lens' CounterUpdate (Maybe Bool) Source #

Boolean value for And, Or.

cuFloatingPointList :: Lens' CounterUpdate (Maybe FloatingPointList) Source #

List of floating point numbers, for Set.

cuInteger :: Lens' CounterUpdate (Maybe SplitInt64) Source #

Integer value for Sum, Max, Min.

StreamingStageLocation

data StreamingStageLocation Source #

Identifies the location of a streaming computation stage, for stage-to-stage communication.

See: streamingStageLocation smart constructor.

Instances
Eq StreamingStageLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data StreamingStageLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: StreamingStageLocation -> Constr #

dataTypeOf :: StreamingStageLocation -> DataType #

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

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

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

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

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

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

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

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

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

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

Show StreamingStageLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic StreamingStageLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep StreamingStageLocation :: Type -> Type #

ToJSON StreamingStageLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON StreamingStageLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StreamingStageLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StreamingStageLocation = D1 (MetaData "StreamingStageLocation" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "StreamingStageLocation'" PrefixI True) (S1 (MetaSel (Just "_sslStreamId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

streamingStageLocation :: StreamingStageLocation Source #

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

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

sslStreamId :: Lens' StreamingStageLocation (Maybe Text) Source #

Identifies the particular stream within the streaming Dataflow job.

AutoscalingSettingsAlgorithm

data AutoscalingSettingsAlgorithm Source #

The algorithm to use for autoscaling.

Constructors

AutoscalingAlgorithmUnknown

AUTOSCALING_ALGORITHM_UNKNOWN The algorithm is unknown, or unspecified.

AutoscalingAlgorithmNone

AUTOSCALING_ALGORITHM_NONE Disable autoscaling.

AutoscalingAlgorithmBasic

AUTOSCALING_ALGORITHM_BASIC Increase worker count over time to reduce job execution time.

Instances
Enum AutoscalingSettingsAlgorithm Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Eq AutoscalingSettingsAlgorithm Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Data AutoscalingSettingsAlgorithm Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

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

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

toConstr :: AutoscalingSettingsAlgorithm -> Constr #

dataTypeOf :: AutoscalingSettingsAlgorithm -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord AutoscalingSettingsAlgorithm Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Read AutoscalingSettingsAlgorithm Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Show AutoscalingSettingsAlgorithm Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Generic AutoscalingSettingsAlgorithm Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Associated Types

type Rep AutoscalingSettingsAlgorithm :: Type -> Type #

Hashable AutoscalingSettingsAlgorithm Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToJSON AutoscalingSettingsAlgorithm Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromJSON AutoscalingSettingsAlgorithm Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromHttpApiData AutoscalingSettingsAlgorithm Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToHttpApiData AutoscalingSettingsAlgorithm Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep AutoscalingSettingsAlgorithm Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep AutoscalingSettingsAlgorithm = D1 (MetaData "AutoscalingSettingsAlgorithm" "Network.Google.Dataflow.Types.Sum" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "AutoscalingAlgorithmUnknown" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "AutoscalingAlgorithmNone" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "AutoscalingAlgorithmBasic" PrefixI False) (U1 :: Type -> Type)))

DerivedSource

data DerivedSource Source #

Specification of one of the bundles produced as a result of splitting a Source (e.g. when executing a SourceSplitRequest, or when splitting an active task using WorkItemStatus.dynamic_source_split), relative to the source being split.

See: derivedSource smart constructor.

Instances
Eq DerivedSource Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data DerivedSource Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: DerivedSource -> Constr #

dataTypeOf :: DerivedSource -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DerivedSource Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic DerivedSource Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep DerivedSource :: Type -> Type #

ToJSON DerivedSource Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON DerivedSource Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep DerivedSource Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep DerivedSource = D1 (MetaData "DerivedSource" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "DerivedSource'" PrefixI True) (S1 (MetaSel (Just "_dsDerivationMode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DerivedSourceDerivationMode)) :*: S1 (MetaSel (Just "_dsSource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Source))))

derivedSource :: DerivedSource Source #

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

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

dsDerivationMode :: Lens' DerivedSource (Maybe DerivedSourceDerivationMode) Source #

What source to base the produced source on (if any).

dsSource :: Lens' DerivedSource (Maybe Source) Source #

Specification of the source.

JobMetrics

data JobMetrics Source #

JobMetrics contains a collection of metrics descibing the detailed progress of a Dataflow job. Metrics correspond to user-defined and system-defined metrics in the job. This resource captures only the most recent values of each metric; time-series data can be queried for them (under the same metric names) from Cloud Monitoring.

See: jobMetrics smart constructor.

Instances
Eq JobMetrics Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data JobMetrics Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: JobMetrics -> Constr #

dataTypeOf :: JobMetrics -> DataType #

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

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

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

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

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

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

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

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

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

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

Show JobMetrics Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic JobMetrics Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep JobMetrics :: Type -> Type #

ToJSON JobMetrics Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON JobMetrics Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep JobMetrics Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep JobMetrics = D1 (MetaData "JobMetrics" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "JobMetrics'" PrefixI True) (S1 (MetaSel (Just "_jmMetrics") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [MetricUpdate])) :*: S1 (MetaSel (Just "_jmMetricTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime'))))

jobMetrics :: JobMetrics Source #

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

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

jmMetrics :: Lens' JobMetrics [MetricUpdate] Source #

All metrics for this job.

jmMetricTime :: Lens' JobMetrics (Maybe UTCTime) Source #

Timestamp as of which metric values are current.

TransformSummaryKind

data TransformSummaryKind Source #

Type of transform.

Constructors

UnknownKind

UNKNOWN_KIND Unrecognized transform type.

ParDoKind

PAR_DO_KIND ParDo transform.

GroupByKeyKind

GROUP_BY_KEY_KIND Group By Key transform.

FlattenKind

FLATTEN_KIND Flatten transform.

ReadKind

READ_KIND Read transform.

WriteKind

WRITE_KIND Write transform.

ConstantKind

CONSTANT_KIND Constructs from a constant value, such as with Create.of.

SingletonKind

SINGLETON_KIND Creates a Singleton view of a collection.

ShuffleKind

SHUFFLE_KIND Opening or closing a shuffle session, often as part of a GroupByKey.

Instances
Enum TransformSummaryKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Eq TransformSummaryKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Data TransformSummaryKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

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

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

toConstr :: TransformSummaryKind -> Constr #

dataTypeOf :: TransformSummaryKind -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord TransformSummaryKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Read TransformSummaryKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Show TransformSummaryKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Generic TransformSummaryKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Associated Types

type Rep TransformSummaryKind :: Type -> Type #

Hashable TransformSummaryKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToJSON TransformSummaryKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromJSON TransformSummaryKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromHttpApiData TransformSummaryKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToHttpApiData TransformSummaryKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep TransformSummaryKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep TransformSummaryKind = D1 (MetaData "TransformSummaryKind" "Network.Google.Dataflow.Types.Sum" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (((C1 (MetaCons "UnknownKind" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ParDoKind" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "GroupByKeyKind" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "FlattenKind" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "ReadKind" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "WriteKind" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "ConstantKind" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "SingletonKind" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ShuffleKind" PrefixI False) (U1 :: Type -> Type)))))

SendDebugCaptureRequest

data SendDebugCaptureRequest Source #

Request to send encoded debug information.

See: sendDebugCaptureRequest smart constructor.

Instances
Eq SendDebugCaptureRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SendDebugCaptureRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: SendDebugCaptureRequest -> Constr #

dataTypeOf :: SendDebugCaptureRequest -> DataType #

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

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

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

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

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

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

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

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

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

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

Show SendDebugCaptureRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SendDebugCaptureRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SendDebugCaptureRequest :: Type -> Type #

ToJSON SendDebugCaptureRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SendDebugCaptureRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SendDebugCaptureRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SendDebugCaptureRequest = D1 (MetaData "SendDebugCaptureRequest" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "SendDebugCaptureRequest'" PrefixI True) ((S1 (MetaSel (Just "_sdcrLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_sdcrData") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_sdcrComponentId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_sdcrWorkerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

sendDebugCaptureRequest :: SendDebugCaptureRequest Source #

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

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

sdcrLocation :: Lens' SendDebugCaptureRequest (Maybe Text) Source #

The location which contains the job specified by job_id.

sdcrData :: Lens' SendDebugCaptureRequest (Maybe Text) Source #

The encoded debug information.

sdcrComponentId :: Lens' SendDebugCaptureRequest (Maybe Text) Source #

The internal component id for which debug information is sent.

sdcrWorkerId :: Lens' SendDebugCaptureRequest (Maybe Text) Source #

The worker id, i.e., VM hostname.

WorkItemStatus

data WorkItemStatus Source #

Conveys a worker's progress through the work described by a WorkItem.

See: workItemStatus smart constructor.

Instances
Eq WorkItemStatus Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data WorkItemStatus Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: WorkItemStatus -> Constr #

dataTypeOf :: WorkItemStatus -> DataType #

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

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

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

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

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

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

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

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

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

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

Show WorkItemStatus Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic WorkItemStatus Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep WorkItemStatus :: Type -> Type #

ToJSON WorkItemStatus Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON WorkItemStatus Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkItemStatus Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkItemStatus = D1 (MetaData "WorkItemStatus" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "WorkItemStatus'" PrefixI True) (((S1 (MetaSel (Just "_wisReportedProgress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ApproximateReportedProgress)) :*: (S1 (MetaSel (Just "_wisProgress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ApproximateProgress)) :*: S1 (MetaSel (Just "_wisTotalThrottlerWaitTimeSeconds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))))) :*: ((S1 (MetaSel (Just "_wisSourceOperationResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SourceOperationResponse)) :*: S1 (MetaSel (Just "_wisStopPosition") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Position))) :*: (S1 (MetaSel (Just "_wisDynamicSourceSplit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DynamicSourceSplit)) :*: S1 (MetaSel (Just "_wisCompleted") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 (MetaSel (Just "_wisSourceFork") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SourceFork)) :*: (S1 (MetaSel (Just "_wisReportIndex") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_wisRequestedLeaseDuration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GDuration)))) :*: ((S1 (MetaSel (Just "_wisErrors") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Status])) :*: S1 (MetaSel (Just "_wisCounterUpdates") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CounterUpdate]))) :*: (S1 (MetaSel (Just "_wisMetricUpdates") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [MetricUpdate])) :*: S1 (MetaSel (Just "_wisWorkItemId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

wisReportedProgress :: Lens' WorkItemStatus (Maybe ApproximateReportedProgress) Source #

The worker's progress through this WorkItem.

wisProgress :: Lens' WorkItemStatus (Maybe ApproximateProgress) Source #

DEPRECATED in favor of reported_progress.

wisTotalThrottlerWaitTimeSeconds :: Lens' WorkItemStatus (Maybe Double) Source #

Total time the worker spent being throttled by external systems.

wisSourceOperationResponse :: Lens' WorkItemStatus (Maybe SourceOperationResponse) Source #

If the work item represented a SourceOperationRequest, and the work is completed, contains the result of the operation.

wisStopPosition :: Lens' WorkItemStatus (Maybe Position) Source #

A worker may split an active map task in two parts, "primary" and "residual", continuing to process the primary part and returning the residual part into the pool of available work. This event is called a "dynamic split" and is critical to the dynamic work rebalancing feature. The two obtained sub-tasks are called "parts" of the split. The parts, if concatenated, must represent the same input as would be read by the current task if the split did not happen. The exact way in which the original task is decomposed into the two parts is specified either as a position demarcating them (stop_position), or explicitly as two DerivedSources, if this task consumes a user-defined source type (dynamic_source_split). The "current" task is adjusted as a result of the split: after a task with range [A, B) sends a stop_position update at C, its range is considered to be [A, C), e.g.: * Progress should be interpreted relative to the new range, e.g. "75% completed" means "75% of [A, C) completed" * The worker should interpret proposed_stop_position relative to the new range, e.g. "split at 68%" should be interpreted as "split at 68% of [A, C)". * If the worker chooses to split again using stop_position, only stop_positions in [A, C) will be accepted. * Etc. dynamic_source_split has similar semantics: e.g., if a task with source S splits using dynamic_source_split into {P, R} (where P and R must be together equivalent to S), then subsequent progress and proposed_stop_position should be interpreted relative to P, and in a potential subsequent dynamic_source_split into {P', R'}, P' and R' must be together equivalent to P, etc.

wisCompleted :: Lens' WorkItemStatus (Maybe Bool) Source #

True if the WorkItem was completed (successfully or unsuccessfully).

wisSourceFork :: Lens' WorkItemStatus (Maybe SourceFork) Source #

DEPRECATED in favor of dynamic_source_split.

wisReportIndex :: Lens' WorkItemStatus (Maybe Int64) Source #

The report index. When a WorkItem is leased, the lease will contain an initial report index. When a WorkItem's status is reported to the system, the report should be sent with that report index, and the response will contain the index the worker should use for the next report. Reports received with unexpected index values will be rejected by the service. In order to preserve idempotency, the worker should not alter the contents of a report, even if the worker must submit the same report multiple times before getting back a response. The worker should not submit a subsequent report until the response for the previous report had been received from the service.

wisRequestedLeaseDuration :: Lens' WorkItemStatus (Maybe Scientific) Source #

Amount of time the worker requests for its lease.

wisErrors :: Lens' WorkItemStatus [Status] Source #

Specifies errors which occurred during processing. If errors are provided, and completed = true, then the WorkItem is considered to have failed.

wisCounterUpdates :: Lens' WorkItemStatus [CounterUpdate] Source #

Worker output counters for this WorkItem.

wisMetricUpdates :: Lens' WorkItemStatus [MetricUpdate] Source #

DEPRECATED in favor of counter_updates.

wisWorkItemId :: Lens' WorkItemStatus (Maybe Text) Source #

Identifies the WorkItem.

WorkerMessageLabels

data WorkerMessageLabels Source #

Labels are used to group WorkerMessages. For example, a worker_message about a particular container might have the labels: { "JOB_ID": "2015-04-22", "WORKER_ID": "wordcount-vm-2015…" "CONTAINER_TYPE": "worker", "CONTAINER_ID": "ac1234def"} Label tags typically correspond to Label enum values. However, for ease of development other strings can be used as tags. LABEL_UNSPECIFIED should not be used here.

See: workerMessageLabels smart constructor.

Instances
Eq WorkerMessageLabels Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data WorkerMessageLabels Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: WorkerMessageLabels -> Constr #

dataTypeOf :: WorkerMessageLabels -> DataType #

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

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

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

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

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

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

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

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

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

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

Show WorkerMessageLabels Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic WorkerMessageLabels Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep WorkerMessageLabels :: Type -> Type #

ToJSON WorkerMessageLabels Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON WorkerMessageLabels Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerMessageLabels Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerMessageLabels = D1 (MetaData "WorkerMessageLabels" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "WorkerMessageLabels'" PrefixI True) (S1 (MetaSel (Just "_wmlAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text Text))))

workerMessageLabels Source #

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

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

FlattenInstruction

data FlattenInstruction Source #

An instruction that copies its inputs (zero or more) to its (single) output.

See: flattenInstruction smart constructor.

Instances
Eq FlattenInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data FlattenInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: FlattenInstruction -> Constr #

dataTypeOf :: FlattenInstruction -> DataType #

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

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

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

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

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

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

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

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

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

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

Show FlattenInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic FlattenInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep FlattenInstruction :: Type -> Type #

ToJSON FlattenInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON FlattenInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep FlattenInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep FlattenInstruction = D1 (MetaData "FlattenInstruction" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "FlattenInstruction'" PrefixI True) (S1 (MetaSel (Just "_fiInputs") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [InstructionInput]))))

flattenInstruction :: FlattenInstruction Source #

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

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

fiInputs :: Lens' FlattenInstruction [InstructionInput] Source #

Describes the inputs to the flatten instruction.

WorkerMessageCode

data WorkerMessageCode Source #

A message code is used to report status and error messages to the service. The message codes are intended to be machine readable. The service will take care of translating these into user understandable messages if necessary. Example use cases: 1. Worker processes reporting successful startup. 2. Worker processes reporting specific errors (e.g. package staging failure).

See: workerMessageCode smart constructor.

Instances
Eq WorkerMessageCode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data WorkerMessageCode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: WorkerMessageCode -> Constr #

dataTypeOf :: WorkerMessageCode -> DataType #

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

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

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

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

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

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

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

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

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

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

Show WorkerMessageCode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic WorkerMessageCode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep WorkerMessageCode :: Type -> Type #

ToJSON WorkerMessageCode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON WorkerMessageCode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerMessageCode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerMessageCode = D1 (MetaData "WorkerMessageCode" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "WorkerMessageCode'" PrefixI True) (S1 (MetaSel (Just "_wmcParameters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WorkerMessageCodeParameters)) :*: S1 (MetaSel (Just "_wmcCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

workerMessageCode :: WorkerMessageCode Source #

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

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

wmcParameters :: Lens' WorkerMessageCode (Maybe WorkerMessageCodeParameters) Source #

Parameters contains specific information about the code. This is a struct to allow parameters of different types. Examples: 1. For a "HARNESS_STARTED" message parameters might provide the name of the worker and additional data like timing information. 2. For a "GCS_DOWNLOAD_ERROR" parameters might contain fields listing the GCS objects being downloaded and fields containing errors. In general complex data structures should be avoided. If a worker needs to send a specific and complicated data structure then please consider defining a new proto and adding it to the data oneof in WorkerMessageResponse. Conventions: Parameters should only be used for information that isn't typically passed as a label. hostname and other worker identifiers should almost always be passed as labels since they will be included on most messages.

wmcCode :: Lens' WorkerMessageCode (Maybe Text) Source #

The code is a string intended for consumption by a machine that identifies the type of message being sent. Examples: 1. "HARNESS_STARTED" might be used to indicate the worker harness has started. 2. "GCS_DOWNLOAD_ERROR" might be used to indicate an error downloading a GCS file as part of the boot process of one of the worker containers. This is a string and not an enum to make it easy to add new codes without waiting for an API change.

TransformSummary

data TransformSummary Source #

Description of the type, names/ids, and input/outputs for a transform.

See: transformSummary smart constructor.

Instances
Eq TransformSummary Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data TransformSummary Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

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

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

toConstr :: TransformSummary -> Constr #

dataTypeOf :: TransformSummary -> DataType #

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

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

gmapT :: (forall b. Data b => b -> b) -> TransformSummary -> TransformSummary #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TransformSummary -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TransformSummary -> r #

gmapQ :: (forall d. Data d => d -> u) -> TransformSummary -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TransformSummary -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TransformSummary -> m TransformSummary #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TransformSummary -> m TransformSummary #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TransformSummary -> m TransformSummary #

Show TransformSummary Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic TransformSummary Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep TransformSummary :: Type -> Type #

ToJSON TransformSummary Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON TransformSummary Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep TransformSummary Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep TransformSummary = D1 (MetaData "TransformSummary" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "TransformSummary'" PrefixI True) ((S1 (MetaSel (Just "_tsDisplayData") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DisplayData])) :*: (S1 (MetaSel (Just "_tsKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TransformSummaryKind)) :*: S1 (MetaSel (Just "_tsOutputCollectionName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))) :*: (S1 (MetaSel (Just "_tsInputCollectionName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 (MetaSel (Just "_tsName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_tsId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

transformSummary :: TransformSummary Source #

Creates a value of TransformSummary with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

tsDisplayData :: Lens' TransformSummary [DisplayData] Source #

Transform-specific display data.

tsOutputCollectionName :: Lens' TransformSummary [Text] Source #

User names for all collection outputs to this transform.

tsInputCollectionName :: Lens' TransformSummary [Text] Source #

User names for all collection inputs to this transform.

tsName :: Lens' TransformSummary (Maybe Text) Source #

User provided name for this transform instance.

tsId :: Lens' TransformSummary (Maybe Text) Source #

SDK generated id of this transform instance.

JobTransformNameMApping

data JobTransformNameMApping Source #

The map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.

See: jobTransformNameMApping smart constructor.

Instances
Eq JobTransformNameMApping Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data JobTransformNameMApping Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> JobTransformNameMApping -> c JobTransformNameMApping #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c JobTransformNameMApping #

toConstr :: JobTransformNameMApping -> Constr #

dataTypeOf :: JobTransformNameMApping -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c JobTransformNameMApping) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c JobTransformNameMApping) #

gmapT :: (forall b. Data b => b -> b) -> JobTransformNameMApping -> JobTransformNameMApping #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> JobTransformNameMApping -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> JobTransformNameMApping -> r #

gmapQ :: (forall d. Data d => d -> u) -> JobTransformNameMApping -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> JobTransformNameMApping -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> JobTransformNameMApping -> m JobTransformNameMApping #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> JobTransformNameMApping -> m JobTransformNameMApping #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> JobTransformNameMApping -> m JobTransformNameMApping #

Show JobTransformNameMApping Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic JobTransformNameMApping Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep JobTransformNameMApping :: Type -> Type #

ToJSON JobTransformNameMApping Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON JobTransformNameMApping Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep JobTransformNameMApping Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep JobTransformNameMApping = D1 (MetaData "JobTransformNameMApping" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "JobTransformNameMApping'" PrefixI True) (S1 (MetaSel (Just "_jtnmaAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text Text))))

jobTransformNameMApping Source #

Creates a value of JobTransformNameMApping with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

SourceSpec

data SourceSpec Source #

The source to read from, plus its parameters.

See: sourceSpec smart constructor.

Instances
Eq SourceSpec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SourceSpec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SourceSpec -> c SourceSpec #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SourceSpec #

toConstr :: SourceSpec -> Constr #

dataTypeOf :: SourceSpec -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SourceSpec) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SourceSpec) #

gmapT :: (forall b. Data b => b -> b) -> SourceSpec -> SourceSpec #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SourceSpec -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SourceSpec -> r #

gmapQ :: (forall d. Data d => d -> u) -> SourceSpec -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SourceSpec -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SourceSpec -> m SourceSpec #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceSpec -> m SourceSpec #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceSpec -> m SourceSpec #

Show SourceSpec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SourceSpec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SourceSpec :: Type -> Type #

ToJSON SourceSpec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SourceSpec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SourceSpec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SourceSpec = D1 (MetaData "SourceSpec" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "SourceSpec'" PrefixI True) (S1 (MetaSel (Just "_ssAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

sourceSpec Source #

Creates a value of SourceSpec with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ssAddtional :: Lens' SourceSpec (HashMap Text JSONValue) Source #

Properties of the object.

SourceMetadata

data SourceMetadata Source #

Metadata about a Source useful for automatically optimizing and tuning the pipeline, etc.

See: sourceMetadata smart constructor.

Instances
Eq SourceMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SourceMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SourceMetadata -> c SourceMetadata #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SourceMetadata #

toConstr :: SourceMetadata -> Constr #

dataTypeOf :: SourceMetadata -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SourceMetadata) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SourceMetadata) #

gmapT :: (forall b. Data b => b -> b) -> SourceMetadata -> SourceMetadata #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SourceMetadata -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SourceMetadata -> r #

gmapQ :: (forall d. Data d => d -> u) -> SourceMetadata -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SourceMetadata -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SourceMetadata -> m SourceMetadata #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceMetadata -> m SourceMetadata #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceMetadata -> m SourceMetadata #

Show SourceMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SourceMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SourceMetadata :: Type -> Type #

ToJSON SourceMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SourceMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SourceMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SourceMetadata = D1 (MetaData "SourceMetadata" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "SourceMetadata'" PrefixI True) (S1 (MetaSel (Just "_smEstimatedSizeBytes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: (S1 (MetaSel (Just "_smProducesSortedKeys") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_smInfinite") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))))

sourceMetadata :: SourceMetadata Source #

Creates a value of SourceMetadata with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

smEstimatedSizeBytes :: Lens' SourceMetadata (Maybe Int64) Source #

An estimate of the total size (in bytes) of the data that would be read from this source. This estimate is in terms of external storage size, before any decompression or other processing done by the reader.

smProducesSortedKeys :: Lens' SourceMetadata (Maybe Bool) Source #

Whether this source is known to produce key/value pairs with the (encoded) keys in lexicographically sorted order.

smInfinite :: Lens' SourceMetadata (Maybe Bool) Source #

Specifies that the size of this source is known to be infinite (this is a streaming source).

EnvironmentInternalExperiments

data EnvironmentInternalExperiments Source #

Experimental settings.

See: environmentInternalExperiments smart constructor.

Instances
Eq EnvironmentInternalExperiments Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data EnvironmentInternalExperiments Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EnvironmentInternalExperiments -> c EnvironmentInternalExperiments #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EnvironmentInternalExperiments #

toConstr :: EnvironmentInternalExperiments -> Constr #

dataTypeOf :: EnvironmentInternalExperiments -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c EnvironmentInternalExperiments) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EnvironmentInternalExperiments) #

gmapT :: (forall b. Data b => b -> b) -> EnvironmentInternalExperiments -> EnvironmentInternalExperiments #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EnvironmentInternalExperiments -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EnvironmentInternalExperiments -> r #

gmapQ :: (forall d. Data d => d -> u) -> EnvironmentInternalExperiments -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EnvironmentInternalExperiments -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EnvironmentInternalExperiments -> m EnvironmentInternalExperiments #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EnvironmentInternalExperiments -> m EnvironmentInternalExperiments #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EnvironmentInternalExperiments -> m EnvironmentInternalExperiments #

Show EnvironmentInternalExperiments Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic EnvironmentInternalExperiments Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep EnvironmentInternalExperiments :: Type -> Type #

ToJSON EnvironmentInternalExperiments Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON EnvironmentInternalExperiments Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep EnvironmentInternalExperiments Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep EnvironmentInternalExperiments = D1 (MetaData "EnvironmentInternalExperiments" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "EnvironmentInternalExperiments'" PrefixI True) (S1 (MetaSel (Just "_eieAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

environmentInternalExperiments Source #

Creates a value of EnvironmentInternalExperiments with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

eieAddtional :: Lens' EnvironmentInternalExperiments (HashMap Text JSONValue) Source #

Properties of the object. Contains field 'type with type URL.

TaskRunnerSettings

data TaskRunnerSettings Source #

Taskrunner configuration settings.

See: taskRunnerSettings smart constructor.

Instances
Eq TaskRunnerSettings Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data TaskRunnerSettings Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TaskRunnerSettings -> c TaskRunnerSettings #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TaskRunnerSettings #

toConstr :: TaskRunnerSettings -> Constr #

dataTypeOf :: TaskRunnerSettings -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TaskRunnerSettings) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TaskRunnerSettings) #

gmapT :: (forall b. Data b => b -> b) -> TaskRunnerSettings -> TaskRunnerSettings #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TaskRunnerSettings -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TaskRunnerSettings -> r #

gmapQ :: (forall d. Data d => d -> u) -> TaskRunnerSettings -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TaskRunnerSettings -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TaskRunnerSettings -> m TaskRunnerSettings #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TaskRunnerSettings -> m TaskRunnerSettings #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TaskRunnerSettings -> m TaskRunnerSettings #

Show TaskRunnerSettings Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic TaskRunnerSettings Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep TaskRunnerSettings :: Type -> Type #

ToJSON TaskRunnerSettings Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON TaskRunnerSettings Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep TaskRunnerSettings Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep TaskRunnerSettings = D1 (MetaData "TaskRunnerSettings" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "TaskRunnerSettings'" PrefixI True) ((((S1 (MetaSel (Just "_trsContinueOnException") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_trsHarnessCommand") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_trsWorkflowFileName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_trsTaskGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_trsAlsologtostderr") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_trsDataflowAPIVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_trsLogDir") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_trsCommandlinesFileName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_trsVMId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 (MetaSel (Just "_trsBaseURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_trsOAuthScopes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 (MetaSel (Just "_trsTaskUser") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_trsStreamingWorkerMainClass") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_trsBaseTaskDir") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 (MetaSel (Just "_trsLogUploadLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_trsTempStoragePrefix") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_trsLogToSerialconsole") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 (MetaSel (Just "_trsParallelWorkerSettings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WorkerSettings)) :*: S1 (MetaSel (Just "_trsLanguageHint") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))

trsContinueOnException :: Lens' TaskRunnerSettings (Maybe Bool) Source #

Whether to continue taskrunner if an exception is hit.

trsHarnessCommand :: Lens' TaskRunnerSettings (Maybe Text) Source #

The command to launch the worker harness.

trsWorkflowFileName :: Lens' TaskRunnerSettings (Maybe Text) Source #

The file to store the workflow in.

trsTaskGroup :: Lens' TaskRunnerSettings (Maybe Text) Source #

The UNIX group ID on the worker VM to use for tasks launched by taskrunner; e.g. "wheel".

trsAlsologtostderr :: Lens' TaskRunnerSettings (Maybe Bool) Source #

Whether to also send taskrunner log info to stderr.

trsDataflowAPIVersion :: Lens' TaskRunnerSettings (Maybe Text) Source #

The API version of endpoint, e.g. "v1b3"

trsLogDir :: Lens' TaskRunnerSettings (Maybe Text) Source #

The directory on the VM to store logs.

trsCommandlinesFileName :: Lens' TaskRunnerSettings (Maybe Text) Source #

The file to store preprocessing commands in.

trsVMId :: Lens' TaskRunnerSettings (Maybe Text) Source #

The ID string of the VM.

trsBaseURL :: Lens' TaskRunnerSettings (Maybe Text) Source #

The base URL for the taskrunner to use when accessing Google Cloud APIs. When workers access Google Cloud APIs, they logically do so via relative URLs. If this field is specified, it supplies the base URL to use for resolving these relative URLs. The normative algorithm used is defined by RFC 1808, "Relative Uniform Resource Locators". If not specified, the default value is "http://www.googleapis.com/"

trsOAuthScopes :: Lens' TaskRunnerSettings [Text] Source #

The OAuth2 scopes to be requested by the taskrunner in order to access the Cloud Dataflow API.

trsTaskUser :: Lens' TaskRunnerSettings (Maybe Text) Source #

The UNIX user ID on the worker VM to use for tasks launched by taskrunner; e.g. "root".

trsStreamingWorkerMainClass :: Lens' TaskRunnerSettings (Maybe Text) Source #

The streaming worker main class name.

trsBaseTaskDir :: Lens' TaskRunnerSettings (Maybe Text) Source #

The location on the worker for task-specific subdirectories.

trsLogUploadLocation :: Lens' TaskRunnerSettings (Maybe Text) Source #

Indicates where to put logs. If this is not specified, the logs will not be uploaded. The supported resource type is: Google Cloud Storage: storage.googleapis.com/{bucket}/{object} bucket.storage.googleapis.com/{object}

trsTempStoragePrefix :: Lens' TaskRunnerSettings (Maybe Text) Source #

The prefix of the resources the taskrunner should use for temporary storage. The supported resource type is: Google Cloud Storage: storage.googleapis.com/{bucket}/{object} bucket.storage.googleapis.com/{object}

trsLogToSerialconsole :: Lens' TaskRunnerSettings (Maybe Bool) Source #

Whether to send taskrunner log info to Google Compute Engine VM serial console.

trsParallelWorkerSettings :: Lens' TaskRunnerSettings (Maybe WorkerSettings) Source #

The settings to pass to the parallel worker harness.

trsLanguageHint :: Lens' TaskRunnerSettings (Maybe Text) Source #

The suggested backend language.

StreamingComputationConfig

data StreamingComputationConfig Source #

Configuration information for a single streaming computation.

See: streamingComputationConfig smart constructor.

Instances
Eq StreamingComputationConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data StreamingComputationConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StreamingComputationConfig -> c StreamingComputationConfig #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StreamingComputationConfig #

toConstr :: StreamingComputationConfig -> Constr #

dataTypeOf :: StreamingComputationConfig -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StreamingComputationConfig) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StreamingComputationConfig) #

gmapT :: (forall b. Data b => b -> b) -> StreamingComputationConfig -> StreamingComputationConfig #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StreamingComputationConfig -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StreamingComputationConfig -> r #

gmapQ :: (forall d. Data d => d -> u) -> StreamingComputationConfig -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StreamingComputationConfig -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StreamingComputationConfig -> m StreamingComputationConfig #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StreamingComputationConfig -> m StreamingComputationConfig #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StreamingComputationConfig -> m StreamingComputationConfig #

Show StreamingComputationConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic StreamingComputationConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep StreamingComputationConfig :: Type -> Type #

ToJSON StreamingComputationConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON StreamingComputationConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StreamingComputationConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StreamingComputationConfig = D1 (MetaData "StreamingComputationConfig" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "StreamingComputationConfig'" PrefixI True) ((S1 (MetaSel (Just "_sccInstructions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ParallelInstruction])) :*: S1 (MetaSel (Just "_sccSystemName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_sccComputationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_sccStageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

streamingComputationConfig :: StreamingComputationConfig Source #

Creates a value of StreamingComputationConfig with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

sccInstructions :: Lens' StreamingComputationConfig [ParallelInstruction] Source #

Instructions that comprise the computation.

sccSystemName :: Lens' StreamingComputationConfig (Maybe Text) Source #

System defined name for this computation.

sccComputationId :: Lens' StreamingComputationConfig (Maybe Text) Source #

Unique identifier for this computation.

sccStageName :: Lens' StreamingComputationConfig (Maybe Text) Source #

Stage name of this computation.

EnvironmentSdkPipelineOptions

data EnvironmentSdkPipelineOptions Source #

The Cloud Dataflow SDK pipeline options specified by the user. These options are passed through the service and are used to recreate the SDK pipeline options on the worker in a language agnostic and platform independent way.

See: environmentSdkPipelineOptions smart constructor.

Instances
Eq EnvironmentSdkPipelineOptions Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data EnvironmentSdkPipelineOptions Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EnvironmentSdkPipelineOptions -> c EnvironmentSdkPipelineOptions #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EnvironmentSdkPipelineOptions #

toConstr :: EnvironmentSdkPipelineOptions -> Constr #

dataTypeOf :: EnvironmentSdkPipelineOptions -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c EnvironmentSdkPipelineOptions) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EnvironmentSdkPipelineOptions) #

gmapT :: (forall b. Data b => b -> b) -> EnvironmentSdkPipelineOptions -> EnvironmentSdkPipelineOptions #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EnvironmentSdkPipelineOptions -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EnvironmentSdkPipelineOptions -> r #

gmapQ :: (forall d. Data d => d -> u) -> EnvironmentSdkPipelineOptions -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EnvironmentSdkPipelineOptions -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EnvironmentSdkPipelineOptions -> m EnvironmentSdkPipelineOptions #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EnvironmentSdkPipelineOptions -> m EnvironmentSdkPipelineOptions #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EnvironmentSdkPipelineOptions -> m EnvironmentSdkPipelineOptions #

Show EnvironmentSdkPipelineOptions Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic EnvironmentSdkPipelineOptions Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep EnvironmentSdkPipelineOptions :: Type -> Type #

ToJSON EnvironmentSdkPipelineOptions Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON EnvironmentSdkPipelineOptions Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep EnvironmentSdkPipelineOptions Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep EnvironmentSdkPipelineOptions = D1 (MetaData "EnvironmentSdkPipelineOptions" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "EnvironmentSdkPipelineOptions'" PrefixI True) (S1 (MetaSel (Just "_espoAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

environmentSdkPipelineOptions Source #

Creates a value of EnvironmentSdkPipelineOptions with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

FloatingPointMean

data FloatingPointMean Source #

A representation of a floating point mean metric contribution.

See: floatingPointMean smart constructor.

Instances
Eq FloatingPointMean Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data FloatingPointMean Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> FloatingPointMean -> c FloatingPointMean #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c FloatingPointMean #

toConstr :: FloatingPointMean -> Constr #

dataTypeOf :: FloatingPointMean -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c FloatingPointMean) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c FloatingPointMean) #

gmapT :: (forall b. Data b => b -> b) -> FloatingPointMean -> FloatingPointMean #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> FloatingPointMean -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> FloatingPointMean -> r #

gmapQ :: (forall d. Data d => d -> u) -> FloatingPointMean -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> FloatingPointMean -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> FloatingPointMean -> m FloatingPointMean #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> FloatingPointMean -> m FloatingPointMean #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> FloatingPointMean -> m FloatingPointMean #

Show FloatingPointMean Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic FloatingPointMean Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep FloatingPointMean :: Type -> Type #

ToJSON FloatingPointMean Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON FloatingPointMean Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep FloatingPointMean Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep FloatingPointMean = D1 (MetaData "FloatingPointMean" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "FloatingPointMean'" PrefixI True) (S1 (MetaSel (Just "_fpmCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SplitInt64)) :*: S1 (MetaSel (Just "_fpmSum") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double)))))

floatingPointMean :: FloatingPointMean Source #

Creates a value of FloatingPointMean with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

fpmCount :: Lens' FloatingPointMean (Maybe SplitInt64) Source #

The number of values being aggregated.

fpmSum :: Lens' FloatingPointMean (Maybe Double) Source #

The sum of all values being aggregated.

CPUTime

data CPUTime Source #

Modeled after information exposed by /proc/stat.

See: cpuTime smart constructor.

Instances
Eq CPUTime Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

(==) :: CPUTime -> CPUTime -> Bool #

(/=) :: CPUTime -> CPUTime -> Bool #

Data CPUTime Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CPUTime -> c CPUTime #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CPUTime #

toConstr :: CPUTime -> Constr #

dataTypeOf :: CPUTime -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CPUTime) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CPUTime) #

gmapT :: (forall b. Data b => b -> b) -> CPUTime -> CPUTime #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CPUTime -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CPUTime -> r #

gmapQ :: (forall d. Data d => d -> u) -> CPUTime -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CPUTime -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CPUTime -> m CPUTime #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CPUTime -> m CPUTime #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CPUTime -> m CPUTime #

Show CPUTime Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic CPUTime Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep CPUTime :: Type -> Type #

Methods

from :: CPUTime -> Rep CPUTime x #

to :: Rep CPUTime x -> CPUTime #

ToJSON CPUTime Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON CPUTime Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep CPUTime Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep CPUTime = D1 (MetaData "CPUTime" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "CPUTime'" PrefixI True) (S1 (MetaSel (Just "_ctTotalMs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word64))) :*: (S1 (MetaSel (Just "_ctRate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))) :*: S1 (MetaSel (Just "_ctTimestamp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')))))

cpuTime :: CPUTime Source #

Creates a value of CPUTime with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ctTotalMs :: Lens' CPUTime (Maybe Word64) Source #

Total active CPU time across all cores (ie., non-idle) in milliseconds since start-up.

ctRate :: Lens' CPUTime (Maybe Double) Source #

Average CPU utilization rate (% non-idle cpu / second) since previous sample.

ctTimestamp :: Lens' CPUTime (Maybe UTCTime) Source #

Timestamp of the measurement.

LeaseWorkItemRequest

data LeaseWorkItemRequest Source #

Request to lease WorkItems.

See: leaseWorkItemRequest smart constructor.

Instances
Eq LeaseWorkItemRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data LeaseWorkItemRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LeaseWorkItemRequest -> c LeaseWorkItemRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LeaseWorkItemRequest #

toConstr :: LeaseWorkItemRequest -> Constr #

dataTypeOf :: LeaseWorkItemRequest -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c LeaseWorkItemRequest) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LeaseWorkItemRequest) #

gmapT :: (forall b. Data b => b -> b) -> LeaseWorkItemRequest -> LeaseWorkItemRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LeaseWorkItemRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LeaseWorkItemRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> LeaseWorkItemRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LeaseWorkItemRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LeaseWorkItemRequest -> m LeaseWorkItemRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LeaseWorkItemRequest -> m LeaseWorkItemRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LeaseWorkItemRequest -> m LeaseWorkItemRequest #

Show LeaseWorkItemRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic LeaseWorkItemRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep LeaseWorkItemRequest :: Type -> Type #

ToJSON LeaseWorkItemRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON LeaseWorkItemRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep LeaseWorkItemRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep LeaseWorkItemRequest = D1 (MetaData "LeaseWorkItemRequest" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "LeaseWorkItemRequest'" PrefixI True) ((S1 (MetaSel (Just "_lwirWorkItemTypes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 (MetaSel (Just "_lwirCurrentWorkerTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')) :*: S1 (MetaSel (Just "_lwirLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_lwirWorkerCapabilities") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 (MetaSel (Just "_lwirRequestedLeaseDuration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GDuration)) :*: S1 (MetaSel (Just "_lwirWorkerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

leaseWorkItemRequest :: LeaseWorkItemRequest Source #

Creates a value of LeaseWorkItemRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

lwirCurrentWorkerTime :: Lens' LeaseWorkItemRequest (Maybe UTCTime) Source #

The current timestamp at the worker.

lwirLocation :: Lens' LeaseWorkItemRequest (Maybe Text) Source #

The location which contains the WorkItem's job.

lwirWorkerCapabilities :: Lens' LeaseWorkItemRequest [Text] Source #

Worker capabilities. WorkItems might be limited to workers with specific capabilities.

lwirWorkerId :: Lens' LeaseWorkItemRequest (Maybe Text) Source #

Identifies the worker leasing work -- typically the ID of the virtual machine running the worker.

SourceOperationResponse

data SourceOperationResponse Source #

The result of a SourceOperationRequest, specified in ReportWorkItemStatusRequest.source_operation when the work item is completed.

See: sourceOperationResponse smart constructor.

Instances
Eq SourceOperationResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SourceOperationResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SourceOperationResponse -> c SourceOperationResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SourceOperationResponse #

toConstr :: SourceOperationResponse -> Constr #

dataTypeOf :: SourceOperationResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SourceOperationResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SourceOperationResponse) #

gmapT :: (forall b. Data b => b -> b) -> SourceOperationResponse -> SourceOperationResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SourceOperationResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SourceOperationResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> SourceOperationResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SourceOperationResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SourceOperationResponse -> m SourceOperationResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceOperationResponse -> m SourceOperationResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceOperationResponse -> m SourceOperationResponse #

Show SourceOperationResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SourceOperationResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SourceOperationResponse :: Type -> Type #

ToJSON SourceOperationResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SourceOperationResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SourceOperationResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SourceOperationResponse = D1 (MetaData "SourceOperationResponse" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "SourceOperationResponse'" PrefixI True) (S1 (MetaSel (Just "_sorSplit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SourceSplitResponse)) :*: S1 (MetaSel (Just "_sorGetMetadata") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SourceGetMetadataResponse))))

sourceOperationResponse :: SourceOperationResponse Source #

Creates a value of SourceOperationResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

sorSplit :: Lens' SourceOperationResponse (Maybe SourceSplitResponse) Source #

A response to a request to split a source.

sorGetMetadata :: Lens' SourceOperationResponse (Maybe SourceGetMetadataResponse) Source #

A response to a request to get metadata about a source.

CounterStructuredNamePortion

data CounterStructuredNamePortion Source #

Portion of this counter, either key or value.

Constructors

All

ALL Counter portion has not been set.

Key

KEY Counter reports a key.

Value

VALUE Counter reports a value.

Instances
Enum CounterStructuredNamePortion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Eq CounterStructuredNamePortion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Data CounterStructuredNamePortion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CounterStructuredNamePortion -> c CounterStructuredNamePortion #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CounterStructuredNamePortion #

toConstr :: CounterStructuredNamePortion -> Constr #

dataTypeOf :: CounterStructuredNamePortion -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CounterStructuredNamePortion) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CounterStructuredNamePortion) #

gmapT :: (forall b. Data b => b -> b) -> CounterStructuredNamePortion -> CounterStructuredNamePortion #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CounterStructuredNamePortion -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CounterStructuredNamePortion -> r #

gmapQ :: (forall d. Data d => d -> u) -> CounterStructuredNamePortion -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CounterStructuredNamePortion -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CounterStructuredNamePortion -> m CounterStructuredNamePortion #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CounterStructuredNamePortion -> m CounterStructuredNamePortion #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CounterStructuredNamePortion -> m CounterStructuredNamePortion #

Ord CounterStructuredNamePortion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Read CounterStructuredNamePortion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Show CounterStructuredNamePortion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Generic CounterStructuredNamePortion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Associated Types

type Rep CounterStructuredNamePortion :: Type -> Type #

Hashable CounterStructuredNamePortion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToJSON CounterStructuredNamePortion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromJSON CounterStructuredNamePortion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromHttpApiData CounterStructuredNamePortion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToHttpApiData CounterStructuredNamePortion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep CounterStructuredNamePortion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep CounterStructuredNamePortion = D1 (MetaData "CounterStructuredNamePortion" "Network.Google.Dataflow.Types.Sum" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "All" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Key" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Value" PrefixI False) (U1 :: Type -> Type)))

TopologyConfigUserStageToComputationNameMap

data TopologyConfigUserStageToComputationNameMap Source #

Maps user stage names to stable computation names.

See: topologyConfigUserStageToComputationNameMap smart constructor.

Instances
Eq TopologyConfigUserStageToComputationNameMap Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data TopologyConfigUserStageToComputationNameMap Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TopologyConfigUserStageToComputationNameMap -> c TopologyConfigUserStageToComputationNameMap #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TopologyConfigUserStageToComputationNameMap #

toConstr :: TopologyConfigUserStageToComputationNameMap -> Constr #

dataTypeOf :: TopologyConfigUserStageToComputationNameMap -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TopologyConfigUserStageToComputationNameMap) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TopologyConfigUserStageToComputationNameMap) #

gmapT :: (forall b. Data b => b -> b) -> TopologyConfigUserStageToComputationNameMap -> TopologyConfigUserStageToComputationNameMap #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TopologyConfigUserStageToComputationNameMap -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TopologyConfigUserStageToComputationNameMap -> r #

gmapQ :: (forall d. Data d => d -> u) -> TopologyConfigUserStageToComputationNameMap -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TopologyConfigUserStageToComputationNameMap -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TopologyConfigUserStageToComputationNameMap -> m TopologyConfigUserStageToComputationNameMap #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TopologyConfigUserStageToComputationNameMap -> m TopologyConfigUserStageToComputationNameMap #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TopologyConfigUserStageToComputationNameMap -> m TopologyConfigUserStageToComputationNameMap #

Show TopologyConfigUserStageToComputationNameMap Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic TopologyConfigUserStageToComputationNameMap Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

ToJSON TopologyConfigUserStageToComputationNameMap Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON TopologyConfigUserStageToComputationNameMap Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep TopologyConfigUserStageToComputationNameMap Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep TopologyConfigUserStageToComputationNameMap = D1 (MetaData "TopologyConfigUserStageToComputationNameMap" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "TopologyConfigUserStageToComputationNameMap'" PrefixI True) (S1 (MetaSel (Just "_tcustcnmAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text Text))))

topologyConfigUserStageToComputationNameMap Source #

Creates a value of TopologyConfigUserStageToComputationNameMap with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ShellTask

data ShellTask Source #

A task which consists of a shell command for the worker to execute.

See: shellTask smart constructor.

Instances
Eq ShellTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data ShellTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ShellTask -> c ShellTask #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ShellTask #

toConstr :: ShellTask -> Constr #

dataTypeOf :: ShellTask -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ShellTask) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ShellTask) #

gmapT :: (forall b. Data b => b -> b) -> ShellTask -> ShellTask #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ShellTask -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ShellTask -> r #

gmapQ :: (forall d. Data d => d -> u) -> ShellTask -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ShellTask -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ShellTask -> m ShellTask #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ShellTask -> m ShellTask #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ShellTask -> m ShellTask #

Show ShellTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic ShellTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep ShellTask :: Type -> Type #

ToJSON ShellTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON ShellTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ShellTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ShellTask = D1 (MetaData "ShellTask" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "ShellTask'" PrefixI True) (S1 (MetaSel (Just "_stCommand") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_stExitCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))

shellTask :: ShellTask Source #

Creates a value of ShellTask with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

stCommand :: Lens' ShellTask (Maybe Text) Source #

The shell command to run.

stExitCode :: Lens' ShellTask (Maybe Int32) Source #

Exit code for the task.

JobMessageMessageImportance

data JobMessageMessageImportance Source #

Importance level of the message.

Constructors

JobMessageImportanceUnknown

JOB_MESSAGE_IMPORTANCE_UNKNOWN The message importance isn't specified, or is unknown.

JobMessageDebug

JOB_MESSAGE_DEBUG The message is at the 'debug' level: typically only useful for software engineers working on the code the job is running. Typically, Dataflow pipeline runners do not display log messages at this level by default.

JobMessageDetailed

JOB_MESSAGE_DETAILED The message is at the 'detailed' level: somewhat verbose, but potentially useful to users. Typically, Dataflow pipeline runners do not display log messages at this level by default. These messages are displayed by default in the Dataflow monitoring UI.

JobMessageBasic

JOB_MESSAGE_BASIC The message is at the 'basic' level: useful for keeping track of the execution of a Dataflow pipeline. Typically, Dataflow pipeline runners display log messages at this level by default, and these messages are displayed by default in the Dataflow monitoring UI.

JobMessageWarning

JOB_MESSAGE_WARNING The message is at the 'warning' level: indicating a condition pertaining to a job which may require human intervention. Typically, Dataflow pipeline runners display log messages at this level by default, and these messages are displayed by default in the Dataflow monitoring UI.

JobMessageError

JOB_MESSAGE_ERROR The message is at the 'error' level: indicating a condition preventing a job from succeeding. Typically, Dataflow pipeline runners display log messages at this level by default, and these messages are displayed by default in the Dataflow monitoring UI.

Instances
Enum JobMessageMessageImportance Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Eq JobMessageMessageImportance Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Data JobMessageMessageImportance Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> JobMessageMessageImportance -> c JobMessageMessageImportance #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c JobMessageMessageImportance #

toConstr :: JobMessageMessageImportance -> Constr #

dataTypeOf :: JobMessageMessageImportance -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c JobMessageMessageImportance) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c JobMessageMessageImportance) #

gmapT :: (forall b. Data b => b -> b) -> JobMessageMessageImportance -> JobMessageMessageImportance #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> JobMessageMessageImportance -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> JobMessageMessageImportance -> r #

gmapQ :: (forall d. Data d => d -> u) -> JobMessageMessageImportance -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> JobMessageMessageImportance -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> JobMessageMessageImportance -> m JobMessageMessageImportance #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> JobMessageMessageImportance -> m JobMessageMessageImportance #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> JobMessageMessageImportance -> m JobMessageMessageImportance #

Ord JobMessageMessageImportance Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Read JobMessageMessageImportance Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Show JobMessageMessageImportance Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Generic JobMessageMessageImportance Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Associated Types

type Rep JobMessageMessageImportance :: Type -> Type #

Hashable JobMessageMessageImportance Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToJSON JobMessageMessageImportance Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromJSON JobMessageMessageImportance Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromHttpApiData JobMessageMessageImportance Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToHttpApiData JobMessageMessageImportance Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep JobMessageMessageImportance Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep JobMessageMessageImportance = D1 (MetaData "JobMessageMessageImportance" "Network.Google.Dataflow.Types.Sum" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) ((C1 (MetaCons "JobMessageImportanceUnknown" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "JobMessageDebug" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "JobMessageDetailed" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "JobMessageBasic" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "JobMessageWarning" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "JobMessageError" PrefixI False) (U1 :: Type -> Type))))

DatastoreIODetails

data DatastoreIODetails Source #

Metadata for a Datastore connector used by the job.

See: datastoreIODetails smart constructor.

Instances
Eq DatastoreIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data DatastoreIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DatastoreIODetails -> c DatastoreIODetails #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DatastoreIODetails #

toConstr :: DatastoreIODetails -> Constr #

dataTypeOf :: DatastoreIODetails -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DatastoreIODetails) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DatastoreIODetails) #

gmapT :: (forall b. Data b => b -> b) -> DatastoreIODetails -> DatastoreIODetails #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DatastoreIODetails -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DatastoreIODetails -> r #

gmapQ :: (forall d. Data d => d -> u) -> DatastoreIODetails -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DatastoreIODetails -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DatastoreIODetails -> m DatastoreIODetails #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DatastoreIODetails -> m DatastoreIODetails #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DatastoreIODetails -> m DatastoreIODetails #

Show DatastoreIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic DatastoreIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep DatastoreIODetails :: Type -> Type #

ToJSON DatastoreIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON DatastoreIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep DatastoreIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep DatastoreIODetails = D1 (MetaData "DatastoreIODetails" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "DatastoreIODetails'" PrefixI True) (S1 (MetaSel (Just "_diodNamespace") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_diodProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

datastoreIODetails :: DatastoreIODetails Source #

Creates a value of DatastoreIODetails with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

diodNamespace :: Lens' DatastoreIODetails (Maybe Text) Source #

Namespace used in the connection.

diodProjectId :: Lens' DatastoreIODetails (Maybe Text) Source #

ProjectId accessed in the connection.

StatusDetailsItem

data StatusDetailsItem Source #

Instances
Eq StatusDetailsItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data StatusDetailsItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StatusDetailsItem -> c StatusDetailsItem #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StatusDetailsItem #

toConstr :: StatusDetailsItem -> Constr #

dataTypeOf :: StatusDetailsItem -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StatusDetailsItem) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StatusDetailsItem) #

gmapT :: (forall b. Data b => b -> b) -> StatusDetailsItem -> StatusDetailsItem #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StatusDetailsItem -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StatusDetailsItem -> r #

gmapQ :: (forall d. Data d => d -> u) -> StatusDetailsItem -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StatusDetailsItem -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StatusDetailsItem -> m StatusDetailsItem #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StatusDetailsItem -> m StatusDetailsItem #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StatusDetailsItem -> m StatusDetailsItem #

Show StatusDetailsItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic StatusDetailsItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep StatusDetailsItem :: Type -> Type #

ToJSON StatusDetailsItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON StatusDetailsItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StatusDetailsItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StatusDetailsItem = D1 (MetaData "StatusDetailsItem" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "StatusDetailsItem'" PrefixI True) (S1 (MetaSel (Just "_sdiAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

statusDetailsItem Source #

Creates a value of StatusDetailsItem with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

sdiAddtional :: Lens' StatusDetailsItem (HashMap Text JSONValue) Source #

Properties of the object. Contains field 'type with type URL.

ReportedParallelism

data ReportedParallelism Source #

Represents the level of parallelism in a WorkItem's input, reported by the worker.

See: reportedParallelism smart constructor.

Instances
Eq ReportedParallelism Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data ReportedParallelism Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ReportedParallelism -> c ReportedParallelism #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ReportedParallelism #

toConstr :: ReportedParallelism -> Constr #

dataTypeOf :: ReportedParallelism -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ReportedParallelism) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ReportedParallelism) #

gmapT :: (forall b. Data b => b -> b) -> ReportedParallelism -> ReportedParallelism #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ReportedParallelism -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ReportedParallelism -> r #

gmapQ :: (forall d. Data d => d -> u) -> ReportedParallelism -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ReportedParallelism -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ReportedParallelism -> m ReportedParallelism #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ReportedParallelism -> m ReportedParallelism #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ReportedParallelism -> m ReportedParallelism #

Show ReportedParallelism Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic ReportedParallelism Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep ReportedParallelism :: Type -> Type #

ToJSON ReportedParallelism Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON ReportedParallelism Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ReportedParallelism Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ReportedParallelism = D1 (MetaData "ReportedParallelism" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "ReportedParallelism'" PrefixI True) (S1 (MetaSel (Just "_rpValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))) :*: S1 (MetaSel (Just "_rpIsInfinite") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))

reportedParallelism :: ReportedParallelism Source #

Creates a value of ReportedParallelism with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

rpValue :: Lens' ReportedParallelism (Maybe Double) Source #

Specifies the level of parallelism in case it is finite.

rpIsInfinite :: Lens' ReportedParallelism (Maybe Bool) Source #

Specifies whether the parallelism is infinite. If true, "value" is ignored. Infinite parallelism means the service will assume that the work item can always be split into more non-empty work items by dynamic splitting. This is a work-around for lack of support for infinity by the current JSON-based Java RPC stack.

StepProperties

data StepProperties Source #

Named properties associated with the step. Each kind of predefined step has its own required set of properties. Must be provided on Create. Only retrieved with JOB_VIEW_ALL.

See: stepProperties smart constructor.

Instances
Eq StepProperties Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data StepProperties Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StepProperties -> c StepProperties #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StepProperties #

toConstr :: StepProperties -> Constr #

dataTypeOf :: StepProperties -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StepProperties) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StepProperties) #

gmapT :: (forall b. Data b => b -> b) -> StepProperties -> StepProperties #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StepProperties -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StepProperties -> r #

gmapQ :: (forall d. Data d => d -> u) -> StepProperties -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StepProperties -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StepProperties -> m StepProperties #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StepProperties -> m StepProperties #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StepProperties -> m StepProperties #

Show StepProperties Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic StepProperties Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep StepProperties :: Type -> Type #

ToJSON StepProperties Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON StepProperties Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StepProperties Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StepProperties = D1 (MetaData "StepProperties" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "StepProperties'" PrefixI True) (S1 (MetaSel (Just "_spAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

stepProperties Source #

Creates a value of StepProperties with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

TopologyConfig

data TopologyConfig Source #

Global topology of the streaming Dataflow job, including all computations and their sharded locations.

See: topologyConfig smart constructor.

Instances
Eq TopologyConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data TopologyConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TopologyConfig -> c TopologyConfig #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TopologyConfig #

toConstr :: TopologyConfig -> Constr #

dataTypeOf :: TopologyConfig -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TopologyConfig) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TopologyConfig) #

gmapT :: (forall b. Data b => b -> b) -> TopologyConfig -> TopologyConfig #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TopologyConfig -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TopologyConfig -> r #

gmapQ :: (forall d. Data d => d -> u) -> TopologyConfig -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TopologyConfig -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TopologyConfig -> m TopologyConfig #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TopologyConfig -> m TopologyConfig #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TopologyConfig -> m TopologyConfig #

Show TopologyConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic TopologyConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep TopologyConfig :: Type -> Type #

ToJSON TopologyConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON TopologyConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep TopologyConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep TopologyConfig = D1 (MetaData "TopologyConfig" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "TopologyConfig'" PrefixI True) ((S1 (MetaSel (Just "_tcDataDiskAssignments") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DataDiskAssignment])) :*: S1 (MetaSel (Just "_tcPersistentStateVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) :*: (S1 (MetaSel (Just "_tcForwardingKeyBits") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: (S1 (MetaSel (Just "_tcUserStageToComputationNameMap") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TopologyConfigUserStageToComputationNameMap)) :*: S1 (MetaSel (Just "_tcComputations") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ComputationTopology]))))))

topologyConfig :: TopologyConfig Source #

Creates a value of TopologyConfig with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

tcDataDiskAssignments :: Lens' TopologyConfig [DataDiskAssignment] Source #

The disks assigned to a streaming Dataflow job.

tcPersistentStateVersion :: Lens' TopologyConfig (Maybe Int32) Source #

Version number for persistent state.

tcForwardingKeyBits :: Lens' TopologyConfig (Maybe Int32) Source #

The size (in bits) of keys that will be assigned to source messages.

tcComputations :: Lens' TopologyConfig [ComputationTopology] Source #

The computations associated with a streaming Dataflow job.

ApproximateSplitRequest

data ApproximateSplitRequest Source #

A suggestion by the service to the worker to dynamically split the WorkItem.

See: approximateSplitRequest smart constructor.

Instances
Eq ApproximateSplitRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data ApproximateSplitRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ApproximateSplitRequest -> c ApproximateSplitRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ApproximateSplitRequest #

toConstr :: ApproximateSplitRequest -> Constr #

dataTypeOf :: ApproximateSplitRequest -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ApproximateSplitRequest) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ApproximateSplitRequest) #

gmapT :: (forall b. Data b => b -> b) -> ApproximateSplitRequest -> ApproximateSplitRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ApproximateSplitRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ApproximateSplitRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> ApproximateSplitRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ApproximateSplitRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ApproximateSplitRequest -> m ApproximateSplitRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ApproximateSplitRequest -> m ApproximateSplitRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ApproximateSplitRequest -> m ApproximateSplitRequest #

Show ApproximateSplitRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic ApproximateSplitRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep ApproximateSplitRequest :: Type -> Type #

ToJSON ApproximateSplitRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON ApproximateSplitRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ApproximateSplitRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ApproximateSplitRequest = D1 (MetaData "ApproximateSplitRequest" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "ApproximateSplitRequest'" PrefixI True) (S1 (MetaSel (Just "_asrFractionConsumed") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))) :*: (S1 (MetaSel (Just "_asrFractionOfRemainder") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))) :*: S1 (MetaSel (Just "_asrPosition") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Position)))))

approximateSplitRequest :: ApproximateSplitRequest Source #

Creates a value of ApproximateSplitRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

asrFractionConsumed :: Lens' ApproximateSplitRequest (Maybe Double) Source #

A fraction at which to split the work item, from 0.0 (beginning of the input) to 1.0 (end of the input).

asrFractionOfRemainder :: Lens' ApproximateSplitRequest (Maybe Double) Source #

The fraction of the remainder of work to split the work item at, from 0.0 (split at the current position) to 1.0 (end of the input).

asrPosition :: Lens' ApproximateSplitRequest (Maybe Position) Source #

A Position at which to split the work item.

SplitInt64

data SplitInt64 Source #

A representation of an int64, n, that is immune to precision loss when encoded in JSON.

See: splitInt64 smart constructor.

Instances
Eq SplitInt64 Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SplitInt64 Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SplitInt64 -> c SplitInt64 #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SplitInt64 #

toConstr :: SplitInt64 -> Constr #

dataTypeOf :: SplitInt64 -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SplitInt64) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SplitInt64) #

gmapT :: (forall b. Data b => b -> b) -> SplitInt64 -> SplitInt64 #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SplitInt64 -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SplitInt64 -> r #

gmapQ :: (forall d. Data d => d -> u) -> SplitInt64 -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SplitInt64 -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SplitInt64 -> m SplitInt64 #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SplitInt64 -> m SplitInt64 #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SplitInt64 -> m SplitInt64 #

Show SplitInt64 Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SplitInt64 Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SplitInt64 :: Type -> Type #

ToJSON SplitInt64 Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SplitInt64 Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SplitInt64 Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SplitInt64 = D1 (MetaData "SplitInt64" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "SplitInt64'" PrefixI True) (S1 (MetaSel (Just "_siHighBits") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_siLowBits") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32)))))

splitInt64 :: SplitInt64 Source #

Creates a value of SplitInt64 with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

siHighBits :: Lens' SplitInt64 (Maybe Int32) Source #

The high order bits, including the sign: n >> 32.

siLowBits :: Lens' SplitInt64 (Maybe Word32) Source #

The low order bits: n & 0xffffffff.

WorkerSettings

data WorkerSettings Source #

Provides data to pass through to the worker harness.

See: workerSettings smart constructor.

Instances
Eq WorkerSettings Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data WorkerSettings Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkerSettings -> c WorkerSettings #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkerSettings #

toConstr :: WorkerSettings -> Constr #

dataTypeOf :: WorkerSettings -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkerSettings) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkerSettings) #

gmapT :: (forall b. Data b => b -> b) -> WorkerSettings -> WorkerSettings #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkerSettings -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkerSettings -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkerSettings -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkerSettings -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkerSettings -> m WorkerSettings #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerSettings -> m WorkerSettings #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerSettings -> m WorkerSettings #

Show WorkerSettings Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic WorkerSettings Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep WorkerSettings :: Type -> Type #

ToJSON WorkerSettings Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON WorkerSettings Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerSettings Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerSettings = D1 (MetaData "WorkerSettings" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "WorkerSettings'" PrefixI True) ((S1 (MetaSel (Just "_wsServicePath") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_wsBaseURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_wsShuffleServicePath") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_wsTempStoragePrefix") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_wsReportingEnabled") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_wsWorkerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

workerSettings :: WorkerSettings Source #

Creates a value of WorkerSettings with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

wsServicePath :: Lens' WorkerSettings (Maybe Text) Source #

The Cloud Dataflow service path relative to the root URL, for example, "dataflow/v1b3/projects".

wsBaseURL :: Lens' WorkerSettings (Maybe Text) Source #

The base URL for accessing Google Cloud APIs. When workers access Google Cloud APIs, they logically do so via relative URLs. If this field is specified, it supplies the base URL to use for resolving these relative URLs. The normative algorithm used is defined by RFC 1808, "Relative Uniform Resource Locators". If not specified, the default value is "http://www.googleapis.com/"

wsShuffleServicePath :: Lens' WorkerSettings (Maybe Text) Source #

The Shuffle service path relative to the root URL, for example, "shuffle/v1beta1".

wsTempStoragePrefix :: Lens' WorkerSettings (Maybe Text) Source #

The prefix of the resources the system should use for temporary storage. The supported resource type is: Google Cloud Storage: storage.googleapis.com/{bucket}/{object} bucket.storage.googleapis.com/{object}

wsReportingEnabled :: Lens' WorkerSettings (Maybe Bool) Source #

Whether to send work progress updates to the service.

wsWorkerId :: Lens' WorkerSettings (Maybe Text) Source #

The ID of the worker running this pipeline.

GetDebugConfigResponse

data GetDebugConfigResponse Source #

Response to a get debug configuration request.

See: getDebugConfigResponse smart constructor.

Instances
Eq GetDebugConfigResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data GetDebugConfigResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetDebugConfigResponse -> c GetDebugConfigResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetDebugConfigResponse #

toConstr :: GetDebugConfigResponse -> Constr #

dataTypeOf :: GetDebugConfigResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c GetDebugConfigResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetDebugConfigResponse) #

gmapT :: (forall b. Data b => b -> b) -> GetDebugConfigResponse -> GetDebugConfigResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetDebugConfigResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetDebugConfigResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetDebugConfigResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetDebugConfigResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetDebugConfigResponse -> m GetDebugConfigResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetDebugConfigResponse -> m GetDebugConfigResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetDebugConfigResponse -> m GetDebugConfigResponse #

Show GetDebugConfigResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic GetDebugConfigResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep GetDebugConfigResponse :: Type -> Type #

ToJSON GetDebugConfigResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON GetDebugConfigResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep GetDebugConfigResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep GetDebugConfigResponse = D1 (MetaData "GetDebugConfigResponse" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "GetDebugConfigResponse'" PrefixI True) (S1 (MetaSel (Just "_gdcrConfig") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

getDebugConfigResponse :: GetDebugConfigResponse Source #

Creates a value of GetDebugConfigResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

gdcrConfig :: Lens' GetDebugConfigResponse (Maybe Text) Source #

The encoded debug configuration for the requested component.

SdkVersion

data SdkVersion Source #

The version of the SDK used to run the jobl

See: sdkVersion smart constructor.

Instances
Eq SdkVersion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SdkVersion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SdkVersion -> c SdkVersion #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SdkVersion #

toConstr :: SdkVersion -> Constr #

dataTypeOf :: SdkVersion -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SdkVersion) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SdkVersion) #

gmapT :: (forall b. Data b => b -> b) -> SdkVersion -> SdkVersion #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SdkVersion -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SdkVersion -> r #

gmapQ :: (forall d. Data d => d -> u) -> SdkVersion -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SdkVersion -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SdkVersion -> m SdkVersion #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SdkVersion -> m SdkVersion #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SdkVersion -> m SdkVersion #

Show SdkVersion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SdkVersion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SdkVersion :: Type -> Type #

ToJSON SdkVersion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SdkVersion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SdkVersion Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SdkVersion = D1 (MetaData "SdkVersion" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "SdkVersion'" PrefixI True) (S1 (MetaSel (Just "_svSdkSupportStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SdkVersionSdkSupportStatus)) :*: (S1 (MetaSel (Just "_svVersionDisplayName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_svVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

sdkVersion :: SdkVersion Source #

Creates a value of SdkVersion with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

svSdkSupportStatus :: Lens' SdkVersion (Maybe SdkVersionSdkSupportStatus) Source #

The support status for this SDK version.

svVersionDisplayName :: Lens' SdkVersion (Maybe Text) Source #

A readable string describing the version of the sdk.

svVersion :: Lens' SdkVersion (Maybe Text) Source #

The version of the SDK used to run the job.

WorkItemServiceStateHarnessData

data WorkItemServiceStateHarnessData Source #

Other data returned by the service, specific to the particular worker harness.

See: workItemServiceStateHarnessData smart constructor.

Instances
Eq WorkItemServiceStateHarnessData Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data WorkItemServiceStateHarnessData Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkItemServiceStateHarnessData -> c WorkItemServiceStateHarnessData #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkItemServiceStateHarnessData #

toConstr :: WorkItemServiceStateHarnessData -> Constr #

dataTypeOf :: WorkItemServiceStateHarnessData -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkItemServiceStateHarnessData) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkItemServiceStateHarnessData) #

gmapT :: (forall b. Data b => b -> b) -> WorkItemServiceStateHarnessData -> WorkItemServiceStateHarnessData #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkItemServiceStateHarnessData -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkItemServiceStateHarnessData -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkItemServiceStateHarnessData -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkItemServiceStateHarnessData -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkItemServiceStateHarnessData -> m WorkItemServiceStateHarnessData #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkItemServiceStateHarnessData -> m WorkItemServiceStateHarnessData #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkItemServiceStateHarnessData -> m WorkItemServiceStateHarnessData #

Show WorkItemServiceStateHarnessData Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic WorkItemServiceStateHarnessData Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep WorkItemServiceStateHarnessData :: Type -> Type #

ToJSON WorkItemServiceStateHarnessData Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON WorkItemServiceStateHarnessData Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkItemServiceStateHarnessData Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkItemServiceStateHarnessData = D1 (MetaData "WorkItemServiceStateHarnessData" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "WorkItemServiceStateHarnessData'" PrefixI True) (S1 (MetaSel (Just "_wisshdAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

workItemServiceStateHarnessData Source #

Creates a value of WorkItemServiceStateHarnessData with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

DataDiskAssignment

data DataDiskAssignment Source #

Data disk assignment for a given VM instance.

See: dataDiskAssignment smart constructor.

Instances
Eq DataDiskAssignment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data DataDiskAssignment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DataDiskAssignment -> c DataDiskAssignment #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DataDiskAssignment #

toConstr :: DataDiskAssignment -> Constr #

dataTypeOf :: DataDiskAssignment -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DataDiskAssignment) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DataDiskAssignment) #

gmapT :: (forall b. Data b => b -> b) -> DataDiskAssignment -> DataDiskAssignment #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DataDiskAssignment -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DataDiskAssignment -> r #

gmapQ :: (forall d. Data d => d -> u) -> DataDiskAssignment -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DataDiskAssignment -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DataDiskAssignment -> m DataDiskAssignment #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DataDiskAssignment -> m DataDiskAssignment #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DataDiskAssignment -> m DataDiskAssignment #

Show DataDiskAssignment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic DataDiskAssignment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep DataDiskAssignment :: Type -> Type #

ToJSON DataDiskAssignment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON DataDiskAssignment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep DataDiskAssignment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep DataDiskAssignment = D1 (MetaData "DataDiskAssignment" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "DataDiskAssignment'" PrefixI True) (S1 (MetaSel (Just "_ddaVMInstance") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ddaDataDisks") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))))

dataDiskAssignment :: DataDiskAssignment Source #

Creates a value of DataDiskAssignment with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ddaVMInstance :: Lens' DataDiskAssignment (Maybe Text) Source #

VM instance name the data disks mounted to, for example "myproject-1014-104817-4c2-harness-0".

ddaDataDisks :: Lens' DataDiskAssignment [Text] Source #

Mounted data disks. The order is important a data disk's 0-based index in this list defines which persistent directory the disk is mounted to, for example the list of { "myproject-1014-104817-4c2-harness-0-disk-0" }, { "myproject-1014-104817-4c2-harness-0-disk-1" }.

ResourceUtilizationReport

data ResourceUtilizationReport Source #

Worker metrics exported from workers. This contains resource utilization metrics accumulated from a variety of sources. For more information, see go/df-resource-signals.

See: resourceUtilizationReport smart constructor.

Instances
Eq ResourceUtilizationReport Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data ResourceUtilizationReport Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ResourceUtilizationReport -> c ResourceUtilizationReport #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ResourceUtilizationReport #

toConstr :: ResourceUtilizationReport -> Constr #

dataTypeOf :: ResourceUtilizationReport -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ResourceUtilizationReport) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ResourceUtilizationReport) #

gmapT :: (forall b. Data b => b -> b) -> ResourceUtilizationReport -> ResourceUtilizationReport #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ResourceUtilizationReport -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ResourceUtilizationReport -> r #

gmapQ :: (forall d. Data d => d -> u) -> ResourceUtilizationReport -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ResourceUtilizationReport -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ResourceUtilizationReport -> m ResourceUtilizationReport #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ResourceUtilizationReport -> m ResourceUtilizationReport #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ResourceUtilizationReport -> m ResourceUtilizationReport #

Show ResourceUtilizationReport Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic ResourceUtilizationReport Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep ResourceUtilizationReport :: Type -> Type #

ToJSON ResourceUtilizationReport Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON ResourceUtilizationReport Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ResourceUtilizationReport Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ResourceUtilizationReport = D1 (MetaData "ResourceUtilizationReport" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "ResourceUtilizationReport'" PrefixI True) (S1 (MetaSel (Just "_rurCPUTime") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [CPUTime]))))

resourceUtilizationReport :: ResourceUtilizationReport Source #

Creates a value of ResourceUtilizationReport with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

FailedLocation

data FailedLocation Source #

Indicates which location failed to respond to a request for data.

See: failedLocation smart constructor.

Instances
Eq FailedLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data FailedLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> FailedLocation -> c FailedLocation #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c FailedLocation #

toConstr :: FailedLocation -> Constr #

dataTypeOf :: FailedLocation -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c FailedLocation) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c FailedLocation) #

gmapT :: (forall b. Data b => b -> b) -> FailedLocation -> FailedLocation #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> FailedLocation -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> FailedLocation -> r #

gmapQ :: (forall d. Data d => d -> u) -> FailedLocation -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> FailedLocation -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> FailedLocation -> m FailedLocation #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> FailedLocation -> m FailedLocation #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> FailedLocation -> m FailedLocation #

Show FailedLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic FailedLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep FailedLocation :: Type -> Type #

ToJSON FailedLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON FailedLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep FailedLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep FailedLocation = D1 (MetaData "FailedLocation" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "FailedLocation'" PrefixI True) (S1 (MetaSel (Just "_flName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

failedLocation :: FailedLocation Source #

Creates a value of FailedLocation with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

flName :: Lens' FailedLocation (Maybe Text) Source #

The name of the failed location.

SourceSplitResponseOutcome

data SourceSplitResponseOutcome Source #

Indicates whether splitting happened and produced a list of bundles. If this is USE_CURRENT_SOURCE_AS_IS, the current source should be processed "as is" without splitting. "bundles" is ignored in this case. If this is SPLITTING_HAPPENED, then "bundles" contains a list of bundles into which the source was split.

Constructors

SourceSplitOutcomeUnknown

SOURCE_SPLIT_OUTCOME_UNKNOWN The source split outcome is unknown, or unspecified.

SourceSplitOutcomeUseCurrent

SOURCE_SPLIT_OUTCOME_USE_CURRENT The current source should be processed "as is" without splitting.

SourceSplitOutcomeSplittingHAppened

SOURCE_SPLIT_OUTCOME_SPLITTING_HAPPENED Splitting produced a list of bundles.

Instances
Enum SourceSplitResponseOutcome Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Eq SourceSplitResponseOutcome Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Data SourceSplitResponseOutcome Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SourceSplitResponseOutcome -> c SourceSplitResponseOutcome #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SourceSplitResponseOutcome #

toConstr :: SourceSplitResponseOutcome -> Constr #

dataTypeOf :: SourceSplitResponseOutcome -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SourceSplitResponseOutcome) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SourceSplitResponseOutcome) #

gmapT :: (forall b. Data b => b -> b) -> SourceSplitResponseOutcome -> SourceSplitResponseOutcome #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SourceSplitResponseOutcome -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SourceSplitResponseOutcome -> r #

gmapQ :: (forall d. Data d => d -> u) -> SourceSplitResponseOutcome -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SourceSplitResponseOutcome -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SourceSplitResponseOutcome -> m SourceSplitResponseOutcome #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceSplitResponseOutcome -> m SourceSplitResponseOutcome #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceSplitResponseOutcome -> m SourceSplitResponseOutcome #

Ord SourceSplitResponseOutcome Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Read SourceSplitResponseOutcome Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Show SourceSplitResponseOutcome Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Generic SourceSplitResponseOutcome Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Associated Types

type Rep SourceSplitResponseOutcome :: Type -> Type #

Hashable SourceSplitResponseOutcome Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToJSON SourceSplitResponseOutcome Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromJSON SourceSplitResponseOutcome Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromHttpApiData SourceSplitResponseOutcome Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToHttpApiData SourceSplitResponseOutcome Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep SourceSplitResponseOutcome Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep SourceSplitResponseOutcome = D1 (MetaData "SourceSplitResponseOutcome" "Network.Google.Dataflow.Types.Sum" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "SourceSplitOutcomeUnknown" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "SourceSplitOutcomeUseCurrent" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "SourceSplitOutcomeSplittingHAppened" PrefixI False) (U1 :: Type -> Type)))

WorkerMessageResponse

data WorkerMessageResponse Source #

A worker_message response allows the server to pass information to the sender.

See: workerMessageResponse smart constructor.

Instances
Eq WorkerMessageResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data WorkerMessageResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkerMessageResponse -> c WorkerMessageResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkerMessageResponse #

toConstr :: WorkerMessageResponse -> Constr #

dataTypeOf :: WorkerMessageResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkerMessageResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkerMessageResponse) #

gmapT :: (forall b. Data b => b -> b) -> WorkerMessageResponse -> WorkerMessageResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkerMessageResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkerMessageResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkerMessageResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkerMessageResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkerMessageResponse -> m WorkerMessageResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerMessageResponse -> m WorkerMessageResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerMessageResponse -> m WorkerMessageResponse #

Show WorkerMessageResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic WorkerMessageResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep WorkerMessageResponse :: Type -> Type #

ToJSON WorkerMessageResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON WorkerMessageResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerMessageResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerMessageResponse = D1 (MetaData "WorkerMessageResponse" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "WorkerMessageResponse'" PrefixI True) (S1 (MetaSel (Just "_wmrWorkerHealthReportResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WorkerHealthReportResponse)) :*: (S1 (MetaSel (Just "_wmrWorkerMetricsResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ResourceUtilizationReportResponse)) :*: S1 (MetaSel (Just "_wmrWorkerShutdownNoticeResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WorkerShutdownNoticeResponse)))))

workerMessageResponse :: WorkerMessageResponse Source #

Creates a value of WorkerMessageResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

wmrWorkerHealthReportResponse :: Lens' WorkerMessageResponse (Maybe WorkerHealthReportResponse) Source #

The service's response to a worker's health report.

wmrWorkerMetricsResponse :: Lens' WorkerMessageResponse (Maybe ResourceUtilizationReportResponse) Source #

Service's response to reporting worker metrics (currently empty).

wmrWorkerShutdownNoticeResponse :: Lens' WorkerMessageResponse (Maybe WorkerShutdownNoticeResponse) Source #

Service's response to shutdown notice (currently empty).

CreateJobFromTemplateRequestParameters

data CreateJobFromTemplateRequestParameters Source #

The runtime parameters to pass to the job.

See: createJobFromTemplateRequestParameters smart constructor.

Instances
Eq CreateJobFromTemplateRequestParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data CreateJobFromTemplateRequestParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreateJobFromTemplateRequestParameters -> c CreateJobFromTemplateRequestParameters #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreateJobFromTemplateRequestParameters #

toConstr :: CreateJobFromTemplateRequestParameters -> Constr #

dataTypeOf :: CreateJobFromTemplateRequestParameters -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CreateJobFromTemplateRequestParameters) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreateJobFromTemplateRequestParameters) #

gmapT :: (forall b. Data b => b -> b) -> CreateJobFromTemplateRequestParameters -> CreateJobFromTemplateRequestParameters #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreateJobFromTemplateRequestParameters -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreateJobFromTemplateRequestParameters -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreateJobFromTemplateRequestParameters -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreateJobFromTemplateRequestParameters -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreateJobFromTemplateRequestParameters -> m CreateJobFromTemplateRequestParameters #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateJobFromTemplateRequestParameters -> m CreateJobFromTemplateRequestParameters #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateJobFromTemplateRequestParameters -> m CreateJobFromTemplateRequestParameters #

Show CreateJobFromTemplateRequestParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic CreateJobFromTemplateRequestParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

ToJSON CreateJobFromTemplateRequestParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON CreateJobFromTemplateRequestParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep CreateJobFromTemplateRequestParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep CreateJobFromTemplateRequestParameters = D1 (MetaData "CreateJobFromTemplateRequestParameters" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "CreateJobFromTemplateRequestParameters'" PrefixI True) (S1 (MetaSel (Just "_cjftrpAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text Text))))

createJobFromTemplateRequestParameters Source #

Creates a value of CreateJobFromTemplateRequestParameters with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

BigTableIODetails

data BigTableIODetails Source #

Metadata for a BigTable connector used by the job.

See: bigTableIODetails smart constructor.

Instances
Eq BigTableIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data BigTableIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> BigTableIODetails -> c BigTableIODetails #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c BigTableIODetails #

toConstr :: BigTableIODetails -> Constr #

dataTypeOf :: BigTableIODetails -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c BigTableIODetails) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c BigTableIODetails) #

gmapT :: (forall b. Data b => b -> b) -> BigTableIODetails -> BigTableIODetails #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> BigTableIODetails -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> BigTableIODetails -> r #

gmapQ :: (forall d. Data d => d -> u) -> BigTableIODetails -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> BigTableIODetails -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> BigTableIODetails -> m BigTableIODetails #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> BigTableIODetails -> m BigTableIODetails #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> BigTableIODetails -> m BigTableIODetails #

Show BigTableIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic BigTableIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep BigTableIODetails :: Type -> Type #

ToJSON BigTableIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON BigTableIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep BigTableIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep BigTableIODetails = D1 (MetaData "BigTableIODetails" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "BigTableIODetails'" PrefixI True) (S1 (MetaSel (Just "_btiodInstanceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_btiodProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_btiodTableId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

bigTableIODetails :: BigTableIODetails Source #

Creates a value of BigTableIODetails with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

btiodInstanceId :: Lens' BigTableIODetails (Maybe Text) Source #

InstanceId accessed in the connection.

btiodProjectId :: Lens' BigTableIODetails (Maybe Text) Source #

ProjectId accessed in the connection.

btiodTableId :: Lens' BigTableIODetails (Maybe Text) Source #

TableId accessed in the connection.

WorkItemServiceState

data WorkItemServiceState Source #

The Dataflow service's idea of the current state of a WorkItem being processed by a worker.

See: workItemServiceState smart constructor.

Instances
Eq WorkItemServiceState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data WorkItemServiceState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkItemServiceState -> c WorkItemServiceState #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkItemServiceState #

toConstr :: WorkItemServiceState -> Constr #

dataTypeOf :: WorkItemServiceState -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkItemServiceState) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkItemServiceState) #

gmapT :: (forall b. Data b => b -> b) -> WorkItemServiceState -> WorkItemServiceState #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkItemServiceState -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkItemServiceState -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkItemServiceState -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkItemServiceState -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkItemServiceState -> m WorkItemServiceState #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkItemServiceState -> m WorkItemServiceState #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkItemServiceState -> m WorkItemServiceState #

Show WorkItemServiceState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic WorkItemServiceState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep WorkItemServiceState :: Type -> Type #

ToJSON WorkItemServiceState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON WorkItemServiceState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkItemServiceState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkItemServiceState = D1 (MetaData "WorkItemServiceState" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "WorkItemServiceState'" PrefixI True) (((S1 (MetaSel (Just "_wissNextReportIndex") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_wissReportStatusInterval") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GDuration))) :*: (S1 (MetaSel (Just "_wissHarnessData") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WorkItemServiceStateHarnessData)) :*: S1 (MetaSel (Just "_wissSuggestedStopPoint") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ApproximateProgress)))) :*: ((S1 (MetaSel (Just "_wissSuggestedStopPosition") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Position)) :*: S1 (MetaSel (Just "_wissLeaseExpireTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime'))) :*: (S1 (MetaSel (Just "_wissSplitRequest") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ApproximateSplitRequest)) :*: S1 (MetaSel (Just "_wissMetricShortId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [MetricShortId]))))))

wissNextReportIndex :: Lens' WorkItemServiceState (Maybe Int64) Source #

The index value to use for the next report sent by the worker. Note: If the report call fails for whatever reason, the worker should reuse this index for subsequent report attempts.

wissHarnessData :: Lens' WorkItemServiceState (Maybe WorkItemServiceStateHarnessData) Source #

Other data returned by the service, specific to the particular worker harness.

wissLeaseExpireTime :: Lens' WorkItemServiceState (Maybe UTCTime) Source #

Time at which the current lease will expire.

wissSplitRequest :: Lens' WorkItemServiceState (Maybe ApproximateSplitRequest) Source #

The progress point in the WorkItem where the Dataflow service suggests that the worker truncate the task.

wissMetricShortId :: Lens' WorkItemServiceState [MetricShortId] Source #

The short ids that workers should use in subsequent metric updates. Workers should strive to use short ids whenever possible, but it is ok to request the short_id again if a worker lost track of it (e.g. if the worker is recovering from a crash). NOTE: it is possible that the response may have short ids for a subset of the metrics.

LaunchTemplateResponse

data LaunchTemplateResponse Source #

Response to the request to launch a template.

See: launchTemplateResponse smart constructor.

Instances
Eq LaunchTemplateResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data LaunchTemplateResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LaunchTemplateResponse -> c LaunchTemplateResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LaunchTemplateResponse #

toConstr :: LaunchTemplateResponse -> Constr #

dataTypeOf :: LaunchTemplateResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c LaunchTemplateResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LaunchTemplateResponse) #

gmapT :: (forall b. Data b => b -> b) -> LaunchTemplateResponse -> LaunchTemplateResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LaunchTemplateResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LaunchTemplateResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> LaunchTemplateResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LaunchTemplateResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LaunchTemplateResponse -> m LaunchTemplateResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LaunchTemplateResponse -> m LaunchTemplateResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LaunchTemplateResponse -> m LaunchTemplateResponse #

Show LaunchTemplateResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic LaunchTemplateResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep LaunchTemplateResponse :: Type -> Type #

ToJSON LaunchTemplateResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON LaunchTemplateResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep LaunchTemplateResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep LaunchTemplateResponse = D1 (MetaData "LaunchTemplateResponse" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "LaunchTemplateResponse'" PrefixI True) (S1 (MetaSel (Just "_ltrJob") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Job))))

launchTemplateResponse :: LaunchTemplateResponse Source #

Creates a value of LaunchTemplateResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ltrJob :: Lens' LaunchTemplateResponse (Maybe Job) Source #

The job that was launched, if the request was not a dry run and the job was successfully launched.

StreamingSetupTask

data StreamingSetupTask Source #

A task which initializes part of a streaming Dataflow job.

See: streamingSetupTask smart constructor.

Instances
Eq StreamingSetupTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data StreamingSetupTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StreamingSetupTask -> c StreamingSetupTask #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StreamingSetupTask #

toConstr :: StreamingSetupTask -> Constr #

dataTypeOf :: StreamingSetupTask -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StreamingSetupTask) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StreamingSetupTask) #

gmapT :: (forall b. Data b => b -> b) -> StreamingSetupTask -> StreamingSetupTask #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StreamingSetupTask -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StreamingSetupTask -> r #

gmapQ :: (forall d. Data d => d -> u) -> StreamingSetupTask -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StreamingSetupTask -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StreamingSetupTask -> m StreamingSetupTask #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StreamingSetupTask -> m StreamingSetupTask #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StreamingSetupTask -> m StreamingSetupTask #

Show StreamingSetupTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic StreamingSetupTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep StreamingSetupTask :: Type -> Type #

ToJSON StreamingSetupTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON StreamingSetupTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StreamingSetupTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StreamingSetupTask = D1 (MetaData "StreamingSetupTask" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "StreamingSetupTask'" PrefixI True) ((S1 (MetaSel (Just "_sstStreamingComputationTopology") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TopologyConfig)) :*: S1 (MetaSel (Just "_sstReceiveWorkPort") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) :*: (S1 (MetaSel (Just "_sstWorkerHarnessPort") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: (S1 (MetaSel (Just "_sstDrain") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_sstSnapshotConfig") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StreamingApplianceSnapshotConfig))))))

streamingSetupTask :: StreamingSetupTask Source #

Creates a value of StreamingSetupTask with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

sstStreamingComputationTopology :: Lens' StreamingSetupTask (Maybe TopologyConfig) Source #

The global topology of the streaming Dataflow job.

sstReceiveWorkPort :: Lens' StreamingSetupTask (Maybe Int32) Source #

The TCP port on which the worker should listen for messages from other streaming computation workers.

sstWorkerHarnessPort :: Lens' StreamingSetupTask (Maybe Int32) Source #

The TCP port used by the worker to communicate with the Dataflow worker harness.

sstDrain :: Lens' StreamingSetupTask (Maybe Bool) Source #

The user has requested drain.

PartialGroupByKeyInstructionInputElementCodec

data PartialGroupByKeyInstructionInputElementCodec Source #

The codec to use for interpreting an element in the input PTable.

See: partialGroupByKeyInstructionInputElementCodec smart constructor.

Instances
Eq PartialGroupByKeyInstructionInputElementCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data PartialGroupByKeyInstructionInputElementCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PartialGroupByKeyInstructionInputElementCodec -> c PartialGroupByKeyInstructionInputElementCodec #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PartialGroupByKeyInstructionInputElementCodec #

toConstr :: PartialGroupByKeyInstructionInputElementCodec -> Constr #

dataTypeOf :: PartialGroupByKeyInstructionInputElementCodec -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PartialGroupByKeyInstructionInputElementCodec) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PartialGroupByKeyInstructionInputElementCodec) #

gmapT :: (forall b. Data b => b -> b) -> PartialGroupByKeyInstructionInputElementCodec -> PartialGroupByKeyInstructionInputElementCodec #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PartialGroupByKeyInstructionInputElementCodec -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PartialGroupByKeyInstructionInputElementCodec -> r #

gmapQ :: (forall d. Data d => d -> u) -> PartialGroupByKeyInstructionInputElementCodec -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PartialGroupByKeyInstructionInputElementCodec -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PartialGroupByKeyInstructionInputElementCodec -> m PartialGroupByKeyInstructionInputElementCodec #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PartialGroupByKeyInstructionInputElementCodec -> m PartialGroupByKeyInstructionInputElementCodec #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PartialGroupByKeyInstructionInputElementCodec -> m PartialGroupByKeyInstructionInputElementCodec #

Show PartialGroupByKeyInstructionInputElementCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic PartialGroupByKeyInstructionInputElementCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

ToJSON PartialGroupByKeyInstructionInputElementCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON PartialGroupByKeyInstructionInputElementCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep PartialGroupByKeyInstructionInputElementCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep PartialGroupByKeyInstructionInputElementCodec = D1 (MetaData "PartialGroupByKeyInstructionInputElementCodec" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "PartialGroupByKeyInstructionInputElementCodec'" PrefixI True) (S1 (MetaSel (Just "_pgbkiiecAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

partialGroupByKeyInstructionInputElementCodec Source #

Creates a value of PartialGroupByKeyInstructionInputElementCodec with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

MapTask

data MapTask Source #

MapTask consists of an ordered set of instructions, each of which describes one particular low-level operation for the worker to perform in order to accomplish the MapTask's WorkItem. Each instruction must appear in the list before any instructions which depends on its output.

See: mapTask smart constructor.

Instances
Eq MapTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

(==) :: MapTask -> MapTask -> Bool #

(/=) :: MapTask -> MapTask -> Bool #

Data MapTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MapTask -> c MapTask #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MapTask #

toConstr :: MapTask -> Constr #

dataTypeOf :: MapTask -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c MapTask) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MapTask) #

gmapT :: (forall b. Data b => b -> b) -> MapTask -> MapTask #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MapTask -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MapTask -> r #

gmapQ :: (forall d. Data d => d -> u) -> MapTask -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> MapTask -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> MapTask -> m MapTask #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MapTask -> m MapTask #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MapTask -> m MapTask #

Show MapTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic MapTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep MapTask :: Type -> Type #

Methods

from :: MapTask -> Rep MapTask x #

to :: Rep MapTask x -> MapTask #

ToJSON MapTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON MapTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep MapTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep MapTask = D1 (MetaData "MapTask" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "MapTask'" PrefixI True) ((S1 (MetaSel (Just "_mtInstructions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ParallelInstruction])) :*: S1 (MetaSel (Just "_mtCounterPrefix") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_mtSystemName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_mtStageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

mapTask :: MapTask Source #

Creates a value of MapTask with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

mtInstructions :: Lens' MapTask [ParallelInstruction] Source #

The instructions in the MapTask.

mtCounterPrefix :: Lens' MapTask (Maybe Text) Source #

Counter prefix that can be used to prefix counters. Not currently used in Dataflow.

mtSystemName :: Lens' MapTask (Maybe Text) Source #

System-defined name of this MapTask. Unique across the workflow.

mtStageName :: Lens' MapTask (Maybe Text) Source #

System-defined name of the stage containing this MapTask. Unique across the workflow.

MountedDataDisk

data MountedDataDisk Source #

Describes mounted data disk.

See: mountedDataDisk smart constructor.

Instances
Eq MountedDataDisk Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data MountedDataDisk Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MountedDataDisk -> c MountedDataDisk #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MountedDataDisk #

toConstr :: MountedDataDisk -> Constr #

dataTypeOf :: MountedDataDisk -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c MountedDataDisk) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MountedDataDisk) #

gmapT :: (forall b. Data b => b -> b) -> MountedDataDisk -> MountedDataDisk #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MountedDataDisk -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MountedDataDisk -> r #

gmapQ :: (forall d. Data d => d -> u) -> MountedDataDisk -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> MountedDataDisk -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> MountedDataDisk -> m MountedDataDisk #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MountedDataDisk -> m MountedDataDisk #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MountedDataDisk -> m MountedDataDisk #

Show MountedDataDisk Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic MountedDataDisk Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep MountedDataDisk :: Type -> Type #

ToJSON MountedDataDisk Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON MountedDataDisk Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep MountedDataDisk Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep MountedDataDisk = D1 (MetaData "MountedDataDisk" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "MountedDataDisk'" PrefixI True) (S1 (MetaSel (Just "_mddDataDisk") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

mountedDataDisk :: MountedDataDisk Source #

Creates a value of MountedDataDisk with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

mddDataDisk :: Lens' MountedDataDisk (Maybe Text) Source #

The name of the data disk. This name is local to the Google Cloud Platform project and uniquely identifies the disk within that project, for example "myproject-1014-104817-4c2-harness-0-disk-1".

SinkCodec

data SinkCodec Source #

The codec to use to encode data written to the sink.

See: sinkCodec smart constructor.

Instances
Eq SinkCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SinkCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SinkCodec -> c SinkCodec #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SinkCodec #

toConstr :: SinkCodec -> Constr #

dataTypeOf :: SinkCodec -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SinkCodec) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SinkCodec) #

gmapT :: (forall b. Data b => b -> b) -> SinkCodec -> SinkCodec #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SinkCodec -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SinkCodec -> r #

gmapQ :: (forall d. Data d => d -> u) -> SinkCodec -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SinkCodec -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SinkCodec -> m SinkCodec #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SinkCodec -> m SinkCodec #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SinkCodec -> m SinkCodec #

Show SinkCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SinkCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SinkCodec :: Type -> Type #

ToJSON SinkCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SinkCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SinkCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SinkCodec = D1 (MetaData "SinkCodec" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "SinkCodec'" PrefixI True) (S1 (MetaSel (Just "_scAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

sinkCodec Source #

Creates a value of SinkCodec with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

scAddtional :: Lens' SinkCodec (HashMap Text JSONValue) Source #

Properties of the object.

SourceSplitShardDerivationMode

data SourceSplitShardDerivationMode Source #

DEPRECATED

Constructors

SourceDerivationModeUnknown

SOURCE_DERIVATION_MODE_UNKNOWN The source derivation is unknown, or unspecified.

SourceDerivationModeIndependent

SOURCE_DERIVATION_MODE_INDEPENDENT Produce a completely independent Source with no base.

SourceDerivationModeChildOfCurrent

SOURCE_DERIVATION_MODE_CHILD_OF_CURRENT Produce a Source based on the Source being split.

SourceDerivationModeSiblingOfCurrent

SOURCE_DERIVATION_MODE_SIBLING_OF_CURRENT Produce a Source based on the base of the Source being split.

Instances
Enum SourceSplitShardDerivationMode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Eq SourceSplitShardDerivationMode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Data SourceSplitShardDerivationMode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SourceSplitShardDerivationMode -> c SourceSplitShardDerivationMode #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SourceSplitShardDerivationMode #

toConstr :: SourceSplitShardDerivationMode -> Constr #

dataTypeOf :: SourceSplitShardDerivationMode -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SourceSplitShardDerivationMode) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SourceSplitShardDerivationMode) #

gmapT :: (forall b. Data b => b -> b) -> SourceSplitShardDerivationMode -> SourceSplitShardDerivationMode #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SourceSplitShardDerivationMode -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SourceSplitShardDerivationMode -> r #

gmapQ :: (forall d. Data d => d -> u) -> SourceSplitShardDerivationMode -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SourceSplitShardDerivationMode -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SourceSplitShardDerivationMode -> m SourceSplitShardDerivationMode #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceSplitShardDerivationMode -> m SourceSplitShardDerivationMode #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceSplitShardDerivationMode -> m SourceSplitShardDerivationMode #

Ord SourceSplitShardDerivationMode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Read SourceSplitShardDerivationMode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Show SourceSplitShardDerivationMode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Generic SourceSplitShardDerivationMode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Associated Types

type Rep SourceSplitShardDerivationMode :: Type -> Type #

Hashable SourceSplitShardDerivationMode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToJSON SourceSplitShardDerivationMode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromJSON SourceSplitShardDerivationMode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromHttpApiData SourceSplitShardDerivationMode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToHttpApiData SourceSplitShardDerivationMode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep SourceSplitShardDerivationMode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep SourceSplitShardDerivationMode = D1 (MetaData "SourceSplitShardDerivationMode" "Network.Google.Dataflow.Types.Sum" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) ((C1 (MetaCons "SourceDerivationModeUnknown" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "SourceDerivationModeIndependent" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "SourceDerivationModeChildOfCurrent" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "SourceDerivationModeSiblingOfCurrent" PrefixI False) (U1 :: Type -> Type)))

WorkerPoolDefaultPackageSet

data WorkerPoolDefaultPackageSet Source #

The default package set to install. This allows the service to select a default set of packages which are useful to worker harnesses written in a particular language.

Constructors

DefaultPackageSetUnknown

DEFAULT_PACKAGE_SET_UNKNOWN The default set of packages to stage is unknown, or unspecified.

DefaultPackageSetNone

DEFAULT_PACKAGE_SET_NONE Indicates that no packages should be staged at the worker unless explicitly specified by the job.

DefaultPackageSetJava

DEFAULT_PACKAGE_SET_JAVA Stage packages typically useful to workers written in Java.

DefaultPackageSetPython

DEFAULT_PACKAGE_SET_PYTHON Stage pacakges typically useful to workers written in Python.

Instances
Enum WorkerPoolDefaultPackageSet Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Eq WorkerPoolDefaultPackageSet Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Data WorkerPoolDefaultPackageSet Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkerPoolDefaultPackageSet -> c WorkerPoolDefaultPackageSet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkerPoolDefaultPackageSet #

toConstr :: WorkerPoolDefaultPackageSet -> Constr #

dataTypeOf :: WorkerPoolDefaultPackageSet -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkerPoolDefaultPackageSet) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkerPoolDefaultPackageSet) #

gmapT :: (forall b. Data b => b -> b) -> WorkerPoolDefaultPackageSet -> WorkerPoolDefaultPackageSet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkerPoolDefaultPackageSet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkerPoolDefaultPackageSet -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkerPoolDefaultPackageSet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkerPoolDefaultPackageSet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkerPoolDefaultPackageSet -> m WorkerPoolDefaultPackageSet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerPoolDefaultPackageSet -> m WorkerPoolDefaultPackageSet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerPoolDefaultPackageSet -> m WorkerPoolDefaultPackageSet #

Ord WorkerPoolDefaultPackageSet Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Read WorkerPoolDefaultPackageSet Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Show WorkerPoolDefaultPackageSet Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Generic WorkerPoolDefaultPackageSet Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Associated Types

type Rep WorkerPoolDefaultPackageSet :: Type -> Type #

Hashable WorkerPoolDefaultPackageSet Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToJSON WorkerPoolDefaultPackageSet Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromJSON WorkerPoolDefaultPackageSet Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromHttpApiData WorkerPoolDefaultPackageSet Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToHttpApiData WorkerPoolDefaultPackageSet Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep WorkerPoolDefaultPackageSet Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep WorkerPoolDefaultPackageSet = D1 (MetaData "WorkerPoolDefaultPackageSet" "Network.Google.Dataflow.Types.Sum" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) ((C1 (MetaCons "DefaultPackageSetUnknown" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "DefaultPackageSetNone" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "DefaultPackageSetJava" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "DefaultPackageSetPython" PrefixI False) (U1 :: Type -> Type)))

IntegerMean

data IntegerMean Source #

A representation of an integer mean metric contribution.

See: integerMean smart constructor.

Instances
Eq IntegerMean Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data IntegerMean Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> IntegerMean -> c IntegerMean #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c IntegerMean #

toConstr :: IntegerMean -> Constr #

dataTypeOf :: IntegerMean -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c IntegerMean) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c IntegerMean) #

gmapT :: (forall b. Data b => b -> b) -> IntegerMean -> IntegerMean #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> IntegerMean -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> IntegerMean -> r #

gmapQ :: (forall d. Data d => d -> u) -> IntegerMean -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> IntegerMean -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> IntegerMean -> m IntegerMean #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> IntegerMean -> m IntegerMean #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> IntegerMean -> m IntegerMean #

Show IntegerMean Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic IntegerMean Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep IntegerMean :: Type -> Type #

ToJSON IntegerMean Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON IntegerMean Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep IntegerMean Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep IntegerMean = D1 (MetaData "IntegerMean" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "IntegerMean'" PrefixI True) (S1 (MetaSel (Just "_imCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SplitInt64)) :*: S1 (MetaSel (Just "_imSum") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SplitInt64))))

integerMean :: IntegerMean Source #

Creates a value of IntegerMean with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

imCount :: Lens' IntegerMean (Maybe SplitInt64) Source #

The number of values being aggregated.

imSum :: Lens' IntegerMean (Maybe SplitInt64) Source #

The sum of all values being aggregated.

CounterMetadataKind

data CounterMetadataKind Source #

Counter aggregation kind.

Constructors

CMKInvalid

INVALID Counter aggregation kind was not set.

CMKSum

SUM Aggregated value is the sum of all contributed values.

CMKMax

MAX Aggregated value is the max of all contributed values.

CMKMin

MIN Aggregated value is the min of all contributed values.

CMKMean

MEAN Aggregated value is the mean of all contributed values.

CMKOR

OR Aggregated value represents the logical 'or' of all contributed values.

CMKAnd

AND Aggregated value represents the logical 'and' of all contributed values.

CMKSet

SET Aggregated value is a set of unique contributed values.

CMKDistribution

DISTRIBUTION Aggregated value captures statistics about a distribution.

CMKLatestValue

LATEST_VALUE Aggregated value tracks the latest value of a variable.

Instances
Enum CounterMetadataKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Eq CounterMetadataKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Data CounterMetadataKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CounterMetadataKind -> c CounterMetadataKind #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CounterMetadataKind #

toConstr :: CounterMetadataKind -> Constr #

dataTypeOf :: CounterMetadataKind -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CounterMetadataKind) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CounterMetadataKind) #

gmapT :: (forall b. Data b => b -> b) -> CounterMetadataKind -> CounterMetadataKind #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CounterMetadataKind -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CounterMetadataKind -> r #

gmapQ :: (forall d. Data d => d -> u) -> CounterMetadataKind -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CounterMetadataKind -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CounterMetadataKind -> m CounterMetadataKind #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CounterMetadataKind -> m CounterMetadataKind #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CounterMetadataKind -> m CounterMetadataKind #

Ord CounterMetadataKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Read CounterMetadataKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Show CounterMetadataKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Generic CounterMetadataKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Associated Types

type Rep CounterMetadataKind :: Type -> Type #

Hashable CounterMetadataKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToJSON CounterMetadataKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromJSON CounterMetadataKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromHttpApiData CounterMetadataKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToHttpApiData CounterMetadataKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep CounterMetadataKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep CounterMetadataKind = D1 (MetaData "CounterMetadataKind" "Network.Google.Dataflow.Types.Sum" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (((C1 (MetaCons "CMKInvalid" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CMKSum" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "CMKMax" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "CMKMin" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CMKMean" PrefixI False) (U1 :: Type -> Type)))) :+: ((C1 (MetaCons "CMKOR" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CMKAnd" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "CMKSet" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "CMKDistribution" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CMKLatestValue" PrefixI False) (U1 :: Type -> Type)))))

WorkerHealthReportPodsItem

data WorkerHealthReportPodsItem Source #

Instances
Eq WorkerHealthReportPodsItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data WorkerHealthReportPodsItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkerHealthReportPodsItem -> c WorkerHealthReportPodsItem #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkerHealthReportPodsItem #

toConstr :: WorkerHealthReportPodsItem -> Constr #

dataTypeOf :: WorkerHealthReportPodsItem -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkerHealthReportPodsItem) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkerHealthReportPodsItem) #

gmapT :: (forall b. Data b => b -> b) -> WorkerHealthReportPodsItem -> WorkerHealthReportPodsItem #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkerHealthReportPodsItem -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkerHealthReportPodsItem -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkerHealthReportPodsItem -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkerHealthReportPodsItem -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkerHealthReportPodsItem -> m WorkerHealthReportPodsItem #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerHealthReportPodsItem -> m WorkerHealthReportPodsItem #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerHealthReportPodsItem -> m WorkerHealthReportPodsItem #

Show WorkerHealthReportPodsItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic WorkerHealthReportPodsItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep WorkerHealthReportPodsItem :: Type -> Type #

ToJSON WorkerHealthReportPodsItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON WorkerHealthReportPodsItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerHealthReportPodsItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerHealthReportPodsItem = D1 (MetaData "WorkerHealthReportPodsItem" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "WorkerHealthReportPodsItem'" PrefixI True) (S1 (MetaSel (Just "_whrpiAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

workerHealthReportPodsItem Source #

Creates a value of WorkerHealthReportPodsItem with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ParDoInstructionUserFn

data ParDoInstructionUserFn Source #

The user function to invoke.

See: parDoInstructionUserFn smart constructor.

Instances
Eq ParDoInstructionUserFn Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data ParDoInstructionUserFn Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ParDoInstructionUserFn -> c ParDoInstructionUserFn #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ParDoInstructionUserFn #

toConstr :: ParDoInstructionUserFn -> Constr #

dataTypeOf :: ParDoInstructionUserFn -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ParDoInstructionUserFn) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ParDoInstructionUserFn) #

gmapT :: (forall b. Data b => b -> b) -> ParDoInstructionUserFn -> ParDoInstructionUserFn #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ParDoInstructionUserFn -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ParDoInstructionUserFn -> r #

gmapQ :: (forall d. Data d => d -> u) -> ParDoInstructionUserFn -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ParDoInstructionUserFn -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ParDoInstructionUserFn -> m ParDoInstructionUserFn #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ParDoInstructionUserFn -> m ParDoInstructionUserFn #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ParDoInstructionUserFn -> m ParDoInstructionUserFn #

Show ParDoInstructionUserFn Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic ParDoInstructionUserFn Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep ParDoInstructionUserFn :: Type -> Type #

ToJSON ParDoInstructionUserFn Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON ParDoInstructionUserFn Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ParDoInstructionUserFn Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ParDoInstructionUserFn = D1 (MetaData "ParDoInstructionUserFn" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "ParDoInstructionUserFn'" PrefixI True) (S1 (MetaSel (Just "_pdiufAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

parDoInstructionUserFn Source #

Creates a value of ParDoInstructionUserFn with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

InstructionOutputCodec

data InstructionOutputCodec Source #

The codec to use to encode data being written via this output.

See: instructionOutputCodec smart constructor.

Instances
Eq InstructionOutputCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data InstructionOutputCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> InstructionOutputCodec -> c InstructionOutputCodec #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c InstructionOutputCodec #

toConstr :: InstructionOutputCodec -> Constr #

dataTypeOf :: InstructionOutputCodec -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c InstructionOutputCodec) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c InstructionOutputCodec) #

gmapT :: (forall b. Data b => b -> b) -> InstructionOutputCodec -> InstructionOutputCodec #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> InstructionOutputCodec -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> InstructionOutputCodec -> r #

gmapQ :: (forall d. Data d => d -> u) -> InstructionOutputCodec -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> InstructionOutputCodec -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> InstructionOutputCodec -> m InstructionOutputCodec #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> InstructionOutputCodec -> m InstructionOutputCodec #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> InstructionOutputCodec -> m InstructionOutputCodec #

Show InstructionOutputCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic InstructionOutputCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep InstructionOutputCodec :: Type -> Type #

ToJSON InstructionOutputCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON InstructionOutputCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep InstructionOutputCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep InstructionOutputCodec = D1 (MetaData "InstructionOutputCodec" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "InstructionOutputCodec'" PrefixI True) (S1 (MetaSel (Just "_iocAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

instructionOutputCodec Source #

Creates a value of InstructionOutputCodec with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

StreamLocation

data StreamLocation Source #

Describes a stream of data, either as input to be processed or as output of a streaming Dataflow job.

See: streamLocation smart constructor.

Instances
Eq StreamLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data StreamLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StreamLocation -> c StreamLocation #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StreamLocation #

toConstr :: StreamLocation -> Constr #

dataTypeOf :: StreamLocation -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StreamLocation) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StreamLocation) #

gmapT :: (forall b. Data b => b -> b) -> StreamLocation -> StreamLocation #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StreamLocation -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StreamLocation -> r #

gmapQ :: (forall d. Data d => d -> u) -> StreamLocation -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StreamLocation -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StreamLocation -> m StreamLocation #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StreamLocation -> m StreamLocation #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StreamLocation -> m StreamLocation #

Show StreamLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic StreamLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep StreamLocation :: Type -> Type #

ToJSON StreamLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON StreamLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StreamLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StreamLocation = D1 (MetaData "StreamLocation" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "StreamLocation'" PrefixI True) ((S1 (MetaSel (Just "_slStreamingStageLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StreamingStageLocation)) :*: S1 (MetaSel (Just "_slSideInputLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StreamingSideInputLocation))) :*: (S1 (MetaSel (Just "_slCustomSourceLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CustomSourceLocation)) :*: S1 (MetaSel (Just "_slPubsubLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PubsubLocation)))))

streamLocation :: StreamLocation Source #

Creates a value of StreamLocation with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

slStreamingStageLocation :: Lens' StreamLocation (Maybe StreamingStageLocation) Source #

The stream is part of another computation within the current streaming Dataflow job.

slPubsubLocation :: Lens' StreamLocation (Maybe PubsubLocation) Source #

The stream is a pubsub stream.

WorkerLifecycleEventMetadata

data WorkerLifecycleEventMetadata Source #

Other stats that can accompany an event. E.g. { "downloaded_bytes" : "123456" }

See: workerLifecycleEventMetadata smart constructor.

Instances
Eq WorkerLifecycleEventMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data WorkerLifecycleEventMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkerLifecycleEventMetadata -> c WorkerLifecycleEventMetadata #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkerLifecycleEventMetadata #

toConstr :: WorkerLifecycleEventMetadata -> Constr #

dataTypeOf :: WorkerLifecycleEventMetadata -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkerLifecycleEventMetadata) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkerLifecycleEventMetadata) #

gmapT :: (forall b. Data b => b -> b) -> WorkerLifecycleEventMetadata -> WorkerLifecycleEventMetadata #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkerLifecycleEventMetadata -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkerLifecycleEventMetadata -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkerLifecycleEventMetadata -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkerLifecycleEventMetadata -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkerLifecycleEventMetadata -> m WorkerLifecycleEventMetadata #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerLifecycleEventMetadata -> m WorkerLifecycleEventMetadata #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerLifecycleEventMetadata -> m WorkerLifecycleEventMetadata #

Show WorkerLifecycleEventMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic WorkerLifecycleEventMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep WorkerLifecycleEventMetadata :: Type -> Type #

ToJSON WorkerLifecycleEventMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON WorkerLifecycleEventMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerLifecycleEventMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerLifecycleEventMetadata = D1 (MetaData "WorkerLifecycleEventMetadata" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "WorkerLifecycleEventMetadata'" PrefixI True) (S1 (MetaSel (Just "_wlemAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text Text))))

workerLifecycleEventMetadata Source #

Creates a value of WorkerLifecycleEventMetadata with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

WorkerPoolPoolArgs

data WorkerPoolPoolArgs Source #

Extra arguments for this worker pool.

See: workerPoolPoolArgs smart constructor.

Instances
Eq WorkerPoolPoolArgs Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data WorkerPoolPoolArgs Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkerPoolPoolArgs -> c WorkerPoolPoolArgs #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkerPoolPoolArgs #

toConstr :: WorkerPoolPoolArgs -> Constr #

dataTypeOf :: WorkerPoolPoolArgs -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkerPoolPoolArgs) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkerPoolPoolArgs) #

gmapT :: (forall b. Data b => b -> b) -> WorkerPoolPoolArgs -> WorkerPoolPoolArgs #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkerPoolPoolArgs -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkerPoolPoolArgs -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkerPoolPoolArgs -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkerPoolPoolArgs -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkerPoolPoolArgs -> m WorkerPoolPoolArgs #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerPoolPoolArgs -> m WorkerPoolPoolArgs #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerPoolPoolArgs -> m WorkerPoolPoolArgs #

Show WorkerPoolPoolArgs Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic WorkerPoolPoolArgs Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep WorkerPoolPoolArgs :: Type -> Type #

ToJSON WorkerPoolPoolArgs Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON WorkerPoolPoolArgs Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerPoolPoolArgs Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerPoolPoolArgs = D1 (MetaData "WorkerPoolPoolArgs" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "WorkerPoolPoolArgs'" PrefixI True) (S1 (MetaSel (Just "_wppaAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

workerPoolPoolArgs Source #

Creates a value of WorkerPoolPoolArgs with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

wppaAddtional :: Lens' WorkerPoolPoolArgs (HashMap Text JSONValue) Source #

Properties of the object. Contains field 'type with type URL.

RuntimeEnvironment

data RuntimeEnvironment Source #

The environment values to set at runtime.

See: runtimeEnvironment smart constructor.

Instances
Eq RuntimeEnvironment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data RuntimeEnvironment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RuntimeEnvironment -> c RuntimeEnvironment #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RuntimeEnvironment #

toConstr :: RuntimeEnvironment -> Constr #

dataTypeOf :: RuntimeEnvironment -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RuntimeEnvironment) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RuntimeEnvironment) #

gmapT :: (forall b. Data b => b -> b) -> RuntimeEnvironment -> RuntimeEnvironment #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RuntimeEnvironment -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RuntimeEnvironment -> r #

gmapQ :: (forall d. Data d => d -> u) -> RuntimeEnvironment -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RuntimeEnvironment -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RuntimeEnvironment -> m RuntimeEnvironment #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RuntimeEnvironment -> m RuntimeEnvironment #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RuntimeEnvironment -> m RuntimeEnvironment #

Show RuntimeEnvironment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic RuntimeEnvironment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep RuntimeEnvironment :: Type -> Type #

ToJSON RuntimeEnvironment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON RuntimeEnvironment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep RuntimeEnvironment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep RuntimeEnvironment = D1 (MetaData "RuntimeEnvironment" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "RuntimeEnvironment'" PrefixI True) (((S1 (MetaSel (Just "_reNumWorkers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_reNetwork") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_reZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_reBypassTempDirValidation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_reSubnetwork") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 (MetaSel (Just "_reMachineType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_reAdditionalUserLabels") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RuntimeEnvironmentAdditionalUserLabels)) :*: S1 (MetaSel (Just "_reServiceAccountEmail") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_reAdditionalExperiments") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 (MetaSel (Just "_reMaxWorkers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_reTempLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

reNumWorkers :: Lens' RuntimeEnvironment (Maybe Int32) Source #

The initial number of Google Compute Engine instnaces for the job.

reNetwork :: Lens' RuntimeEnvironment (Maybe Text) Source #

Network to which VMs will be assigned. If empty or unspecified, the service will use the network "default".

reZone :: Lens' RuntimeEnvironment (Maybe Text) Source #

The Compute Engine availability zone for launching worker instances to run your pipeline.

reBypassTempDirValidation :: Lens' RuntimeEnvironment (Maybe Bool) Source #

Whether to bypass the safety checks for the job's temporary directory. Use with caution.

reSubnetwork :: Lens' RuntimeEnvironment (Maybe Text) Source #

Subnetwork to which VMs will be assigned, if desired. Expected to be of the form "regions/REGION/subnetworks/SUBNETWORK".

reMachineType :: Lens' RuntimeEnvironment (Maybe Text) Source #

The machine type to use for the job. Defaults to the value from the template if not specified.

reServiceAccountEmail :: Lens' RuntimeEnvironment (Maybe Text) Source #

The email address of the service account to run the job as.

reAdditionalExperiments :: Lens' RuntimeEnvironment [Text] Source #

Additional experiment flags for the job.

reMaxWorkers :: Lens' RuntimeEnvironment (Maybe Int32) Source #

The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to 1000.

reTempLocation :: Lens' RuntimeEnvironment (Maybe Text) Source #

The Cloud Storage path to use for temporary files. Must be a valid Cloud Storage URL, beginning with `gs://`.

CounterMetadata

data CounterMetadata Source #

CounterMetadata includes all static non-name non-value counter attributes.

See: counterMetadata smart constructor.

Instances
Eq CounterMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data CounterMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CounterMetadata -> c CounterMetadata #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CounterMetadata #

toConstr :: CounterMetadata -> Constr #

dataTypeOf :: CounterMetadata -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CounterMetadata) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CounterMetadata) #

gmapT :: (forall b. Data b => b -> b) -> CounterMetadata -> CounterMetadata #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CounterMetadata -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CounterMetadata -> r #

gmapQ :: (forall d. Data d => d -> u) -> CounterMetadata -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CounterMetadata -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CounterMetadata -> m CounterMetadata #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CounterMetadata -> m CounterMetadata #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CounterMetadata -> m CounterMetadata #

Show CounterMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic CounterMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep CounterMetadata :: Type -> Type #

ToJSON CounterMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON CounterMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep CounterMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep CounterMetadata = D1 (MetaData "CounterMetadata" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "CounterMetadata'" PrefixI True) ((S1 (MetaSel (Just "_cmKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CounterMetadataKind)) :*: S1 (MetaSel (Just "_cmDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_cmStandardUnits") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CounterMetadataStandardUnits)) :*: S1 (MetaSel (Just "_cmOtherUnits") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

counterMetadata :: CounterMetadata Source #

Creates a value of CounterMetadata with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cmDescription :: Lens' CounterMetadata (Maybe Text) Source #

Human-readable description of the counter semantics.

cmOtherUnits :: Lens' CounterMetadata (Maybe Text) Source #

A string referring to the unit type.

SendWorkerMessagesResponse

data SendWorkerMessagesResponse Source #

The response to the worker messages.

See: sendWorkerMessagesResponse smart constructor.

Instances
Eq SendWorkerMessagesResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SendWorkerMessagesResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SendWorkerMessagesResponse -> c SendWorkerMessagesResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SendWorkerMessagesResponse #

toConstr :: SendWorkerMessagesResponse -> Constr #

dataTypeOf :: SendWorkerMessagesResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SendWorkerMessagesResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SendWorkerMessagesResponse) #

gmapT :: (forall b. Data b => b -> b) -> SendWorkerMessagesResponse -> SendWorkerMessagesResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SendWorkerMessagesResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SendWorkerMessagesResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> SendWorkerMessagesResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SendWorkerMessagesResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SendWorkerMessagesResponse -> m SendWorkerMessagesResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SendWorkerMessagesResponse -> m SendWorkerMessagesResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SendWorkerMessagesResponse -> m SendWorkerMessagesResponse #

Show SendWorkerMessagesResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SendWorkerMessagesResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SendWorkerMessagesResponse :: Type -> Type #

ToJSON SendWorkerMessagesResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SendWorkerMessagesResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SendWorkerMessagesResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SendWorkerMessagesResponse = D1 (MetaData "SendWorkerMessagesResponse" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "SendWorkerMessagesResponse'" PrefixI True) (S1 (MetaSel (Just "_swmrWorkerMessageResponses") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [WorkerMessageResponse]))))

sendWorkerMessagesResponse :: SendWorkerMessagesResponse Source #

Creates a value of SendWorkerMessagesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

JobCurrentState

data JobCurrentState Source #

The current state of the job. Jobs are created in the `JOB_STATE_STOPPED` state unless otherwise specified. A job in the `JOB_STATE_RUNNING` state may asynchronously enter a terminal state. After a job has reached a terminal state, no further state updates may be made. This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.

Constructors

JobStateUnknown

JOB_STATE_UNKNOWN The job's run state isn't specified.

JobStateStopped

JOB_STATE_STOPPED `JOB_STATE_STOPPED` indicates that the job has not yet started to run.

JobStateRunning

JOB_STATE_RUNNING `JOB_STATE_RUNNING` indicates that the job is currently running.

JobStateDone

JOB_STATE_DONE `JOB_STATE_DONE` indicates that the job has successfully completed. This is a terminal job state. This state may be set by the Cloud Dataflow service, as a transition from `JOB_STATE_RUNNING`. It may also be set via a Cloud Dataflow `UpdateJob` call, if the job has not yet reached a terminal state.

JobStateFailed

JOB_STATE_FAILED `JOB_STATE_FAILED` indicates that the job has failed. This is a terminal job state. This state may only be set by the Cloud Dataflow service, and only as a transition from `JOB_STATE_RUNNING`.

JobStateCancelled

JOB_STATE_CANCELLED `JOB_STATE_CANCELLED` indicates that the job has been explicitly cancelled. This is a terminal job state. This state may only be set via a Cloud Dataflow `UpdateJob` call, and only if the job has not yet reached another terminal state.

JobStateUpdated

JOB_STATE_UPDATED `JOB_STATE_UPDATED` indicates that the job was successfully updated, meaning that this job was stopped and another job was started, inheriting state from this one. This is a terminal job state. This state may only be set by the Cloud Dataflow service, and only as a transition from `JOB_STATE_RUNNING`.

JobStateDraining

JOB_STATE_DRAINING `JOB_STATE_DRAINING` indicates that the job is in the process of draining. A draining job has stopped pulling from its input sources and is processing any data that remains in-flight. This state may be set via a Cloud Dataflow `UpdateJob` call, but only as a transition from `JOB_STATE_RUNNING`. Jobs that are draining may only transition to `JOB_STATE_DRAINED`, `JOB_STATE_CANCELLED`, or `JOB_STATE_FAILED`.

JobStateDrained

JOB_STATE_DRAINED `JOB_STATE_DRAINED` indicates that the job has been drained. A drained job terminated by stopping pulling from its input sources and processing any data that remained in-flight when draining was requested. This state is a terminal state, may only be set by the Cloud Dataflow service, and only as a transition from `JOB_STATE_DRAINING`.

JobStatePending

JOB_STATE_PENDING `JOB_STATE_PENDING` indicates that the job has been created but is not yet running. Jobs that are pending may only transition to `JOB_STATE_RUNNING`, or `JOB_STATE_FAILED`.

JobStateCancelling

JOB_STATE_CANCELLING `JOB_STATE_CANCELLING` indicates that the job has been explicitly cancelled and is in the process of stopping. Jobs that are cancelling may only transition to `JOB_STATE_CANCELLED` or `JOB_STATE_FAILED`.

JobStateQueued

JOB_STATE_QUEUED `JOB_STATE_QUEUED` indicates that the job has been created but is being delayed until launch. Jobs that are queued may only transition to `JOB_STATE_PENDING` or `JOB_STATE_CANCELLED`.

Instances
Enum JobCurrentState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Eq JobCurrentState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Data JobCurrentState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> JobCurrentState -> c JobCurrentState #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c JobCurrentState #

toConstr :: JobCurrentState -> Constr #

dataTypeOf :: JobCurrentState -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c JobCurrentState) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c JobCurrentState) #

gmapT :: (forall b. Data b => b -> b) -> JobCurrentState -> JobCurrentState #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> JobCurrentState -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> JobCurrentState -> r #

gmapQ :: (forall d. Data d => d -> u) -> JobCurrentState -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> JobCurrentState -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> JobCurrentState -> m JobCurrentState #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> JobCurrentState -> m JobCurrentState #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> JobCurrentState -> m JobCurrentState #

Ord JobCurrentState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Read JobCurrentState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Show JobCurrentState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Generic JobCurrentState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Associated Types

type Rep JobCurrentState :: Type -> Type #

Hashable JobCurrentState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToJSON JobCurrentState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromJSON JobCurrentState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromHttpApiData JobCurrentState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToHttpApiData JobCurrentState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep JobCurrentState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep JobCurrentState = D1 (MetaData "JobCurrentState" "Network.Google.Dataflow.Types.Sum" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (((C1 (MetaCons "JobStateUnknown" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "JobStateStopped" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "JobStateRunning" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "JobStateDone" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "JobStateFailed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "JobStateCancelled" PrefixI False) (U1 :: Type -> Type)))) :+: ((C1 (MetaCons "JobStateUpdated" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "JobStateDraining" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "JobStateDrained" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "JobStatePending" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "JobStateCancelling" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "JobStateQueued" PrefixI False) (U1 :: Type -> Type)))))

StreamingSideInputLocation

data StreamingSideInputLocation Source #

Identifies the location of a streaming side input.

See: streamingSideInputLocation smart constructor.

Instances
Eq StreamingSideInputLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data StreamingSideInputLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StreamingSideInputLocation -> c StreamingSideInputLocation #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StreamingSideInputLocation #

toConstr :: StreamingSideInputLocation -> Constr #

dataTypeOf :: StreamingSideInputLocation -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StreamingSideInputLocation) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StreamingSideInputLocation) #

gmapT :: (forall b. Data b => b -> b) -> StreamingSideInputLocation -> StreamingSideInputLocation #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StreamingSideInputLocation -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StreamingSideInputLocation -> r #

gmapQ :: (forall d. Data d => d -> u) -> StreamingSideInputLocation -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StreamingSideInputLocation -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StreamingSideInputLocation -> m StreamingSideInputLocation #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StreamingSideInputLocation -> m StreamingSideInputLocation #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StreamingSideInputLocation -> m StreamingSideInputLocation #

Show StreamingSideInputLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic StreamingSideInputLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep StreamingSideInputLocation :: Type -> Type #

ToJSON StreamingSideInputLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON StreamingSideInputLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StreamingSideInputLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StreamingSideInputLocation = D1 (MetaData "StreamingSideInputLocation" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "StreamingSideInputLocation'" PrefixI True) (S1 (MetaSel (Just "_ssilTag") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ssilStateFamily") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

streamingSideInputLocation :: StreamingSideInputLocation Source #

Creates a value of StreamingSideInputLocation with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ssilTag :: Lens' StreamingSideInputLocation (Maybe Text) Source #

Identifies the particular side input within the streaming Dataflow job.

ssilStateFamily :: Lens' StreamingSideInputLocation (Maybe Text) Source #

Identifies the state family where this side input is stored.

GetDebugConfigRequest

data GetDebugConfigRequest Source #

Request to get updated debug configuration for component.

See: getDebugConfigRequest smart constructor.

Instances
Eq GetDebugConfigRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data GetDebugConfigRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetDebugConfigRequest -> c GetDebugConfigRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetDebugConfigRequest #

toConstr :: GetDebugConfigRequest -> Constr #

dataTypeOf :: GetDebugConfigRequest -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c GetDebugConfigRequest) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetDebugConfigRequest) #

gmapT :: (forall b. Data b => b -> b) -> GetDebugConfigRequest -> GetDebugConfigRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetDebugConfigRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetDebugConfigRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetDebugConfigRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetDebugConfigRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetDebugConfigRequest -> m GetDebugConfigRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetDebugConfigRequest -> m GetDebugConfigRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetDebugConfigRequest -> m GetDebugConfigRequest #

Show GetDebugConfigRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic GetDebugConfigRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep GetDebugConfigRequest :: Type -> Type #

ToJSON GetDebugConfigRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON GetDebugConfigRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep GetDebugConfigRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep GetDebugConfigRequest = D1 (MetaData "GetDebugConfigRequest" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "GetDebugConfigRequest'" PrefixI True) (S1 (MetaSel (Just "_gdcrLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_gdcrComponentId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_gdcrWorkerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

getDebugConfigRequest :: GetDebugConfigRequest Source #

Creates a value of GetDebugConfigRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

gdcrLocation :: Lens' GetDebugConfigRequest (Maybe Text) Source #

The location which contains the job specified by job_id.

gdcrComponentId :: Lens' GetDebugConfigRequest (Maybe Text) Source #

The internal component id for which debug configuration is requested.

gdcrWorkerId :: Lens' GetDebugConfigRequest (Maybe Text) Source #

The worker id, i.e., VM hostname.

CounterStructuredNameAndMetadata

data CounterStructuredNameAndMetadata Source #

A single message which encapsulates structured name and metadata for a given counter.

See: counterStructuredNameAndMetadata smart constructor.

Instances
Eq CounterStructuredNameAndMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data CounterStructuredNameAndMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CounterStructuredNameAndMetadata -> c CounterStructuredNameAndMetadata #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CounterStructuredNameAndMetadata #

toConstr :: CounterStructuredNameAndMetadata -> Constr #

dataTypeOf :: CounterStructuredNameAndMetadata -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CounterStructuredNameAndMetadata) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CounterStructuredNameAndMetadata) #

gmapT :: (forall b. Data b => b -> b) -> CounterStructuredNameAndMetadata -> CounterStructuredNameAndMetadata #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CounterStructuredNameAndMetadata -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CounterStructuredNameAndMetadata -> r #

gmapQ :: (forall d. Data d => d -> u) -> CounterStructuredNameAndMetadata -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CounterStructuredNameAndMetadata -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CounterStructuredNameAndMetadata -> m CounterStructuredNameAndMetadata #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CounterStructuredNameAndMetadata -> m CounterStructuredNameAndMetadata #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CounterStructuredNameAndMetadata -> m CounterStructuredNameAndMetadata #

Show CounterStructuredNameAndMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic CounterStructuredNameAndMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep CounterStructuredNameAndMetadata :: Type -> Type #

ToJSON CounterStructuredNameAndMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON CounterStructuredNameAndMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep CounterStructuredNameAndMetadata Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep CounterStructuredNameAndMetadata = D1 (MetaData "CounterStructuredNameAndMetadata" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "CounterStructuredNameAndMetadata'" PrefixI True) (S1 (MetaSel (Just "_csnamName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CounterStructuredName)) :*: S1 (MetaSel (Just "_csnamMetadata") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CounterMetadata))))

counterStructuredNameAndMetadata :: CounterStructuredNameAndMetadata Source #

Creates a value of CounterStructuredNameAndMetadata with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

WorkerShutdownNotice

data WorkerShutdownNotice Source #

Shutdown notification from workers. This is to be sent by the shutdown script of the worker VM so that the backend knows that the VM is being shut down.

See: workerShutdownNotice smart constructor.

Instances
Eq WorkerShutdownNotice Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data WorkerShutdownNotice Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkerShutdownNotice -> c WorkerShutdownNotice #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkerShutdownNotice #

toConstr :: WorkerShutdownNotice -> Constr #

dataTypeOf :: WorkerShutdownNotice -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkerShutdownNotice) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkerShutdownNotice) #

gmapT :: (forall b. Data b => b -> b) -> WorkerShutdownNotice -> WorkerShutdownNotice #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkerShutdownNotice -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkerShutdownNotice -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkerShutdownNotice -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkerShutdownNotice -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkerShutdownNotice -> m WorkerShutdownNotice #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerShutdownNotice -> m WorkerShutdownNotice #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerShutdownNotice -> m WorkerShutdownNotice #

Show WorkerShutdownNotice Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic WorkerShutdownNotice Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep WorkerShutdownNotice :: Type -> Type #

ToJSON WorkerShutdownNotice Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON WorkerShutdownNotice Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerShutdownNotice Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerShutdownNotice = D1 (MetaData "WorkerShutdownNotice" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "WorkerShutdownNotice'" PrefixI True) (S1 (MetaSel (Just "_wsnReason") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

workerShutdownNotice :: WorkerShutdownNotice Source #

Creates a value of WorkerShutdownNotice with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

wsnReason :: Lens' WorkerShutdownNotice (Maybe Text) Source #

The reason for the worker shutdown. Current possible values are: "UNKNOWN": shutdown reason is unknown. "PREEMPTION": shutdown reason is preemption. Other possible reasons may be added in the future.

StreamingComputationTask

data StreamingComputationTask Source #

A task which describes what action should be performed for the specified streaming computation ranges.

See: streamingComputationTask smart constructor.

Instances
Eq StreamingComputationTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data StreamingComputationTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StreamingComputationTask -> c StreamingComputationTask #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StreamingComputationTask #

toConstr :: StreamingComputationTask -> Constr #

dataTypeOf :: StreamingComputationTask -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StreamingComputationTask) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StreamingComputationTask) #

gmapT :: (forall b. Data b => b -> b) -> StreamingComputationTask -> StreamingComputationTask #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StreamingComputationTask -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StreamingComputationTask -> r #

gmapQ :: (forall d. Data d => d -> u) -> StreamingComputationTask -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StreamingComputationTask -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StreamingComputationTask -> m StreamingComputationTask #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StreamingComputationTask -> m StreamingComputationTask #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StreamingComputationTask -> m StreamingComputationTask #

Show StreamingComputationTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic StreamingComputationTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep StreamingComputationTask :: Type -> Type #

ToJSON StreamingComputationTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON StreamingComputationTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StreamingComputationTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StreamingComputationTask = D1 (MetaData "StreamingComputationTask" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "StreamingComputationTask'" PrefixI True) (S1 (MetaSel (Just "_sctTaskType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StreamingComputationTaskTaskType)) :*: (S1 (MetaSel (Just "_sctDataDisks") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [MountedDataDisk])) :*: S1 (MetaSel (Just "_sctComputationRanges") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [StreamingComputationRanges])))))

streamingComputationTask :: StreamingComputationTask Source #

Creates a value of StreamingComputationTask with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

sctDataDisks :: Lens' StreamingComputationTask [MountedDataDisk] Source #

Describes the set of data disks this task should apply to.

sctComputationRanges :: Lens' StreamingComputationTask [StreamingComputationRanges] Source #

Contains ranges of a streaming computation this task should apply to.

PipelineDescription

data PipelineDescription Source #

A descriptive representation of submitted pipeline as well as the executed form. This data is provided by the Dataflow service for ease of visualizing the pipeline and interpretting Dataflow provided metrics.

See: pipelineDescription smart constructor.

Instances
Eq PipelineDescription Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data PipelineDescription Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PipelineDescription -> c PipelineDescription #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PipelineDescription #

toConstr :: PipelineDescription -> Constr #

dataTypeOf :: PipelineDescription -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PipelineDescription) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PipelineDescription) #

gmapT :: (forall b. Data b => b -> b) -> PipelineDescription -> PipelineDescription #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PipelineDescription -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PipelineDescription -> r #

gmapQ :: (forall d. Data d => d -> u) -> PipelineDescription -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PipelineDescription -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PipelineDescription -> m PipelineDescription #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PipelineDescription -> m PipelineDescription #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PipelineDescription -> m PipelineDescription #

Show PipelineDescription Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic PipelineDescription Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep PipelineDescription :: Type -> Type #

ToJSON PipelineDescription Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON PipelineDescription Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep PipelineDescription Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep PipelineDescription = D1 (MetaData "PipelineDescription" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "PipelineDescription'" PrefixI True) (S1 (MetaSel (Just "_pdExecutionPipelineStage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ExecutionStageSummary])) :*: (S1 (MetaSel (Just "_pdDisplayData") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DisplayData])) :*: S1 (MetaSel (Just "_pdOriginalPipelineTransform") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [TransformSummary])))))

pipelineDescription :: PipelineDescription Source #

Creates a value of PipelineDescription with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

pdExecutionPipelineStage :: Lens' PipelineDescription [ExecutionStageSummary] Source #

Description of each stage of execution of the pipeline.

pdDisplayData :: Lens' PipelineDescription [DisplayData] Source #

Pipeline level display data.

pdOriginalPipelineTransform :: Lens' PipelineDescription [TransformSummary] Source #

Description of each transform in the pipeline and collections between them.

JobMessage

data JobMessage Source #

A particular message pertaining to a Dataflow job.

See: jobMessage smart constructor.

Instances
Eq JobMessage Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data JobMessage Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> JobMessage -> c JobMessage #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c JobMessage #

toConstr :: JobMessage -> Constr #

dataTypeOf :: JobMessage -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c JobMessage) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c JobMessage) #

gmapT :: (forall b. Data b => b -> b) -> JobMessage -> JobMessage #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> JobMessage -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> JobMessage -> r #

gmapQ :: (forall d. Data d => d -> u) -> JobMessage -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> JobMessage -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> JobMessage -> m JobMessage #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> JobMessage -> m JobMessage #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> JobMessage -> m JobMessage #

Show JobMessage Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic JobMessage Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep JobMessage :: Type -> Type #

ToJSON JobMessage Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON JobMessage Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep JobMessage Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep JobMessage = D1 (MetaData "JobMessage" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "JobMessage'" PrefixI True) ((S1 (MetaSel (Just "_jmTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')) :*: S1 (MetaSel (Just "_jmMessageText") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_jmMessageImportance") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JobMessageMessageImportance)) :*: S1 (MetaSel (Just "_jmId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

jobMessage :: JobMessage Source #

Creates a value of JobMessage with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

jmTime :: Lens' JobMessage (Maybe UTCTime) Source #

The timestamp of the message.

jmMessageText :: Lens' JobMessage (Maybe Text) Source #

The text of the message.

WorkerLifecycleEvent

data WorkerLifecycleEvent Source #

A report of an event in a worker's lifecycle. The proto contains one event, because the worker is expected to asynchronously send each message immediately after the event. Due to this asynchrony, messages may arrive out of order (or missing), and it is up to the consumer to interpret. The timestamp of the event is in the enclosing WorkerMessage proto.

See: workerLifecycleEvent smart constructor.

Instances
Eq WorkerLifecycleEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data WorkerLifecycleEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkerLifecycleEvent -> c WorkerLifecycleEvent #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkerLifecycleEvent #

toConstr :: WorkerLifecycleEvent -> Constr #

dataTypeOf :: WorkerLifecycleEvent -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkerLifecycleEvent) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkerLifecycleEvent) #

gmapT :: (forall b. Data b => b -> b) -> WorkerLifecycleEvent -> WorkerLifecycleEvent #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkerLifecycleEvent -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkerLifecycleEvent -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkerLifecycleEvent -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkerLifecycleEvent -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkerLifecycleEvent -> m WorkerLifecycleEvent #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerLifecycleEvent -> m WorkerLifecycleEvent #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerLifecycleEvent -> m WorkerLifecycleEvent #

Show WorkerLifecycleEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic WorkerLifecycleEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep WorkerLifecycleEvent :: Type -> Type #

ToJSON WorkerLifecycleEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON WorkerLifecycleEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerLifecycleEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerLifecycleEvent = D1 (MetaData "WorkerLifecycleEvent" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "WorkerLifecycleEvent'" PrefixI True) (S1 (MetaSel (Just "_wleEvent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WorkerLifecycleEventEvent)) :*: (S1 (MetaSel (Just "_wleContainerStartTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')) :*: S1 (MetaSel (Just "_wleMetadata") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WorkerLifecycleEventMetadata)))))

workerLifecycleEvent :: WorkerLifecycleEvent Source #

Creates a value of WorkerLifecycleEvent with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

wleContainerStartTime :: Lens' WorkerLifecycleEvent (Maybe UTCTime) Source #

The start time of this container. All events will report this so that events can be grouped together across container/VM restarts.

wleMetadata :: Lens' WorkerLifecycleEvent (Maybe WorkerLifecycleEventMetadata) Source #

Other stats that can accompany an event. E.g. { "downloaded_bytes" : "123456" }

RuntimeEnvironmentAdditionalUserLabels

data RuntimeEnvironmentAdditionalUserLabels Source #

Additional user labels attached to the job.

See: runtimeEnvironmentAdditionalUserLabels smart constructor.

Instances
Eq RuntimeEnvironmentAdditionalUserLabels Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data RuntimeEnvironmentAdditionalUserLabels Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RuntimeEnvironmentAdditionalUserLabels -> c RuntimeEnvironmentAdditionalUserLabels #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RuntimeEnvironmentAdditionalUserLabels #

toConstr :: RuntimeEnvironmentAdditionalUserLabels -> Constr #

dataTypeOf :: RuntimeEnvironmentAdditionalUserLabels -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RuntimeEnvironmentAdditionalUserLabels) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RuntimeEnvironmentAdditionalUserLabels) #

gmapT :: (forall b. Data b => b -> b) -> RuntimeEnvironmentAdditionalUserLabels -> RuntimeEnvironmentAdditionalUserLabels #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RuntimeEnvironmentAdditionalUserLabels -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RuntimeEnvironmentAdditionalUserLabels -> r #

gmapQ :: (forall d. Data d => d -> u) -> RuntimeEnvironmentAdditionalUserLabels -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RuntimeEnvironmentAdditionalUserLabels -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RuntimeEnvironmentAdditionalUserLabels -> m RuntimeEnvironmentAdditionalUserLabels #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RuntimeEnvironmentAdditionalUserLabels -> m RuntimeEnvironmentAdditionalUserLabels #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RuntimeEnvironmentAdditionalUserLabels -> m RuntimeEnvironmentAdditionalUserLabels #

Show RuntimeEnvironmentAdditionalUserLabels Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic RuntimeEnvironmentAdditionalUserLabels Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

ToJSON RuntimeEnvironmentAdditionalUserLabels Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON RuntimeEnvironmentAdditionalUserLabels Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep RuntimeEnvironmentAdditionalUserLabels Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep RuntimeEnvironmentAdditionalUserLabels = D1 (MetaData "RuntimeEnvironmentAdditionalUserLabels" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "RuntimeEnvironmentAdditionalUserLabels'" PrefixI True) (S1 (MetaSel (Just "_reaulAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text Text))))

runtimeEnvironmentAdditionalUserLabels Source #

Creates a value of RuntimeEnvironmentAdditionalUserLabels with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

CounterMetadataStandardUnits

data CounterMetadataStandardUnits Source #

System defined Units, see above enum.

Constructors

Bytes

BYTES Counter returns a value in bytes.

BytesPerSec

BYTES_PER_SEC Counter returns a value in bytes per second.

Milliseconds

MILLISECONDS Counter returns a value in milliseconds.

Microseconds

MICROSECONDS Counter returns a value in microseconds.

Nanoseconds

NANOSECONDS Counter returns a value in nanoseconds.

TimestampMsec

TIMESTAMP_MSEC Counter returns a timestamp in milliseconds.

TimestampUsec

TIMESTAMP_USEC Counter returns a timestamp in microseconds.

TimestampNsec

TIMESTAMP_NSEC Counter returns a timestamp in nanoseconds.

Instances
Enum CounterMetadataStandardUnits Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Eq CounterMetadataStandardUnits Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Data CounterMetadataStandardUnits Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CounterMetadataStandardUnits -> c CounterMetadataStandardUnits #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CounterMetadataStandardUnits #

toConstr :: CounterMetadataStandardUnits -> Constr #

dataTypeOf :: CounterMetadataStandardUnits -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CounterMetadataStandardUnits) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CounterMetadataStandardUnits) #

gmapT :: (forall b. Data b => b -> b) -> CounterMetadataStandardUnits -> CounterMetadataStandardUnits #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CounterMetadataStandardUnits -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CounterMetadataStandardUnits -> r #

gmapQ :: (forall d. Data d => d -> u) -> CounterMetadataStandardUnits -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CounterMetadataStandardUnits -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CounterMetadataStandardUnits -> m CounterMetadataStandardUnits #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CounterMetadataStandardUnits -> m CounterMetadataStandardUnits #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CounterMetadataStandardUnits -> m CounterMetadataStandardUnits #

Ord CounterMetadataStandardUnits Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Read CounterMetadataStandardUnits Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Show CounterMetadataStandardUnits Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Generic CounterMetadataStandardUnits Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Associated Types

type Rep CounterMetadataStandardUnits :: Type -> Type #

Hashable CounterMetadataStandardUnits Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToJSON CounterMetadataStandardUnits Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromJSON CounterMetadataStandardUnits Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromHttpApiData CounterMetadataStandardUnits Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToHttpApiData CounterMetadataStandardUnits Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep CounterMetadataStandardUnits Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep CounterMetadataStandardUnits = D1 (MetaData "CounterMetadataStandardUnits" "Network.Google.Dataflow.Types.Sum" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (((C1 (MetaCons "Bytes" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "BytesPerSec" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "Milliseconds" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Microseconds" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "Nanoseconds" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TimestampMsec" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "TimestampUsec" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TimestampNsec" PrefixI False) (U1 :: Type -> Type))))

SeqMapTaskOutputInfo

data SeqMapTaskOutputInfo Source #

Information about an output of a SeqMapTask.

See: seqMapTaskOutputInfo smart constructor.

Instances
Eq SeqMapTaskOutputInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SeqMapTaskOutputInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SeqMapTaskOutputInfo -> c SeqMapTaskOutputInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SeqMapTaskOutputInfo #

toConstr :: SeqMapTaskOutputInfo -> Constr #

dataTypeOf :: SeqMapTaskOutputInfo -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SeqMapTaskOutputInfo) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SeqMapTaskOutputInfo) #

gmapT :: (forall b. Data b => b -> b) -> SeqMapTaskOutputInfo -> SeqMapTaskOutputInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SeqMapTaskOutputInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SeqMapTaskOutputInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> SeqMapTaskOutputInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SeqMapTaskOutputInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SeqMapTaskOutputInfo -> m SeqMapTaskOutputInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SeqMapTaskOutputInfo -> m SeqMapTaskOutputInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SeqMapTaskOutputInfo -> m SeqMapTaskOutputInfo #

Show SeqMapTaskOutputInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SeqMapTaskOutputInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SeqMapTaskOutputInfo :: Type -> Type #

ToJSON SeqMapTaskOutputInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SeqMapTaskOutputInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SeqMapTaskOutputInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SeqMapTaskOutputInfo = D1 (MetaData "SeqMapTaskOutputInfo" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "SeqMapTaskOutputInfo'" PrefixI True) (S1 (MetaSel (Just "_smtoiSink") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Sink)) :*: S1 (MetaSel (Just "_smtoiTag") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

seqMapTaskOutputInfo :: SeqMapTaskOutputInfo Source #

Creates a value of SeqMapTaskOutputInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

smtoiSink :: Lens' SeqMapTaskOutputInfo (Maybe Sink) Source #

The sink to write the output value to.

smtoiTag :: Lens' SeqMapTaskOutputInfo (Maybe Text) Source #

The id of the TupleTag the user code will tag the output value by.

PubSubIODetails

data PubSubIODetails Source #

Metadata for a PubSub connector used by the job.

See: pubSubIODetails smart constructor.

Instances
Eq PubSubIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data PubSubIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PubSubIODetails -> c PubSubIODetails #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PubSubIODetails #

toConstr :: PubSubIODetails -> Constr #

dataTypeOf :: PubSubIODetails -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PubSubIODetails) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PubSubIODetails) #

gmapT :: (forall b. Data b => b -> b) -> PubSubIODetails -> PubSubIODetails #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PubSubIODetails -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PubSubIODetails -> r #

gmapQ :: (forall d. Data d => d -> u) -> PubSubIODetails -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PubSubIODetails -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PubSubIODetails -> m PubSubIODetails #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PubSubIODetails -> m PubSubIODetails #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PubSubIODetails -> m PubSubIODetails #

Show PubSubIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic PubSubIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep PubSubIODetails :: Type -> Type #

ToJSON PubSubIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON PubSubIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep PubSubIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep PubSubIODetails = D1 (MetaData "PubSubIODetails" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "PubSubIODetails'" PrefixI True) (S1 (MetaSel (Just "_psiodTopic") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_psiodSubscription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

pubSubIODetails :: PubSubIODetails Source #

Creates a value of PubSubIODetails with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

psiodTopic :: Lens' PubSubIODetails (Maybe Text) Source #

Topic accessed in the connection.

psiodSubscription :: Lens' PubSubIODetails (Maybe Text) Source #

Subscription used in the connection.

SourceGetMetadataRequest

data SourceGetMetadataRequest Source #

A request to compute the SourceMetadata of a Source.

See: sourceGetMetadataRequest smart constructor.

Instances
Eq SourceGetMetadataRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SourceGetMetadataRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SourceGetMetadataRequest -> c SourceGetMetadataRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SourceGetMetadataRequest #

toConstr :: SourceGetMetadataRequest -> Constr #

dataTypeOf :: SourceGetMetadataRequest -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SourceGetMetadataRequest) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SourceGetMetadataRequest) #

gmapT :: (forall b. Data b => b -> b) -> SourceGetMetadataRequest -> SourceGetMetadataRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SourceGetMetadataRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SourceGetMetadataRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> SourceGetMetadataRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SourceGetMetadataRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SourceGetMetadataRequest -> m SourceGetMetadataRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceGetMetadataRequest -> m SourceGetMetadataRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceGetMetadataRequest -> m SourceGetMetadataRequest #

Show SourceGetMetadataRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SourceGetMetadataRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SourceGetMetadataRequest :: Type -> Type #

ToJSON SourceGetMetadataRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SourceGetMetadataRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SourceGetMetadataRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SourceGetMetadataRequest = D1 (MetaData "SourceGetMetadataRequest" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "SourceGetMetadataRequest'" PrefixI True) (S1 (MetaSel (Just "_sgmrSource") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Source))))

sourceGetMetadataRequest :: SourceGetMetadataRequest Source #

Creates a value of SourceGetMetadataRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

sgmrSource :: Lens' SourceGetMetadataRequest (Maybe Source) Source #

Specification of the source whose metadata should be computed.

WorkerShutdownNoticeResponse

data WorkerShutdownNoticeResponse Source #

Service-side response to WorkerMessage issuing shutdown notice.

See: workerShutdownNoticeResponse smart constructor.

Instances
Eq WorkerShutdownNoticeResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data WorkerShutdownNoticeResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkerShutdownNoticeResponse -> c WorkerShutdownNoticeResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkerShutdownNoticeResponse #

toConstr :: WorkerShutdownNoticeResponse -> Constr #

dataTypeOf :: WorkerShutdownNoticeResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkerShutdownNoticeResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkerShutdownNoticeResponse) #

gmapT :: (forall b. Data b => b -> b) -> WorkerShutdownNoticeResponse -> WorkerShutdownNoticeResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkerShutdownNoticeResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkerShutdownNoticeResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkerShutdownNoticeResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkerShutdownNoticeResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkerShutdownNoticeResponse -> m WorkerShutdownNoticeResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerShutdownNoticeResponse -> m WorkerShutdownNoticeResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerShutdownNoticeResponse -> m WorkerShutdownNoticeResponse #

Show WorkerShutdownNoticeResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic WorkerShutdownNoticeResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep WorkerShutdownNoticeResponse :: Type -> Type #

ToJSON WorkerShutdownNoticeResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON WorkerShutdownNoticeResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerShutdownNoticeResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerShutdownNoticeResponse = D1 (MetaData "WorkerShutdownNoticeResponse" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "WorkerShutdownNoticeResponse'" PrefixI False) (U1 :: Type -> Type))

workerShutdownNoticeResponse :: WorkerShutdownNoticeResponse Source #

Creates a value of WorkerShutdownNoticeResponse with the minimum fields required to make a request.

SeqMapTaskUserFn

data SeqMapTaskUserFn Source #

The user function to invoke.

See: seqMapTaskUserFn smart constructor.

Instances
Eq SeqMapTaskUserFn Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SeqMapTaskUserFn Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SeqMapTaskUserFn -> c SeqMapTaskUserFn #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SeqMapTaskUserFn #

toConstr :: SeqMapTaskUserFn -> Constr #

dataTypeOf :: SeqMapTaskUserFn -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SeqMapTaskUserFn) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SeqMapTaskUserFn) #

gmapT :: (forall b. Data b => b -> b) -> SeqMapTaskUserFn -> SeqMapTaskUserFn #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SeqMapTaskUserFn -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SeqMapTaskUserFn -> r #

gmapQ :: (forall d. Data d => d -> u) -> SeqMapTaskUserFn -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SeqMapTaskUserFn -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SeqMapTaskUserFn -> m SeqMapTaskUserFn #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SeqMapTaskUserFn -> m SeqMapTaskUserFn #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SeqMapTaskUserFn -> m SeqMapTaskUserFn #

Show SeqMapTaskUserFn Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SeqMapTaskUserFn Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SeqMapTaskUserFn :: Type -> Type #

ToJSON SeqMapTaskUserFn Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SeqMapTaskUserFn Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SeqMapTaskUserFn Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SeqMapTaskUserFn = D1 (MetaData "SeqMapTaskUserFn" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "SeqMapTaskUserFn'" PrefixI True) (S1 (MetaSel (Just "_smtufAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

seqMapTaskUserFn Source #

Creates a value of SeqMapTaskUserFn with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

PartialGroupByKeyInstructionValueCombiningFn

data PartialGroupByKeyInstructionValueCombiningFn Source #

The value combining function to invoke.

See: partialGroupByKeyInstructionValueCombiningFn smart constructor.

Instances
Eq PartialGroupByKeyInstructionValueCombiningFn Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data PartialGroupByKeyInstructionValueCombiningFn Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PartialGroupByKeyInstructionValueCombiningFn -> c PartialGroupByKeyInstructionValueCombiningFn #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PartialGroupByKeyInstructionValueCombiningFn #

toConstr :: PartialGroupByKeyInstructionValueCombiningFn -> Constr #

dataTypeOf :: PartialGroupByKeyInstructionValueCombiningFn -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PartialGroupByKeyInstructionValueCombiningFn) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PartialGroupByKeyInstructionValueCombiningFn) #

gmapT :: (forall b. Data b => b -> b) -> PartialGroupByKeyInstructionValueCombiningFn -> PartialGroupByKeyInstructionValueCombiningFn #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PartialGroupByKeyInstructionValueCombiningFn -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PartialGroupByKeyInstructionValueCombiningFn -> r #

gmapQ :: (forall d. Data d => d -> u) -> PartialGroupByKeyInstructionValueCombiningFn -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PartialGroupByKeyInstructionValueCombiningFn -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PartialGroupByKeyInstructionValueCombiningFn -> m PartialGroupByKeyInstructionValueCombiningFn #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PartialGroupByKeyInstructionValueCombiningFn -> m PartialGroupByKeyInstructionValueCombiningFn #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PartialGroupByKeyInstructionValueCombiningFn -> m PartialGroupByKeyInstructionValueCombiningFn #

Show PartialGroupByKeyInstructionValueCombiningFn Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic PartialGroupByKeyInstructionValueCombiningFn Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

ToJSON PartialGroupByKeyInstructionValueCombiningFn Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON PartialGroupByKeyInstructionValueCombiningFn Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep PartialGroupByKeyInstructionValueCombiningFn Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep PartialGroupByKeyInstructionValueCombiningFn = D1 (MetaData "PartialGroupByKeyInstructionValueCombiningFn" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "PartialGroupByKeyInstructionValueCombiningFn'" PrefixI True) (S1 (MetaSel (Just "_pgbkivcfAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

partialGroupByKeyInstructionValueCombiningFn Source #

Creates a value of PartialGroupByKeyInstructionValueCombiningFn with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Job

data Job Source #

Defines a job to be run by the Cloud Dataflow service.

See: job smart constructor.

Instances
Eq Job Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

(==) :: Job -> Job -> Bool #

(/=) :: Job -> Job -> Bool #

Data Job Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Job -> c Job #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Job #

toConstr :: Job -> Constr #

dataTypeOf :: Job -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Job) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Job) #

gmapT :: (forall b. Data b => b -> b) -> Job -> Job #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Job -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Job -> r #

gmapQ :: (forall d. Data d => d -> u) -> Job -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Job -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Job -> m Job #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Job -> m Job #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Job -> m Job #

Show Job Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

showsPrec :: Int -> Job -> ShowS #

show :: Job -> String #

showList :: [Job] -> ShowS #

Generic Job Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep Job :: Type -> Type #

Methods

from :: Job -> Rep Job x #

to :: Rep Job x -> Job #

ToJSON Job Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON Job Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep Job Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep Job = D1 (MetaData "Job" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "Job'" PrefixI True) ((((S1 (MetaSel (Just "_jStepsLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_jCreatedFromSnapshotId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_jRequestedState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JobRequestedState)))) :*: (S1 (MetaSel (Just "_jJobMetadata") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JobMetadata)) :*: (S1 (MetaSel (Just "_jLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_jStartTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime'))))) :*: ((S1 (MetaSel (Just "_jEnvironment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Environment)) :*: (S1 (MetaSel (Just "_jClientRequestId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_jStageStates") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ExecutionStageState])))) :*: (S1 (MetaSel (Just "_jCurrentState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JobCurrentState)) :*: (S1 (MetaSel (Just "_jReplacedByJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_jTempFiles") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))))) :*: (((S1 (MetaSel (Just "_jSteps") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Step])) :*: (S1 (MetaSel (Just "_jPipelineDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PipelineDescription)) :*: S1 (MetaSel (Just "_jExecutionInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JobExecutionInfo)))) :*: (S1 (MetaSel (Just "_jName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_jTransformNameMApping") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JobTransformNameMApping)) :*: S1 (MetaSel (Just "_jId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 (MetaSel (Just "_jLabels") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JobLabels)) :*: (S1 (MetaSel (Just "_jProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_jType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JobType)))) :*: (S1 (MetaSel (Just "_jCurrentStateTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')) :*: (S1 (MetaSel (Just "_jReplaceJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_jCreateTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime'))))))))

jStepsLocation :: Lens' Job (Maybe Text) Source #

The GCS location where the steps are stored.

jCreatedFromSnapshotId :: Lens' Job (Maybe Text) Source #

If this is specified, the job's initial state is populated from the given snapshot.

jRequestedState :: Lens' Job (Maybe JobRequestedState) Source #

The job's requested state. `UpdateJob` may be used to switch between the `JOB_STATE_STOPPED` and `JOB_STATE_RUNNING` states, by setting requested_state. `UpdateJob` may also be used to directly set a job's requested state to `JOB_STATE_CANCELLED` or `JOB_STATE_DONE`, irrevocably terminating the job if it has not already reached a terminal state.

jJobMetadata :: Lens' Job (Maybe JobMetadata) Source #

This field is populated by the Dataflow service to support filtering jobs by the metadata values provided here. Populated for ListJobs and all GetJob views SUMMARY and higher.

jLocation :: Lens' Job (Maybe Text) Source #

The location that contains this job.

jStartTime :: Lens' Job (Maybe UTCTime) Source #

The timestamp when the job was started (transitioned to JOB_STATE_PENDING). Flexible resource scheduling jobs are started with some delay after job creation, so start_time is unset before start and is updated when the job is started by the Cloud Dataflow service. For other jobs, start_time always equals to create_time and is immutable and set by the Cloud Dataflow service.

jEnvironment :: Lens' Job (Maybe Environment) Source #

The environment for the job.

jClientRequestId :: Lens' Job (Maybe Text) Source #

The client's unique identifier of the job, re-used across retried attempts. If this field is set, the service will ensure its uniqueness. The request to create a job will fail if the service has knowledge of a previously submitted job with the same client's ID and job name. The caller may use this field to ensure idempotence of job creation across retried attempts to create a job. By default, the field is empty and, in that case, the service ignores it.

jStageStates :: Lens' Job [ExecutionStageState] Source #

This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.

jCurrentState :: Lens' Job (Maybe JobCurrentState) Source #

The current state of the job. Jobs are created in the `JOB_STATE_STOPPED` state unless otherwise specified. A job in the `JOB_STATE_RUNNING` state may asynchronously enter a terminal state. After a job has reached a terminal state, no further state updates may be made. This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.

jReplacedByJobId :: Lens' Job (Maybe Text) Source #

If another job is an update of this job (and thus, this job is in `JOB_STATE_UPDATED`), this field contains the ID of that job.

jTempFiles :: Lens' Job [Text] Source #

A set of files the system should be aware of that are used for temporary storage. These temporary files will be removed on job completion. No duplicates are allowed. No file patterns are supported. The supported files are: Google Cloud Storage: storage.googleapis.com/{bucket}/{object} bucket.storage.googleapis.com/{object}

jSteps :: Lens' Job [Step] Source #

Exactly one of step or steps_location should be specified. The top-level steps that constitute the entire job.

jPipelineDescription :: Lens' Job (Maybe PipelineDescription) Source #

Preliminary field: The format of this data may change at any time. A description of the user pipeline and stages through which it is executed. Created by Cloud Dataflow service. Only retrieved with JOB_VIEW_DESCRIPTION or JOB_VIEW_ALL.

jName :: Lens' Job (Maybe Text) Source #

The user-specified Cloud Dataflow job name. Only one Job with a given name may exist in a project at any given time. If a caller attempts to create a Job with the same name as an already-existing Job, the attempt returns the existing Job. The name must match the regular expression `[a-z]([-a-z0-9]{0,38}[a-z0-9])?`

jTransformNameMApping :: Lens' Job (Maybe JobTransformNameMApping) Source #

The map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.

jId :: Lens' Job (Maybe Text) Source #

The unique ID of this job. This field is set by the Cloud Dataflow service when the Job is created, and is immutable for the life of the job.

jLabels :: Lens' Job (Maybe JobLabels) Source #

User-defined labels for this job. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: * Keys must conform to regexp: \p{Ll}\p{Lo}{0,62} * Values must conform to regexp: [\p{Ll}\p{Lo}\p{N}_-]{0,63} * Both keys and values are additionally constrained to be <= 128 bytes in size.

jProjectId :: Lens' Job (Maybe Text) Source #

The ID of the Cloud Platform project that the job belongs to.

jType :: Lens' Job (Maybe JobType) Source #

The type of Cloud Dataflow job.

jCurrentStateTime :: Lens' Job (Maybe UTCTime) Source #

The timestamp associated with the current state.

jReplaceJobId :: Lens' Job (Maybe Text) Source #

If this job is an update of an existing job, this field is the job ID of the job it replaced. When sending a `CreateJobRequest`, you can update a job by specifying it here. The job named here is stopped, and its intermediate state is transferred to this job.

jCreateTime :: Lens' Job (Maybe UTCTime) Source #

The timestamp when the job was initially created. Immutable and set by the Cloud Dataflow service.

AutoscalingEventEventType

data AutoscalingEventEventType Source #

The type of autoscaling event to report.

Constructors

TypeUnknown

TYPE_UNKNOWN Default type for the enum. Value should never be returned.

TargetNumWorkersChanged

TARGET_NUM_WORKERS_CHANGED The TARGET_NUM_WORKERS_CHANGED type should be used when the target worker pool size has changed at the start of an actuation. An event should always be specified as TARGET_NUM_WORKERS_CHANGED if it reflects a change in the target_num_workers.

CurrentNumWorkersChanged

CURRENT_NUM_WORKERS_CHANGED The CURRENT_NUM_WORKERS_CHANGED type should be used when actual worker pool size has been changed, but the target_num_workers has not changed.

ActuationFailure

ACTUATION_FAILURE The ACTUATION_FAILURE type should be used when we want to report an error to the user indicating why the current number of workers in the pool could not be changed. Displayed in the current status and history widgets.

NoChange

NO_CHANGE Used when we want to report to the user a reason why we are not currently adjusting the number of workers. Should specify both target_num_workers, current_num_workers and a decision_message.

Instances
Enum AutoscalingEventEventType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Eq AutoscalingEventEventType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Data AutoscalingEventEventType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AutoscalingEventEventType -> c AutoscalingEventEventType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AutoscalingEventEventType #

toConstr :: AutoscalingEventEventType -> Constr #

dataTypeOf :: AutoscalingEventEventType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AutoscalingEventEventType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AutoscalingEventEventType) #

gmapT :: (forall b. Data b => b -> b) -> AutoscalingEventEventType -> AutoscalingEventEventType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AutoscalingEventEventType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AutoscalingEventEventType -> r #

gmapQ :: (forall d. Data d => d -> u) -> AutoscalingEventEventType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AutoscalingEventEventType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AutoscalingEventEventType -> m AutoscalingEventEventType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AutoscalingEventEventType -> m AutoscalingEventEventType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AutoscalingEventEventType -> m AutoscalingEventEventType #

Ord AutoscalingEventEventType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Read AutoscalingEventEventType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Show AutoscalingEventEventType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Generic AutoscalingEventEventType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Associated Types

type Rep AutoscalingEventEventType :: Type -> Type #

Hashable AutoscalingEventEventType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToJSON AutoscalingEventEventType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromJSON AutoscalingEventEventType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromHttpApiData AutoscalingEventEventType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToHttpApiData AutoscalingEventEventType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep AutoscalingEventEventType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep AutoscalingEventEventType = D1 (MetaData "AutoscalingEventEventType" "Network.Google.Dataflow.Types.Sum" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) ((C1 (MetaCons "TypeUnknown" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TargetNumWorkersChanged" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "CurrentNumWorkersChanged" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "ActuationFailure" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "NoChange" PrefixI False) (U1 :: Type -> Type))))

ReadInstruction

data ReadInstruction Source #

An instruction that reads records. Takes no inputs, produces one output.

See: readInstruction smart constructor.

Instances
Eq ReadInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data ReadInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ReadInstruction -> c ReadInstruction #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ReadInstruction #

toConstr :: ReadInstruction -> Constr #

dataTypeOf :: ReadInstruction -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ReadInstruction) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ReadInstruction) #

gmapT :: (forall b. Data b => b -> b) -> ReadInstruction -> ReadInstruction #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ReadInstruction -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ReadInstruction -> r #

gmapQ :: (forall d. Data d => d -> u) -> ReadInstruction -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ReadInstruction -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ReadInstruction -> m ReadInstruction #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ReadInstruction -> m ReadInstruction #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ReadInstruction -> m ReadInstruction #

Show ReadInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic ReadInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep ReadInstruction :: Type -> Type #

ToJSON ReadInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON ReadInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ReadInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ReadInstruction = D1 (MetaData "ReadInstruction" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "ReadInstruction'" PrefixI True) (S1 (MetaSel (Just "_riSource") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Source))))

readInstruction :: ReadInstruction Source #

Creates a value of ReadInstruction with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

riSource :: Lens' ReadInstruction (Maybe Source) Source #

The source to read from.

ApproximateReportedProgress

data ApproximateReportedProgress Source #

A progress measurement of a WorkItem by a worker.

See: approximateReportedProgress smart constructor.

Instances
Eq ApproximateReportedProgress Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data ApproximateReportedProgress Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ApproximateReportedProgress -> c ApproximateReportedProgress #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ApproximateReportedProgress #

toConstr :: ApproximateReportedProgress -> Constr #

dataTypeOf :: ApproximateReportedProgress -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ApproximateReportedProgress) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ApproximateReportedProgress) #

gmapT :: (forall b. Data b => b -> b) -> ApproximateReportedProgress -> ApproximateReportedProgress #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ApproximateReportedProgress -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ApproximateReportedProgress -> r #

gmapQ :: (forall d. Data d => d -> u) -> ApproximateReportedProgress -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ApproximateReportedProgress -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ApproximateReportedProgress -> m ApproximateReportedProgress #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ApproximateReportedProgress -> m ApproximateReportedProgress #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ApproximateReportedProgress -> m ApproximateReportedProgress #

Show ApproximateReportedProgress Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic ApproximateReportedProgress Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep ApproximateReportedProgress :: Type -> Type #

ToJSON ApproximateReportedProgress Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON ApproximateReportedProgress Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ApproximateReportedProgress Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ApproximateReportedProgress = D1 (MetaData "ApproximateReportedProgress" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "ApproximateReportedProgress'" PrefixI True) ((S1 (MetaSel (Just "_arpFractionConsumed") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))) :*: S1 (MetaSel (Just "_arpConsumedParallelism") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ReportedParallelism))) :*: (S1 (MetaSel (Just "_arpRemainingParallelism") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ReportedParallelism)) :*: S1 (MetaSel (Just "_arpPosition") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Position)))))

approximateReportedProgress :: ApproximateReportedProgress Source #

Creates a value of ApproximateReportedProgress with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

arpFractionConsumed :: Lens' ApproximateReportedProgress (Maybe Double) Source #

Completion as fraction of the input consumed, from 0.0 (beginning, nothing consumed), to 1.0 (end of the input, entire input consumed).

arpConsumedParallelism :: Lens' ApproximateReportedProgress (Maybe ReportedParallelism) Source #

Total amount of parallelism in the portion of input of this task that has already been consumed and is no longer active. In the first two examples above (see remaining_parallelism), the value should be 29 or 2 respectively. The sum of remaining_parallelism and consumed_parallelism should equal the total amount of parallelism in this work item. If specified, must be finite.

arpRemainingParallelism :: Lens' ApproximateReportedProgress (Maybe ReportedParallelism) Source #

Total amount of parallelism in the input of this task that remains, (i.e. can be delegated to this task and any new tasks via dynamic splitting). Always at least 1 for non-finished work items and 0 for finished. "Amount of parallelism" refers to how many non-empty parts of the input can be read in parallel. This does not necessarily equal number of records. An input that can be read in parallel down to the individual records is called "perfectly splittable". An example of non-perfectly parallelizable input is a block-compressed file format where a block of records has to be read as a whole, but different blocks can be read in parallel. Examples: * If we are processing record #30 (starting at 1) out of 50 in a perfectly splittable 50-record input, this value should be 21 (20 remaining + 1 current). * If we are reading through block 3 in a block-compressed file consisting of 5 blocks, this value should be 3 (since blocks 4 and 5 can be processed in parallel by new tasks via dynamic splitting and the current task remains processing block 3). * If we are reading through the last block in a block-compressed file, or reading or processing the last record in a perfectly splittable input, this value should be 1, because apart from the current task, no additional remainder can be split off.

arpPosition :: Lens' ApproximateReportedProgress (Maybe Position) Source #

A Position within the work to represent a progress.

DerivedSourceDerivationMode

data DerivedSourceDerivationMode Source #

What source to base the produced source on (if any).

Constructors

DSDMSourceDerivationModeUnknown

SOURCE_DERIVATION_MODE_UNKNOWN The source derivation is unknown, or unspecified.

DSDMSourceDerivationModeIndependent

SOURCE_DERIVATION_MODE_INDEPENDENT Produce a completely independent Source with no base.

DSDMSourceDerivationModeChildOfCurrent

SOURCE_DERIVATION_MODE_CHILD_OF_CURRENT Produce a Source based on the Source being split.

DSDMSourceDerivationModeSiblingOfCurrent

SOURCE_DERIVATION_MODE_SIBLING_OF_CURRENT Produce a Source based on the base of the Source being split.

Instances
Enum DerivedSourceDerivationMode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Eq DerivedSourceDerivationMode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Data DerivedSourceDerivationMode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DerivedSourceDerivationMode -> c DerivedSourceDerivationMode #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DerivedSourceDerivationMode #

toConstr :: DerivedSourceDerivationMode -> Constr #

dataTypeOf :: DerivedSourceDerivationMode -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DerivedSourceDerivationMode) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DerivedSourceDerivationMode) #

gmapT :: (forall b. Data b => b -> b) -> DerivedSourceDerivationMode -> DerivedSourceDerivationMode #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DerivedSourceDerivationMode -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DerivedSourceDerivationMode -> r #

gmapQ :: (forall d. Data d => d -> u) -> DerivedSourceDerivationMode -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DerivedSourceDerivationMode -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DerivedSourceDerivationMode -> m DerivedSourceDerivationMode #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DerivedSourceDerivationMode -> m DerivedSourceDerivationMode #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DerivedSourceDerivationMode -> m DerivedSourceDerivationMode #

Ord DerivedSourceDerivationMode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Read DerivedSourceDerivationMode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Show DerivedSourceDerivationMode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Generic DerivedSourceDerivationMode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Associated Types

type Rep DerivedSourceDerivationMode :: Type -> Type #

Hashable DerivedSourceDerivationMode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToJSON DerivedSourceDerivationMode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromJSON DerivedSourceDerivationMode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromHttpApiData DerivedSourceDerivationMode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToHttpApiData DerivedSourceDerivationMode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep DerivedSourceDerivationMode Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep DerivedSourceDerivationMode = D1 (MetaData "DerivedSourceDerivationMode" "Network.Google.Dataflow.Types.Sum" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) ((C1 (MetaCons "DSDMSourceDerivationModeUnknown" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "DSDMSourceDerivationModeIndependent" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "DSDMSourceDerivationModeChildOfCurrent" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "DSDMSourceDerivationModeSiblingOfCurrent" PrefixI False) (U1 :: Type -> Type)))

SinkSpec

data SinkSpec Source #

The sink to write to, plus its parameters.

See: sinkSpec smart constructor.

Instances
Eq SinkSpec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SinkSpec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SinkSpec -> c SinkSpec #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SinkSpec #

toConstr :: SinkSpec -> Constr #

dataTypeOf :: SinkSpec -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SinkSpec) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SinkSpec) #

gmapT :: (forall b. Data b => b -> b) -> SinkSpec -> SinkSpec #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SinkSpec -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SinkSpec -> r #

gmapQ :: (forall d. Data d => d -> u) -> SinkSpec -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SinkSpec -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SinkSpec -> m SinkSpec #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SinkSpec -> m SinkSpec #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SinkSpec -> m SinkSpec #

Show SinkSpec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SinkSpec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SinkSpec :: Type -> Type #

Methods

from :: SinkSpec -> Rep SinkSpec x #

to :: Rep SinkSpec x -> SinkSpec #

ToJSON SinkSpec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SinkSpec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SinkSpec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SinkSpec = D1 (MetaData "SinkSpec" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "SinkSpec'" PrefixI True) (S1 (MetaSel (Just "_sAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

sinkSpec Source #

Creates a value of SinkSpec with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

sAddtional :: Lens' SinkSpec (HashMap Text JSONValue) Source #

Properties of the object.

WorkerPool

data WorkerPool Source #

Describes one particular pool of Cloud Dataflow workers to be instantiated by the Cloud Dataflow service in order to perform the computations required by a job. Note that a workflow job may use multiple pools, in order to match the various computational requirements of the various stages of the job.

See: workerPool smart constructor.

Instances
Eq WorkerPool Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data WorkerPool Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkerPool -> c WorkerPool #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkerPool #

toConstr :: WorkerPool -> Constr #

dataTypeOf :: WorkerPool -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkerPool) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkerPool) #

gmapT :: (forall b. Data b => b -> b) -> WorkerPool -> WorkerPool #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkerPool -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkerPool -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkerPool -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkerPool -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkerPool -> m WorkerPool #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerPool -> m WorkerPool #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerPool -> m WorkerPool #

Show WorkerPool Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic WorkerPool Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep WorkerPool :: Type -> Type #

ToJSON WorkerPool Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON WorkerPool Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerPool Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerPool = D1 (MetaData "WorkerPool" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "WorkerPool'" PrefixI True) ((((S1 (MetaSel (Just "_wpAutoscalingSettings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AutoscalingSettings)) :*: S1 (MetaSel (Just "_wpNumThreadsPerWorker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) :*: (S1 (MetaSel (Just "_wpDiskSizeGb") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: (S1 (MetaSel (Just "_wpKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_wpTaskrunnerSettings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TaskRunnerSettings))))) :*: ((S1 (MetaSel (Just "_wpNumWorkers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_wpNetwork") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_wpZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_wpIPConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WorkerPoolIPConfiguration)) :*: S1 (MetaSel (Just "_wpPackages") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Package])))))) :*: (((S1 (MetaSel (Just "_wpOnHostMaintenance") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_wpDiskSourceImage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_wpSubnetwork") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_wpMachineType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_wpMetadata") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WorkerPoolMetadata))))) :*: ((S1 (MetaSel (Just "_wpDiskType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_wpTeardownPolicy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WorkerPoolTeardownPolicy)) :*: S1 (MetaSel (Just "_wpDefaultPackageSet") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WorkerPoolDefaultPackageSet)))) :*: (S1 (MetaSel (Just "_wpPoolArgs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WorkerPoolPoolArgs)) :*: (S1 (MetaSel (Just "_wpWorkerHarnessContainerImage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_wpDataDisks") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Disk]))))))))

wpAutoscalingSettings :: Lens' WorkerPool (Maybe AutoscalingSettings) Source #

Settings for autoscaling of this WorkerPool.

wpNumThreadsPerWorker :: Lens' WorkerPool (Maybe Int32) Source #

The number of threads per worker harness. If empty or unspecified, the service will choose a number of threads (according to the number of cores on the selected machine type for batch, or 1 by convention for streaming).

wpDiskSizeGb :: Lens' WorkerPool (Maybe Int32) Source #

Size of root disk for VMs, in GB. If zero or unspecified, the service will attempt to choose a reasonable default.

wpKind :: Lens' WorkerPool (Maybe Text) Source #

The kind of the worker pool; currently only `harness` and `shuffle` are supported.

wpTaskrunnerSettings :: Lens' WorkerPool (Maybe TaskRunnerSettings) Source #

Settings passed through to Google Compute Engine workers when using the standard Dataflow task runner. Users should ignore this field.

wpNumWorkers :: Lens' WorkerPool (Maybe Int32) Source #

Number of Google Compute Engine workers in this pool needed to execute the job. If zero or unspecified, the service will attempt to choose a reasonable default.

wpNetwork :: Lens' WorkerPool (Maybe Text) Source #

Network to which VMs will be assigned. If empty or unspecified, the service will use the network "default".

wpZone :: Lens' WorkerPool (Maybe Text) Source #

Zone to run the worker pools in. If empty or unspecified, the service will attempt to choose a reasonable default.

wpPackages :: Lens' WorkerPool [Package] Source #

Packages to be installed on workers.

wpOnHostMaintenance :: Lens' WorkerPool (Maybe Text) Source #

The action to take on host maintenance, as defined by the Google Compute Engine API.

wpDiskSourceImage :: Lens' WorkerPool (Maybe Text) Source #

Fully qualified source image for disks.

wpSubnetwork :: Lens' WorkerPool (Maybe Text) Source #

Subnetwork to which VMs will be assigned, if desired. Expected to be of the form "regions/REGION/subnetworks/SUBNETWORK".

wpMachineType :: Lens' WorkerPool (Maybe Text) Source #

Machine type (e.g. "n1-standard-1"). If empty or unspecified, the service will attempt to choose a reasonable default.

wpMetadata :: Lens' WorkerPool (Maybe WorkerPoolMetadata) Source #

Metadata to set on the Google Compute Engine VMs.

wpDiskType :: Lens' WorkerPool (Maybe Text) Source #

Type of root disk for VMs. If empty or unspecified, the service will attempt to choose a reasonable default.

wpTeardownPolicy :: Lens' WorkerPool (Maybe WorkerPoolTeardownPolicy) Source #

Sets the policy for determining when to turndown worker pool. Allowed values are: `TEARDOWN_ALWAYS`, `TEARDOWN_ON_SUCCESS`, and `TEARDOWN_NEVER`. `TEARDOWN_ALWAYS` means workers are always torn down regardless of whether the job succeeds. `TEARDOWN_ON_SUCCESS` means workers are torn down if the job succeeds. `TEARDOWN_NEVER` means the workers are never torn down. If the workers are not torn down by the service, they will continue to run and use Google Compute Engine VM resources in the user's project until they are explicitly terminated by the user. Because of this, Google recommends using the `TEARDOWN_ALWAYS` policy except for small, manually supervised test jobs. If unknown or unspecified, the service will attempt to choose a reasonable default.

wpDefaultPackageSet :: Lens' WorkerPool (Maybe WorkerPoolDefaultPackageSet) Source #

The default package set to install. This allows the service to select a default set of packages which are useful to worker harnesses written in a particular language.

wpPoolArgs :: Lens' WorkerPool (Maybe WorkerPoolPoolArgs) Source #

Extra arguments for this worker pool.

wpWorkerHarnessContainerImage :: Lens' WorkerPool (Maybe Text) Source #

Required. Docker container image that executes the Cloud Dataflow worker harness, residing in Google Container Registry.

wpDataDisks :: Lens' WorkerPool [Disk] Source #

Data disks that are used by a VM in this workflow.

Step

data Step Source #

Defines a particular step within a Cloud Dataflow job. A job consists of multiple steps, each of which performs some specific operation as part of the overall job. Data is typically passed from one step to another as part of the job. Here's an example of a sequence of steps which together implement a Map-Reduce job: * Read a collection of data from some source, parsing the collection's elements. * Validate the elements. * Apply a user-defined function to map each element to some value and extract an element-specific key value. * Group elements with the same key into a single element with that key, transforming a multiply-keyed collection into a uniquely-keyed collection. * Write the elements out to some data sink. Note that the Cloud Dataflow service may be used to run many different types of jobs, not just Map-Reduce.

See: step smart constructor.

Instances
Eq Step Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

(==) :: Step -> Step -> Bool #

(/=) :: Step -> Step -> Bool #

Data Step Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Step -> c Step #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Step #

toConstr :: Step -> Constr #

dataTypeOf :: Step -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Step) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Step) #

gmapT :: (forall b. Data b => b -> b) -> Step -> Step #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Step -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Step -> r #

gmapQ :: (forall d. Data d => d -> u) -> Step -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Step -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Step -> m Step #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Step -> m Step #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Step -> m Step #

Show Step Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

showsPrec :: Int -> Step -> ShowS #

show :: Step -> String #

showList :: [Step] -> ShowS #

Generic Step Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep Step :: Type -> Type #

Methods

from :: Step -> Rep Step x #

to :: Rep Step x -> Step #

ToJSON Step Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON Step Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep Step Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep Step = D1 (MetaData "Step" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "Step'" PrefixI True) (S1 (MetaSel (Just "_sKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_sName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_sProperties") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StepProperties)))))

step :: Step Source #

Creates a value of Step with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

sKind :: Lens' Step (Maybe Text) Source #

The kind of step in the Cloud Dataflow job.

sName :: Lens' Step (Maybe Text) Source #

The name that identifies the step. This must be unique for each step with respect to all other steps in the Cloud Dataflow job.

sProperties :: Lens' Step (Maybe StepProperties) Source #

Named properties associated with the step. Each kind of predefined step has its own required set of properties. Must be provided on Create. Only retrieved with JOB_VIEW_ALL.

ComponentSource

data ComponentSource Source #

Description of an interstitial value between transforms in an execution stage.

See: componentSource smart constructor.

Instances
Eq ComponentSource Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data ComponentSource Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ComponentSource -> c ComponentSource #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ComponentSource #

toConstr :: ComponentSource -> Constr #

dataTypeOf :: ComponentSource -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ComponentSource) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ComponentSource) #

gmapT :: (forall b. Data b => b -> b) -> ComponentSource -> ComponentSource #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ComponentSource -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ComponentSource -> r #

gmapQ :: (forall d. Data d => d -> u) -> ComponentSource -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ComponentSource -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ComponentSource -> m ComponentSource #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ComponentSource -> m ComponentSource #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ComponentSource -> m ComponentSource #

Show ComponentSource Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic ComponentSource Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep ComponentSource :: Type -> Type #

ToJSON ComponentSource Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON ComponentSource Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ComponentSource Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ComponentSource = D1 (MetaData "ComponentSource" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "ComponentSource'" PrefixI True) (S1 (MetaSel (Just "_csUserName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_csName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_csOriginalTransformOrCollection") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

componentSource :: ComponentSource Source #

Creates a value of ComponentSource with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

csUserName :: Lens' ComponentSource (Maybe Text) Source #

Human-readable name for this transform; may be user or system generated.

csName :: Lens' ComponentSource (Maybe Text) Source #

Dataflow service generated name for this source.

csOriginalTransformOrCollection :: Lens' ComponentSource (Maybe Text) Source #

User name for the original user transform or collection with which this source is most closely associated.

ExecutionStageSummaryKind

data ExecutionStageSummaryKind Source #

Type of tranform this stage is executing.

Constructors

ESSKUnknownKind

UNKNOWN_KIND Unrecognized transform type.

ESSKParDoKind

PAR_DO_KIND ParDo transform.

ESSKGroupByKeyKind

GROUP_BY_KEY_KIND Group By Key transform.

ESSKFlattenKind

FLATTEN_KIND Flatten transform.

ESSKReadKind

READ_KIND Read transform.

ESSKWriteKind

WRITE_KIND Write transform.

ESSKConstantKind

CONSTANT_KIND Constructs from a constant value, such as with Create.of.

ESSKSingletonKind

SINGLETON_KIND Creates a Singleton view of a collection.

ESSKShuffleKind

SHUFFLE_KIND Opening or closing a shuffle session, often as part of a GroupByKey.

Instances
Enum ExecutionStageSummaryKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Eq ExecutionStageSummaryKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Data ExecutionStageSummaryKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ExecutionStageSummaryKind -> c ExecutionStageSummaryKind #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ExecutionStageSummaryKind #

toConstr :: ExecutionStageSummaryKind -> Constr #

dataTypeOf :: ExecutionStageSummaryKind -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ExecutionStageSummaryKind) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ExecutionStageSummaryKind) #

gmapT :: (forall b. Data b => b -> b) -> ExecutionStageSummaryKind -> ExecutionStageSummaryKind #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ExecutionStageSummaryKind -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ExecutionStageSummaryKind -> r #

gmapQ :: (forall d. Data d => d -> u) -> ExecutionStageSummaryKind -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ExecutionStageSummaryKind -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ExecutionStageSummaryKind -> m ExecutionStageSummaryKind #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ExecutionStageSummaryKind -> m ExecutionStageSummaryKind #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ExecutionStageSummaryKind -> m ExecutionStageSummaryKind #

Ord ExecutionStageSummaryKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Read ExecutionStageSummaryKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Show ExecutionStageSummaryKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Generic ExecutionStageSummaryKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Associated Types

type Rep ExecutionStageSummaryKind :: Type -> Type #

Hashable ExecutionStageSummaryKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToJSON ExecutionStageSummaryKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromJSON ExecutionStageSummaryKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromHttpApiData ExecutionStageSummaryKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToHttpApiData ExecutionStageSummaryKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep ExecutionStageSummaryKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep ExecutionStageSummaryKind = D1 (MetaData "ExecutionStageSummaryKind" "Network.Google.Dataflow.Types.Sum" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (((C1 (MetaCons "ESSKUnknownKind" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ESSKParDoKind" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "ESSKGroupByKeyKind" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ESSKFlattenKind" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "ESSKReadKind" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ESSKWriteKind" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "ESSKConstantKind" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "ESSKSingletonKind" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ESSKShuffleKind" PrefixI False) (U1 :: Type -> Type)))))

Xgafv

data Xgafv Source #

V1 error format.

Constructors

X1

1 v1 error format

X2

2 v2 error format

Instances
Enum Xgafv Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Eq Xgafv Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

(==) :: Xgafv -> Xgafv -> Bool #

(/=) :: Xgafv -> Xgafv -> Bool #

Data Xgafv Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Xgafv -> c Xgafv #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Xgafv #

toConstr :: Xgafv -> Constr #

dataTypeOf :: Xgafv -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Xgafv) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Xgafv) #

gmapT :: (forall b. Data b => b -> b) -> Xgafv -> Xgafv #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Xgafv -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Xgafv -> r #

gmapQ :: (forall d. Data d => d -> u) -> Xgafv -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Xgafv -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Xgafv -> m Xgafv #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Xgafv -> m Xgafv #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Xgafv -> m Xgafv #

Ord Xgafv Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

compare :: Xgafv -> Xgafv -> Ordering #

(<) :: Xgafv -> Xgafv -> Bool #

(<=) :: Xgafv -> Xgafv -> Bool #

(>) :: Xgafv -> Xgafv -> Bool #

(>=) :: Xgafv -> Xgafv -> Bool #

max :: Xgafv -> Xgafv -> Xgafv #

min :: Xgafv -> Xgafv -> Xgafv #

Read Xgafv Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Show Xgafv Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

showsPrec :: Int -> Xgafv -> ShowS #

show :: Xgafv -> String #

showList :: [Xgafv] -> ShowS #

Generic Xgafv Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Associated Types

type Rep Xgafv :: Type -> Type #

Methods

from :: Xgafv -> Rep Xgafv x #

to :: Rep Xgafv x -> Xgafv #

Hashable Xgafv Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

hashWithSalt :: Int -> Xgafv -> Int #

hash :: Xgafv -> Int #

ToJSON Xgafv Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromJSON Xgafv Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromHttpApiData Xgafv Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToHttpApiData Xgafv Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep Xgafv Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep Xgafv = D1 (MetaData "Xgafv" "Network.Google.Dataflow.Types.Sum" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "X1" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "X2" PrefixI False) (U1 :: Type -> Type))

Package

data Package Source #

The packages that must be installed in order for a worker to run the steps of the Cloud Dataflow job that will be assigned to its worker pool. This is the mechanism by which the Cloud Dataflow SDK causes code to be loaded onto the workers. For example, the Cloud Dataflow Java SDK might use this to install jars containing the user's code and all of the various dependencies (libraries, data files, etc.) required in order for that code to run.

See: package smart constructor.

Instances
Eq Package Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

(==) :: Package -> Package -> Bool #

(/=) :: Package -> Package -> Bool #

Data Package Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Package -> c Package #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Package #

toConstr :: Package -> Constr #

dataTypeOf :: Package -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Package) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Package) #

gmapT :: (forall b. Data b => b -> b) -> Package -> Package #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Package -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Package -> r #

gmapQ :: (forall d. Data d => d -> u) -> Package -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Package -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Package -> m Package #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Package -> m Package #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Package -> m Package #

Show Package Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic Package Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep Package :: Type -> Type #

Methods

from :: Package -> Rep Package x #

to :: Rep Package x -> Package #

ToJSON Package Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON Package Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep Package Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep Package = D1 (MetaData "Package" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "Package'" PrefixI True) (S1 (MetaSel (Just "_pLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

package :: Package Source #

Creates a value of Package with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

pLocation :: Lens' Package (Maybe Text) Source #

The resource to read the package from. The supported resource type is: Google Cloud Storage: storage.googleapis.com/{bucket} bucket.storage.googleapis.com/

pName :: Lens' Package (Maybe Text) Source #

The name of the package.

ExecutionStageSummary

data ExecutionStageSummary Source #

Description of the composing transforms, names/ids, and input/outputs of a stage of execution. Some composing transforms and sources may have been generated by the Dataflow service during execution planning.

See: executionStageSummary smart constructor.

Instances
Eq ExecutionStageSummary Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data ExecutionStageSummary Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ExecutionStageSummary -> c ExecutionStageSummary #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ExecutionStageSummary #

toConstr :: ExecutionStageSummary -> Constr #

dataTypeOf :: ExecutionStageSummary -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ExecutionStageSummary) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ExecutionStageSummary) #

gmapT :: (forall b. Data b => b -> b) -> ExecutionStageSummary -> ExecutionStageSummary #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ExecutionStageSummary -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ExecutionStageSummary -> r #

gmapQ :: (forall d. Data d => d -> u) -> ExecutionStageSummary -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ExecutionStageSummary -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ExecutionStageSummary -> m ExecutionStageSummary #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ExecutionStageSummary -> m ExecutionStageSummary #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ExecutionStageSummary -> m ExecutionStageSummary #

Show ExecutionStageSummary Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic ExecutionStageSummary Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep ExecutionStageSummary :: Type -> Type #

ToJSON ExecutionStageSummary Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON ExecutionStageSummary Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ExecutionStageSummary Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

executionStageSummary :: ExecutionStageSummary Source #

Creates a value of ExecutionStageSummary with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

essOutputSource :: Lens' ExecutionStageSummary [StageSource] Source #

Output sources for this stage.

essKind :: Lens' ExecutionStageSummary (Maybe ExecutionStageSummaryKind) Source #

Type of tranform this stage is executing.

essInputSource :: Lens' ExecutionStageSummary [StageSource] Source #

Input sources for this stage.

essName :: Lens' ExecutionStageSummary (Maybe Text) Source #

Dataflow service generated name for this stage.

essComponentSource :: Lens' ExecutionStageSummary [ComponentSource] Source #

Collections produced and consumed by component transforms of this stage.

essId :: Lens' ExecutionStageSummary (Maybe Text) Source #

Dataflow service generated id for this stage.

essComponentTransform :: Lens' ExecutionStageSummary [ComponentTransform] Source #

Transforms that comprise this execution stage.

WorkerMessageCodeParameters

data WorkerMessageCodeParameters Source #

Parameters contains specific information about the code. This is a struct to allow parameters of different types. Examples: 1. For a "HARNESS_STARTED" message parameters might provide the name of the worker and additional data like timing information. 2. For a "GCS_DOWNLOAD_ERROR" parameters might contain fields listing the GCS objects being downloaded and fields containing errors. In general complex data structures should be avoided. If a worker needs to send a specific and complicated data structure then please consider defining a new proto and adding it to the data oneof in WorkerMessageResponse. Conventions: Parameters should only be used for information that isn't typically passed as a label. hostname and other worker identifiers should almost always be passed as labels since they will be included on most messages.

See: workerMessageCodeParameters smart constructor.

Instances
Eq WorkerMessageCodeParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data WorkerMessageCodeParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkerMessageCodeParameters -> c WorkerMessageCodeParameters #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkerMessageCodeParameters #

toConstr :: WorkerMessageCodeParameters -> Constr #

dataTypeOf :: WorkerMessageCodeParameters -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkerMessageCodeParameters) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkerMessageCodeParameters) #

gmapT :: (forall b. Data b => b -> b) -> WorkerMessageCodeParameters -> WorkerMessageCodeParameters #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkerMessageCodeParameters -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkerMessageCodeParameters -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkerMessageCodeParameters -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkerMessageCodeParameters -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkerMessageCodeParameters -> m WorkerMessageCodeParameters #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerMessageCodeParameters -> m WorkerMessageCodeParameters #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerMessageCodeParameters -> m WorkerMessageCodeParameters #

Show WorkerMessageCodeParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic WorkerMessageCodeParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep WorkerMessageCodeParameters :: Type -> Type #

ToJSON WorkerMessageCodeParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON WorkerMessageCodeParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerMessageCodeParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerMessageCodeParameters = D1 (MetaData "WorkerMessageCodeParameters" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "WorkerMessageCodeParameters'" PrefixI True) (S1 (MetaSel (Just "_wmcpAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

workerMessageCodeParameters Source #

Creates a value of WorkerMessageCodeParameters with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

DynamicSourceSplit

data DynamicSourceSplit Source #

When a task splits using WorkItemStatus.dynamic_source_split, this message describes the two parts of the split relative to the description of the current task's input.

See: dynamicSourceSplit smart constructor.

Instances
Eq DynamicSourceSplit Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data DynamicSourceSplit Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DynamicSourceSplit -> c DynamicSourceSplit #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DynamicSourceSplit #

toConstr :: DynamicSourceSplit -> Constr #

dataTypeOf :: DynamicSourceSplit -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DynamicSourceSplit) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DynamicSourceSplit) #

gmapT :: (forall b. Data b => b -> b) -> DynamicSourceSplit -> DynamicSourceSplit #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DynamicSourceSplit -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DynamicSourceSplit -> r #

gmapQ :: (forall d. Data d => d -> u) -> DynamicSourceSplit -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DynamicSourceSplit -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DynamicSourceSplit -> m DynamicSourceSplit #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DynamicSourceSplit -> m DynamicSourceSplit #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DynamicSourceSplit -> m DynamicSourceSplit #

Show DynamicSourceSplit Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic DynamicSourceSplit Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep DynamicSourceSplit :: Type -> Type #

ToJSON DynamicSourceSplit Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON DynamicSourceSplit Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep DynamicSourceSplit Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep DynamicSourceSplit = D1 (MetaData "DynamicSourceSplit" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "DynamicSourceSplit'" PrefixI True) (S1 (MetaSel (Just "_dssResidual") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DerivedSource)) :*: S1 (MetaSel (Just "_dssPrimary") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DerivedSource))))

dynamicSourceSplit :: DynamicSourceSplit Source #

Creates a value of DynamicSourceSplit with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dssResidual :: Lens' DynamicSourceSplit (Maybe DerivedSource) Source #

Residual part (returned to the pool of work). Specified relative to the previously-current source.

dssPrimary :: Lens' DynamicSourceSplit (Maybe DerivedSource) Source #

Primary part (continued to be processed by worker). Specified relative to the previously-current source. Becomes current.

SnapshotJobRequest

data SnapshotJobRequest Source #

Request to create a snapshot of a job.

See: snapshotJobRequest smart constructor.

Instances
Eq SnapshotJobRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SnapshotJobRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SnapshotJobRequest -> c SnapshotJobRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SnapshotJobRequest #

toConstr :: SnapshotJobRequest -> Constr #

dataTypeOf :: SnapshotJobRequest -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SnapshotJobRequest) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SnapshotJobRequest) #

gmapT :: (forall b. Data b => b -> b) -> SnapshotJobRequest -> SnapshotJobRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SnapshotJobRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SnapshotJobRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> SnapshotJobRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SnapshotJobRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SnapshotJobRequest -> m SnapshotJobRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SnapshotJobRequest -> m SnapshotJobRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SnapshotJobRequest -> m SnapshotJobRequest #

Show SnapshotJobRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SnapshotJobRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SnapshotJobRequest :: Type -> Type #

ToJSON SnapshotJobRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SnapshotJobRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SnapshotJobRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SnapshotJobRequest = D1 (MetaData "SnapshotJobRequest" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "SnapshotJobRequest'" PrefixI True) (S1 (MetaSel (Just "_sjrTtl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GDuration)) :*: S1 (MetaSel (Just "_sjrLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

snapshotJobRequest :: SnapshotJobRequest Source #

Creates a value of SnapshotJobRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

sjrLocation :: Lens' SnapshotJobRequest (Maybe Text) Source #

The location that contains this job.

ReportWorkItemStatusResponse

data ReportWorkItemStatusResponse Source #

Response from a request to report the status of WorkItems.

See: reportWorkItemStatusResponse smart constructor.

Instances
Eq ReportWorkItemStatusResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data ReportWorkItemStatusResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ReportWorkItemStatusResponse -> c ReportWorkItemStatusResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ReportWorkItemStatusResponse #

toConstr :: ReportWorkItemStatusResponse -> Constr #

dataTypeOf :: ReportWorkItemStatusResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ReportWorkItemStatusResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ReportWorkItemStatusResponse) #

gmapT :: (forall b. Data b => b -> b) -> ReportWorkItemStatusResponse -> ReportWorkItemStatusResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ReportWorkItemStatusResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ReportWorkItemStatusResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ReportWorkItemStatusResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ReportWorkItemStatusResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ReportWorkItemStatusResponse -> m ReportWorkItemStatusResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ReportWorkItemStatusResponse -> m ReportWorkItemStatusResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ReportWorkItemStatusResponse -> m ReportWorkItemStatusResponse #

Show ReportWorkItemStatusResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic ReportWorkItemStatusResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep ReportWorkItemStatusResponse :: Type -> Type #

ToJSON ReportWorkItemStatusResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON ReportWorkItemStatusResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ReportWorkItemStatusResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ReportWorkItemStatusResponse = D1 (MetaData "ReportWorkItemStatusResponse" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "ReportWorkItemStatusResponse'" PrefixI True) (S1 (MetaSel (Just "_rwisrWorkItemServiceStates") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [WorkItemServiceState]))))

reportWorkItemStatusResponse :: ReportWorkItemStatusResponse Source #

Creates a value of ReportWorkItemStatusResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

rwisrWorkItemServiceStates :: Lens' ReportWorkItemStatusResponse [WorkItemServiceState] Source #

A set of messages indicating the service-side state for each WorkItem whose status was reported, in the same order as the WorkItemStatus messages in the ReportWorkItemStatusRequest which resulting in this response.

SourceFork

data SourceFork Source #

DEPRECATED in favor of DynamicSourceSplit.

See: sourceFork smart constructor.

Instances
Eq SourceFork Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SourceFork Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SourceFork -> c SourceFork #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SourceFork #

toConstr :: SourceFork -> Constr #

dataTypeOf :: SourceFork -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SourceFork) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SourceFork) #

gmapT :: (forall b. Data b => b -> b) -> SourceFork -> SourceFork #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SourceFork -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SourceFork -> r #

gmapQ :: (forall d. Data d => d -> u) -> SourceFork -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SourceFork -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SourceFork -> m SourceFork #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceFork -> m SourceFork #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceFork -> m SourceFork #

Show SourceFork Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SourceFork Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SourceFork :: Type -> Type #

ToJSON SourceFork Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SourceFork Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SourceFork Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SourceFork = D1 (MetaData "SourceFork" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "SourceFork'" PrefixI True) ((S1 (MetaSel (Just "_sfResidual") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SourceSplitShard)) :*: S1 (MetaSel (Just "_sfPrimarySource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DerivedSource))) :*: (S1 (MetaSel (Just "_sfPrimary") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SourceSplitShard)) :*: S1 (MetaSel (Just "_sfResidualSource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DerivedSource)))))

sourceFork :: SourceFork Source #

Creates a value of SourceFork with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ResourceUtilizationReportResponse

data ResourceUtilizationReportResponse Source #

Service-side response to WorkerMessage reporting resource utilization.

See: resourceUtilizationReportResponse smart constructor.

Instances
Eq ResourceUtilizationReportResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data ResourceUtilizationReportResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ResourceUtilizationReportResponse -> c ResourceUtilizationReportResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ResourceUtilizationReportResponse #

toConstr :: ResourceUtilizationReportResponse -> Constr #

dataTypeOf :: ResourceUtilizationReportResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ResourceUtilizationReportResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ResourceUtilizationReportResponse) #

gmapT :: (forall b. Data b => b -> b) -> ResourceUtilizationReportResponse -> ResourceUtilizationReportResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ResourceUtilizationReportResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ResourceUtilizationReportResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ResourceUtilizationReportResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ResourceUtilizationReportResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ResourceUtilizationReportResponse -> m ResourceUtilizationReportResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ResourceUtilizationReportResponse -> m ResourceUtilizationReportResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ResourceUtilizationReportResponse -> m ResourceUtilizationReportResponse #

Show ResourceUtilizationReportResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic ResourceUtilizationReportResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep ResourceUtilizationReportResponse :: Type -> Type #

ToJSON ResourceUtilizationReportResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON ResourceUtilizationReportResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ResourceUtilizationReportResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ResourceUtilizationReportResponse = D1 (MetaData "ResourceUtilizationReportResponse" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "ResourceUtilizationReportResponse'" PrefixI False) (U1 :: Type -> Type))

resourceUtilizationReportResponse :: ResourceUtilizationReportResponse Source #

Creates a value of ResourceUtilizationReportResponse with the minimum fields required to make a request.

StreamingComputationRanges

data StreamingComputationRanges Source #

Describes full or partial data disk assignment information of the computation ranges.

See: streamingComputationRanges smart constructor.

Instances
Eq StreamingComputationRanges Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data StreamingComputationRanges Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StreamingComputationRanges -> c StreamingComputationRanges #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StreamingComputationRanges #

toConstr :: StreamingComputationRanges -> Constr #

dataTypeOf :: StreamingComputationRanges -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StreamingComputationRanges) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StreamingComputationRanges) #

gmapT :: (forall b. Data b => b -> b) -> StreamingComputationRanges -> StreamingComputationRanges #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StreamingComputationRanges -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StreamingComputationRanges -> r #

gmapQ :: (forall d. Data d => d -> u) -> StreamingComputationRanges -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StreamingComputationRanges -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StreamingComputationRanges -> m StreamingComputationRanges #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StreamingComputationRanges -> m StreamingComputationRanges #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StreamingComputationRanges -> m StreamingComputationRanges #

Show StreamingComputationRanges Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic StreamingComputationRanges Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep StreamingComputationRanges :: Type -> Type #

ToJSON StreamingComputationRanges Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON StreamingComputationRanges Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StreamingComputationRanges Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StreamingComputationRanges = D1 (MetaData "StreamingComputationRanges" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "StreamingComputationRanges'" PrefixI True) (S1 (MetaSel (Just "_scrRangeAssignments") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [KeyRangeDataDiskAssignment])) :*: S1 (MetaSel (Just "_scrComputationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

streamingComputationRanges :: StreamingComputationRanges Source #

Creates a value of StreamingComputationRanges with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

scrRangeAssignments :: Lens' StreamingComputationRanges [KeyRangeDataDiskAssignment] Source #

Data disk assignments for ranges from this computation.

ListJobsResponse

data ListJobsResponse Source #

Response to a request to list Cloud Dataflow jobs. This may be a partial response, depending on the page size in the ListJobsRequest.

See: listJobsResponse smart constructor.

Instances
Eq ListJobsResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data ListJobsResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListJobsResponse -> c ListJobsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListJobsResponse #

toConstr :: ListJobsResponse -> Constr #

dataTypeOf :: ListJobsResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ListJobsResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListJobsResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListJobsResponse -> ListJobsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListJobsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListJobsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListJobsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListJobsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListJobsResponse -> m ListJobsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListJobsResponse -> m ListJobsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListJobsResponse -> m ListJobsResponse #

Show ListJobsResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic ListJobsResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep ListJobsResponse :: Type -> Type #

ToJSON ListJobsResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON ListJobsResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ListJobsResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ListJobsResponse = D1 (MetaData "ListJobsResponse" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "ListJobsResponse'" PrefixI True) (S1 (MetaSel (Just "_ljrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ljrFailedLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [FailedLocation])) :*: S1 (MetaSel (Just "_ljrJobs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Job])))))

listJobsResponse :: ListJobsResponse Source #

Creates a value of ListJobsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ljrNextPageToken :: Lens' ListJobsResponse (Maybe Text) Source #

Set if there may be more results than fit in this response.

ljrFailedLocation :: Lens' ListJobsResponse [FailedLocation] Source #

Zero or more messages describing locations that failed to respond.

ljrJobs :: Lens' ListJobsResponse [Job] Source #

A subset of the requested job information.

LaunchTemplateParametersParameters

data LaunchTemplateParametersParameters Source #

The runtime parameters to pass to the job.

See: launchTemplateParametersParameters smart constructor.

Instances
Eq LaunchTemplateParametersParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data LaunchTemplateParametersParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LaunchTemplateParametersParameters -> c LaunchTemplateParametersParameters #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LaunchTemplateParametersParameters #

toConstr :: LaunchTemplateParametersParameters -> Constr #

dataTypeOf :: LaunchTemplateParametersParameters -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c LaunchTemplateParametersParameters) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LaunchTemplateParametersParameters) #

gmapT :: (forall b. Data b => b -> b) -> LaunchTemplateParametersParameters -> LaunchTemplateParametersParameters #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LaunchTemplateParametersParameters -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LaunchTemplateParametersParameters -> r #

gmapQ :: (forall d. Data d => d -> u) -> LaunchTemplateParametersParameters -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LaunchTemplateParametersParameters -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LaunchTemplateParametersParameters -> m LaunchTemplateParametersParameters #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LaunchTemplateParametersParameters -> m LaunchTemplateParametersParameters #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LaunchTemplateParametersParameters -> m LaunchTemplateParametersParameters #

Show LaunchTemplateParametersParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic LaunchTemplateParametersParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep LaunchTemplateParametersParameters :: Type -> Type #

ToJSON LaunchTemplateParametersParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON LaunchTemplateParametersParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep LaunchTemplateParametersParameters Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep LaunchTemplateParametersParameters = D1 (MetaData "LaunchTemplateParametersParameters" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "LaunchTemplateParametersParameters'" PrefixI True) (S1 (MetaSel (Just "_ltppAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text Text))))

launchTemplateParametersParameters Source #

Creates a value of LaunchTemplateParametersParameters with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Source

data Source Source #

A source that records can be read and decoded from.

See: source smart constructor.

Instances
Eq Source Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

(==) :: Source -> Source -> Bool #

(/=) :: Source -> Source -> Bool #

Data Source Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Source -> c Source #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Source #

toConstr :: Source -> Constr #

dataTypeOf :: Source -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Source) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Source) #

gmapT :: (forall b. Data b => b -> b) -> Source -> Source #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Source -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Source -> r #

gmapQ :: (forall d. Data d => d -> u) -> Source -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Source -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Source -> m Source #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Source -> m Source #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Source -> m Source #

Show Source Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic Source Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep Source :: Type -> Type #

Methods

from :: Source -> Rep Source x #

to :: Rep Source x -> Source #

ToJSON Source Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON Source Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep Source Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep Source = D1 (MetaData "Source" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "Source'" PrefixI True) ((S1 (MetaSel (Just "_souDoesNotNeedSplitting") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_souBaseSpecs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [SourceBaseSpecsItem]))) :*: (S1 (MetaSel (Just "_souCodec") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SourceCodec)) :*: (S1 (MetaSel (Just "_souSpec") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SourceSpec)) :*: S1 (MetaSel (Just "_souMetadata") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SourceMetadata))))))

source :: Source Source #

Creates a value of Source with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

souDoesNotNeedSplitting :: Lens' Source (Maybe Bool) Source #

Setting this value to true hints to the framework that the source doesn't need splitting, and using SourceSplitRequest on it would yield SOURCE_SPLIT_OUTCOME_USE_CURRENT. E.g. a file splitter may set this to true when splitting a single file into a set of byte ranges of appropriate size, and set this to false when splitting a filepattern into individual files. However, for efficiency, a file splitter may decide to produce file subranges directly from the filepattern to avoid a splitting round-trip. See SourceSplitRequest for an overview of the splitting process. This field is meaningful only in the Source objects populated by the user (e.g. when filling in a DerivedSource). Source objects supplied by the framework to the user don't have this field populated.

souBaseSpecs :: Lens' Source [SourceBaseSpecsItem] Source #

While splitting, sources may specify the produced bundles as differences against another source, in order to save backend-side memory and allow bigger jobs. For details, see SourceSplitRequest. To support this use case, the full set of parameters of the source is logically obtained by taking the latest explicitly specified value of each parameter in the order: base_specs (later items win), spec (overrides anything in base_specs).

souCodec :: Lens' Source (Maybe SourceCodec) Source #

The codec to use to decode data read from the source.

souSpec :: Lens' Source (Maybe SourceSpec) Source #

The source to read from, plus its parameters.

souMetadata :: Lens' Source (Maybe SourceMetadata) Source #

Optionally, metadata for this source can be supplied right away, avoiding a SourceGetMetadataOperation roundtrip (see SourceOperationRequest). This field is meaningful only in the Source objects populated by the user (e.g. when filling in a DerivedSource). Source objects supplied by the framework to the user don't have this field populated.

ApproximateProgress

data ApproximateProgress Source #

Obsolete in favor of ApproximateReportedProgress and ApproximateSplitRequest.

See: approximateProgress smart constructor.

Instances
Eq ApproximateProgress Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data ApproximateProgress Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ApproximateProgress -> c ApproximateProgress #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ApproximateProgress #

toConstr :: ApproximateProgress -> Constr #

dataTypeOf :: ApproximateProgress -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ApproximateProgress) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ApproximateProgress) #

gmapT :: (forall b. Data b => b -> b) -> ApproximateProgress -> ApproximateProgress #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ApproximateProgress -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ApproximateProgress -> r #

gmapQ :: (forall d. Data d => d -> u) -> ApproximateProgress -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ApproximateProgress -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ApproximateProgress -> m ApproximateProgress #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ApproximateProgress -> m ApproximateProgress #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ApproximateProgress -> m ApproximateProgress #

Show ApproximateProgress Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic ApproximateProgress Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep ApproximateProgress :: Type -> Type #

ToJSON ApproximateProgress Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON ApproximateProgress Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ApproximateProgress Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ApproximateProgress = D1 (MetaData "ApproximateProgress" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "ApproximateProgress'" PrefixI True) (S1 (MetaSel (Just "_apRemainingTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GDuration)) :*: (S1 (MetaSel (Just "_apPercentComplete") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))) :*: S1 (MetaSel (Just "_apPosition") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Position)))))

approximateProgress :: ApproximateProgress Source #

Creates a value of ApproximateProgress with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

WorkerMessage

data WorkerMessage Source #

WorkerMessage provides information to the backend about a worker.

See: workerMessage smart constructor.

Instances
Eq WorkerMessage Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data WorkerMessage Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkerMessage -> c WorkerMessage #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkerMessage #

toConstr :: WorkerMessage -> Constr #

dataTypeOf :: WorkerMessage -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkerMessage) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkerMessage) #

gmapT :: (forall b. Data b => b -> b) -> WorkerMessage -> WorkerMessage #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkerMessage -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkerMessage -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkerMessage -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkerMessage -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkerMessage -> m WorkerMessage #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerMessage -> m WorkerMessage #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerMessage -> m WorkerMessage #

Show WorkerMessage Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic WorkerMessage Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep WorkerMessage :: Type -> Type #

ToJSON WorkerMessage Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON WorkerMessage Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep WorkerMessage Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

workerMessage :: WorkerMessage Source #

Creates a value of WorkerMessage with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

wmTime :: Lens' WorkerMessage (Maybe UTCTime) Source #

The timestamp of the worker_message.

wmWorkerMetrics :: Lens' WorkerMessage (Maybe ResourceUtilizationReport) Source #

Resource metrics reported by workers.

wmLabels :: Lens' WorkerMessage (Maybe WorkerMessageLabels) Source #

Labels are used to group WorkerMessages. For example, a worker_message about a particular container might have the labels: { "JOB_ID": "2015-04-22", "WORKER_ID": "wordcount-vm-2015…" "CONTAINER_TYPE": "worker", "CONTAINER_ID": "ac1234def"} Label tags typically correspond to Label enum values. However, for ease of development other strings can be used as tags. LABEL_UNSPECIFIED should not be used here.

KeyRangeLocation

data KeyRangeLocation Source #

Location information for a specific key-range of a sharded computation. Currently we only support UTF-8 character splits to simplify encoding into JSON.

See: keyRangeLocation smart constructor.

Instances
Eq KeyRangeLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data KeyRangeLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> KeyRangeLocation -> c KeyRangeLocation #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c KeyRangeLocation #

toConstr :: KeyRangeLocation -> Constr #

dataTypeOf :: KeyRangeLocation -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c KeyRangeLocation) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c KeyRangeLocation) #

gmapT :: (forall b. Data b => b -> b) -> KeyRangeLocation -> KeyRangeLocation #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> KeyRangeLocation -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> KeyRangeLocation -> r #

gmapQ :: (forall d. Data d => d -> u) -> KeyRangeLocation -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> KeyRangeLocation -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> KeyRangeLocation -> m KeyRangeLocation #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> KeyRangeLocation -> m KeyRangeLocation #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> KeyRangeLocation -> m KeyRangeLocation #

Show KeyRangeLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic KeyRangeLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep KeyRangeLocation :: Type -> Type #

ToJSON KeyRangeLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON KeyRangeLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep KeyRangeLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep KeyRangeLocation = D1 (MetaData "KeyRangeLocation" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "KeyRangeLocation'" PrefixI True) ((S1 (MetaSel (Just "_krlDataDisk") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_krlDeprecatedPersistentDirectory") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_krlStart") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_krlDeliveryEndpoint") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_krlEnd") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

keyRangeLocation :: KeyRangeLocation Source #

Creates a value of KeyRangeLocation with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

krlDataDisk :: Lens' KeyRangeLocation (Maybe Text) Source #

The name of the data disk where data for this range is stored. This name is local to the Google Cloud Platform project and uniquely identifies the disk within that project, for example "myproject-1014-104817-4c2-harness-0-disk-1".

krlDeprecatedPersistentDirectory :: Lens' KeyRangeLocation (Maybe Text) Source #

DEPRECATED. The location of the persistent state for this range, as a persistent directory in the worker local filesystem.

krlStart :: Lens' KeyRangeLocation (Maybe Text) Source #

The start (inclusive) of the key range.

krlDeliveryEndpoint :: Lens' KeyRangeLocation (Maybe Text) Source #

The physical location of this range assignment to be used for streaming computation cross-worker message delivery.

krlEnd :: Lens' KeyRangeLocation (Maybe Text) Source #

The end (exclusive) of the key range.

Histogram

data Histogram Source #

Histogram of value counts for a distribution. Buckets have an inclusive lower bound and exclusive upper bound and use "1,2,5 bucketing": The first bucket range is from [0,1) and all subsequent bucket boundaries are powers of ten multiplied by 1, 2, or 5. Thus, bucket boundaries are 0, 1, 2, 5, 10, 20, 50, 100, 200, 500, 1000, ... Negative values are not supported.

See: histogram smart constructor.

Instances
Eq Histogram Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data Histogram Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Histogram -> c Histogram #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Histogram #

toConstr :: Histogram -> Constr #

dataTypeOf :: Histogram -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Histogram) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Histogram) #

gmapT :: (forall b. Data b => b -> b) -> Histogram -> Histogram #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Histogram -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Histogram -> r #

gmapQ :: (forall d. Data d => d -> u) -> Histogram -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Histogram -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Histogram -> m Histogram #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Histogram -> m Histogram #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Histogram -> m Histogram #

Show Histogram Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic Histogram Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep Histogram :: Type -> Type #

ToJSON Histogram Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON Histogram Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep Histogram Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep Histogram = D1 (MetaData "Histogram" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "Histogram'" PrefixI True) (S1 (MetaSel (Just "_hBucketCounts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Textual Int64])) :*: S1 (MetaSel (Just "_hFirstBucketOffSet") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))

histogram :: Histogram Source #

Creates a value of Histogram with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

hBucketCounts :: Lens' Histogram [Int64] Source #

Counts of values in each bucket. For efficiency, prefix and trailing buckets with count = 0 are elided. Buckets can store the full range of values of an unsigned long, with ULLONG_MAX falling into the 59th bucket with range [1e19, 2e19).

hFirstBucketOffSet :: Lens' Histogram (Maybe Int32) Source #

Starting index of first stored bucket. The non-inclusive upper-bound of the ith bucket is given by: pow(10,(i-first_bucket_offset)/3) * (1,2,5)[(i-first_bucket_offset)%3]

JobRequestedState

data JobRequestedState Source #

The job's requested state. `UpdateJob` may be used to switch between the `JOB_STATE_STOPPED` and `JOB_STATE_RUNNING` states, by setting requested_state. `UpdateJob` may also be used to directly set a job's requested state to `JOB_STATE_CANCELLED` or `JOB_STATE_DONE`, irrevocably terminating the job if it has not already reached a terminal state.

Constructors

JRSJobStateUnknown

JOB_STATE_UNKNOWN The job's run state isn't specified.

JRSJobStateStopped

JOB_STATE_STOPPED `JOB_STATE_STOPPED` indicates that the job has not yet started to run.

JRSJobStateRunning

JOB_STATE_RUNNING `JOB_STATE_RUNNING` indicates that the job is currently running.

JRSJobStateDone

JOB_STATE_DONE `JOB_STATE_DONE` indicates that the job has successfully completed. This is a terminal job state. This state may be set by the Cloud Dataflow service, as a transition from `JOB_STATE_RUNNING`. It may also be set via a Cloud Dataflow `UpdateJob` call, if the job has not yet reached a terminal state.

JRSJobStateFailed

JOB_STATE_FAILED `JOB_STATE_FAILED` indicates that the job has failed. This is a terminal job state. This state may only be set by the Cloud Dataflow service, and only as a transition from `JOB_STATE_RUNNING`.

JRSJobStateCancelled

JOB_STATE_CANCELLED `JOB_STATE_CANCELLED` indicates that the job has been explicitly cancelled. This is a terminal job state. This state may only be set via a Cloud Dataflow `UpdateJob` call, and only if the job has not yet reached another terminal state.

JRSJobStateUpdated

JOB_STATE_UPDATED `JOB_STATE_UPDATED` indicates that the job was successfully updated, meaning that this job was stopped and another job was started, inheriting state from this one. This is a terminal job state. This state may only be set by the Cloud Dataflow service, and only as a transition from `JOB_STATE_RUNNING`.

JRSJobStateDraining

JOB_STATE_DRAINING `JOB_STATE_DRAINING` indicates that the job is in the process of draining. A draining job has stopped pulling from its input sources and is processing any data that remains in-flight. This state may be set via a Cloud Dataflow `UpdateJob` call, but only as a transition from `JOB_STATE_RUNNING`. Jobs that are draining may only transition to `JOB_STATE_DRAINED`, `JOB_STATE_CANCELLED`, or `JOB_STATE_FAILED`.

JRSJobStateDrained

JOB_STATE_DRAINED `JOB_STATE_DRAINED` indicates that the job has been drained. A drained job terminated by stopping pulling from its input sources and processing any data that remained in-flight when draining was requested. This state is a terminal state, may only be set by the Cloud Dataflow service, and only as a transition from `JOB_STATE_DRAINING`.

JRSJobStatePending

JOB_STATE_PENDING `JOB_STATE_PENDING` indicates that the job has been created but is not yet running. Jobs that are pending may only transition to `JOB_STATE_RUNNING`, or `JOB_STATE_FAILED`.

JRSJobStateCancelling

JOB_STATE_CANCELLING `JOB_STATE_CANCELLING` indicates that the job has been explicitly cancelled and is in the process of stopping. Jobs that are cancelling may only transition to `JOB_STATE_CANCELLED` or `JOB_STATE_FAILED`.

JRSJobStateQueued

JOB_STATE_QUEUED `JOB_STATE_QUEUED` indicates that the job has been created but is being delayed until launch. Jobs that are queued may only transition to `JOB_STATE_PENDING` or `JOB_STATE_CANCELLED`.

Instances
Enum JobRequestedState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Eq JobRequestedState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Data JobRequestedState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> JobRequestedState -> c JobRequestedState #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c JobRequestedState #

toConstr :: JobRequestedState -> Constr #

dataTypeOf :: JobRequestedState -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c JobRequestedState) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c JobRequestedState) #

gmapT :: (forall b. Data b => b -> b) -> JobRequestedState -> JobRequestedState #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> JobRequestedState -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> JobRequestedState -> r #

gmapQ :: (forall d. Data d => d -> u) -> JobRequestedState -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> JobRequestedState -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> JobRequestedState -> m JobRequestedState #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> JobRequestedState -> m JobRequestedState #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> JobRequestedState -> m JobRequestedState #

Ord JobRequestedState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Read JobRequestedState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Show JobRequestedState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Generic JobRequestedState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Associated Types

type Rep JobRequestedState :: Type -> Type #

Hashable JobRequestedState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToJSON JobRequestedState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromJSON JobRequestedState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromHttpApiData JobRequestedState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToHttpApiData JobRequestedState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep JobRequestedState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep JobRequestedState = D1 (MetaData "JobRequestedState" "Network.Google.Dataflow.Types.Sum" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (((C1 (MetaCons "JRSJobStateUnknown" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "JRSJobStateStopped" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "JRSJobStateRunning" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "JRSJobStateDone" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "JRSJobStateFailed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "JRSJobStateCancelled" PrefixI False) (U1 :: Type -> Type)))) :+: ((C1 (MetaCons "JRSJobStateUpdated" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "JRSJobStateDraining" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "JRSJobStateDrained" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "JRSJobStatePending" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "JRSJobStateCancelling" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "JRSJobStateQueued" PrefixI False) (U1 :: Type -> Type)))))

MultiOutputInfo

data MultiOutputInfo Source #

Information about an output of a multi-output DoFn.

See: multiOutputInfo smart constructor.

Instances
Eq MultiOutputInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data MultiOutputInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MultiOutputInfo -> c MultiOutputInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MultiOutputInfo #

toConstr :: MultiOutputInfo -> Constr #

dataTypeOf :: MultiOutputInfo -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c MultiOutputInfo) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MultiOutputInfo) #

gmapT :: (forall b. Data b => b -> b) -> MultiOutputInfo -> MultiOutputInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MultiOutputInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MultiOutputInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> MultiOutputInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> MultiOutputInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> MultiOutputInfo -> m MultiOutputInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MultiOutputInfo -> m MultiOutputInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MultiOutputInfo -> m MultiOutputInfo #

Show MultiOutputInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic MultiOutputInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep MultiOutputInfo :: Type -> Type #

ToJSON MultiOutputInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON MultiOutputInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep MultiOutputInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep MultiOutputInfo = D1 (MetaData "MultiOutputInfo" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "MultiOutputInfo'" PrefixI True) (S1 (MetaSel (Just "_moiTag") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

multiOutputInfo :: MultiOutputInfo Source #

Creates a value of MultiOutputInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

moiTag :: Lens' MultiOutputInfo (Maybe Text) Source #

The id of the tag the user code will emit to this output by; this should correspond to the tag of some SideInputInfo.

PartialGroupByKeyInstruction

data PartialGroupByKeyInstruction Source #

An instruction that does a partial group-by-key. One input and one output.

See: partialGroupByKeyInstruction smart constructor.

Instances
Eq PartialGroupByKeyInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data PartialGroupByKeyInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PartialGroupByKeyInstruction -> c PartialGroupByKeyInstruction #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PartialGroupByKeyInstruction #

toConstr :: PartialGroupByKeyInstruction -> Constr #

dataTypeOf :: PartialGroupByKeyInstruction -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PartialGroupByKeyInstruction) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PartialGroupByKeyInstruction) #

gmapT :: (forall b. Data b => b -> b) -> PartialGroupByKeyInstruction -> PartialGroupByKeyInstruction #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PartialGroupByKeyInstruction -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PartialGroupByKeyInstruction -> r #

gmapQ :: (forall d. Data d => d -> u) -> PartialGroupByKeyInstruction -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PartialGroupByKeyInstruction -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PartialGroupByKeyInstruction -> m PartialGroupByKeyInstruction #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PartialGroupByKeyInstruction -> m PartialGroupByKeyInstruction #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PartialGroupByKeyInstruction -> m PartialGroupByKeyInstruction #

Show PartialGroupByKeyInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic PartialGroupByKeyInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep PartialGroupByKeyInstruction :: Type -> Type #

ToJSON PartialGroupByKeyInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON PartialGroupByKeyInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep PartialGroupByKeyInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep PartialGroupByKeyInstruction = D1 (MetaData "PartialGroupByKeyInstruction" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "PartialGroupByKeyInstruction'" PrefixI True) ((S1 (MetaSel (Just "_pgbkiValueCombiningFn") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PartialGroupByKeyInstructionValueCombiningFn)) :*: (S1 (MetaSel (Just "_pgbkiSideInputs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [SideInputInfo])) :*: S1 (MetaSel (Just "_pgbkiInput") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe InstructionInput)))) :*: (S1 (MetaSel (Just "_pgbkiOriginalCombineValuesStepName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_pgbkiInputElementCodec") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PartialGroupByKeyInstructionInputElementCodec)) :*: S1 (MetaSel (Just "_pgbkiOriginalCombineValuesInputStoreName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

pgbkiInput :: Lens' PartialGroupByKeyInstruction (Maybe InstructionInput) Source #

Describes the input to the partial group-by-key instruction.

pgbkiOriginalCombineValuesStepName :: Lens' PartialGroupByKeyInstruction (Maybe Text) Source #

If this instruction includes a combining function, this is the name of the CombineValues instruction lifted into this instruction.

pgbkiInputElementCodec :: Lens' PartialGroupByKeyInstruction (Maybe PartialGroupByKeyInstructionInputElementCodec) Source #

The codec to use for interpreting an element in the input PTable.

pgbkiOriginalCombineValuesInputStoreName :: Lens' PartialGroupByKeyInstruction (Maybe Text) Source #

If this instruction includes a combining function this is the name of the intermediate store between the GBK and the CombineValues.

WorkerLifecycleEventEvent

data WorkerLifecycleEventEvent Source #

The event being reported.

Constructors

UnknownEvent

UNKNOWN_EVENT Invalid event.

OSStart

OS_START The time the VM started.

ContainerStart

CONTAINER_START Our container code starts running. Multiple containers could be distinguished with WorkerMessage.labels if desired.

NetworkUp

NETWORK_UP The worker has a functional external network connection.

StagingFilesDownloadStart

STAGING_FILES_DOWNLOAD_START Started downloading staging files.

StagingFilesDownloadFinish

STAGING_FILES_DOWNLOAD_FINISH Finished downloading all staging files.

SdkInstallStart

SDK_INSTALL_START For applicable SDKs, started installation of SDK and worker packages.

SdkInstallFinish

SDK_INSTALL_FINISH Finished installing SDK.

Instances
Enum WorkerLifecycleEventEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Eq WorkerLifecycleEventEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Data WorkerLifecycleEventEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkerLifecycleEventEvent -> c WorkerLifecycleEventEvent #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkerLifecycleEventEvent #

toConstr :: WorkerLifecycleEventEvent -> Constr #

dataTypeOf :: WorkerLifecycleEventEvent -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkerLifecycleEventEvent) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkerLifecycleEventEvent) #

gmapT :: (forall b. Data b => b -> b) -> WorkerLifecycleEventEvent -> WorkerLifecycleEventEvent #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkerLifecycleEventEvent -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkerLifecycleEventEvent -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkerLifecycleEventEvent -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkerLifecycleEventEvent -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkerLifecycleEventEvent -> m WorkerLifecycleEventEvent #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerLifecycleEventEvent -> m WorkerLifecycleEventEvent #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerLifecycleEventEvent -> m WorkerLifecycleEventEvent #

Ord WorkerLifecycleEventEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Read WorkerLifecycleEventEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Show WorkerLifecycleEventEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Generic WorkerLifecycleEventEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Associated Types

type Rep WorkerLifecycleEventEvent :: Type -> Type #

Hashable WorkerLifecycleEventEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToJSON WorkerLifecycleEventEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromJSON WorkerLifecycleEventEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromHttpApiData WorkerLifecycleEventEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToHttpApiData WorkerLifecycleEventEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep WorkerLifecycleEventEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep WorkerLifecycleEventEvent = D1 (MetaData "WorkerLifecycleEventEvent" "Network.Google.Dataflow.Types.Sum" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (((C1 (MetaCons "UnknownEvent" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "OSStart" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "ContainerStart" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "NetworkUp" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "StagingFilesDownloadStart" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "StagingFilesDownloadFinish" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "SdkInstallStart" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "SdkInstallFinish" PrefixI False) (U1 :: Type -> Type))))

ExecutionStageStateExecutionStageState

data ExecutionStageStateExecutionStageState Source #

Executions stage states allow the same set of values as JobState.

Constructors

ESSESSJobStateUnknown

JOB_STATE_UNKNOWN The job's run state isn't specified.

ESSESSJobStateStopped

JOB_STATE_STOPPED `JOB_STATE_STOPPED` indicates that the job has not yet started to run.

ESSESSJobStateRunning

JOB_STATE_RUNNING `JOB_STATE_RUNNING` indicates that the job is currently running.

ESSESSJobStateDone

JOB_STATE_DONE `JOB_STATE_DONE` indicates that the job has successfully completed. This is a terminal job state. This state may be set by the Cloud Dataflow service, as a transition from `JOB_STATE_RUNNING`. It may also be set via a Cloud Dataflow `UpdateJob` call, if the job has not yet reached a terminal state.

ESSESSJobStateFailed

JOB_STATE_FAILED `JOB_STATE_FAILED` indicates that the job has failed. This is a terminal job state. This state may only be set by the Cloud Dataflow service, and only as a transition from `JOB_STATE_RUNNING`.

ESSESSJobStateCancelled

JOB_STATE_CANCELLED `JOB_STATE_CANCELLED` indicates that the job has been explicitly cancelled. This is a terminal job state. This state may only be set via a Cloud Dataflow `UpdateJob` call, and only if the job has not yet reached another terminal state.

ESSESSJobStateUpdated

JOB_STATE_UPDATED `JOB_STATE_UPDATED` indicates that the job was successfully updated, meaning that this job was stopped and another job was started, inheriting state from this one. This is a terminal job state. This state may only be set by the Cloud Dataflow service, and only as a transition from `JOB_STATE_RUNNING`.

ESSESSJobStateDraining

JOB_STATE_DRAINING `JOB_STATE_DRAINING` indicates that the job is in the process of draining. A draining job has stopped pulling from its input sources and is processing any data that remains in-flight. This state may be set via a Cloud Dataflow `UpdateJob` call, but only as a transition from `JOB_STATE_RUNNING`. Jobs that are draining may only transition to `JOB_STATE_DRAINED`, `JOB_STATE_CANCELLED`, or `JOB_STATE_FAILED`.

ESSESSJobStateDrained

JOB_STATE_DRAINED `JOB_STATE_DRAINED` indicates that the job has been drained. A drained job terminated by stopping pulling from its input sources and processing any data that remained in-flight when draining was requested. This state is a terminal state, may only be set by the Cloud Dataflow service, and only as a transition from `JOB_STATE_DRAINING`.

ESSESSJobStatePending

JOB_STATE_PENDING `JOB_STATE_PENDING` indicates that the job has been created but is not yet running. Jobs that are pending may only transition to `JOB_STATE_RUNNING`, or `JOB_STATE_FAILED`.

ESSESSJobStateCancelling

JOB_STATE_CANCELLING `JOB_STATE_CANCELLING` indicates that the job has been explicitly cancelled and is in the process of stopping. Jobs that are cancelling may only transition to `JOB_STATE_CANCELLED` or `JOB_STATE_FAILED`.

ESSESSJobStateQueued

JOB_STATE_QUEUED `JOB_STATE_QUEUED` indicates that the job has been created but is being delayed until launch. Jobs that are queued may only transition to `JOB_STATE_PENDING` or `JOB_STATE_CANCELLED`.

Instances
Enum ExecutionStageStateExecutionStageState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Eq ExecutionStageStateExecutionStageState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Data ExecutionStageStateExecutionStageState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ExecutionStageStateExecutionStageState -> c ExecutionStageStateExecutionStageState #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ExecutionStageStateExecutionStageState #

toConstr :: ExecutionStageStateExecutionStageState -> Constr #

dataTypeOf :: ExecutionStageStateExecutionStageState -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ExecutionStageStateExecutionStageState) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ExecutionStageStateExecutionStageState) #

gmapT :: (forall b. Data b => b -> b) -> ExecutionStageStateExecutionStageState -> ExecutionStageStateExecutionStageState #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ExecutionStageStateExecutionStageState -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ExecutionStageStateExecutionStageState -> r #

gmapQ :: (forall d. Data d => d -> u) -> ExecutionStageStateExecutionStageState -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ExecutionStageStateExecutionStageState -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ExecutionStageStateExecutionStageState -> m ExecutionStageStateExecutionStageState #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ExecutionStageStateExecutionStageState -> m ExecutionStageStateExecutionStageState #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ExecutionStageStateExecutionStageState -> m ExecutionStageStateExecutionStageState #

Ord ExecutionStageStateExecutionStageState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Read ExecutionStageStateExecutionStageState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Show ExecutionStageStateExecutionStageState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Generic ExecutionStageStateExecutionStageState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Hashable ExecutionStageStateExecutionStageState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToJSON ExecutionStageStateExecutionStageState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromJSON ExecutionStageStateExecutionStageState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromHttpApiData ExecutionStageStateExecutionStageState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToHttpApiData ExecutionStageStateExecutionStageState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep ExecutionStageStateExecutionStageState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep ExecutionStageStateExecutionStageState = D1 (MetaData "ExecutionStageStateExecutionStageState" "Network.Google.Dataflow.Types.Sum" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (((C1 (MetaCons "ESSESSJobStateUnknown" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "ESSESSJobStateStopped" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ESSESSJobStateRunning" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "ESSESSJobStateDone" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "ESSESSJobStateFailed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ESSESSJobStateCancelled" PrefixI False) (U1 :: Type -> Type)))) :+: ((C1 (MetaCons "ESSESSJobStateUpdated" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "ESSESSJobStateDraining" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ESSESSJobStateDrained" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "ESSESSJobStatePending" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "ESSESSJobStateCancelling" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ESSESSJobStateQueued" PrefixI False) (U1 :: Type -> Type)))))

ParDoInstruction

data ParDoInstruction Source #

An instruction that does a ParDo operation. Takes one main input and zero or more side inputs, and produces zero or more outputs. Runs user code.

See: parDoInstruction smart constructor.

Instances
Eq ParDoInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data ParDoInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ParDoInstruction -> c ParDoInstruction #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ParDoInstruction #

toConstr :: ParDoInstruction -> Constr #

dataTypeOf :: ParDoInstruction -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ParDoInstruction) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ParDoInstruction) #

gmapT :: (forall b. Data b => b -> b) -> ParDoInstruction -> ParDoInstruction #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ParDoInstruction -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ParDoInstruction -> r #

gmapQ :: (forall d. Data d => d -> u) -> ParDoInstruction -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ParDoInstruction -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ParDoInstruction -> m ParDoInstruction #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ParDoInstruction -> m ParDoInstruction #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ParDoInstruction -> m ParDoInstruction #

Show ParDoInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic ParDoInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep ParDoInstruction :: Type -> Type #

ToJSON ParDoInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON ParDoInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ParDoInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ParDoInstruction = D1 (MetaData "ParDoInstruction" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "ParDoInstruction'" PrefixI True) ((S1 (MetaSel (Just "_pdiNumOutputs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_pdiMultiOutputInfos") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [MultiOutputInfo]))) :*: (S1 (MetaSel (Just "_pdiSideInputs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [SideInputInfo])) :*: (S1 (MetaSel (Just "_pdiInput") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe InstructionInput)) :*: S1 (MetaSel (Just "_pdiUserFn") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ParDoInstructionUserFn))))))

parDoInstruction :: ParDoInstruction Source #

Creates a value of ParDoInstruction with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

pdiMultiOutputInfos :: Lens' ParDoInstruction [MultiOutputInfo] Source #

Information about each of the outputs, if user_fn is a MultiDoFn.

CustomSourceLocation

data CustomSourceLocation Source #

Identifies the location of a custom souce.

See: customSourceLocation smart constructor.

Instances
Eq CustomSourceLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data CustomSourceLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CustomSourceLocation -> c CustomSourceLocation #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CustomSourceLocation #

toConstr :: CustomSourceLocation -> Constr #

dataTypeOf :: CustomSourceLocation -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CustomSourceLocation) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CustomSourceLocation) #

gmapT :: (forall b. Data b => b -> b) -> CustomSourceLocation -> CustomSourceLocation #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CustomSourceLocation -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CustomSourceLocation -> r #

gmapQ :: (forall d. Data d => d -> u) -> CustomSourceLocation -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CustomSourceLocation -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CustomSourceLocation -> m CustomSourceLocation #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CustomSourceLocation -> m CustomSourceLocation #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CustomSourceLocation -> m CustomSourceLocation #

Show CustomSourceLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic CustomSourceLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep CustomSourceLocation :: Type -> Type #

ToJSON CustomSourceLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON CustomSourceLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep CustomSourceLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep CustomSourceLocation = D1 (MetaData "CustomSourceLocation" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "CustomSourceLocation'" PrefixI True) (S1 (MetaSel (Just "_cslStateful") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Bool))))

customSourceLocation :: CustomSourceLocation Source #

Creates a value of CustomSourceLocation with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cslStateful :: Lens' CustomSourceLocation (Maybe Bool) Source #

Whether this source is stateful.

DistributionUpdate

data DistributionUpdate Source #

A metric value representing a distribution.

See: distributionUpdate smart constructor.

Instances
Eq DistributionUpdate Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data DistributionUpdate Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DistributionUpdate -> c DistributionUpdate #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DistributionUpdate #

toConstr :: DistributionUpdate -> Constr #

dataTypeOf :: DistributionUpdate -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DistributionUpdate) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DistributionUpdate) #

gmapT :: (forall b. Data b => b -> b) -> DistributionUpdate -> DistributionUpdate #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DistributionUpdate -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DistributionUpdate -> r #

gmapQ :: (forall d. Data d => d -> u) -> DistributionUpdate -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DistributionUpdate -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DistributionUpdate -> m DistributionUpdate #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DistributionUpdate -> m DistributionUpdate #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DistributionUpdate -> m DistributionUpdate #

Show DistributionUpdate Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic DistributionUpdate Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep DistributionUpdate :: Type -> Type #

ToJSON DistributionUpdate Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON DistributionUpdate Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep DistributionUpdate Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

distributionUpdate :: DistributionUpdate Source #

Creates a value of DistributionUpdate with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

duMax :: Lens' DistributionUpdate (Maybe SplitInt64) Source #

The maximum value present in the distribution.

duCount :: Lens' DistributionUpdate (Maybe SplitInt64) Source #

The count of the number of elements present in the distribution.

duMin :: Lens' DistributionUpdate (Maybe SplitInt64) Source #

The minimum value present in the distribution.

duHistogram :: Lens' DistributionUpdate (Maybe Histogram) Source #

(Optional) Histogram of value counts for the distribution.

duSumOfSquares :: Lens' DistributionUpdate (Maybe Double) Source #

Use a double since the sum of squares is likely to overflow int64.

duSum :: Lens' DistributionUpdate (Maybe SplitInt64) Source #

Use an int64 since we'd prefer the added precision. If overflow is a common problem we can detect it and use an additional int64 or a double.

SourceBaseSpecsItem

data SourceBaseSpecsItem Source #

Instances
Eq SourceBaseSpecsItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SourceBaseSpecsItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SourceBaseSpecsItem -> c SourceBaseSpecsItem #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SourceBaseSpecsItem #

toConstr :: SourceBaseSpecsItem -> Constr #

dataTypeOf :: SourceBaseSpecsItem -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SourceBaseSpecsItem) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SourceBaseSpecsItem) #

gmapT :: (forall b. Data b => b -> b) -> SourceBaseSpecsItem -> SourceBaseSpecsItem #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SourceBaseSpecsItem -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SourceBaseSpecsItem -> r #

gmapQ :: (forall d. Data d => d -> u) -> SourceBaseSpecsItem -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SourceBaseSpecsItem -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SourceBaseSpecsItem -> m SourceBaseSpecsItem #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceBaseSpecsItem -> m SourceBaseSpecsItem #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceBaseSpecsItem -> m SourceBaseSpecsItem #

Show SourceBaseSpecsItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SourceBaseSpecsItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SourceBaseSpecsItem :: Type -> Type #

ToJSON SourceBaseSpecsItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SourceBaseSpecsItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SourceBaseSpecsItem Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SourceBaseSpecsItem = D1 (MetaData "SourceBaseSpecsItem" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "SourceBaseSpecsItem'" PrefixI True) (S1 (MetaSel (Just "_sbsiAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

sourceBaseSpecsItem Source #

Creates a value of SourceBaseSpecsItem with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ParallelInstruction

data ParallelInstruction Source #

Describes a particular operation comprising a MapTask.

See: parallelInstruction smart constructor.

Instances
Eq ParallelInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data ParallelInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ParallelInstruction -> c ParallelInstruction #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ParallelInstruction #

toConstr :: ParallelInstruction -> Constr #

dataTypeOf :: ParallelInstruction -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ParallelInstruction) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ParallelInstruction) #

gmapT :: (forall b. Data b => b -> b) -> ParallelInstruction -> ParallelInstruction #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ParallelInstruction -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ParallelInstruction -> r #

gmapQ :: (forall d. Data d => d -> u) -> ParallelInstruction -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ParallelInstruction -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ParallelInstruction -> m ParallelInstruction #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ParallelInstruction -> m ParallelInstruction #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ParallelInstruction -> m ParallelInstruction #

Show ParallelInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic ParallelInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep ParallelInstruction :: Type -> Type #

ToJSON ParallelInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON ParallelInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ParallelInstruction Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

parallelInstruction :: ParallelInstruction Source #

Creates a value of ParallelInstruction with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

piRead :: Lens' ParallelInstruction (Maybe ReadInstruction) Source #

Additional information for Read instructions.

piWrite :: Lens' ParallelInstruction (Maybe WriteInstruction) Source #

Additional information for Write instructions.

piParDo :: Lens' ParallelInstruction (Maybe ParDoInstruction) Source #

Additional information for ParDo instructions.

piPartialGroupByKey :: Lens' ParallelInstruction (Maybe PartialGroupByKeyInstruction) Source #

Additional information for PartialGroupByKey instructions.

piOutputs :: Lens' ParallelInstruction [InstructionOutput] Source #

Describes the outputs of the instruction.

piName :: Lens' ParallelInstruction (Maybe Text) Source #

User-provided name of this operation.

piSystemName :: Lens' ParallelInstruction (Maybe Text) Source #

System-defined name of this operation. Unique across the workflow.

piFlatten :: Lens' ParallelInstruction (Maybe FlattenInstruction) Source #

Additional information for Flatten instructions.

piOriginalName :: Lens' ParallelInstruction (Maybe Text) Source #

System-defined name for the operation in the original workflow graph.

SideInputInfoKind

data SideInputInfoKind Source #

How to interpret the source element(s) as a side input value.

See: sideInputInfoKind smart constructor.

Instances
Eq SideInputInfoKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SideInputInfoKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SideInputInfoKind -> c SideInputInfoKind #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SideInputInfoKind #

toConstr :: SideInputInfoKind -> Constr #

dataTypeOf :: SideInputInfoKind -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SideInputInfoKind) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SideInputInfoKind) #

gmapT :: (forall b. Data b => b -> b) -> SideInputInfoKind -> SideInputInfoKind #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SideInputInfoKind -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SideInputInfoKind -> r #

gmapQ :: (forall d. Data d => d -> u) -> SideInputInfoKind -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SideInputInfoKind -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SideInputInfoKind -> m SideInputInfoKind #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SideInputInfoKind -> m SideInputInfoKind #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SideInputInfoKind -> m SideInputInfoKind #

Show SideInputInfoKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SideInputInfoKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SideInputInfoKind :: Type -> Type #

ToJSON SideInputInfoKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SideInputInfoKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SideInputInfoKind Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SideInputInfoKind = D1 (MetaData "SideInputInfoKind" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "SideInputInfoKind'" PrefixI True) (S1 (MetaSel (Just "_siikAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

sideInputInfoKind Source #

Creates a value of SideInputInfoKind with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

StreamingConfigTask

data StreamingConfigTask Source #

A task that carries configuration information for streaming computations.

See: streamingConfigTask smart constructor.

Instances
Eq StreamingConfigTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data StreamingConfigTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StreamingConfigTask -> c StreamingConfigTask #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StreamingConfigTask #

toConstr :: StreamingConfigTask -> Constr #

dataTypeOf :: StreamingConfigTask -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StreamingConfigTask) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StreamingConfigTask) #

gmapT :: (forall b. Data b => b -> b) -> StreamingConfigTask -> StreamingConfigTask #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StreamingConfigTask -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StreamingConfigTask -> r #

gmapQ :: (forall d. Data d => d -> u) -> StreamingConfigTask -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StreamingConfigTask -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StreamingConfigTask -> m StreamingConfigTask #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StreamingConfigTask -> m StreamingConfigTask #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StreamingConfigTask -> m StreamingConfigTask #

Show StreamingConfigTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic StreamingConfigTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep StreamingConfigTask :: Type -> Type #

ToJSON StreamingConfigTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON StreamingConfigTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StreamingConfigTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StreamingConfigTask = D1 (MetaData "StreamingConfigTask" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "StreamingConfigTask'" PrefixI True) ((S1 (MetaSel (Just "_sctUserStepToStateFamilyNameMap") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StreamingConfigTaskUserStepToStateFamilyNameMap)) :*: S1 (MetaSel (Just "_sctStreamingComputationConfigs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [StreamingComputationConfig]))) :*: (S1 (MetaSel (Just "_sctWindmillServiceEndpoint") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_sctWindmillServicePort") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))))

streamingConfigTask :: StreamingConfigTask Source #

Creates a value of StreamingConfigTask with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

sctWindmillServiceEndpoint :: Lens' StreamingConfigTask (Maybe Text) Source #

If present, the worker must use this endpoint to communicate with Windmill Service dispatchers, otherwise the worker must continue to use whatever endpoint it had been using.

sctWindmillServicePort :: Lens' StreamingConfigTask (Maybe Int64) Source #

If present, the worker must use this port to communicate with Windmill Service dispatchers. Only applicable when windmill_service_endpoint is specified.

MetricShortId

data MetricShortId Source #

The metric short id is returned to the user alongside an offset into ReportWorkItemStatusRequest

See: metricShortId smart constructor.

Instances
Eq MetricShortId Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data MetricShortId Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MetricShortId -> c MetricShortId #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MetricShortId #

toConstr :: MetricShortId -> Constr #

dataTypeOf :: MetricShortId -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c MetricShortId) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MetricShortId) #

gmapT :: (forall b. Data b => b -> b) -> MetricShortId -> MetricShortId #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MetricShortId -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MetricShortId -> r #

gmapQ :: (forall d. Data d => d -> u) -> MetricShortId -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> MetricShortId -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> MetricShortId -> m MetricShortId #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MetricShortId -> m MetricShortId #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MetricShortId -> m MetricShortId #

Show MetricShortId Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic MetricShortId Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep MetricShortId :: Type -> Type #

ToJSON MetricShortId Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON MetricShortId Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep MetricShortId Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep MetricShortId = D1 (MetaData "MetricShortId" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "MetricShortId'" PrefixI True) (S1 (MetaSel (Just "_msiShortId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_msiMetricIndex") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))

metricShortId :: MetricShortId Source #

Creates a value of MetricShortId with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

msiShortId :: Lens' MetricShortId (Maybe Int64) Source #

The service-generated short identifier for the metric.

msiMetricIndex :: Lens' MetricShortId (Maybe Int32) Source #

The index of the corresponding metric in the ReportWorkItemStatusRequest. Required.

SendWorkerMessagesRequest

data SendWorkerMessagesRequest Source #

A request for sending worker messages to the service.

See: sendWorkerMessagesRequest smart constructor.

Instances
Eq SendWorkerMessagesRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SendWorkerMessagesRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SendWorkerMessagesRequest -> c SendWorkerMessagesRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SendWorkerMessagesRequest #

toConstr :: SendWorkerMessagesRequest -> Constr #

dataTypeOf :: SendWorkerMessagesRequest -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SendWorkerMessagesRequest) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SendWorkerMessagesRequest) #

gmapT :: (forall b. Data b => b -> b) -> SendWorkerMessagesRequest -> SendWorkerMessagesRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SendWorkerMessagesRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SendWorkerMessagesRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> SendWorkerMessagesRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SendWorkerMessagesRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SendWorkerMessagesRequest -> m SendWorkerMessagesRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SendWorkerMessagesRequest -> m SendWorkerMessagesRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SendWorkerMessagesRequest -> m SendWorkerMessagesRequest #

Show SendWorkerMessagesRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SendWorkerMessagesRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SendWorkerMessagesRequest :: Type -> Type #

ToJSON SendWorkerMessagesRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SendWorkerMessagesRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SendWorkerMessagesRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SendWorkerMessagesRequest = D1 (MetaData "SendWorkerMessagesRequest" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "SendWorkerMessagesRequest'" PrefixI True) (S1 (MetaSel (Just "_swmrLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_swmrWorkerMessages") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [WorkerMessage]))))

sendWorkerMessagesRequest :: SendWorkerMessagesRequest Source #

Creates a value of SendWorkerMessagesRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

swmrLocation :: Lens' SendWorkerMessagesRequest (Maybe Text) Source #

The location which contains the job

SourceSplitShard

data SourceSplitShard Source #

DEPRECATED in favor of DerivedSource.

See: sourceSplitShard smart constructor.

Instances
Eq SourceSplitShard Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SourceSplitShard Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SourceSplitShard -> c SourceSplitShard #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SourceSplitShard #

toConstr :: SourceSplitShard -> Constr #

dataTypeOf :: SourceSplitShard -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SourceSplitShard) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SourceSplitShard) #

gmapT :: (forall b. Data b => b -> b) -> SourceSplitShard -> SourceSplitShard #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SourceSplitShard -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SourceSplitShard -> r #

gmapQ :: (forall d. Data d => d -> u) -> SourceSplitShard -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SourceSplitShard -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SourceSplitShard -> m SourceSplitShard #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceSplitShard -> m SourceSplitShard #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceSplitShard -> m SourceSplitShard #

Show SourceSplitShard Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SourceSplitShard Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SourceSplitShard :: Type -> Type #

ToJSON SourceSplitShard Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SourceSplitShard Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SourceSplitShard Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SourceSplitShard = D1 (MetaData "SourceSplitShard" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "SourceSplitShard'" PrefixI True) (S1 (MetaSel (Just "_sssDerivationMode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SourceSplitShardDerivationMode)) :*: S1 (MetaSel (Just "_sssSource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Source))))

sourceSplitShard :: SourceSplitShard Source #

Creates a value of SourceSplitShard with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

SideInputInfo

data SideInputInfo Source #

Information about a side input of a DoFn or an input of a SeqDoFn.

See: sideInputInfo smart constructor.

Instances
Eq SideInputInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SideInputInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SideInputInfo -> c SideInputInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SideInputInfo #

toConstr :: SideInputInfo -> Constr #

dataTypeOf :: SideInputInfo -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SideInputInfo) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SideInputInfo) #

gmapT :: (forall b. Data b => b -> b) -> SideInputInfo -> SideInputInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SideInputInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SideInputInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> SideInputInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SideInputInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SideInputInfo -> m SideInputInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SideInputInfo -> m SideInputInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SideInputInfo -> m SideInputInfo #

Show SideInputInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SideInputInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SideInputInfo :: Type -> Type #

ToJSON SideInputInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SideInputInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SideInputInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SideInputInfo = D1 (MetaData "SideInputInfo" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "SideInputInfo'" PrefixI True) (S1 (MetaSel (Just "_siiTag") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_siiKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SideInputInfoKind)) :*: S1 (MetaSel (Just "_siiSources") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Source])))))

sideInputInfo :: SideInputInfo Source #

Creates a value of SideInputInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

siiTag :: Lens' SideInputInfo (Maybe Text) Source #

The id of the tag the user code will access this side input by; this should correspond to the tag of some MultiOutputInfo.

siiKind :: Lens' SideInputInfo (Maybe SideInputInfoKind) Source #

How to interpret the source element(s) as a side input value.

siiSources :: Lens' SideInputInfo [Source] Source #

The source(s) to read element(s) from to get the value of this side input. If more than one source, then the elements are taken from the sources, in the specified order if order matters. At least one source is required.

ComponentTransform

data ComponentTransform Source #

Description of a transform executed as part of an execution stage.

See: componentTransform smart constructor.

Instances
Eq ComponentTransform Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data ComponentTransform Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ComponentTransform -> c ComponentTransform #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ComponentTransform #

toConstr :: ComponentTransform -> Constr #

dataTypeOf :: ComponentTransform -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ComponentTransform) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ComponentTransform) #

gmapT :: (forall b. Data b => b -> b) -> ComponentTransform -> ComponentTransform #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ComponentTransform -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ComponentTransform -> r #

gmapQ :: (forall d. Data d => d -> u) -> ComponentTransform -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ComponentTransform -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ComponentTransform -> m ComponentTransform #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ComponentTransform -> m ComponentTransform #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ComponentTransform -> m ComponentTransform #

Show ComponentTransform Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic ComponentTransform Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep ComponentTransform :: Type -> Type #

ToJSON ComponentTransform Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON ComponentTransform Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ComponentTransform Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ComponentTransform = D1 (MetaData "ComponentTransform" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "ComponentTransform'" PrefixI True) (S1 (MetaSel (Just "_ctOriginalTransform") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ctUserName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ctName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

componentTransform :: ComponentTransform Source #

Creates a value of ComponentTransform with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ctOriginalTransform :: Lens' ComponentTransform (Maybe Text) Source #

User name for the original user transform with which this transform is most closely associated.

ctUserName :: Lens' ComponentTransform (Maybe Text) Source #

Human-readable name for this transform; may be user or system generated.

ctName :: Lens' ComponentTransform (Maybe Text) Source #

Dataflow service generated name for this source.

WorkerPoolIPConfiguration

data WorkerPoolIPConfiguration Source #

Configuration for VM IPs.

Constructors

WorkerIPUnspecified

WORKER_IP_UNSPECIFIED The configuration is unknown, or unspecified.

WorkerIPPublic

WORKER_IP_PUBLIC Workers should have public IP addresses.

WorkerIPPrivate

WORKER_IP_PRIVATE Workers should have private IP addresses.

Instances
Enum WorkerPoolIPConfiguration Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Eq WorkerPoolIPConfiguration Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Data WorkerPoolIPConfiguration Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkerPoolIPConfiguration -> c WorkerPoolIPConfiguration #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkerPoolIPConfiguration #

toConstr :: WorkerPoolIPConfiguration -> Constr #

dataTypeOf :: WorkerPoolIPConfiguration -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkerPoolIPConfiguration) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkerPoolIPConfiguration) #

gmapT :: (forall b. Data b => b -> b) -> WorkerPoolIPConfiguration -> WorkerPoolIPConfiguration #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkerPoolIPConfiguration -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkerPoolIPConfiguration -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkerPoolIPConfiguration -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkerPoolIPConfiguration -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkerPoolIPConfiguration -> m WorkerPoolIPConfiguration #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerPoolIPConfiguration -> m WorkerPoolIPConfiguration #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkerPoolIPConfiguration -> m WorkerPoolIPConfiguration #

Ord WorkerPoolIPConfiguration Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Read WorkerPoolIPConfiguration Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Show WorkerPoolIPConfiguration Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Generic WorkerPoolIPConfiguration Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Associated Types

type Rep WorkerPoolIPConfiguration :: Type -> Type #

Hashable WorkerPoolIPConfiguration Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToJSON WorkerPoolIPConfiguration Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromJSON WorkerPoolIPConfiguration Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromHttpApiData WorkerPoolIPConfiguration Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToHttpApiData WorkerPoolIPConfiguration Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep WorkerPoolIPConfiguration Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep WorkerPoolIPConfiguration = D1 (MetaData "WorkerPoolIPConfiguration" "Network.Google.Dataflow.Types.Sum" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "WorkerIPUnspecified" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "WorkerIPPublic" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "WorkerIPPrivate" PrefixI False) (U1 :: Type -> Type)))

JobExecutionInfo

data JobExecutionInfo Source #

Additional information about how a Cloud Dataflow job will be executed that isn't contained in the submitted job.

See: jobExecutionInfo smart constructor.

Instances
Eq JobExecutionInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data JobExecutionInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> JobExecutionInfo -> c JobExecutionInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c JobExecutionInfo #

toConstr :: JobExecutionInfo -> Constr #

dataTypeOf :: JobExecutionInfo -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c JobExecutionInfo) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c JobExecutionInfo) #

gmapT :: (forall b. Data b => b -> b) -> JobExecutionInfo -> JobExecutionInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> JobExecutionInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> JobExecutionInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> JobExecutionInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> JobExecutionInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> JobExecutionInfo -> m JobExecutionInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> JobExecutionInfo -> m JobExecutionInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> JobExecutionInfo -> m JobExecutionInfo #

Show JobExecutionInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic JobExecutionInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep JobExecutionInfo :: Type -> Type #

ToJSON JobExecutionInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON JobExecutionInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep JobExecutionInfo Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep JobExecutionInfo = D1 (MetaData "JobExecutionInfo" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "JobExecutionInfo'" PrefixI True) (S1 (MetaSel (Just "_jeiStages") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe JobExecutionInfoStages))))

jobExecutionInfo :: JobExecutionInfo Source #

Creates a value of JobExecutionInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

jeiStages :: Lens' JobExecutionInfo (Maybe JobExecutionInfoStages) Source #

A mapping from each stage to the information about that stage.

SourceCodec

data SourceCodec Source #

The codec to use to decode data read from the source.

See: sourceCodec smart constructor.

Instances
Eq SourceCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SourceCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SourceCodec -> c SourceCodec #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SourceCodec #

toConstr :: SourceCodec -> Constr #

dataTypeOf :: SourceCodec -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SourceCodec) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SourceCodec) #

gmapT :: (forall b. Data b => b -> b) -> SourceCodec -> SourceCodec #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SourceCodec -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SourceCodec -> r #

gmapQ :: (forall d. Data d => d -> u) -> SourceCodec -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SourceCodec -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SourceCodec -> m SourceCodec #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceCodec -> m SourceCodec #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceCodec -> m SourceCodec #

Show SourceCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SourceCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SourceCodec :: Type -> Type #

ToJSON SourceCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SourceCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SourceCodec Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SourceCodec = D1 (MetaData "SourceCodec" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "SourceCodec'" PrefixI True) (S1 (MetaSel (Just "_souAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

sourceCodec Source #

Creates a value of SourceCodec with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

souAddtional :: Lens' SourceCodec (HashMap Text JSONValue) Source #

Properties of the object.

StateFamilyConfig

data StateFamilyConfig Source #

State family configuration.

See: stateFamilyConfig smart constructor.

Instances
Eq StateFamilyConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data StateFamilyConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StateFamilyConfig -> c StateFamilyConfig #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StateFamilyConfig #

toConstr :: StateFamilyConfig -> Constr #

dataTypeOf :: StateFamilyConfig -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StateFamilyConfig) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StateFamilyConfig) #

gmapT :: (forall b. Data b => b -> b) -> StateFamilyConfig -> StateFamilyConfig #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StateFamilyConfig -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StateFamilyConfig -> r #

gmapQ :: (forall d. Data d => d -> u) -> StateFamilyConfig -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StateFamilyConfig -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StateFamilyConfig -> m StateFamilyConfig #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StateFamilyConfig -> m StateFamilyConfig #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StateFamilyConfig -> m StateFamilyConfig #

Show StateFamilyConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic StateFamilyConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep StateFamilyConfig :: Type -> Type #

ToJSON StateFamilyConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON StateFamilyConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StateFamilyConfig Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StateFamilyConfig = D1 (MetaData "StateFamilyConfig" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "StateFamilyConfig'" PrefixI True) (S1 (MetaSel (Just "_sfcIsRead") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_sfcStateFamily") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

stateFamilyConfig :: StateFamilyConfig Source #

Creates a value of StateFamilyConfig with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

sfcIsRead :: Lens' StateFamilyConfig (Maybe Bool) Source #

If true, this family corresponds to a read operation.

KeyRangeDataDiskAssignment

data KeyRangeDataDiskAssignment Source #

Data disk assignment information for a specific key-range of a sharded computation. Currently we only support UTF-8 character splits to simplify encoding into JSON.

See: keyRangeDataDiskAssignment smart constructor.

Instances
Eq KeyRangeDataDiskAssignment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data KeyRangeDataDiskAssignment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> KeyRangeDataDiskAssignment -> c KeyRangeDataDiskAssignment #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c KeyRangeDataDiskAssignment #

toConstr :: KeyRangeDataDiskAssignment -> Constr #

dataTypeOf :: KeyRangeDataDiskAssignment -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c KeyRangeDataDiskAssignment) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c KeyRangeDataDiskAssignment) #

gmapT :: (forall b. Data b => b -> b) -> KeyRangeDataDiskAssignment -> KeyRangeDataDiskAssignment #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> KeyRangeDataDiskAssignment -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> KeyRangeDataDiskAssignment -> r #

gmapQ :: (forall d. Data d => d -> u) -> KeyRangeDataDiskAssignment -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> KeyRangeDataDiskAssignment -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> KeyRangeDataDiskAssignment -> m KeyRangeDataDiskAssignment #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> KeyRangeDataDiskAssignment -> m KeyRangeDataDiskAssignment #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> KeyRangeDataDiskAssignment -> m KeyRangeDataDiskAssignment #

Show KeyRangeDataDiskAssignment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic KeyRangeDataDiskAssignment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep KeyRangeDataDiskAssignment :: Type -> Type #

ToJSON KeyRangeDataDiskAssignment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON KeyRangeDataDiskAssignment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep KeyRangeDataDiskAssignment Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep KeyRangeDataDiskAssignment = D1 (MetaData "KeyRangeDataDiskAssignment" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "KeyRangeDataDiskAssignment'" PrefixI True) (S1 (MetaSel (Just "_krddaDataDisk") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_krddaStart") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_krddaEnd") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

keyRangeDataDiskAssignment :: KeyRangeDataDiskAssignment Source #

Creates a value of KeyRangeDataDiskAssignment with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

krddaDataDisk :: Lens' KeyRangeDataDiskAssignment (Maybe Text) Source #

The name of the data disk where data for this range is stored. This name is local to the Google Cloud Platform project and uniquely identifies the disk within that project, for example "myproject-1014-104817-4c2-harness-0-disk-1".

krddaStart :: Lens' KeyRangeDataDiskAssignment (Maybe Text) Source #

The start (inclusive) of the key range.

krddaEnd :: Lens' KeyRangeDataDiskAssignment (Maybe Text) Source #

The end (exclusive) of the key range.

AutoscalingEvent

data AutoscalingEvent Source #

A structured message reporting an autoscaling decision made by the Dataflow service.

See: autoscalingEvent smart constructor.

Instances
Eq AutoscalingEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data AutoscalingEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AutoscalingEvent -> c AutoscalingEvent #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AutoscalingEvent #

toConstr :: AutoscalingEvent -> Constr #

dataTypeOf :: AutoscalingEvent -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AutoscalingEvent) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AutoscalingEvent) #

gmapT :: (forall b. Data b => b -> b) -> AutoscalingEvent -> AutoscalingEvent #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AutoscalingEvent -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AutoscalingEvent -> r #

gmapQ :: (forall d. Data d => d -> u) -> AutoscalingEvent -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AutoscalingEvent -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AutoscalingEvent -> m AutoscalingEvent #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AutoscalingEvent -> m AutoscalingEvent #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AutoscalingEvent -> m AutoscalingEvent #

Show AutoscalingEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic AutoscalingEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep AutoscalingEvent :: Type -> Type #

ToJSON AutoscalingEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON AutoscalingEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep AutoscalingEvent Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep AutoscalingEvent = D1 (MetaData "AutoscalingEvent" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "AutoscalingEvent'" PrefixI True) ((S1 (MetaSel (Just "_aeCurrentNumWorkers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: (S1 (MetaSel (Just "_aeTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')) :*: S1 (MetaSel (Just "_aeEventType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AutoscalingEventEventType)))) :*: (S1 (MetaSel (Just "_aeTargetNumWorkers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: (S1 (MetaSel (Just "_aeWorkerPool") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aeDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StructuredMessage))))))

autoscalingEvent :: AutoscalingEvent Source #

Creates a value of AutoscalingEvent with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

aeCurrentNumWorkers :: Lens' AutoscalingEvent (Maybe Int64) Source #

The current number of workers the job has.

aeTime :: Lens' AutoscalingEvent (Maybe UTCTime) Source #

The time this event was emitted to indicate a new target or current num_workers value.

aeEventType :: Lens' AutoscalingEvent (Maybe AutoscalingEventEventType) Source #

The type of autoscaling event to report.

aeTargetNumWorkers :: Lens' AutoscalingEvent (Maybe Int64) Source #

The target number of workers the worker pool wants to resize to use.

aeWorkerPool :: Lens' AutoscalingEvent (Maybe Text) Source #

A short and friendly name for the worker pool this event refers to, populated from the value of PoolStageRelation::user_pool_name.

aeDescription :: Lens' AutoscalingEvent (Maybe StructuredMessage) Source #

A message describing why the system decided to adjust the current number of workers, why it failed, or why the system decided to not make any changes to the number of workers.

SourceSplitRequest

data SourceSplitRequest Source #

Represents the operation to split a high-level Source specification into bundles (parts for parallel processing). At a high level, splitting of a source into bundles happens as follows: SourceSplitRequest is applied to the source. If it returns SOURCE_SPLIT_OUTCOME_USE_CURRENT, no further splitting happens and the source is used "as is". Otherwise, splitting is applied recursively to each produced DerivedSource. As an optimization, for any Source, if its does_not_need_splitting is true, the framework assumes that splitting this source would return SOURCE_SPLIT_OUTCOME_USE_CURRENT, and doesn't initiate a SourceSplitRequest. This applies both to the initial source being split and to bundles produced from it.

See: sourceSplitRequest smart constructor.

Instances
Eq SourceSplitRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SourceSplitRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SourceSplitRequest -> c SourceSplitRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SourceSplitRequest #

toConstr :: SourceSplitRequest -> Constr #

dataTypeOf :: SourceSplitRequest -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SourceSplitRequest) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SourceSplitRequest) #

gmapT :: (forall b. Data b => b -> b) -> SourceSplitRequest -> SourceSplitRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SourceSplitRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SourceSplitRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> SourceSplitRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SourceSplitRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SourceSplitRequest -> m SourceSplitRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceSplitRequest -> m SourceSplitRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceSplitRequest -> m SourceSplitRequest #

Show SourceSplitRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SourceSplitRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SourceSplitRequest :: Type -> Type #

ToJSON SourceSplitRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SourceSplitRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SourceSplitRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SourceSplitRequest = D1 (MetaData "SourceSplitRequest" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "SourceSplitRequest'" PrefixI True) (S1 (MetaSel (Just "_ssrSource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Source)) :*: S1 (MetaSel (Just "_ssrOptions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SourceSplitOptions))))

sourceSplitRequest :: SourceSplitRequest Source #

Creates a value of SourceSplitRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ssrSource :: Lens' SourceSplitRequest (Maybe Source) Source #

Specification of the source to be split.

ssrOptions :: Lens' SourceSplitRequest (Maybe SourceSplitOptions) Source #

Hints for tuning the splitting process.

ListJobMessagesResponse

data ListJobMessagesResponse Source #

Response to a request to list job messages.

See: listJobMessagesResponse smart constructor.

Instances
Eq ListJobMessagesResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data ListJobMessagesResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListJobMessagesResponse -> c ListJobMessagesResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListJobMessagesResponse #

toConstr :: ListJobMessagesResponse -> Constr #

dataTypeOf :: ListJobMessagesResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ListJobMessagesResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListJobMessagesResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListJobMessagesResponse -> ListJobMessagesResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListJobMessagesResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListJobMessagesResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListJobMessagesResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListJobMessagesResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListJobMessagesResponse -> m ListJobMessagesResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListJobMessagesResponse -> m ListJobMessagesResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListJobMessagesResponse -> m ListJobMessagesResponse #

Show ListJobMessagesResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic ListJobMessagesResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep ListJobMessagesResponse :: Type -> Type #

ToJSON ListJobMessagesResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON ListJobMessagesResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ListJobMessagesResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ListJobMessagesResponse = D1 (MetaData "ListJobMessagesResponse" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "ListJobMessagesResponse'" PrefixI True) (S1 (MetaSel (Just "_ljmrJobMessages") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [JobMessage])) :*: (S1 (MetaSel (Just "_ljmrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ljmrAutoscalingEvents") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [AutoscalingEvent])))))

listJobMessagesResponse :: ListJobMessagesResponse Source #

Creates a value of ListJobMessagesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ljmrJobMessages :: Lens' ListJobMessagesResponse [JobMessage] Source #

Messages in ascending timestamp order.

ljmrNextPageToken :: Lens' ListJobMessagesResponse (Maybe Text) Source #

The token to obtain the next page of results if there are more.

ljmrAutoscalingEvents :: Lens' ListJobMessagesResponse [AutoscalingEvent] Source #

Autoscaling events in ascending timestamp order.

PubsubLocation

data PubsubLocation Source #

Identifies a pubsub location to use for transferring data into or out of a streaming Dataflow job.

See: pubsubLocation smart constructor.

Instances
Eq PubsubLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data PubsubLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PubsubLocation -> c PubsubLocation #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PubsubLocation #

toConstr :: PubsubLocation -> Constr #

dataTypeOf :: PubsubLocation -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PubsubLocation) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PubsubLocation) #

gmapT :: (forall b. Data b => b -> b) -> PubsubLocation -> PubsubLocation #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PubsubLocation -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PubsubLocation -> r #

gmapQ :: (forall d. Data d => d -> u) -> PubsubLocation -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PubsubLocation -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PubsubLocation -> m PubsubLocation #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PubsubLocation -> m PubsubLocation #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PubsubLocation -> m PubsubLocation #

Show PubsubLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic PubsubLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep PubsubLocation :: Type -> Type #

ToJSON PubsubLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON PubsubLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep PubsubLocation Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep PubsubLocation = D1 (MetaData "PubsubLocation" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "PubsubLocation'" PrefixI True) ((S1 (MetaSel (Just "_plTrackingSubscription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_plDropLateData") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_plTimestampLabel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_plIdLabel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_plTopic") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_plWithAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_plSubscription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

pubsubLocation :: PubsubLocation Source #

Creates a value of PubsubLocation with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

plTrackingSubscription :: Lens' PubsubLocation (Maybe Text) Source #

If set, specifies the pubsub subscription that will be used for tracking custom time timestamps for watermark estimation.

plDropLateData :: Lens' PubsubLocation (Maybe Bool) Source #

Indicates whether the pipeline allows late-arriving data.

plTimestampLabel :: Lens' PubsubLocation (Maybe Text) Source #

If set, contains a pubsub label from which to extract record timestamps. If left empty, record timestamps will be generated upon arrival.

plIdLabel :: Lens' PubsubLocation (Maybe Text) Source #

If set, contains a pubsub label from which to extract record ids. If left empty, record deduplication will be strictly best effort.

plTopic :: Lens' PubsubLocation (Maybe Text) Source #

A pubsub topic, in the form of "pubsub.googleapis.com/topics//"

plWithAttributes :: Lens' PubsubLocation (Maybe Bool) Source #

If true, then the client has requested to get pubsub attributes.

plSubscription :: Lens' PubsubLocation (Maybe Text) Source #

A pubsub subscription, in the form of "pubsub.googleapis.com/subscriptions//"

FloatingPointList

data FloatingPointList Source #

A metric value representing a list of floating point numbers.

See: floatingPointList smart constructor.

Instances
Eq FloatingPointList Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data FloatingPointList Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> FloatingPointList -> c FloatingPointList #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c FloatingPointList #

toConstr :: FloatingPointList -> Constr #

dataTypeOf :: FloatingPointList -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c FloatingPointList) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c FloatingPointList) #

gmapT :: (forall b. Data b => b -> b) -> FloatingPointList -> FloatingPointList #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> FloatingPointList -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> FloatingPointList -> r #

gmapQ :: (forall d. Data d => d -> u) -> FloatingPointList -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> FloatingPointList -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> FloatingPointList -> m FloatingPointList #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> FloatingPointList -> m FloatingPointList #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> FloatingPointList -> m FloatingPointList #

Show FloatingPointList Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic FloatingPointList Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep FloatingPointList :: Type -> Type #

ToJSON FloatingPointList Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON FloatingPointList Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep FloatingPointList Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep FloatingPointList = D1 (MetaData "FloatingPointList" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "FloatingPointList'" PrefixI True) (S1 (MetaSel (Just "_fplElements") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Textual Double]))))

floatingPointList :: FloatingPointList Source #

Creates a value of FloatingPointList with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

fplElements :: Lens' FloatingPointList [Double] Source #

Elements of the list.

CounterStructuredNameOrigin

data CounterStructuredNameOrigin Source #

One of the standard Origins defined above.

Constructors

System

SYSTEM Counter was created by the Dataflow system.

User

USER Counter was created by the user.

Instances
Enum CounterStructuredNameOrigin Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Eq CounterStructuredNameOrigin Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Data CounterStructuredNameOrigin Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CounterStructuredNameOrigin -> c CounterStructuredNameOrigin #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CounterStructuredNameOrigin #

toConstr :: CounterStructuredNameOrigin -> Constr #

dataTypeOf :: CounterStructuredNameOrigin -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CounterStructuredNameOrigin) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CounterStructuredNameOrigin) #

gmapT :: (forall b. Data b => b -> b) -> CounterStructuredNameOrigin -> CounterStructuredNameOrigin #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CounterStructuredNameOrigin -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CounterStructuredNameOrigin -> r #

gmapQ :: (forall d. Data d => d -> u) -> CounterStructuredNameOrigin -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CounterStructuredNameOrigin -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CounterStructuredNameOrigin -> m CounterStructuredNameOrigin #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CounterStructuredNameOrigin -> m CounterStructuredNameOrigin #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CounterStructuredNameOrigin -> m CounterStructuredNameOrigin #

Ord CounterStructuredNameOrigin Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Read CounterStructuredNameOrigin Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Show CounterStructuredNameOrigin Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Generic CounterStructuredNameOrigin Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Associated Types

type Rep CounterStructuredNameOrigin :: Type -> Type #

Hashable CounterStructuredNameOrigin Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToJSON CounterStructuredNameOrigin Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromJSON CounterStructuredNameOrigin Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromHttpApiData CounterStructuredNameOrigin Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToHttpApiData CounterStructuredNameOrigin Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep CounterStructuredNameOrigin Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep CounterStructuredNameOrigin = D1 (MetaData "CounterStructuredNameOrigin" "Network.Google.Dataflow.Types.Sum" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "System" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "User" PrefixI False) (U1 :: Type -> Type))

InstructionInput

data InstructionInput Source #

An input of an instruction, as a reference to an output of a producer instruction.

See: instructionInput smart constructor.

Instances
Eq InstructionInput Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data InstructionInput Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> InstructionInput -> c InstructionInput #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c InstructionInput #

toConstr :: InstructionInput -> Constr #

dataTypeOf :: InstructionInput -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c InstructionInput) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c InstructionInput) #

gmapT :: (forall b. Data b => b -> b) -> InstructionInput -> InstructionInput #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> InstructionInput -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> InstructionInput -> r #

gmapQ :: (forall d. Data d => d -> u) -> InstructionInput -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> InstructionInput -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> InstructionInput -> m InstructionInput #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> InstructionInput -> m InstructionInput #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> InstructionInput -> m InstructionInput #

Show InstructionInput Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic InstructionInput Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep InstructionInput :: Type -> Type #

ToJSON InstructionInput Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON InstructionInput Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep InstructionInput Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep InstructionInput = D1 (MetaData "InstructionInput" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "InstructionInput'" PrefixI True) (S1 (MetaSel (Just "_iiProducerInstructionIndex") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_iiOutputNum") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))

instructionInput :: InstructionInput Source #

Creates a value of InstructionInput with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

iiProducerInstructionIndex :: Lens' InstructionInput (Maybe Int32) Source #

The index (origin zero) of the parallel instruction that produces the output to be consumed by this input. This index is relative to the list of instructions in this input's instruction's containing MapTask.

iiOutputNum :: Lens' InstructionInput (Maybe Int32) Source #

The output index (origin zero) within the producer.

SeqMapTask

data SeqMapTask Source #

Describes a particular function to invoke.

See: seqMapTask smart constructor.

Instances
Eq SeqMapTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SeqMapTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SeqMapTask -> c SeqMapTask #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SeqMapTask #

toConstr :: SeqMapTask -> Constr #

dataTypeOf :: SeqMapTask -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SeqMapTask) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SeqMapTask) #

gmapT :: (forall b. Data b => b -> b) -> SeqMapTask -> SeqMapTask #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SeqMapTask -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SeqMapTask -> r #

gmapQ :: (forall d. Data d => d -> u) -> SeqMapTask -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SeqMapTask -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SeqMapTask -> m SeqMapTask #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SeqMapTask -> m SeqMapTask #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SeqMapTask -> m SeqMapTask #

Show SeqMapTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SeqMapTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SeqMapTask :: Type -> Type #

ToJSON SeqMapTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SeqMapTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SeqMapTask Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

seqMapTask :: SeqMapTask Source #

Creates a value of SeqMapTask with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

smtInputs :: Lens' SeqMapTask [SideInputInfo] Source #

Information about each of the inputs.

smtName :: Lens' SeqMapTask (Maybe Text) Source #

The user-provided name of the SeqDo operation.

smtOutputInfos :: Lens' SeqMapTask [SeqMapTaskOutputInfo] Source #

Information about each of the outputs.

smtSystemName :: Lens' SeqMapTask (Maybe Text) Source #

System-defined name of the SeqDo operation. Unique across the workflow.

smtStageName :: Lens' SeqMapTask (Maybe Text) Source #

System-defined name of the stage containing the SeqDo operation. Unique across the workflow.

smtUserFn :: Lens' SeqMapTask (Maybe SeqMapTaskUserFn) Source #

The user function to invoke.

StreamingComputationTaskTaskType

data StreamingComputationTaskTaskType Source #

A type of streaming computation task.

Constructors

StreamingComputationTaskUnknown

STREAMING_COMPUTATION_TASK_UNKNOWN The streaming computation task is unknown, or unspecified.

StreamingComputationTaskStop

STREAMING_COMPUTATION_TASK_STOP Stop processing specified streaming computation range(s).

StreamingComputationTaskStart

STREAMING_COMPUTATION_TASK_START Start processing specified streaming computation range(s).

Instances
Enum StreamingComputationTaskTaskType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Eq StreamingComputationTaskTaskType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Data StreamingComputationTaskTaskType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StreamingComputationTaskTaskType -> c StreamingComputationTaskTaskType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StreamingComputationTaskTaskType #

toConstr :: StreamingComputationTaskTaskType -> Constr #

dataTypeOf :: StreamingComputationTaskTaskType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StreamingComputationTaskTaskType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StreamingComputationTaskTaskType) #

gmapT :: (forall b. Data b => b -> b) -> StreamingComputationTaskTaskType -> StreamingComputationTaskTaskType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StreamingComputationTaskTaskType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StreamingComputationTaskTaskType -> r #

gmapQ :: (forall d. Data d => d -> u) -> StreamingComputationTaskTaskType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StreamingComputationTaskTaskType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StreamingComputationTaskTaskType -> m StreamingComputationTaskTaskType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StreamingComputationTaskTaskType -> m StreamingComputationTaskTaskType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StreamingComputationTaskTaskType -> m StreamingComputationTaskTaskType #

Ord StreamingComputationTaskTaskType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Read StreamingComputationTaskTaskType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Show StreamingComputationTaskTaskType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Generic StreamingComputationTaskTaskType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Associated Types

type Rep StreamingComputationTaskTaskType :: Type -> Type #

Hashable StreamingComputationTaskTaskType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToJSON StreamingComputationTaskTaskType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromJSON StreamingComputationTaskTaskType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromHttpApiData StreamingComputationTaskTaskType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToHttpApiData StreamingComputationTaskTaskType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep StreamingComputationTaskTaskType Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep StreamingComputationTaskTaskType = D1 (MetaData "StreamingComputationTaskTaskType" "Network.Google.Dataflow.Types.Sum" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "StreamingComputationTaskUnknown" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "StreamingComputationTaskStop" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "StreamingComputationTaskStart" PrefixI False) (U1 :: Type -> Type)))

StreamingConfigTaskUserStepToStateFamilyNameMap

data StreamingConfigTaskUserStepToStateFamilyNameMap Source #

Map from user step names to state families.

See: streamingConfigTaskUserStepToStateFamilyNameMap smart constructor.

Instances
Eq StreamingConfigTaskUserStepToStateFamilyNameMap Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data StreamingConfigTaskUserStepToStateFamilyNameMap Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StreamingConfigTaskUserStepToStateFamilyNameMap -> c StreamingConfigTaskUserStepToStateFamilyNameMap #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StreamingConfigTaskUserStepToStateFamilyNameMap #

toConstr :: StreamingConfigTaskUserStepToStateFamilyNameMap -> Constr #

dataTypeOf :: StreamingConfigTaskUserStepToStateFamilyNameMap -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StreamingConfigTaskUserStepToStateFamilyNameMap) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StreamingConfigTaskUserStepToStateFamilyNameMap) #

gmapT :: (forall b. Data b => b -> b) -> StreamingConfigTaskUserStepToStateFamilyNameMap -> StreamingConfigTaskUserStepToStateFamilyNameMap #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StreamingConfigTaskUserStepToStateFamilyNameMap -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StreamingConfigTaskUserStepToStateFamilyNameMap -> r #

gmapQ :: (forall d. Data d => d -> u) -> StreamingConfigTaskUserStepToStateFamilyNameMap -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StreamingConfigTaskUserStepToStateFamilyNameMap -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StreamingConfigTaskUserStepToStateFamilyNameMap -> m StreamingConfigTaskUserStepToStateFamilyNameMap #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StreamingConfigTaskUserStepToStateFamilyNameMap -> m StreamingConfigTaskUserStepToStateFamilyNameMap #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StreamingConfigTaskUserStepToStateFamilyNameMap -> m StreamingConfigTaskUserStepToStateFamilyNameMap #

Show StreamingConfigTaskUserStepToStateFamilyNameMap Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic StreamingConfigTaskUserStepToStateFamilyNameMap Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

ToJSON StreamingConfigTaskUserStepToStateFamilyNameMap Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON StreamingConfigTaskUserStepToStateFamilyNameMap Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StreamingConfigTaskUserStepToStateFamilyNameMap Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StreamingConfigTaskUserStepToStateFamilyNameMap = D1 (MetaData "StreamingConfigTaskUserStepToStateFamilyNameMap" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "StreamingConfigTaskUserStepToStateFamilyNameMap'" PrefixI True) (S1 (MetaSel (Just "_sctustsfnmAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text Text))))

streamingConfigTaskUserStepToStateFamilyNameMap Source #

Creates a value of StreamingConfigTaskUserStepToStateFamilyNameMap with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ExecutionStageState

data ExecutionStageState Source #

A message describing the state of a particular execution stage.

See: executionStageState smart constructor.

Instances
Eq ExecutionStageState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data ExecutionStageState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ExecutionStageState -> c ExecutionStageState #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ExecutionStageState #

toConstr :: ExecutionStageState -> Constr #

dataTypeOf :: ExecutionStageState -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ExecutionStageState) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ExecutionStageState) #

gmapT :: (forall b. Data b => b -> b) -> ExecutionStageState -> ExecutionStageState #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ExecutionStageState -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ExecutionStageState -> r #

gmapQ :: (forall d. Data d => d -> u) -> ExecutionStageState -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ExecutionStageState -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ExecutionStageState -> m ExecutionStageState #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ExecutionStageState -> m ExecutionStageState #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ExecutionStageState -> m ExecutionStageState #

Show ExecutionStageState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic ExecutionStageState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep ExecutionStageState :: Type -> Type #

ToJSON ExecutionStageState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON ExecutionStageState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ExecutionStageState Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep ExecutionStageState = D1 (MetaData "ExecutionStageState" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "ExecutionStageState'" PrefixI True) (S1 (MetaSel (Just "_essExecutionStageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_essCurrentStateTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')) :*: S1 (MetaSel (Just "_essExecutionStageState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ExecutionStageStateExecutionStageState)))))

executionStageState :: ExecutionStageState Source #

Creates a value of ExecutionStageState with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

essExecutionStageName :: Lens' ExecutionStageState (Maybe Text) Source #

The name of the execution stage.

essCurrentStateTime :: Lens' ExecutionStageState (Maybe UTCTime) Source #

The time at which the stage transitioned to this state.

essExecutionStageState :: Lens' ExecutionStageState (Maybe ExecutionStageStateExecutionStageState) Source #

Executions stage states allow the same set of values as JobState.

StageSource

data StageSource Source #

Description of an input or output of an execution stage.

See: stageSource smart constructor.

Instances
Eq StageSource Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data StageSource Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StageSource -> c StageSource #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StageSource #

toConstr :: StageSource -> Constr #

dataTypeOf :: StageSource -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StageSource) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StageSource) #

gmapT :: (forall b. Data b => b -> b) -> StageSource -> StageSource #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StageSource -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StageSource -> r #

gmapQ :: (forall d. Data d => d -> u) -> StageSource -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StageSource -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StageSource -> m StageSource #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StageSource -> m StageSource #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StageSource -> m StageSource #

Show StageSource Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic StageSource Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep StageSource :: Type -> Type #

ToJSON StageSource Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON StageSource Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StageSource Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep StageSource = D1 (MetaData "StageSource" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "StageSource'" PrefixI True) ((S1 (MetaSel (Just "_ssSizeBytes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_ssUserName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_ssName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ssOriginalTransformOrCollection") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

stageSource :: StageSource Source #

Creates a value of StageSource with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ssSizeBytes :: Lens' StageSource (Maybe Int64) Source #

Size of the source, if measurable.

ssUserName :: Lens' StageSource (Maybe Text) Source #

Human-readable name for this source; may be user or system generated.

ssName :: Lens' StageSource (Maybe Text) Source #

Dataflow service generated name for this source.

ssOriginalTransformOrCollection :: Lens' StageSource (Maybe Text) Source #

User name for the original user transform or collection with which this source is most closely associated.

SourceOperationRequest

data SourceOperationRequest Source #

A work item that represents the different operations that can be performed on a user-defined Source specification.

See: sourceOperationRequest smart constructor.

Instances
Eq SourceOperationRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SourceOperationRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SourceOperationRequest -> c SourceOperationRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SourceOperationRequest #

toConstr :: SourceOperationRequest -> Constr #

dataTypeOf :: SourceOperationRequest -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SourceOperationRequest) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SourceOperationRequest) #

gmapT :: (forall b. Data b => b -> b) -> SourceOperationRequest -> SourceOperationRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SourceOperationRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SourceOperationRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> SourceOperationRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SourceOperationRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SourceOperationRequest -> m SourceOperationRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceOperationRequest -> m SourceOperationRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceOperationRequest -> m SourceOperationRequest #

Show SourceOperationRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SourceOperationRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SourceOperationRequest :: Type -> Type #

ToJSON SourceOperationRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SourceOperationRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SourceOperationRequest Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SourceOperationRequest = D1 (MetaData "SourceOperationRequest" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "SourceOperationRequest'" PrefixI True) ((S1 (MetaSel (Just "_souSplit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SourceSplitRequest)) :*: (S1 (MetaSel (Just "_souGetMetadata") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SourceGetMetadataRequest)) :*: S1 (MetaSel (Just "_souName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_souSystemName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_souStageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_souOriginalName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

sourceOperationRequest :: SourceOperationRequest Source #

Creates a value of SourceOperationRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

souSplit :: Lens' SourceOperationRequest (Maybe SourceSplitRequest) Source #

Information about a request to split a source.

souGetMetadata :: Lens' SourceOperationRequest (Maybe SourceGetMetadataRequest) Source #

Information about a request to get metadata about a source.

souName :: Lens' SourceOperationRequest (Maybe Text) Source #

User-provided name of the Read instruction for this source.

souSystemName :: Lens' SourceOperationRequest (Maybe Text) Source #

System-defined name of the Read instruction for this source. Unique across the workflow.

souStageName :: Lens' SourceOperationRequest (Maybe Text) Source #

System-defined name of the stage containing the source operation. Unique across the workflow.

souOriginalName :: Lens' SourceOperationRequest (Maybe Text) Source #

System-defined name for the Read instruction for this source in the original workflow graph.

SdkVersionSdkSupportStatus

data SdkVersionSdkSupportStatus Source #

The support status for this SDK version.

Constructors

Unknown

UNKNOWN Cloud Dataflow is unaware of this version.

Supported

SUPPORTED This is a known version of an SDK, and is supported.

Stale

STALE A newer version of the SDK family exists, and an update is recommended.

Deprecated

DEPRECATED This version of the SDK is deprecated and will eventually be no longer supported.

Unsupported

UNSUPPORTED Support for this SDK version has ended and it should no longer be used.

Instances
Enum SdkVersionSdkSupportStatus Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Eq SdkVersionSdkSupportStatus Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Data SdkVersionSdkSupportStatus Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SdkVersionSdkSupportStatus -> c SdkVersionSdkSupportStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SdkVersionSdkSupportStatus #

toConstr :: SdkVersionSdkSupportStatus -> Constr #

dataTypeOf :: SdkVersionSdkSupportStatus -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SdkVersionSdkSupportStatus) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SdkVersionSdkSupportStatus) #

gmapT :: (forall b. Data b => b -> b) -> SdkVersionSdkSupportStatus -> SdkVersionSdkSupportStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SdkVersionSdkSupportStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SdkVersionSdkSupportStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> SdkVersionSdkSupportStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SdkVersionSdkSupportStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SdkVersionSdkSupportStatus -> m SdkVersionSdkSupportStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SdkVersionSdkSupportStatus -> m SdkVersionSdkSupportStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SdkVersionSdkSupportStatus -> m SdkVersionSdkSupportStatus #

Ord SdkVersionSdkSupportStatus Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Read SdkVersionSdkSupportStatus Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Show SdkVersionSdkSupportStatus Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Generic SdkVersionSdkSupportStatus Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

Associated Types

type Rep SdkVersionSdkSupportStatus :: Type -> Type #

Hashable SdkVersionSdkSupportStatus Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToJSON SdkVersionSdkSupportStatus Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromJSON SdkVersionSdkSupportStatus Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

FromHttpApiData SdkVersionSdkSupportStatus Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

ToHttpApiData SdkVersionSdkSupportStatus Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep SdkVersionSdkSupportStatus Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Sum

type Rep SdkVersionSdkSupportStatus = D1 (MetaData "SdkVersionSdkSupportStatus" "Network.Google.Dataflow.Types.Sum" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) ((C1 (MetaCons "Unknown" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Supported" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "Stale" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Deprecated" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Unsupported" PrefixI False) (U1 :: Type -> Type))))

SpannerIODetails

data SpannerIODetails Source #

Metadata for a Spanner connector used by the job.

See: spannerIODetails smart constructor.

Instances
Eq SpannerIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data SpannerIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SpannerIODetails -> c SpannerIODetails #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SpannerIODetails #

toConstr :: SpannerIODetails -> Constr #

dataTypeOf :: SpannerIODetails -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SpannerIODetails) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SpannerIODetails) #

gmapT :: (forall b. Data b => b -> b) -> SpannerIODetails -> SpannerIODetails #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SpannerIODetails -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SpannerIODetails -> r #

gmapQ :: (forall d. Data d => d -> u) -> SpannerIODetails -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SpannerIODetails -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SpannerIODetails -> m SpannerIODetails #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SpannerIODetails -> m SpannerIODetails #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SpannerIODetails -> m SpannerIODetails #

Show SpannerIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic SpannerIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep SpannerIODetails :: Type -> Type #

ToJSON SpannerIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON SpannerIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SpannerIODetails Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep SpannerIODetails = D1 (MetaData "SpannerIODetails" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "SpannerIODetails'" PrefixI True) (S1 (MetaSel (Just "_siodInstanceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_siodDatabaseId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_siodProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

spannerIODetails :: SpannerIODetails Source #

Creates a value of SpannerIODetails with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

siodInstanceId :: Lens' SpannerIODetails (Maybe Text) Source #

InstanceId accessed in the connection.

siodDatabaseId :: Lens' SpannerIODetails (Maybe Text) Source #

DatabaseId accessed in the connection.

siodProjectId :: Lens' SpannerIODetails (Maybe Text) Source #

ProjectId accessed in the connection.

LeaseWorkItemResponse

data LeaseWorkItemResponse Source #

Response to a request to lease WorkItems.

See: leaseWorkItemResponse smart constructor.

Instances
Eq LeaseWorkItemResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data LeaseWorkItemResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LeaseWorkItemResponse -> c LeaseWorkItemResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LeaseWorkItemResponse #

toConstr :: LeaseWorkItemResponse -> Constr #

dataTypeOf :: LeaseWorkItemResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c LeaseWorkItemResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LeaseWorkItemResponse) #

gmapT :: (forall b. Data b => b -> b) -> LeaseWorkItemResponse -> LeaseWorkItemResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LeaseWorkItemResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LeaseWorkItemResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> LeaseWorkItemResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LeaseWorkItemResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LeaseWorkItemResponse -> m LeaseWorkItemResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LeaseWorkItemResponse -> m LeaseWorkItemResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LeaseWorkItemResponse -> m LeaseWorkItemResponse #

Show LeaseWorkItemResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic LeaseWorkItemResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep LeaseWorkItemResponse :: Type -> Type #

ToJSON LeaseWorkItemResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON LeaseWorkItemResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep LeaseWorkItemResponse Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep LeaseWorkItemResponse = D1 (MetaData "LeaseWorkItemResponse" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" True) (C1 (MetaCons "LeaseWorkItemResponse'" PrefixI True) (S1 (MetaSel (Just "_lwirWorkItems") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [WorkItem]))))

leaseWorkItemResponse :: LeaseWorkItemResponse Source #

Creates a value of LeaseWorkItemResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

lwirWorkItems :: Lens' LeaseWorkItemResponse [WorkItem] Source #

A list of the leased WorkItems.

Position

data Position Source #

Position defines a position within a collection of data. The value can be either the end position, a key (used with ordered collections), a byte offset, or a record index.

See: position smart constructor.

Instances
Eq Position Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data Position Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Position -> c Position #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Position #

toConstr :: Position -> Constr #

dataTypeOf :: Position -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Position) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Position) #

gmapT :: (forall b. Data b => b -> b) -> Position -> Position #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Position -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Position -> r #

gmapQ :: (forall d. Data d => d -> u) -> Position -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Position -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Position -> m Position #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Position -> m Position #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Position -> m Position #

Show Position Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic Position Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep Position :: Type -> Type #

Methods

from :: Position -> Rep Position x #

to :: Rep Position x -> Position #

ToJSON Position Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON Position Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep Position Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

position :: Position Source #

Creates a value of Position with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

pByteOffSet :: Lens' Position (Maybe Int64) Source #

Position is a byte offset.

pConcatPosition :: Lens' Position (Maybe ConcatPosition) Source #

CloudPosition is a concat position.

pRecordIndex :: Lens' Position (Maybe Int64) Source #

Position is a record index.

pShufflePosition :: Lens' Position (Maybe Text) Source #

CloudPosition is a base64 encoded BatchShufflePosition (with FIXED sharding).

pKey :: Lens' Position (Maybe Text) Source #

Position is a string key, ordered lexicographically.

pEnd :: Lens' Position (Maybe Bool) Source #

Position is past all other positions. Also useful for the end position of an unbounded range.

Parameter

data Parameter Source #

Structured data associated with this message.

See: parameter smart constructor.

Instances
Eq Parameter Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Data Parameter Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Parameter -> c Parameter #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Parameter #

toConstr :: Parameter -> Constr #

dataTypeOf :: Parameter -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Parameter) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Parameter) #

gmapT :: (forall b. Data b => b -> b) -> Parameter -> Parameter #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Parameter -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Parameter -> r #

gmapQ :: (forall d. Data d => d -> u) -> Parameter -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Parameter -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Parameter -> m Parameter #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Parameter -> m Parameter #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Parameter -> m Parameter #

Show Parameter Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Generic Parameter Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

Associated Types

type Rep Parameter :: Type -> Type #

ToJSON Parameter Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

FromJSON Parameter Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep Parameter Source # 
Instance details

Defined in Network.Google.Dataflow.Types.Product

type Rep Parameter = D1 (MetaData "Parameter" "Network.Google.Dataflow.Types.Product" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "Parameter'" PrefixI True) (S1 (MetaSel (Just "_parValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JSONValue)) :*: S1 (MetaSel (Just "_parKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

parameter :: Parameter Source #

Creates a value of Parameter with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

parValue :: Lens' Parameter (Maybe JSONValue) Source #

Value for this parameter.

parKey :: Lens' Parameter (Maybe Text) Source #

Key or name for this parameter.