30 #ifndef GOOGLE_YOUTUBE_API_COMMENT_THREAD_REPLIES_H_ 31 #define GOOGLE_YOUTUBE_API_COMMENT_THREAD_REPLIES_H_ 33 #include "googleapis/base/macros.h" 34 #include "googleapis/client/data/jsoncpp_data.h" 35 #include "googleapis/strings/stringpiece.h" 37 #include "google/youtube_api/comment.h" 85 return StringPiece(
"google_youtube_api::CommentThreadReplies");
94 return Storage().isMember(
"comments");
101 MutableStorage()->removeMember(
"comments");
108 const client::JsonCppArray<Comment > get_comments()
const;
120 client::JsonCppArray<Comment > mutable_comments();
126 #endif // GOOGLE_YOUTUBE_API_COMMENT_THREAD_REPLIES_H_ Definition: access_policy.cc:40
Definition: access_policy.h:38