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

#include <get_debug_config_request.h>

Inheritance diagram for google_dataflow_api::GetDebugConfigRequest:

Public Member Functions

 GetDebugConfigRequest (const Json::Value &storage)
 
 GetDebugConfigRequest (Json::Value *storage)
 
virtual ~GetDebugConfigRequest ()
 
const StringPiece GetTypeName () const
 
bool has_component_id () const
 
void clear_component_id ()
 
const StringPiece get_component_id () const
 
void set_component_id (const StringPiece &value)
 
bool has_location () const
 
void clear_location ()
 
const StringPiece get_location () const
 
void set_location (const StringPiece &value)
 
bool has_worker_id () const
 
void clear_worker_id ()
 
const StringPiece get_worker_id () const
 
void set_worker_id (const StringPiece &value)
 

Static Public Member Functions

static GetDebugConfigRequestNew ()
 

Detailed Description

Request to get updated debug configuration for component.

Constructor & Destructor Documentation

◆ GetDebugConfigRequest() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ GetDebugConfigRequest() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~GetDebugConfigRequest()

google_dataflow_api::GetDebugConfigRequest::~GetDebugConfigRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_component_id()

void google_dataflow_api::GetDebugConfigRequest::clear_component_id ( )
inline

Clears the 'componentId' attribute.

◆ clear_location()

void google_dataflow_api::GetDebugConfigRequest::clear_location ( )
inline

Clears the 'location' attribute.

◆ clear_worker_id()

void google_dataflow_api::GetDebugConfigRequest::clear_worker_id ( )
inline

Clears the 'workerId' attribute.

◆ get_component_id()

const StringPiece google_dataflow_api::GetDebugConfigRequest::get_component_id ( ) const
inline

Get the value of the 'componentId' attribute.

◆ get_location()

const StringPiece google_dataflow_api::GetDebugConfigRequest::get_location ( ) const
inline

Get the value of the 'location' attribute.

◆ get_worker_id()

const StringPiece google_dataflow_api::GetDebugConfigRequest::get_worker_id ( ) const
inline

Get the value of the 'workerId' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::GetDebugConfigRequest

◆ has_component_id()

bool google_dataflow_api::GetDebugConfigRequest::has_component_id ( ) const
inline

Determine if the 'componentId' attribute was set.

Returns
true if the 'componentId' attribute was set.

◆ has_location()

bool google_dataflow_api::GetDebugConfigRequest::has_location ( ) const
inline

Determine if the 'location' attribute was set.

Returns
true if the 'location' attribute was set.

◆ has_worker_id()

bool google_dataflow_api::GetDebugConfigRequest::has_worker_id ( ) const
inline

Determine if the 'workerId' attribute was set.

Returns
true if the 'workerId' attribute was set.

◆ New()

GetDebugConfigRequest * google_dataflow_api::GetDebugConfigRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_component_id()

void google_dataflow_api::GetDebugConfigRequest::set_component_id ( const StringPiece &  value)
inline

Change the 'componentId' attribute.

The internal component id for which debug configuration is requested.

Parameters
[in]valueThe new value.

◆ set_location()

void google_dataflow_api::GetDebugConfigRequest::set_location ( const StringPiece &  value)
inline

Change the 'location' attribute.

The regional endpoint that contains the job specified by job_id.

Parameters
[in]valueThe new value.

◆ set_worker_id()

void google_dataflow_api::GetDebugConfigRequest::set_worker_id ( const StringPiece &  value)
inline

Change the 'workerId' attribute.

The worker id, i.e., VM hostname.

Parameters
[in]valueThe new value.

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