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

#include <send_debug_capture_request.h>

Inheritance diagram for google_dataflow_api::SendDebugCaptureRequest:

Public Member Functions

 SendDebugCaptureRequest (const Json::Value &storage)
 
 SendDebugCaptureRequest (Json::Value *storage)
 
virtual ~SendDebugCaptureRequest ()
 
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_data () const
 
void clear_data ()
 
const StringPiece get_data () const
 
void set_data (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 SendDebugCaptureRequestNew ()
 

Detailed Description

Request to send encoded debug information.

Constructor & Destructor Documentation

◆ SendDebugCaptureRequest() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ SendDebugCaptureRequest() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~SendDebugCaptureRequest()

google_dataflow_api::SendDebugCaptureRequest::~SendDebugCaptureRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_component_id()

void google_dataflow_api::SendDebugCaptureRequest::clear_component_id ( )
inline

Clears the 'componentId' attribute.

◆ clear_data()

void google_dataflow_api::SendDebugCaptureRequest::clear_data ( )
inline

Clears the 'data' attribute.

◆ clear_location()

void google_dataflow_api::SendDebugCaptureRequest::clear_location ( )
inline

Clears the 'location' attribute.

◆ clear_worker_id()

void google_dataflow_api::SendDebugCaptureRequest::clear_worker_id ( )
inline

Clears the 'workerId' attribute.

◆ get_component_id()

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

Get the value of the 'componentId' attribute.

◆ get_data()

const StringPiece google_dataflow_api::SendDebugCaptureRequest::get_data ( ) const
inline

Get the value of the 'data' attribute.

◆ get_location()

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

Get the value of the 'location' attribute.

◆ get_worker_id()

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

Get the value of the 'workerId' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::SendDebugCaptureRequest

◆ has_component_id()

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

Determine if the 'componentId' attribute was set.

Returns
true if the 'componentId' attribute was set.

◆ has_data()

bool google_dataflow_api::SendDebugCaptureRequest::has_data ( ) const
inline

Determine if the 'data' attribute was set.

Returns
true if the 'data' attribute was set.

◆ has_location()

bool google_dataflow_api::SendDebugCaptureRequest::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::SendDebugCaptureRequest::has_worker_id ( ) const
inline

Determine if the 'workerId' attribute was set.

Returns
true if the 'workerId' attribute was set.

◆ New()

SendDebugCaptureRequest * google_dataflow_api::SendDebugCaptureRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_component_id()

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

Change the 'componentId' attribute.

The internal component id for which debug information is sent.

Parameters
[in]valueThe new value.

◆ set_data()

void google_dataflow_api::SendDebugCaptureRequest::set_data ( const StringPiece &  value)
inline

Change the 'data' attribute.

The encoded debug information.

Parameters
[in]valueThe new value.

◆ set_location()

void google_dataflow_api::SendDebugCaptureRequest::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::SendDebugCaptureRequest::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: