Package | Description |
---|---|
com.google.api.services.dataflow | |
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
Dataflow.Projects.Jobs.WorkItems.ReportStatus |
Dataflow.Projects.Jobs.WorkItems.reportStatus(java.lang.String projectId,
java.lang.String jobId,
ReportWorkItemStatusRequest content)
Reports the status of dataflow WorkItems leased by a worker.
|
Dataflow.Projects.Locations.Jobs.WorkItems.ReportStatus |
Dataflow.Projects.Locations.Jobs.WorkItems.reportStatus(java.lang.String projectId,
java.lang.String location,
java.lang.String jobId,
ReportWorkItemStatusRequest content)
Reports the status of dataflow WorkItems leased by a worker.
|
Constructor and Description |
---|
ReportStatus(java.lang.String projectId,
java.lang.String jobId,
ReportWorkItemStatusRequest content)
Reports the status of dataflow WorkItems leased by a worker.
|
ReportStatus(java.lang.String projectId,
java.lang.String location,
java.lang.String jobId,
ReportWorkItemStatusRequest content)
Reports the status of dataflow WorkItems leased by a worker.
|
Modifier and Type | Method and Description |
---|---|
ReportWorkItemStatusRequest |
ReportWorkItemStatusRequest.clone() |
ReportWorkItemStatusRequest |
ReportWorkItemStatusRequest.set(java.lang.String fieldName,
java.lang.Object value) |
ReportWorkItemStatusRequest |
ReportWorkItemStatusRequest.setCurrentWorkerTime(java.lang.String currentWorkerTime)
The current timestamp at the worker.
|
ReportWorkItemStatusRequest |
ReportWorkItemStatusRequest.setLocation(java.lang.String location)
The location which contains the WorkItem's job.
|
ReportWorkItemStatusRequest |
ReportWorkItemStatusRequest.setWorkerId(java.lang.String workerId)
The ID of the worker reporting the WorkItem status.
|
ReportWorkItemStatusRequest |
ReportWorkItemStatusRequest.setWorkItemStatuses(java.util.List<WorkItemStatus> workItemStatuses)
The order is unimportant, except that the order of the WorkItemServiceState messages in the
ReportWorkItemStatusResponse corresponds to the order of WorkItemStatus messages here.
|