google_api_dataflow v0.1.0 GoogleApi.Dataflow.V1b3.Model.WorkerMessageResponse View Source
A worker_message response allows the server to pass information to the sender.
Attributes
- workerHealthReportResponse (WorkerHealthReportResponse): The service's response to a worker's health report. Defaults to:
null
. - workerMetricsResponse (ResourceUtilizationReportResponse): Service's response to reporting worker metrics (currently empty). Defaults to:
null
. - workerShutdownNoticeResponse (WorkerShutdownNoticeResponse): Service's response to shutdown notice (currently empty). Defaults to:
null
.
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 Source
t() :: %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.