google_api_dataflow v0.0.1 GoogleApi.Dataflow.V1b3.Model.WorkItem View Source
WorkItem represents basic information about a WorkItem to be executed in the cloud.
Attributes
- configuration (String): Work item-specific configuration as an opaque blob. Defaults to:
null
. - id (String): Identifies this WorkItem. Defaults to:
null
. - initialReportIndex (String): The initial index to use when reporting the status of the WorkItem. Defaults to:
null
. - jobId (String): Identifies the workflow job this WorkItem belongs to. Defaults to:
null
. - leaseExpireTime (String): Time when the lease on this Work will expire. Defaults to:
null
. - mapTask (MapTask): Additional information for MapTask WorkItems. Defaults to:
null
. - packages (List[Package]): Any required packages that need to be fetched in order to execute this WorkItem. Defaults to:
null
. - projectId (String): Identifies the cloud project this WorkItem belongs to. Defaults to:
null
. - reportStatusInterval (String): Recommended reporting interval. Defaults to:
null
. - seqMapTask (SeqMapTask): Additional information for SeqMapTask WorkItems. Defaults to:
null
. - shellTask (ShellTask): Additional information for ShellTask WorkItems. Defaults to:
null
. - sourceOperationTask (SourceOperationRequest): Additional information for source operation WorkItems. Defaults to:
null
. - streamingComputationTask (StreamingComputationTask): Additional information for StreamingComputationTask WorkItems. Defaults to:
null
. - streamingConfigTask (StreamingConfigTask): Additional information for StreamingConfigTask WorkItems. Defaults to:
null
. - streamingSetupTask (StreamingSetupTask): Additional information for StreamingSetupTask WorkItems. Defaults to:
null
.