Class WorkerMessageResponse
A worker_message response allows the server to pass information to the sender.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class WorkerMessageResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
StreamingScalingReportResponse
Service's streaming scaling response for workers.
Declaration
[JsonProperty("streamingScalingReportResponse")]
public virtual StreamingScalingReportResponse StreamingScalingReportResponse { get; set; }
Property Value
Type | Description |
---|---|
StreamingScalingReportResponse |
WorkerHealthReportResponse
The service's response to a worker's health report.
Declaration
[JsonProperty("workerHealthReportResponse")]
public virtual WorkerHealthReportResponse WorkerHealthReportResponse { get; set; }
Property Value
Type | Description |
---|---|
WorkerHealthReportResponse |
WorkerMetricsResponse
Service's response to reporting worker metrics (currently empty).
Declaration
[JsonProperty("workerMetricsResponse")]
public virtual ResourceUtilizationReportResponse WorkerMetricsResponse { get; set; }
Property Value
Type | Description |
---|---|
ResourceUtilizationReportResponse |
WorkerShutdownNoticeResponse
Service's response to shutdown notice (currently empty).
Declaration
[JsonProperty("workerShutdownNoticeResponse")]
public virtual WorkerShutdownNoticeResponse WorkerShutdownNoticeResponse { get; set; }
Property Value
Type | Description |
---|---|
WorkerShutdownNoticeResponse |
WorkerThreadScalingReportResponse
Service's thread scaling recommendation for workers.
Declaration
[JsonProperty("workerThreadScalingReportResponse")]
public virtual WorkerThreadScalingReportResponse WorkerThreadScalingReportResponse { get; set; }
Property Value
Type | Description |
---|---|
WorkerThreadScalingReportResponse |