#include <autoscaler_status_details.h>
◆ AutoscalerStatusDetails() [1/2]
  
  | 
        
          | google_compute_api::AutoscalerStatusDetails::AutoscalerStatusDetails | ( | const Json::Value & | storage | ) |  |  | explicit | 
 
Standard constructor for an immutable data object instance.
- Parameters
- 
  
    | [in] | storage | The underlying data storage for this instance. |  
 
 
 
◆ AutoscalerStatusDetails() [2/2]
  
  | 
        
          | google_compute_api::AutoscalerStatusDetails::AutoscalerStatusDetails | ( | Json::Value * | storage | ) |  |  | explicit | 
 
Standard constructor for a mutable data object instance.
- Parameters
- 
  
    | [in] | storage | The underlying data storage for this instance. |  
 
 
 
◆ ~AutoscalerStatusDetails()
  
  | 
        
          | google_compute_api::AutoscalerStatusDetails::~AutoscalerStatusDetails | ( |  | ) |  |  | virtual | 
 
 
◆ clear_message()
  
  | 
        
          | void google_compute_api::AutoscalerStatusDetails::clear_message | ( |  | ) |  |  | inline | 
 
Clears the 'message' attribute. 
 
 
◆ clear_type()
  
  | 
        
          | void google_compute_api::AutoscalerStatusDetails::clear_type | ( |  | ) |  |  | inline | 
 
Clears the 'type' attribute. 
 
 
◆ get_message()
  
  | 
        
          | const StringPiece google_compute_api::AutoscalerStatusDetails::get_message | ( |  | ) | const |  | inline | 
 
Get the value of the 'message' attribute. 
 
 
◆ get_type()
  
  | 
        
          | const StringPiece google_compute_api::AutoscalerStatusDetails::get_type | ( |  | ) | const |  | inline | 
 
Get the value of the 'type' attribute. 
 
 
◆ GetTypeName()
  
  | 
        
          | const StringPiece google_compute_api::AutoscalerStatusDetails::GetTypeName | ( |  | ) | const |  | inline | 
 
 
◆ has_message()
  
  | 
        
          | bool google_compute_api::AutoscalerStatusDetails::has_message | ( |  | ) | const |  | inline | 
 
Determine if the 'message' attribute was set.
- Returns
- true if the 'message' attribute was set.
 
 
◆ has_type()
  
  | 
        
          | bool google_compute_api::AutoscalerStatusDetails::has_type | ( |  | ) | const |  | inline | 
 
Determine if the 'type' attribute was set.
- Returns
- true if the 'type' attribute was set.
 
 
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller. 
 
 
◆ set_message()
  
  | 
        
          | void google_compute_api::AutoscalerStatusDetails::set_message | ( | const StringPiece & | value | ) |  |  | inline | 
 
Change the 'message' attribute.
The status message.
- Parameters
- 
  
  
 
 
◆ set_type()
  
  | 
        
          | void google_compute_api::AutoscalerStatusDetails::set_type | ( | const StringPiece & | value | ) |  |  | inline | 
 
Change the 'type' attribute.
The type of error returned.
- Parameters
- 
  
  
 
 
The documentation for this class was generated from the following files: