google_api_dataflow v0.22.0 GoogleApi.Dataflow.V1b3.Model.WorkerMessageResponse View Source
A worker_message response allows the server to pass information to the sender.
Attributes
workerHealthReportResponse(type:GoogleApi.Dataflow.V1b3.Model.WorkerHealthReportResponse.t, default:nil) - The service's response to a worker's health report.workerMetricsResponse(type:GoogleApi.Dataflow.V1b3.Model.ResourceUtilizationReportResponse.t, default:nil) - Service's response to reporting worker metrics (currently empty).workerShutdownNoticeResponse(type:GoogleApi.Dataflow.V1b3.Model.WorkerShutdownNoticeResponse.t, default:nil) - Service's response to shutdown notice (currently empty).
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Dataflow.V1b3.Model.WorkerMessageResponse{
workerHealthReportResponse:
GoogleApi.Dataflow.V1b3.Model.WorkerHealthReportResponse.t(),
workerMetricsResponse:
GoogleApi.Dataflow.V1b3.Model.ResourceUtilizationReportResponse.t(),
workerShutdownNoticeResponse:
GoogleApi.Dataflow.V1b3.Model.WorkerShutdownNoticeResponse.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.