30 #ifndef GOOGLE_CLOUDRESOURCEMANAGER_API_GET_ANCESTRY_RESPONSE_H_ 31 #define GOOGLE_CLOUDRESOURCEMANAGER_API_GET_ANCESTRY_RESPONSE_H_ 33 #include "googleapis/base/macros.h" 34 #include "googleapis/client/data/jsoncpp_data.h" 35 #include "googleapis/strings/stringpiece.h" 37 #include "google/cloudresourcemanager_api/ancestor.h" 85 return StringPiece(
"google_cloudresourcemanager_api::GetAncestryResponse");
94 return Storage().isMember(
"ancestor");
101 MutableStorage()->removeMember(
"ancestor");
108 const client::JsonCppArray<Ancestor > get_ancestor()
const;
120 client::JsonCppArray<Ancestor > mutable_ancestor();
126 #endif // GOOGLE_CLOUDRESOURCEMANAGER_API_GET_ANCESTRY_RESPONSE_H_ Definition: ancestor.cc:41
Definition: ancestor.h:39
const StringPiece GetTypeName() const
Definition: get_ancestry_response.h:84
bool has_ancestor() const
Definition: get_ancestry_response.h:93
void clear_ancestor()
Definition: get_ancestry_response.h:100
Definition: get_ancestry_response.h:51