30 #ifndef GOOGLE_CONTAINER_API_VERTICAL_POD_AUTOSCALING_H_ 31 #define GOOGLE_CONTAINER_API_VERTICAL_POD_AUTOSCALING_H_ 33 #include "googleapis/base/macros.h" 34 #include "googleapis/client/data/jsoncpp_data.h" 35 #include "googleapis/strings/stringpiece.h" 85 return StringPiece(
"google_container_api::VerticalPodAutoscaling");
94 return Storage().isMember(
"enabled");
101 MutableStorage()->removeMember(
"enabled");
109 const Json::Value& storage = Storage(
"enabled");
110 return client::JsonValueToCppValueHelper<bool >(storage);
121 client::SetJsonValueFromCppValueHelper<bool >(
122 value, MutableStorage(
"enabled"));
129 #endif // GOOGLE_CONTAINER_API_VERTICAL_POD_AUTOSCALING_H_ void clear_enabled()
Definition: vertical_pod_autoscaling.h:100
const StringPiece GetTypeName() const
Definition: vertical_pod_autoscaling.h:84
bool has_enabled() const
Definition: vertical_pod_autoscaling.h:93
void set_enabled(bool value)
Definition: vertical_pod_autoscaling.h:120
bool get_enabled() const
Definition: vertical_pod_autoscaling.h:108
Definition: accelerator_config.h:39
Definition: accelerator_config.cc:41
Definition: vertical_pod_autoscaling.h:51