Class ReportWorkItemStatusResponse
Response from a request to report the status of WorkItems.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class ReportWorkItemStatusResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UnifiedWorkerResponse
Untranslated bag-of-bytes WorkProgressUpdateResponse for UnifiedWorker.
Declaration
[JsonProperty("unifiedWorkerResponse")]
public virtual IDictionary<string, object> UnifiedWorkerResponse { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
WorkItemServiceStates
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.
Declaration
[JsonProperty("workItemServiceStates")]
public virtual IList<WorkItemServiceState> WorkItemServiceStates { get; set; }
Property Value
Type | Description |
---|---|
IList<WorkItemServiceState> |