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

#include <get_debug_config_response.h>

Inheritance diagram for google_dataflow_api::GetDebugConfigResponse:

Public Member Functions

 GetDebugConfigResponse (const Json::Value &storage)
 
 GetDebugConfigResponse (Json::Value *storage)
 
virtual ~GetDebugConfigResponse ()
 
const StringPiece GetTypeName () const
 
bool has_config () const
 
void clear_config ()
 
const StringPiece get_config () const
 
void set_config (const StringPiece &value)
 

Static Public Member Functions

static GetDebugConfigResponseNew ()
 

Detailed Description

Response to a get debug configuration request.

Constructor & Destructor Documentation

◆ GetDebugConfigResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ GetDebugConfigResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~GetDebugConfigResponse()

google_dataflow_api::GetDebugConfigResponse::~GetDebugConfigResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_config()

void google_dataflow_api::GetDebugConfigResponse::clear_config ( )
inline

Clears the 'config' attribute.

◆ get_config()

const StringPiece google_dataflow_api::GetDebugConfigResponse::get_config ( ) const
inline

Get the value of the 'config' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::GetDebugConfigResponse

◆ has_config()

bool google_dataflow_api::GetDebugConfigResponse::has_config ( ) const
inline

Determine if the 'config' attribute was set.

Returns
true if the 'config' attribute was set.

◆ New()

GetDebugConfigResponse * google_dataflow_api::GetDebugConfigResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_config()

void google_dataflow_api::GetDebugConfigResponse::set_config ( const StringPiece &  value)
inline

Change the 'config' attribute.

The encoded debug configuration for the requested component.

Parameters
[in]valueThe new value.

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