#include <send_debug_capture_request.h>
Request to send encoded debug information.
◆ SendDebugCaptureRequest() [1/2]
google_dataflow_api::SendDebugCaptureRequest::SendDebugCaptureRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~SendDebugCaptureRequest()
google_dataflow_api::SendDebugCaptureRequest::~SendDebugCaptureRequest |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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()
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
-
◆ set_data()
void google_dataflow_api::SendDebugCaptureRequest::set_data |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'data
' attribute.
The encoded debug information.
- Parameters
-
◆ 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
-
◆ 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
-
The documentation for this class was generated from the following files: