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

#include <send_debug_capture_response.h>

Inheritance diagram for google_dataflow_api::SendDebugCaptureResponse:

Public Member Functions

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

Static Public Member Functions

static SendDebugCaptureResponseNew ()
 

Detailed Description

Response to a send capture request. nothing.

Constructor & Destructor Documentation

◆ SendDebugCaptureResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ SendDebugCaptureResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~SendDebugCaptureResponse()

google_dataflow_api::SendDebugCaptureResponse::~SendDebugCaptureResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::SendDebugCaptureResponse

◆ New()

SendDebugCaptureResponse * google_dataflow_api::SendDebugCaptureResponse::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: