google_api_dataflow v0.0.1 GoogleApi.Dataflow.V1b3.Model.LeaseWorkItemRequest View Source
Request to lease WorkItems.
Attributes
- currentWorkerTime (String): The current timestamp at the worker. Defaults to:
null
. - location (String): The location which contains the WorkItem's job. Defaults to:
null
. - requestedLeaseDuration (String): The initial lease period. Defaults to:
null
. - workItemTypes (List[String]): Filter for WorkItem type. Defaults to:
null
. - workerCapabilities (List[String]): Worker capabilities. WorkItems might be limited to workers with specific capabilities. Defaults to:
null
. - workerId (String): Identifies the worker leasing work — typically the ID of the virtual machine running the worker. Defaults to:
null
.