dataflow  v1b3
Public Member Functions | Static Public Member Functions | List of all members
google_dataflow_api::WorkerShutdownNoticeResponse Class Reference

#include <worker_shutdown_notice_response.h>

Inheritance diagram for google_dataflow_api::WorkerShutdownNoticeResponse:

Public Member Functions

 WorkerShutdownNoticeResponse (const Json::Value &storage)
 
 WorkerShutdownNoticeResponse (Json::Value *storage)
 
virtual ~WorkerShutdownNoticeResponse ()
 
const StringPiece GetTypeName () const
 

Static Public Member Functions

static WorkerShutdownNoticeResponseNew ()
 

Detailed Description

Service-side response to WorkerMessage issuing shutdown notice.

Constructor & Destructor Documentation

◆ WorkerShutdownNoticeResponse() [1/2]

google_dataflow_api::WorkerShutdownNoticeResponse::WorkerShutdownNoticeResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ WorkerShutdownNoticeResponse() [2/2]

google_dataflow_api::WorkerShutdownNoticeResponse::WorkerShutdownNoticeResponse ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~WorkerShutdownNoticeResponse()

google_dataflow_api::WorkerShutdownNoticeResponse::~WorkerShutdownNoticeResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ GetTypeName()

const StringPiece google_dataflow_api::WorkerShutdownNoticeResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::WorkerShutdownNoticeResponse

◆ New()

WorkerShutdownNoticeResponse * google_dataflow_api::WorkerShutdownNoticeResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

The documentation for this class was generated from the following files: