compute
v1
|
#include <interconnects_get_diagnostics_response.h>
Public Member Functions | |
InterconnectsGetDiagnosticsResponse (const Json::Value &storage) | |
InterconnectsGetDiagnosticsResponse (Json::Value *storage) | |
virtual | ~InterconnectsGetDiagnosticsResponse () |
const StringPiece | GetTypeName () const |
bool | has_result () const |
void | clear_result () |
const InterconnectDiagnostics | get_result () const |
InterconnectDiagnostics | mutable_result () |
Static Public Member Functions | |
static InterconnectsGetDiagnosticsResponse * | New () |
Response for the InterconnectsGetDiagnosticsRequest.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'result
' attribute.
const InterconnectDiagnostics google_compute_api::InterconnectsGetDiagnosticsResponse::get_result | ( | ) | const |
Get a reference to the value of the 'result
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'result
' attribute was set.
result
' attribute was set. InterconnectDiagnostics google_compute_api::InterconnectsGetDiagnosticsResponse::mutable_result | ( | ) |
Gets a reference to a mutable value of the 'result
' property.
|
static |
Creates a new default instance.