google_api_dataflow v0.18.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 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

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.