30 #ifndef GOOGLE_COMPUTE_API_INSTANCE_GROUP_MANAGER_STATUS_H_ 31 #define GOOGLE_COMPUTE_API_INSTANCE_GROUP_MANAGER_STATUS_H_ 33 #include "googleapis/base/macros.h" 34 #include "googleapis/client/data/jsoncpp_data.h" 35 #include "googleapis/strings/stringpiece.h" 83 return StringPiece(
"google_compute_api::InstanceGroupManagerStatus");
92 return Storage().isMember(
"isStable");
99 MutableStorage()->removeMember(
"isStable");
107 const Json::Value& storage = Storage(
"isStable");
108 return client::JsonValueToCppValueHelper<bool >(storage);
124 client::SetJsonValueFromCppValueHelper<bool >(
125 value, MutableStorage(
"isStable"));
132 #endif // GOOGLE_COMPUTE_API_INSTANCE_GROUP_MANAGER_STATUS_H_ bool has_is_stable() const
Definition: instance_group_manager_status.h:91
const StringPiece GetTypeName() const
Definition: instance_group_manager_status.h:82
Definition: instance_group_manager_status.h:49
void clear_is_stable()
Definition: instance_group_manager_status.h:98
Definition: accelerator_config.h:39
bool get_is_stable() const
Definition: instance_group_manager_status.h:106
Definition: accelerator_config.cc:41
void set_is_stable(bool value)
Definition: instance_group_manager_status.h:123