30 #ifndef GOOGLE_GMAIL_API_LIST_LABELS_RESPONSE_H_ 31 #define GOOGLE_GMAIL_API_LIST_LABELS_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/gmail_api/label.h" 85 return StringPiece(
"google_gmail_api::ListLabelsResponse");
94 return Storage().isMember(
"labels");
101 MutableStorage()->removeMember(
"labels");
108 const client::JsonCppArray<Label > get_labels()
const;
119 client::JsonCppArray<Label > mutable_labels();
125 #endif // GOOGLE_GMAIL_API_LIST_LABELS_RESPONSE_H_ Definition: list_labels_response.h:51
const StringPiece GetTypeName() const
Definition: list_labels_response.h:84
Definition: auto_forwarding.h:38
bool has_labels() const
Definition: list_labels_response.h:93
void clear_labels()
Definition: list_labels_response.h:100
Definition: auto_forwarding.cc:40