30 #ifndef GOOGLE_CLOUDBILLING_API_LIST_SERVICES_RESPONSE_H_ 31 #define GOOGLE_CLOUDBILLING_API_LIST_SERVICES_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/cloudbilling_api/service.h" 86 return StringPiece(
"google_cloudbilling_api::ListServicesResponse");
95 return Storage().isMember(
"nextPageToken");
102 MutableStorage()->removeMember(
"nextPageToken");
110 const Json::Value& v = Storage(
"nextPageToken");
111 if (v == Json::Value::null)
return StringPiece(
"");
112 return StringPiece(v.asCString());
125 *MutableStorage(
"nextPageToken") = value.data();
134 return Storage().isMember(
"services");
141 MutableStorage()->removeMember(
"services");
148 const client::JsonCppArray<Service > get_services()
const;
158 client::JsonCppArray<Service > mutable_services();
164 #endif // GOOGLE_CLOUDBILLING_API_LIST_SERVICES_RESPONSE_H_ void clear_services()
Definition: list_services_response.h:140
void clear_next_page_token()
Definition: list_services_response.h:101
Definition: list_services_response.h:52
const StringPiece GetTypeName() const
Definition: list_services_response.h:85
Definition: aggregation_info.h:39
void set_next_page_token(const StringPiece &value)
Definition: list_services_response.h:124
const StringPiece get_next_page_token() const
Definition: list_services_response.h:109
Definition: aggregation_info.cc:42
bool has_services() const
Definition: list_services_response.h:133
bool has_next_page_token() const
Definition: list_services_response.h:94