Show / Hide Table of Contents

Class ReportWorkItemStatusResponse

Response from a request to report the status of WorkItems.

Inheritance
object
ReportWorkItemStatusResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX