compute  v1
Public Member Functions | Static Public Member Functions | List of all members
google_compute_api::InterconnectsGetDiagnosticsResponse Class Reference

#include <interconnects_get_diagnostics_response.h>

Inheritance diagram for google_compute_api::InterconnectsGetDiagnosticsResponse:

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 InterconnectsGetDiagnosticsResponseNew ()
 

Detailed Description

Response for the InterconnectsGetDiagnosticsRequest.

Constructor & Destructor Documentation

◆ InterconnectsGetDiagnosticsResponse() [1/2]

google_compute_api::InterconnectsGetDiagnosticsResponse::InterconnectsGetDiagnosticsResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ InterconnectsGetDiagnosticsResponse() [2/2]

google_compute_api::InterconnectsGetDiagnosticsResponse::InterconnectsGetDiagnosticsResponse ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~InterconnectsGetDiagnosticsResponse()

google_compute_api::InterconnectsGetDiagnosticsResponse::~InterconnectsGetDiagnosticsResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_result()

void google_compute_api::InterconnectsGetDiagnosticsResponse::clear_result ( )
inline

Clears the 'result' attribute.

◆ get_result()

const InterconnectDiagnostics google_compute_api::InterconnectsGetDiagnosticsResponse::get_result ( ) const

Get a reference to the value of the 'result' attribute.

◆ GetTypeName()

const StringPiece google_compute_api::InterconnectsGetDiagnosticsResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_compute_api::InterconnectsGetDiagnosticsResponse

◆ has_result()

bool google_compute_api::InterconnectsGetDiagnosticsResponse::has_result ( ) const
inline

Determine if the 'result' attribute was set.

Returns
true if the 'result' attribute was set.

◆ mutable_result()

InterconnectDiagnostics google_compute_api::InterconnectsGetDiagnosticsResponse::mutable_result ( )

Gets a reference to a mutable value of the 'result' property.

Returns
The result can be modified to change the attribute value.

◆ New()

InterconnectsGetDiagnosticsResponse * google_compute_api::InterconnectsGetDiagnosticsResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

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