30 #ifndef GOOGLE_CONTAINER_API_LIST_OPERATIONS_RESPONSE_H_ 31 #define GOOGLE_CONTAINER_API_LIST_OPERATIONS_RESPONSE_H_ 34 #include "googleapis/base/macros.h" 35 #include "googleapis/client/data/jsoncpp_data.h" 36 #include "googleapis/strings/stringpiece.h" 38 #include "google/container_api/operation.h" 86 return StringPiece(
"google_container_api::ListOperationsResponse");
95 return Storage().isMember(
"missingZones");
102 MutableStorage()->removeMember(
"missingZones");
110 const Json::Value& storage = Storage(
"missingZones");
111 return client::JsonValueToCppValueHelper<client::JsonCppArray<string > >(storage);
124 Json::Value* storage = MutableStorage(
"missingZones");
125 return client::JsonValueToMutableCppValueHelper<client::JsonCppArray<string > >(storage);
134 return Storage().isMember(
"operations");
141 MutableStorage()->removeMember(
"operations");
148 const client::JsonCppArray<Operation > get_operations()
const;
158 client::JsonCppArray<Operation > mutable_operations();
164 #endif // GOOGLE_CONTAINER_API_LIST_OPERATIONS_RESPONSE_H_ const client::JsonCppArray< string > get_missing_zones() const
Definition: list_operations_response.h:109
void clear_missing_zones()
Definition: list_operations_response.h:101
client::JsonCppArray< string > mutable_missingZones()
Definition: list_operations_response.h:123
void clear_operations()
Definition: list_operations_response.h:140
bool has_operations() const
Definition: list_operations_response.h:133
Definition: accelerator_config.h:39
const StringPiece GetTypeName() const
Definition: list_operations_response.h:85
Definition: accelerator_config.cc:41
bool has_missing_zones() const
Definition: list_operations_response.h:94
Definition: list_operations_response.h:52