|
dataflow
v1b3
|
#include <worker_message_response.h>
Public Member Functions | |
| WorkerMessageResponse (const Json::Value &storage) | |
| WorkerMessageResponse (Json::Value *storage) | |
| virtual | ~WorkerMessageResponse () |
| const StringPiece | GetTypeName () const |
| bool | has_worker_health_report_response () const |
| void | clear_worker_health_report_response () |
| const WorkerHealthReportResponse | get_worker_health_report_response () const |
| WorkerHealthReportResponse | mutable_workerHealthReportResponse () |
| bool | has_worker_metrics_response () const |
| void | clear_worker_metrics_response () |
| const ResourceUtilizationReportResponse | get_worker_metrics_response () const |
| ResourceUtilizationReportResponse | mutable_workerMetricsResponse () |
| bool | has_worker_shutdown_notice_response () const |
| void | clear_worker_shutdown_notice_response () |
| const WorkerShutdownNoticeResponse | get_worker_shutdown_notice_response () const |
| WorkerShutdownNoticeResponse | mutable_workerShutdownNoticeResponse () |
Static Public Member Functions | |
| static WorkerMessageResponse * | New () |
A worker_message response allows the server to pass information to the sender.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'workerHealthReportResponse' attribute.
|
inline |
Clears the 'workerMetricsResponse' attribute.
|
inline |
Clears the 'workerShutdownNoticeResponse' attribute.
| const WorkerHealthReportResponse google_dataflow_api::WorkerMessageResponse::get_worker_health_report_response | ( | ) | const |
Get a reference to the value of the 'workerHealthReportResponse' attribute.
| const ResourceUtilizationReportResponse google_dataflow_api::WorkerMessageResponse::get_worker_metrics_response | ( | ) | const |
Get a reference to the value of the 'workerMetricsResponse' attribute.
| const WorkerShutdownNoticeResponse google_dataflow_api::WorkerMessageResponse::get_worker_shutdown_notice_response | ( | ) | const |
Get a reference to the value of the 'workerShutdownNoticeResponse' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'workerHealthReportResponse' attribute was set.
workerHealthReportResponse' attribute was set.
|
inline |
Determine if the 'workerMetricsResponse' attribute was set.
workerMetricsResponse' attribute was set.
|
inline |
Determine if the 'workerShutdownNoticeResponse' attribute was set.
workerShutdownNoticeResponse' attribute was set. | WorkerHealthReportResponse google_dataflow_api::WorkerMessageResponse::mutable_workerHealthReportResponse | ( | ) |
Gets a reference to a mutable value of the 'workerHealthReportResponse' property.
The service's response to a worker's health report.
| ResourceUtilizationReportResponse google_dataflow_api::WorkerMessageResponse::mutable_workerMetricsResponse | ( | ) |
Gets a reference to a mutable value of the 'workerMetricsResponse' property.
Service's response to reporting worker metrics (currently empty).
| WorkerShutdownNoticeResponse google_dataflow_api::WorkerMessageResponse::mutable_workerShutdownNoticeResponse | ( | ) |
Gets a reference to a mutable value of the 'workerShutdownNoticeResponse' property.
Service's response to shutdown notice (currently empty).
|
static |
Creates a new default instance.