#include <get_debug_config_request.h>
Request to get updated debug configuration for component.
◆ GetDebugConfigRequest() [1/2]
google_dataflow_api::GetDebugConfigRequest::GetDebugConfigRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~GetDebugConfigRequest()
google_dataflow_api::GetDebugConfigRequest::~GetDebugConfigRequest |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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()
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
-
◆ 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
-
◆ 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
-
The documentation for this class was generated from the following files: