GoogleApi.Dataflow.V1b3.Model.WorkerMessageResponse (google_api_dataflow v0.35.0) 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
Specs
t() :: %GoogleApi.Dataflow.V1b3.Model.WorkerMessageResponse{ workerHealthReportResponse: GoogleApi.Dataflow.V1b3.Model.WorkerHealthReportResponse.t() | nil, workerMetricsResponse: GoogleApi.Dataflow.V1b3.Model.ResourceUtilizationReportResponse.t() | nil, workerShutdownNoticeResponse: GoogleApi.Dataflow.V1b3.Model.WorkerShutdownNoticeResponse.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.