24 #ifndef GOOGLE_YOUTUBE_API_YOU_TUBE_SERVICE_H_ 25 #define GOOGLE_YOUTUBE_API_YOU_TUBE_SERVICE_H_ 28 #include "googleapis/base/integral_types.h" 29 #include "googleapis/base/macros.h" 30 #include "googleapis/client/service/client_service.h" 31 #include "googleapis/client/service/media_uploader.h" 32 #include "googleapis/client/service/service_request_pager.h" 33 #include "googleapis/client/util/date_time.h" 34 #include "googleapis/client/util/status.h" 35 #include "googleapis/client/util/uri_template.h" 37 #include "google/youtube_api/activity.h" 38 #include "google/youtube_api/activity_list_response.h" 39 #include "google/youtube_api/caption.h" 40 #include "google/youtube_api/caption_list_response.h" 41 #include "google/youtube_api/channel.h" 42 #include "google/youtube_api/channel_banner_resource.h" 43 #include "google/youtube_api/channel_list_response.h" 44 #include "google/youtube_api/channel_section.h" 45 #include "google/youtube_api/channel_section_list_response.h" 46 #include "google/youtube_api/comment.h" 47 #include "google/youtube_api/comment_list_response.h" 48 #include "google/youtube_api/comment_thread.h" 49 #include "google/youtube_api/comment_thread_list_response.h" 50 #include "google/youtube_api/guide_category_list_response.h" 51 #include "google/youtube_api/i18n_language_list_response.h" 52 #include "google/youtube_api/i18n_region_list_response.h" 53 #include "google/youtube_api/invideo_branding.h" 54 #include "google/youtube_api/live_broadcast.h" 55 #include "google/youtube_api/live_broadcast_list_response.h" 56 #include "google/youtube_api/live_chat_ban.h" 57 #include "google/youtube_api/live_chat_message.h" 58 #include "google/youtube_api/live_chat_message_list_response.h" 59 #include "google/youtube_api/live_chat_moderator.h" 60 #include "google/youtube_api/live_chat_moderator_list_response.h" 61 #include "google/youtube_api/live_stream.h" 62 #include "google/youtube_api/live_stream_list_response.h" 63 #include "google/youtube_api/member_list_response.h" 64 #include "google/youtube_api/memberships_level_list_response.h" 65 #include "google/youtube_api/playlist.h" 66 #include "google/youtube_api/playlist_item.h" 67 #include "google/youtube_api/playlist_item_list_response.h" 68 #include "google/youtube_api/playlist_list_response.h" 69 #include "google/youtube_api/search_list_response.h" 70 #include "google/youtube_api/sponsor_list_response.h" 71 #include "google/youtube_api/subscription.h" 72 #include "google/youtube_api/subscription_list_response.h" 73 #include "google/youtube_api/super_chat_event_list_response.h" 74 #include "google/youtube_api/thumbnail_set_response.h" 75 #include "google/youtube_api/video.h" 76 #include "google/youtube_api/video_abuse_report.h" 77 #include "google/youtube_api/video_abuse_report_reason_list_response.h" 78 #include "google/youtube_api/video_category_list_response.h" 79 #include "google/youtube_api/video_get_rating_response.h" 80 #include "google/youtube_api/video_list_response.h" 115 class YouTubeService;
125 :
public client::ClientServiceRequest {
149 const client::ClientService* service,
150 client::AuthorizationCredential* credential,
151 client::HttpRequest::HttpMethod method,
152 const StringPiece& uri_template);
165 client::ClearCppValueHelper(&alt_);
174 const string&
get_alt()
const {
return alt_; }
203 _have_fields_ =
false;
204 client::ClearCppValueHelper(&fields_);
221 _have_fields_ =
true;
233 _have_fields_ =
true;
244 client::ClearCppValueHelper(&key_);
253 const string&
get_key()
const {
return key_; }
284 _have_oauth_token_ =
false;
285 client::ClearCppValueHelper(&oauth_token_);
303 _have_oauth_token_ =
true;
304 return &oauth_token_;
314 _have_oauth_token_ =
true;
315 oauth_token_ = value;
324 _have_pretty_print_ =
false;
325 client::ClearCppValueHelper(&pretty_print_);
342 _have_pretty_print_ =
true;
343 pretty_print_ = value;
350 _have_quota_user_ =
false;
351 client::ClearCppValueHelper("a_user_);
369 _have_quota_user_ =
true;
381 _have_quota_user_ =
true;
391 _have_user_ip_ =
false;
392 client::ClearCppValueHelper(&user_ip_);
409 _have_user_ip_ =
true;
421 _have_user_ip_ =
true;
435 virtual util::Status AppendVariable(
436 const StringPiece& variable_name,
437 const client::UriTemplateConfig& config,
445 virtual util::Status AppendOptionalQueryParameters(
string* target);
454 void AddJsonContentToRequest(
const client::JsonCppData *content);
465 bool _have_fields_ : 1;
467 bool _have_oauth_token_ : 1;
468 bool _have_pretty_print_ : 1;
469 bool _have_quota_user_ : 1;
470 bool _have_user_ip_ : 1;
505 client::AuthorizationCredential* _credential_,
506 const absl::string_view& part,
524 virtual util::Status AppendVariable(
525 const StringPiece& variable_name,
526 const client::UriTemplateConfig& config,
534 virtual util::Status AppendOptionalQueryParameters(
string* target);
549 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
553 string part_;
string _content_;
591 client::AuthorizationCredential* _credential_,
592 const absl::string_view& part);
604 _have_channel_id_ =
false;
605 client::ClearCppValueHelper(&channel_id_);
623 _have_channel_id_ =
true;
635 _have_channel_id_ =
true;
646 client::ClearCppValueHelper(&home_);
673 _have_max_results_ =
false;
674 client::ClearCppValueHelper(&max_results_);
692 _have_max_results_ =
true;
693 max_results_ = value;
701 client::ClearCppValueHelper(&mine_);
727 _have_page_token_ =
false;
728 client::ClearCppValueHelper(&page_token_);
746 _have_page_token_ =
true;
760 _have_page_token_ =
true;
771 _have_published_after_ =
false;
772 client::ClearCppValueHelper(&published_after_);
794 _have_published_after_ =
true;
795 published_after_ = value;
803 _have_published_before_ =
false;
804 client::ClearCppValueHelper(&published_before_);
826 _have_published_before_ =
true;
827 published_before_ = value;
834 _have_region_code_ =
false;
835 client::ClearCppValueHelper(®ion_code_);
853 _have_region_code_ =
true;
854 return ®ion_code_;
868 _have_region_code_ =
true;
869 region_code_ = value;
881 virtual util::Status AppendVariable(
882 const StringPiece& variable_name,
883 const client::UriTemplateConfig& config,
891 virtual util::Status AppendOptionalQueryParameters(
string* target);
906 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
916 client::DateTime published_after_;
917 client::DateTime published_before_;
919 bool _have_channel_id_ : 1;
920 bool _have_home_ : 1;
921 bool _have_max_results_ : 1;
922 bool _have_mine_ : 1;
923 bool _have_page_token_ : 1;
924 bool _have_published_after_ : 1;
925 bool _have_published_before_ : 1;
926 bool _have_region_code_ : 1;
930 typedef client::ServiceRequestPager<
933 ActivitiesResource_ListMethodPager;
964 client::AuthorizationCredential* _credential_,
965 const absl::string_view&
id);
977 _have_on_behalf_of_ =
false;
978 client::ClearCppValueHelper(&on_behalf_of_);
996 _have_on_behalf_of_ =
true;
997 return &on_behalf_of_;
1008 _have_on_behalf_of_ =
true;
1009 on_behalf_of_ = value;
1019 _have_on_behalf_of_content_owner_ =
false;
1020 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
1038 _have_on_behalf_of_content_owner_ =
true;
1039 return &on_behalf_of_content_owner_;
1060 _have_on_behalf_of_content_owner_ =
true;
1061 on_behalf_of_content_owner_ = value;
1073 virtual util::Status AppendVariable(
1074 const StringPiece& variable_name,
1075 const client::UriTemplateConfig& config,
1083 virtual util::Status AppendOptionalQueryParameters(
string* target);
1088 string on_behalf_of_;
1089 string on_behalf_of_content_owner_;
1090 bool _have_on_behalf_of_ : 1;
1091 bool _have_on_behalf_of_content_owner_ : 1;
1122 client::AuthorizationCredential* _credential_,
1123 const absl::string_view&
id);
1135 _have_on_behalf_of_ =
false;
1136 client::ClearCppValueHelper(&on_behalf_of_);
1154 _have_on_behalf_of_ =
true;
1155 return &on_behalf_of_;
1166 _have_on_behalf_of_ =
true;
1167 on_behalf_of_ = value;
1177 _have_on_behalf_of_content_owner_ =
false;
1178 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
1196 _have_on_behalf_of_content_owner_ =
true;
1197 return &on_behalf_of_content_owner_;
1218 _have_on_behalf_of_content_owner_ =
true;
1219 on_behalf_of_content_owner_ = value;
1228 _have_tfmt_ =
false;
1229 client::ClearCppValueHelper(&tfmt_);
1269 _have_tlang_ =
false;
1270 client::ClearCppValueHelper(&tlang_);
1287 _have_tlang_ =
true;
1302 _have_tlang_ =
true;
1315 virtual util::Status AppendVariable(
1316 const StringPiece& variable_name,
1317 const client::UriTemplateConfig& config,
1325 virtual util::Status AppendOptionalQueryParameters(
string* target);
1334 return YouTubeServiceBaseRequest::get_use_media_download();
1343 YouTubeServiceBaseRequest::set_use_media_download(use);
1348 string on_behalf_of_;
1349 string on_behalf_of_content_owner_;
1352 bool _have_on_behalf_of_ : 1;
1353 bool _have_on_behalf_of_content_owner_ : 1;
1354 bool _have_tfmt_ : 1;
1355 bool _have_tlang_ : 1;
1390 client::AuthorizationCredential* _credential_,
1391 const absl::string_view& part);
1410 client::AuthorizationCredential* _credential_,
1411 const absl::string_view& part,
1413 const StringPiece& _media_content_type_,
1414 client::DataReader* _media_content_reader_);
1426 _have_on_behalf_of_ =
false;
1427 client::ClearCppValueHelper(&on_behalf_of_);
1445 _have_on_behalf_of_ =
true;
1446 return &on_behalf_of_;
1457 _have_on_behalf_of_ =
true;
1458 on_behalf_of_ = value;
1468 _have_on_behalf_of_content_owner_ =
false;
1469 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
1487 _have_on_behalf_of_content_owner_ =
true;
1488 return &on_behalf_of_content_owner_;
1509 _have_on_behalf_of_content_owner_ =
true;
1510 on_behalf_of_content_owner_ = value;
1519 _have_sync_ =
false;
1520 client::ClearCppValueHelper(&sync_);
1558 virtual util::Status AppendVariable(
1559 const StringPiece& variable_name,
1560 const client::UriTemplateConfig& config,
1568 virtual util::Status AppendOptionalQueryParameters(
string* target);
1583 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
1602 string on_behalf_of_;
1603 string on_behalf_of_content_owner_;
1605 bool _have_on_behalf_of_ : 1;
1606 bool _have_on_behalf_of_content_owner_ : 1;
1607 bool _have_sync_ : 1;
1640 client::AuthorizationCredential* _credential_,
1641 const absl::string_view& part,
1642 const absl::string_view& video_id);
1655 client::ClearCppValueHelper(&id_);
1695 _have_on_behalf_of_ =
false;
1696 client::ClearCppValueHelper(&on_behalf_of_);
1714 _have_on_behalf_of_ =
true;
1715 return &on_behalf_of_;
1726 _have_on_behalf_of_ =
true;
1727 on_behalf_of_ = value;
1737 _have_on_behalf_of_content_owner_ =
false;
1738 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
1756 _have_on_behalf_of_content_owner_ =
true;
1757 return &on_behalf_of_content_owner_;
1778 _have_on_behalf_of_content_owner_ =
true;
1779 on_behalf_of_content_owner_ = value;
1791 virtual util::Status AppendVariable(
1792 const StringPiece& variable_name,
1793 const client::UriTemplateConfig& config,
1801 virtual util::Status AppendOptionalQueryParameters(
string* target);
1816 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
1823 string on_behalf_of_;
1824 string on_behalf_of_content_owner_;
1826 bool _have_on_behalf_of_ : 1;
1827 bool _have_on_behalf_of_content_owner_ : 1;
1865 client::AuthorizationCredential* _credential_,
1866 const absl::string_view& part);
1888 client::AuthorizationCredential* _credential_,
1889 const absl::string_view& part,
1891 const StringPiece& _media_content_type_,
1892 client::DataReader* _media_content_reader_);
1904 _have_on_behalf_of_ =
false;
1905 client::ClearCppValueHelper(&on_behalf_of_);
1923 _have_on_behalf_of_ =
true;
1924 return &on_behalf_of_;
1935 _have_on_behalf_of_ =
true;
1936 on_behalf_of_ = value;
1946 _have_on_behalf_of_content_owner_ =
false;
1947 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
1965 _have_on_behalf_of_content_owner_ =
true;
1966 return &on_behalf_of_content_owner_;
1987 _have_on_behalf_of_content_owner_ =
true;
1988 on_behalf_of_content_owner_ = value;
1997 _have_sync_ =
false;
1998 client::ClearCppValueHelper(&sync_);
2034 virtual util::Status AppendVariable(
2035 const StringPiece& variable_name,
2036 const client::UriTemplateConfig& config,
2044 virtual util::Status AppendOptionalQueryParameters(
string* target);
2059 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
2078 string on_behalf_of_;
2079 string on_behalf_of_content_owner_;
2081 bool _have_on_behalf_of_ : 1;
2082 bool _have_on_behalf_of_content_owner_ : 1;
2083 bool _have_sync_ : 1;
2118 client::AuthorizationCredential* _credential_);
2135 client::AuthorizationCredential* _credential_,
2137 const StringPiece& _media_content_type_,
2138 client::DataReader* _media_content_reader_);
2150 _have_channel_id_ =
false;
2151 client::ClearCppValueHelper(&channel_id_);
2169 _have_channel_id_ =
true;
2170 return &channel_id_;
2187 _have_channel_id_ =
true;
2188 channel_id_ = value;
2198 _have_on_behalf_of_content_owner_ =
false;
2199 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
2217 _have_on_behalf_of_content_owner_ =
true;
2218 return &on_behalf_of_content_owner_;
2239 _have_on_behalf_of_content_owner_ =
true;
2240 on_behalf_of_content_owner_ = value;
2252 virtual util::Status AppendVariable(
2253 const StringPiece& variable_name,
2254 const client::UriTemplateConfig& config,
2262 virtual util::Status AppendOptionalQueryParameters(
string* target);
2277 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
2296 string on_behalf_of_content_owner_;
2297 bool _have_channel_id_ : 1;
2298 bool _have_on_behalf_of_content_owner_ : 1;
2332 client::AuthorizationCredential* _credential_,
2333 const absl::string_view&
id);
2346 _have_on_behalf_of_content_owner_ =
false;
2347 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
2365 _have_on_behalf_of_content_owner_ =
true;
2366 return &on_behalf_of_content_owner_;
2387 _have_on_behalf_of_content_owner_ =
true;
2388 on_behalf_of_content_owner_ = value;
2400 virtual util::Status AppendVariable(
2401 const StringPiece& variable_name,
2402 const client::UriTemplateConfig& config,
2410 virtual util::Status AppendOptionalQueryParameters(
string* target);
2415 string on_behalf_of_content_owner_;
2416 bool _have_on_behalf_of_content_owner_ : 1;
2452 client::AuthorizationCredential* _credential_,
2453 const absl::string_view& part,
2467 _have_on_behalf_of_content_owner_ =
false;
2468 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
2486 _have_on_behalf_of_content_owner_ =
true;
2487 return &on_behalf_of_content_owner_;
2508 _have_on_behalf_of_content_owner_ =
true;
2509 on_behalf_of_content_owner_ = value;
2519 _have_on_behalf_of_content_owner_channel_ =
false;
2520 client::ClearCppValueHelper(&on_behalf_of_content_owner_channel_);
2538 _have_on_behalf_of_content_owner_channel_ =
true;
2539 return &on_behalf_of_content_owner_channel_;
2567 _have_on_behalf_of_content_owner_channel_ =
true;
2568 on_behalf_of_content_owner_channel_ = value;
2580 virtual util::Status AppendVariable(
2581 const StringPiece& variable_name,
2582 const client::UriTemplateConfig& config,
2590 virtual util::Status AppendOptionalQueryParameters(
string* target);
2605 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
2610 string on_behalf_of_content_owner_;
2611 string on_behalf_of_content_owner_channel_;
2612 bool _have_on_behalf_of_content_owner_ : 1;
2613 bool _have_on_behalf_of_content_owner_channel_ : 1;
string _content_;
2653 client::AuthorizationCredential* _credential_,
2654 const absl::string_view& part);
2666 _have_channel_id_ =
false;
2667 client::ClearCppValueHelper(&channel_id_);
2685 _have_channel_id_ =
true;
2686 return &channel_id_;
2697 _have_channel_id_ =
true;
2698 channel_id_ = value;
2708 client::ClearCppValueHelper(&hl_);
2754 client::ClearCppValueHelper(&id_);
2795 _have_mine_ =
false;
2796 client::ClearCppValueHelper(&mine_);
2823 _have_on_behalf_of_content_owner_ =
false;
2824 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
2842 _have_on_behalf_of_content_owner_ =
true;
2843 return &on_behalf_of_content_owner_;
2864 _have_on_behalf_of_content_owner_ =
true;
2865 on_behalf_of_content_owner_ = value;
2877 virtual util::Status AppendVariable(
2878 const StringPiece& variable_name,
2879 const client::UriTemplateConfig& config,
2887 virtual util::Status AppendOptionalQueryParameters(
string* target);
2902 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
2911 string on_behalf_of_content_owner_;
2912 bool _have_channel_id_ : 1;
2915 bool _have_mine_ : 1;
2916 bool _have_on_behalf_of_content_owner_ : 1;
2952 client::AuthorizationCredential* _credential_,
2953 const absl::string_view& part,
2967 _have_on_behalf_of_content_owner_ =
false;
2968 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
2986 _have_on_behalf_of_content_owner_ =
true;
2987 return &on_behalf_of_content_owner_;
3008 _have_on_behalf_of_content_owner_ =
true;
3009 on_behalf_of_content_owner_ = value;
3021 virtual util::Status AppendVariable(
3022 const StringPiece& variable_name,
3023 const client::UriTemplateConfig& config,
3031 virtual util::Status AppendOptionalQueryParameters(
string* target);
3046 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
3051 string on_behalf_of_content_owner_;
3052 bool _have_on_behalf_of_content_owner_ : 1;
string _content_;
3093 client::AuthorizationCredential* _credential_,
3094 const absl::string_view& part);
3106 _have_category_id_ =
false;
3107 client::ClearCppValueHelper(&category_id_);
3125 _have_category_id_ =
true;
3126 return &category_id_;
3138 _have_category_id_ =
true;
3139 category_id_ = value;
3148 _have_for_username_ =
false;
3149 client::ClearCppValueHelper(&for_username_);
3167 _have_for_username_ =
true;
3168 return &for_username_;
3179 _have_for_username_ =
true;
3180 for_username_ = value;
3190 client::ClearCppValueHelper(&hl_);
3231 client::ClearCppValueHelper(&id_);
3272 _have_managed_by_me_ =
false;
3273 client::ClearCppValueHelper(&managed_by_me_);
3297 _have_managed_by_me_ =
true;
3298 managed_by_me_ = value;
3305 _have_max_results_ =
false;
3306 client::ClearCppValueHelper(&max_results_);
3324 _have_max_results_ =
true;
3325 max_results_ = value;
3332 _have_mine_ =
false;
3333 client::ClearCppValueHelper(&mine_);
3359 _have_my_subscribers_ =
false;
3360 client::ClearCppValueHelper(&my_subscribers_);
3379 _have_my_subscribers_ =
true;
3380 my_subscribers_ = value;
3388 _have_on_behalf_of_content_owner_ =
false;
3389 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
3407 _have_on_behalf_of_content_owner_ =
true;
3408 return &on_behalf_of_content_owner_;
3429 _have_on_behalf_of_content_owner_ =
true;
3430 on_behalf_of_content_owner_ = value;
3439 _have_page_token_ =
false;
3440 client::ClearCppValueHelper(&page_token_);
3458 _have_page_token_ =
true;
3459 return &page_token_;
3472 _have_page_token_ =
true;
3473 page_token_ = value;
3485 virtual util::Status AppendVariable(
3486 const StringPiece& variable_name,
3487 const client::UriTemplateConfig& config,
3495 virtual util::Status AppendOptionalQueryParameters(
string* target);
3510 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
3515 string category_id_;
3516 string for_username_;
3519 bool managed_by_me_;
3520 uint32 max_results_;
3522 bool my_subscribers_;
3523 string on_behalf_of_content_owner_;
3525 bool _have_category_id_ : 1;
3526 bool _have_for_username_ : 1;
3529 bool _have_managed_by_me_ : 1;
3530 bool _have_max_results_ : 1;
3531 bool _have_mine_ : 1;
3532 bool _have_my_subscribers_ : 1;
3533 bool _have_on_behalf_of_content_owner_ : 1;
3534 bool _have_page_token_ : 1;
3538 typedef client::ServiceRequestPager<
3541 ChannelsResource_ListMethodPager;
3580 client::AuthorizationCredential* _credential_,
3581 const absl::string_view& part,
3595 _have_on_behalf_of_content_owner_ =
false;
3596 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
3614 _have_on_behalf_of_content_owner_ =
true;
3615 return &on_behalf_of_content_owner_;
3633 _have_on_behalf_of_content_owner_ =
true;
3634 on_behalf_of_content_owner_ = value;
3646 virtual util::Status AppendVariable(
3647 const StringPiece& variable_name,
3648 const client::UriTemplateConfig& config,
3656 virtual util::Status AppendOptionalQueryParameters(
string* target);
3671 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
3676 string on_behalf_of_content_owner_;
3677 bool _have_on_behalf_of_content_owner_ : 1;
string _content_;
3710 client::AuthorizationCredential* _credential_,
3711 const absl::string_view& part,
3729 virtual util::Status AppendVariable(
3730 const StringPiece& variable_name,
3731 const client::UriTemplateConfig& config,
3739 virtual util::Status AppendOptionalQueryParameters(
string* target);
3754 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
3758 string part_;
string _content_;
3788 client::AuthorizationCredential* _credential_,
3789 const absl::string_view& part);
3802 _have_all_threads_related_to_channel_id_ =
false;
3803 client::ClearCppValueHelper(&all_threads_related_to_channel_id_);
3821 _have_all_threads_related_to_channel_id_ =
true;
3822 return &all_threads_related_to_channel_id_;
3835 _have_all_threads_related_to_channel_id_ =
true;
3836 all_threads_related_to_channel_id_ = value;
3845 _have_channel_id_ =
false;
3846 client::ClearCppValueHelper(&channel_id_);
3864 _have_channel_id_ =
true;
3865 return &channel_id_;
3878 _have_channel_id_ =
true;
3879 channel_id_ = value;
3889 client::ClearCppValueHelper(&id_);
3928 _have_max_results_ =
false;
3929 client::ClearCppValueHelper(&max_results_);
3950 _have_max_results_ =
true;
3951 max_results_ = value;
3959 _have_moderation_status_ =
false;
3960 client::ClearCppValueHelper(&moderation_status_);
3978 _have_moderation_status_ =
true;
3979 return &moderation_status_;
3993 _have_moderation_status_ =
true;
3994 moderation_status_ = value;
4003 _have_order_ =
false;
4004 client::ClearCppValueHelper(&order_);
4021 _have_order_ =
true;
4041 _have_order_ =
true;
4051 _have_page_token_ =
false;
4052 client::ClearCppValueHelper(&page_token_);
4070 _have_page_token_ =
true;
4071 return &page_token_;
4087 _have_page_token_ =
true;
4088 page_token_ = value;
4097 _have_search_terms_ =
false;
4098 client::ClearCppValueHelper(&search_terms_);
4116 _have_search_terms_ =
true;
4117 return &search_terms_;
4132 _have_search_terms_ =
true;
4133 search_terms_ = value;
4142 _have_text_format_ =
false;
4143 client::ClearCppValueHelper(&text_format_);
4161 _have_text_format_ =
true;
4162 return &text_format_;
4174 _have_text_format_ =
true;
4175 text_format_ = value;
4184 _have_video_id_ =
false;
4185 client::ClearCppValueHelper(&video_id_);
4203 _have_video_id_ =
true;
4215 _have_video_id_ =
true;
4228 virtual util::Status AppendVariable(
4229 const StringPiece& variable_name,
4230 const client::UriTemplateConfig& config,
4238 virtual util::Status AppendOptionalQueryParameters(
string* target);
4253 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
4258 string all_threads_related_to_channel_id_;
4261 uint32 max_results_;
4262 string moderation_status_;
4265 string search_terms_;
4266 string text_format_;
4268 bool _have_all_threads_related_to_channel_id_ : 1;
4269 bool _have_channel_id_ : 1;
4271 bool _have_max_results_ : 1;
4272 bool _have_moderation_status_ : 1;
4273 bool _have_order_ : 1;
4274 bool _have_page_token_ : 1;
4275 bool _have_search_terms_ : 1;
4276 bool _have_text_format_ : 1;
4277 bool _have_video_id_ : 1;
4281 typedef client::ServiceRequestPager<
4284 CommentThreadsResource_ListMethodPager;
4314 client::AuthorizationCredential* _credential_,
4315 const absl::string_view& part,
4333 virtual util::Status AppendVariable(
4334 const StringPiece& variable_name,
4335 const client::UriTemplateConfig& config,
4343 virtual util::Status AppendOptionalQueryParameters(
string* target);
4358 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
4362 string part_;
string _content_;
4393 client::AuthorizationCredential* _credential_,
4394 const absl::string_view&
id);
4411 virtual util::Status AppendVariable(
4412 const StringPiece& variable_name,
4413 const client::UriTemplateConfig& config,
4421 virtual util::Status AppendOptionalQueryParameters(
string* target);
4456 client::AuthorizationCredential* _credential_,
4457 const absl::string_view& part,
4475 virtual util::Status AppendVariable(
4476 const StringPiece& variable_name,
4477 const client::UriTemplateConfig& config,
4485 virtual util::Status AppendOptionalQueryParameters(
string* target);
4500 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
4504 string part_;
string _content_;
4533 client::AuthorizationCredential* _credential_,
4534 const absl::string_view& part);
4547 client::ClearCppValueHelper(&id_);
4587 _have_max_results_ =
false;
4588 client::ClearCppValueHelper(&max_results_);
4609 _have_max_results_ =
true;
4610 max_results_ = value;
4617 _have_page_token_ =
false;
4618 client::ClearCppValueHelper(&page_token_);
4636 _have_page_token_ =
true;
4637 return &page_token_;
4653 _have_page_token_ =
true;
4654 page_token_ = value;
4663 _have_parent_id_ =
false;
4664 client::ClearCppValueHelper(&parent_id_);
4682 _have_parent_id_ =
true;
4697 _have_parent_id_ =
true;
4707 _have_text_format_ =
false;
4708 client::ClearCppValueHelper(&text_format_);
4726 _have_text_format_ =
true;
4727 return &text_format_;
4738 _have_text_format_ =
true;
4739 text_format_ = value;
4751 virtual util::Status AppendVariable(
4752 const StringPiece& variable_name,
4753 const client::UriTemplateConfig& config,
4761 virtual util::Status AppendOptionalQueryParameters(
string* target);
4776 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
4782 uint32 max_results_;
4785 string text_format_;
4787 bool _have_max_results_ : 1;
4788 bool _have_page_token_ : 1;
4789 bool _have_parent_id_ : 1;
4790 bool _have_text_format_ : 1;
4794 typedef client::ServiceRequestPager<
4797 CommentsResource_ListMethodPager;
4824 client::AuthorizationCredential* _credential_,
4825 const absl::string_view&
id);
4842 virtual util::Status AppendVariable(
4843 const StringPiece& variable_name,
4844 const client::UriTemplateConfig& config,
4852 virtual util::Status AppendOptionalQueryParameters(
string* target);
4887 client::AuthorizationCredential* _credential_,
4888 const absl::string_view&
id,
4889 const absl::string_view& moderation_status);
4901 _have_ban_author_ =
false;
4902 client::ClearCppValueHelper(&ban_author_);
4924 _have_ban_author_ =
true;
4925 ban_author_ = value;
4937 virtual util::Status AppendVariable(
4938 const StringPiece& variable_name,
4939 const client::UriTemplateConfig& config,
4947 virtual util::Status AppendOptionalQueryParameters(
string* target);
4952 string moderation_status_;
4954 bool _have_ban_author_ : 1;
4986 client::AuthorizationCredential* _credential_,
4987 const absl::string_view& part,
5005 virtual util::Status AppendVariable(
5006 const StringPiece& variable_name,
5007 const client::UriTemplateConfig& config,
5015 virtual util::Status AppendOptionalQueryParameters(
string* target);
5030 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
5034 string part_;
string _content_;
5069 client::AuthorizationCredential* _credential_,
5070 const absl::string_view& part);
5083 client::ClearCppValueHelper(&hl_);
5123 client::ClearCppValueHelper(&id_);
5164 _have_region_code_ =
false;
5165 client::ClearCppValueHelper(®ion_code_);
5183 _have_region_code_ =
true;
5184 return ®ion_code_;
5196 _have_region_code_ =
true;
5197 region_code_ = value;
5209 virtual util::Status AppendVariable(
5210 const StringPiece& variable_name,
5211 const client::UriTemplateConfig& config,
5219 virtual util::Status AppendOptionalQueryParameters(
string* target);
5234 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
5241 string region_code_;
5244 bool _have_region_code_ : 1;
5279 client::AuthorizationCredential* _credential_,
5280 const absl::string_view& part);
5293 client::ClearCppValueHelper(&hl_);
5335 virtual util::Status AppendVariable(
5336 const StringPiece& variable_name,
5337 const client::UriTemplateConfig& config,
5345 virtual util::Status AppendOptionalQueryParameters(
string* target);
5360 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
5401 client::AuthorizationCredential* _credential_,
5402 const absl::string_view& part);
5415 client::ClearCppValueHelper(&hl_);
5457 virtual util::Status AppendVariable(
5458 const StringPiece& variable_name,
5459 const client::UriTemplateConfig& config,
5467 virtual util::Status AppendOptionalQueryParameters(
string* target);
5482 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
5524 client::AuthorizationCredential* _credential_,
5525 const absl::string_view&
id,
5526 const absl::string_view& part);
5539 _have_on_behalf_of_content_owner_ =
false;
5540 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
5558 _have_on_behalf_of_content_owner_ =
true;
5559 return &on_behalf_of_content_owner_;
5580 _have_on_behalf_of_content_owner_ =
true;
5581 on_behalf_of_content_owner_ = value;
5591 _have_on_behalf_of_content_owner_channel_ =
false;
5592 client::ClearCppValueHelper(&on_behalf_of_content_owner_channel_);
5610 _have_on_behalf_of_content_owner_channel_ =
true;
5611 return &on_behalf_of_content_owner_channel_;
5639 _have_on_behalf_of_content_owner_channel_ =
true;
5640 on_behalf_of_content_owner_channel_ = value;
5649 _have_stream_id_ =
false;
5650 client::ClearCppValueHelper(&stream_id_);
5668 _have_stream_id_ =
true;
5682 _have_stream_id_ =
true;
5695 virtual util::Status AppendVariable(
5696 const StringPiece& variable_name,
5697 const client::UriTemplateConfig& config,
5705 virtual util::Status AppendOptionalQueryParameters(
string* target);
5720 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
5726 string on_behalf_of_content_owner_;
5727 string on_behalf_of_content_owner_channel_;
5729 bool _have_on_behalf_of_content_owner_ : 1;
5730 bool _have_on_behalf_of_content_owner_channel_ : 1;
5731 bool _have_stream_id_ : 1;
5765 client::AuthorizationCredential* _credential_,
5766 const absl::string_view&
id,
5767 const absl::string_view& part);
5779 _have_display_slate_ =
false;
5780 client::ClearCppValueHelper(&display_slate_);
5798 _have_display_slate_ =
true;
5799 display_slate_ = value;
5806 _have_offset_time_ms_ =
false;
5807 client::ClearCppValueHelper(&offset_time_ms_);
5837 _have_offset_time_ms_ =
true;
5838 offset_time_ms_ = value;
5846 _have_on_behalf_of_content_owner_ =
false;
5847 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
5865 _have_on_behalf_of_content_owner_ =
true;
5866 return &on_behalf_of_content_owner_;
5887 _have_on_behalf_of_content_owner_ =
true;
5888 on_behalf_of_content_owner_ = value;
5898 _have_on_behalf_of_content_owner_channel_ =
false;
5899 client::ClearCppValueHelper(&on_behalf_of_content_owner_channel_);
5917 _have_on_behalf_of_content_owner_channel_ =
true;
5918 return &on_behalf_of_content_owner_channel_;
5946 _have_on_behalf_of_content_owner_channel_ =
true;
5947 on_behalf_of_content_owner_channel_ = value;
5956 _have_walltime_ =
false;
5957 client::ClearCppValueHelper(&walltime_);
5976 _have_walltime_ =
true;
5989 virtual util::Status AppendVariable(
5990 const StringPiece& variable_name,
5991 const client::UriTemplateConfig& config,
5999 virtual util::Status AppendOptionalQueryParameters(
string* target);
6014 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
6020 bool display_slate_;
6021 uint64 offset_time_ms_;
6022 string on_behalf_of_content_owner_;
6023 string on_behalf_of_content_owner_channel_;
6024 client::DateTime walltime_;
6025 bool _have_display_slate_ : 1;
6026 bool _have_offset_time_ms_ : 1;
6027 bool _have_on_behalf_of_content_owner_ : 1;
6028 bool _have_on_behalf_of_content_owner_channel_ : 1;
6029 bool _have_walltime_ : 1;
6059 client::AuthorizationCredential* _credential_,
6060 const absl::string_view&
id);
6073 _have_on_behalf_of_content_owner_ =
false;
6074 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
6092 _have_on_behalf_of_content_owner_ =
true;
6093 return &on_behalf_of_content_owner_;
6114 _have_on_behalf_of_content_owner_ =
true;
6115 on_behalf_of_content_owner_ = value;
6125 _have_on_behalf_of_content_owner_channel_ =
false;
6126 client::ClearCppValueHelper(&on_behalf_of_content_owner_channel_);
6144 _have_on_behalf_of_content_owner_channel_ =
true;
6145 return &on_behalf_of_content_owner_channel_;
6173 _have_on_behalf_of_content_owner_channel_ =
true;
6174 on_behalf_of_content_owner_channel_ = value;
6186 virtual util::Status AppendVariable(
6187 const StringPiece& variable_name,
6188 const client::UriTemplateConfig& config,
6196 virtual util::Status AppendOptionalQueryParameters(
string* target);
6201 string on_behalf_of_content_owner_;
6202 string on_behalf_of_content_owner_channel_;
6203 bool _have_on_behalf_of_content_owner_ : 1;
6204 bool _have_on_behalf_of_content_owner_channel_ : 1;
6239 client::AuthorizationCredential* _credential_,
6240 const absl::string_view& part,
6254 _have_on_behalf_of_content_owner_ =
false;
6255 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
6273 _have_on_behalf_of_content_owner_ =
true;
6274 return &on_behalf_of_content_owner_;
6295 _have_on_behalf_of_content_owner_ =
true;
6296 on_behalf_of_content_owner_ = value;
6306 _have_on_behalf_of_content_owner_channel_ =
false;
6307 client::ClearCppValueHelper(&on_behalf_of_content_owner_channel_);
6325 _have_on_behalf_of_content_owner_channel_ =
true;
6326 return &on_behalf_of_content_owner_channel_;
6354 _have_on_behalf_of_content_owner_channel_ =
true;
6355 on_behalf_of_content_owner_channel_ = value;
6367 virtual util::Status AppendVariable(
6368 const StringPiece& variable_name,
6369 const client::UriTemplateConfig& config,
6377 virtual util::Status AppendOptionalQueryParameters(
string* target);
6392 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
6397 string on_behalf_of_content_owner_;
6398 string on_behalf_of_content_owner_channel_;
6399 bool _have_on_behalf_of_content_owner_ : 1;
6400 bool _have_on_behalf_of_content_owner_channel_ : 1;
string _content_;
6433 client::AuthorizationCredential* _credential_,
6434 const absl::string_view& part);
6447 _have_broadcast_status_ =
false;
6448 client::ClearCppValueHelper(&broadcast_status_);
6466 _have_broadcast_status_ =
true;
6467 return &broadcast_status_;
6478 _have_broadcast_status_ =
true;
6479 broadcast_status_ = value;
6488 _have_broadcast_type_ =
false;
6489 client::ClearCppValueHelper(&broadcast_type_);
6507 _have_broadcast_type_ =
true;
6508 return &broadcast_type_;
6520 _have_broadcast_type_ =
true;
6521 broadcast_type_ = value;
6531 client::ClearCppValueHelper(&id_);
6571 _have_max_results_ =
false;
6572 client::ClearCppValueHelper(&max_results_);
6590 _have_max_results_ =
true;
6591 max_results_ = value;
6598 _have_mine_ =
false;
6599 client::ClearCppValueHelper(&mine_);
6627 _have_on_behalf_of_content_owner_ =
false;
6628 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
6646 _have_on_behalf_of_content_owner_ =
true;
6647 return &on_behalf_of_content_owner_;
6668 _have_on_behalf_of_content_owner_ =
true;
6669 on_behalf_of_content_owner_ = value;
6679 _have_on_behalf_of_content_owner_channel_ =
false;
6680 client::ClearCppValueHelper(&on_behalf_of_content_owner_channel_);
6698 _have_on_behalf_of_content_owner_channel_ =
true;
6699 return &on_behalf_of_content_owner_channel_;
6727 _have_on_behalf_of_content_owner_channel_ =
true;
6728 on_behalf_of_content_owner_channel_ = value;
6737 _have_page_token_ =
false;
6738 client::ClearCppValueHelper(&page_token_);
6756 _have_page_token_ =
true;
6757 return &page_token_;
6770 _have_page_token_ =
true;
6771 page_token_ = value;
6783 virtual util::Status AppendVariable(
6784 const StringPiece& variable_name,
6785 const client::UriTemplateConfig& config,
6793 virtual util::Status AppendOptionalQueryParameters(
string* target);
6808 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
6813 string broadcast_status_;
6814 string broadcast_type_;
6816 uint32 max_results_;
6818 string on_behalf_of_content_owner_;
6819 string on_behalf_of_content_owner_channel_;
6821 bool _have_broadcast_status_ : 1;
6822 bool _have_broadcast_type_ : 1;
6824 bool _have_max_results_ : 1;
6825 bool _have_mine_ : 1;
6826 bool _have_on_behalf_of_content_owner_ : 1;
6827 bool _have_on_behalf_of_content_owner_channel_ : 1;
6828 bool _have_page_token_ : 1;
6832 typedef client::ServiceRequestPager<
6835 LiveBroadcastsResource_ListMethodPager;
6871 client::AuthorizationCredential* _credential_,
6872 const absl::string_view& broadcast_status,
6873 const absl::string_view&
id,
6874 const absl::string_view& part);
6887 _have_on_behalf_of_content_owner_ =
false;
6888 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
6906 _have_on_behalf_of_content_owner_ =
true;
6907 return &on_behalf_of_content_owner_;
6928 _have_on_behalf_of_content_owner_ =
true;
6929 on_behalf_of_content_owner_ = value;
6939 _have_on_behalf_of_content_owner_channel_ =
false;
6940 client::ClearCppValueHelper(&on_behalf_of_content_owner_channel_);
6958 _have_on_behalf_of_content_owner_channel_ =
true;
6959 return &on_behalf_of_content_owner_channel_;
6987 _have_on_behalf_of_content_owner_channel_ =
true;
6988 on_behalf_of_content_owner_channel_ = value;
7000 virtual util::Status AppendVariable(
7001 const StringPiece& variable_name,
7002 const client::UriTemplateConfig& config,
7010 virtual util::Status AppendOptionalQueryParameters(
string* target);
7025 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
7029 string broadcast_status_;
7032 string on_behalf_of_content_owner_;
7033 string on_behalf_of_content_owner_channel_;
7034 bool _have_on_behalf_of_content_owner_ : 1;
7035 bool _have_on_behalf_of_content_owner_channel_ : 1;
7080 client::AuthorizationCredential* _credential_,
7081 const absl::string_view& part,
7095 _have_on_behalf_of_content_owner_ =
false;
7096 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
7114 _have_on_behalf_of_content_owner_ =
true;
7115 return &on_behalf_of_content_owner_;
7136 _have_on_behalf_of_content_owner_ =
true;
7137 on_behalf_of_content_owner_ = value;
7147 _have_on_behalf_of_content_owner_channel_ =
false;
7148 client::ClearCppValueHelper(&on_behalf_of_content_owner_channel_);
7166 _have_on_behalf_of_content_owner_channel_ =
true;
7167 return &on_behalf_of_content_owner_channel_;
7195 _have_on_behalf_of_content_owner_channel_ =
true;
7196 on_behalf_of_content_owner_channel_ = value;
7208 virtual util::Status AppendVariable(
7209 const StringPiece& variable_name,
7210 const client::UriTemplateConfig& config,
7218 virtual util::Status AppendOptionalQueryParameters(
string* target);
7233 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
7238 string on_behalf_of_content_owner_;
7239 string on_behalf_of_content_owner_channel_;
7240 bool _have_on_behalf_of_content_owner_ : 1;
7241 bool _have_on_behalf_of_content_owner_channel_ : 1;
string _content_;
7273 client::AuthorizationCredential* _credential_,
7274 const absl::string_view&
id);
7291 virtual util::Status AppendVariable(
7292 const StringPiece& variable_name,
7293 const client::UriTemplateConfig& config,
7301 virtual util::Status AppendOptionalQueryParameters(
string* target);
7338 client::AuthorizationCredential* _credential_,
7339 const absl::string_view& part,
7357 virtual util::Status AppendVariable(
7358 const StringPiece& variable_name,
7359 const client::UriTemplateConfig& config,
7367 virtual util::Status AppendOptionalQueryParameters(
string* target);
7382 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
7386 string part_;
string _content_;
7418 client::AuthorizationCredential* _credential_,
7419 const absl::string_view&
id);
7436 virtual util::Status AppendVariable(
7437 const StringPiece& variable_name,
7438 const client::UriTemplateConfig& config,
7446 virtual util::Status AppendOptionalQueryParameters(
string* target);
7482 client::AuthorizationCredential* _credential_,
7483 const absl::string_view& part,
7501 virtual util::Status AppendVariable(
7502 const StringPiece& variable_name,
7503 const client::UriTemplateConfig& config,
7511 virtual util::Status AppendOptionalQueryParameters(
string* target);
7526 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
7530 string part_;
string _content_;
7564 client::AuthorizationCredential* _credential_,
7565 const absl::string_view& live_chat_id,
7566 const absl::string_view& part);
7579 client::ClearCppValueHelper(&hl_);
7625 _have_max_results_ =
false;
7626 client::ClearCppValueHelper(&max_results_);
7644 _have_max_results_ =
true;
7645 max_results_ = value;
7652 _have_page_token_ =
false;
7653 client::ClearCppValueHelper(&page_token_);
7671 _have_page_token_ =
true;
7672 return &page_token_;
7684 _have_page_token_ =
true;
7685 page_token_ = value;
7695 _have_profile_image_size_ =
false;
7696 client::ClearCppValueHelper(&profile_image_size_);
7715 _have_profile_image_size_ =
true;
7716 profile_image_size_ = value;
7728 virtual util::Status AppendVariable(
7729 const StringPiece& variable_name,
7730 const client::UriTemplateConfig& config,
7738 virtual util::Status AppendOptionalQueryParameters(
string* target);
7753 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
7757 string live_chat_id_;
7760 uint32 max_results_;
7762 uint32 profile_image_size_;
7764 bool _have_max_results_ : 1;
7765 bool _have_page_token_ : 1;
7766 bool _have_profile_image_size_ : 1;
7770 typedef client::ServiceRequestPager<
7773 LiveChatMessagesResource_ListMethodPager;
7803 client::AuthorizationCredential* _credential_,
7804 const absl::string_view&
id);
7821 virtual util::Status AppendVariable(
7822 const StringPiece& variable_name,
7823 const client::UriTemplateConfig& config,
7831 virtual util::Status AppendOptionalQueryParameters(
string* target);
7868 client::AuthorizationCredential* _credential_,
7869 const absl::string_view& part,
7887 virtual util::Status AppendVariable(
7888 const StringPiece& variable_name,
7889 const client::UriTemplateConfig& config,
7897 virtual util::Status AppendOptionalQueryParameters(
string* target);
7912 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
7916 string part_;
string _content_;
7950 client::AuthorizationCredential* _credential_,
7951 const absl::string_view& live_chat_id,
7952 const absl::string_view& part);
7964 _have_max_results_ =
false;
7965 client::ClearCppValueHelper(&max_results_);
7983 _have_max_results_ =
true;
7984 max_results_ = value;
7991 _have_page_token_ =
false;
7992 client::ClearCppValueHelper(&page_token_);
8010 _have_page_token_ =
true;
8011 return &page_token_;
8024 _have_page_token_ =
true;
8025 page_token_ = value;
8037 virtual util::Status AppendVariable(
8038 const StringPiece& variable_name,
8039 const client::UriTemplateConfig& config,
8047 virtual util::Status AppendOptionalQueryParameters(
string* target);
8062 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
8066 string live_chat_id_;
8068 uint32 max_results_;
8070 bool _have_max_results_ : 1;
8071 bool _have_page_token_ : 1;
8075 typedef client::ServiceRequestPager<
8078 LiveChatModeratorsResource_ListMethodPager;
8108 client::AuthorizationCredential* _credential_,
8109 const absl::string_view&
id);
8122 _have_on_behalf_of_content_owner_ =
false;
8123 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
8141 _have_on_behalf_of_content_owner_ =
true;
8142 return &on_behalf_of_content_owner_;
8163 _have_on_behalf_of_content_owner_ =
true;
8164 on_behalf_of_content_owner_ = value;
8174 _have_on_behalf_of_content_owner_channel_ =
false;
8175 client::ClearCppValueHelper(&on_behalf_of_content_owner_channel_);
8193 _have_on_behalf_of_content_owner_channel_ =
true;
8194 return &on_behalf_of_content_owner_channel_;
8222 _have_on_behalf_of_content_owner_channel_ =
true;
8223 on_behalf_of_content_owner_channel_ = value;
8235 virtual util::Status AppendVariable(
8236 const StringPiece& variable_name,
8237 const client::UriTemplateConfig& config,
8245 virtual util::Status AppendOptionalQueryParameters(
string* target);
8250 string on_behalf_of_content_owner_;
8251 string on_behalf_of_content_owner_channel_;
8252 bool _have_on_behalf_of_content_owner_ : 1;
8253 bool _have_on_behalf_of_content_owner_channel_ : 1;
8288 client::AuthorizationCredential* _credential_,
8289 const absl::string_view& part,
8303 _have_on_behalf_of_content_owner_ =
false;
8304 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
8322 _have_on_behalf_of_content_owner_ =
true;
8323 return &on_behalf_of_content_owner_;
8344 _have_on_behalf_of_content_owner_ =
true;
8345 on_behalf_of_content_owner_ = value;
8355 _have_on_behalf_of_content_owner_channel_ =
false;
8356 client::ClearCppValueHelper(&on_behalf_of_content_owner_channel_);
8374 _have_on_behalf_of_content_owner_channel_ =
true;
8375 return &on_behalf_of_content_owner_channel_;
8403 _have_on_behalf_of_content_owner_channel_ =
true;
8404 on_behalf_of_content_owner_channel_ = value;
8416 virtual util::Status AppendVariable(
8417 const StringPiece& variable_name,
8418 const client::UriTemplateConfig& config,
8426 virtual util::Status AppendOptionalQueryParameters(
string* target);
8441 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
8446 string on_behalf_of_content_owner_;
8447 string on_behalf_of_content_owner_channel_;
8448 bool _have_on_behalf_of_content_owner_ : 1;
8449 bool _have_on_behalf_of_content_owner_channel_ : 1;
string _content_;
8482 client::AuthorizationCredential* _credential_,
8483 const absl::string_view& part);
8496 client::ClearCppValueHelper(&id_);
8536 _have_max_results_ =
false;
8537 client::ClearCppValueHelper(&max_results_);
8555 _have_max_results_ =
true;
8556 max_results_ = value;
8563 _have_mine_ =
false;
8564 client::ClearCppValueHelper(&mine_);
8592 _have_on_behalf_of_content_owner_ =
false;
8593 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
8611 _have_on_behalf_of_content_owner_ =
true;
8612 return &on_behalf_of_content_owner_;
8633 _have_on_behalf_of_content_owner_ =
true;
8634 on_behalf_of_content_owner_ = value;
8644 _have_on_behalf_of_content_owner_channel_ =
false;
8645 client::ClearCppValueHelper(&on_behalf_of_content_owner_channel_);
8663 _have_on_behalf_of_content_owner_channel_ =
true;
8664 return &on_behalf_of_content_owner_channel_;
8692 _have_on_behalf_of_content_owner_channel_ =
true;
8693 on_behalf_of_content_owner_channel_ = value;
8702 _have_page_token_ =
false;
8703 client::ClearCppValueHelper(&page_token_);
8721 _have_page_token_ =
true;
8722 return &page_token_;
8735 _have_page_token_ =
true;
8736 page_token_ = value;
8748 virtual util::Status AppendVariable(
8749 const StringPiece& variable_name,
8750 const client::UriTemplateConfig& config,
8758 virtual util::Status AppendOptionalQueryParameters(
string* target);
8773 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
8779 uint32 max_results_;
8781 string on_behalf_of_content_owner_;
8782 string on_behalf_of_content_owner_channel_;
8785 bool _have_max_results_ : 1;
8786 bool _have_mine_ : 1;
8787 bool _have_on_behalf_of_content_owner_ : 1;
8788 bool _have_on_behalf_of_content_owner_channel_ : 1;
8789 bool _have_page_token_ : 1;
8793 typedef client::ServiceRequestPager<
8796 LiveStreamsResource_ListMethodPager;
8834 client::AuthorizationCredential* _credential_,
8835 const absl::string_view& part,
8849 _have_on_behalf_of_content_owner_ =
false;
8850 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
8868 _have_on_behalf_of_content_owner_ =
true;
8869 return &on_behalf_of_content_owner_;
8890 _have_on_behalf_of_content_owner_ =
true;
8891 on_behalf_of_content_owner_ = value;
8901 _have_on_behalf_of_content_owner_channel_ =
false;
8902 client::ClearCppValueHelper(&on_behalf_of_content_owner_channel_);
8920 _have_on_behalf_of_content_owner_channel_ =
true;
8921 return &on_behalf_of_content_owner_channel_;
8949 _have_on_behalf_of_content_owner_channel_ =
true;
8950 on_behalf_of_content_owner_channel_ = value;
8962 virtual util::Status AppendVariable(
8963 const StringPiece& variable_name,
8964 const client::UriTemplateConfig& config,
8972 virtual util::Status AppendOptionalQueryParameters(
string* target);
8987 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
8992 string on_behalf_of_content_owner_;
8993 string on_behalf_of_content_owner_channel_;
8994 bool _have_on_behalf_of_content_owner_ : 1;
8995 bool _have_on_behalf_of_content_owner_channel_ : 1;
string _content_;
9029 client::AuthorizationCredential* _credential_,
9030 const absl::string_view& part);
9043 _have_filter_by_member_channel_id_ =
false;
9044 client::ClearCppValueHelper(&filter_by_member_channel_id_);
9062 _have_filter_by_member_channel_id_ =
true;
9063 return &filter_by_member_channel_id_;
9077 _have_filter_by_member_channel_id_ =
true;
9078 filter_by_member_channel_id_ = value;
9088 _have_has_access_to_level_ =
false;
9089 client::ClearCppValueHelper(&has_access_to_level_);
9107 _have_has_access_to_level_ =
true;
9108 return &has_access_to_level_;
9121 _have_has_access_to_level_ =
true;
9122 has_access_to_level_ = value;
9131 _have_max_results_ =
false;
9132 client::ClearCppValueHelper(&max_results_);
9150 _have_max_results_ =
true;
9151 max_results_ = value;
9158 _have_mode_ =
false;
9159 client::ClearCppValueHelper(&mode_);
9198 _have_page_token_ =
false;
9199 client::ClearCppValueHelper(&page_token_);
9217 _have_page_token_ =
true;
9218 return &page_token_;
9231 _have_page_token_ =
true;
9232 page_token_ = value;
9244 virtual util::Status AppendVariable(
9245 const StringPiece& variable_name,
9246 const client::UriTemplateConfig& config,
9254 virtual util::Status AppendOptionalQueryParameters(
string* target);
9269 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
9274 string filter_by_member_channel_id_;
9275 string has_access_to_level_;
9276 uint32 max_results_;
9279 bool _have_filter_by_member_channel_id_ : 1;
9280 bool _have_has_access_to_level_ : 1;
9281 bool _have_max_results_ : 1;
9282 bool _have_mode_ : 1;
9283 bool _have_page_token_ : 1;
9287 typedef client::ServiceRequestPager<
9290 MembersResource_ListMethodPager;
9323 client::AuthorizationCredential* _credential_,
9324 const absl::string_view& part);
9341 virtual util::Status AppendVariable(
9342 const StringPiece& variable_name,
9343 const client::UriTemplateConfig& config,
9351 virtual util::Status AppendOptionalQueryParameters(
string* target);
9366 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
9404 client::AuthorizationCredential* _credential_,
9405 const absl::string_view&
id);
9418 _have_on_behalf_of_content_owner_ =
false;
9419 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
9437 _have_on_behalf_of_content_owner_ =
true;
9438 return &on_behalf_of_content_owner_;
9459 _have_on_behalf_of_content_owner_ =
true;
9460 on_behalf_of_content_owner_ = value;
9472 virtual util::Status AppendVariable(
9473 const StringPiece& variable_name,
9474 const client::UriTemplateConfig& config,
9482 virtual util::Status AppendOptionalQueryParameters(
string* target);
9487 string on_behalf_of_content_owner_;
9488 bool _have_on_behalf_of_content_owner_ : 1;
9521 client::AuthorizationCredential* _credential_,
9522 const absl::string_view& part,
9536 _have_on_behalf_of_content_owner_ =
false;
9537 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
9555 _have_on_behalf_of_content_owner_ =
true;
9556 return &on_behalf_of_content_owner_;
9577 _have_on_behalf_of_content_owner_ =
true;
9578 on_behalf_of_content_owner_ = value;
9590 virtual util::Status AppendVariable(
9591 const StringPiece& variable_name,
9592 const client::UriTemplateConfig& config,
9600 virtual util::Status AppendOptionalQueryParameters(
string* target);
9615 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
9620 string on_behalf_of_content_owner_;
9621 bool _have_on_behalf_of_content_owner_ : 1;
string _content_;
9661 client::AuthorizationCredential* _credential_,
9662 const absl::string_view& part);
9675 client::ClearCppValueHelper(&id_);
9714 _have_max_results_ =
false;
9715 client::ClearCppValueHelper(&max_results_);
9733 _have_max_results_ =
true;
9734 max_results_ = value;
9742 _have_on_behalf_of_content_owner_ =
false;
9743 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
9761 _have_on_behalf_of_content_owner_ =
true;
9762 return &on_behalf_of_content_owner_;
9783 _have_on_behalf_of_content_owner_ =
true;
9784 on_behalf_of_content_owner_ = value;
9793 _have_page_token_ =
false;
9794 client::ClearCppValueHelper(&page_token_);
9812 _have_page_token_ =
true;
9813 return &page_token_;
9826 _have_page_token_ =
true;
9827 page_token_ = value;
9836 _have_playlist_id_ =
false;
9837 client::ClearCppValueHelper(&playlist_id_);
9855 _have_playlist_id_ =
true;
9856 return &playlist_id_;
9870 _have_playlist_id_ =
true;
9871 playlist_id_ = value;
9880 _have_video_id_ =
false;
9881 client::ClearCppValueHelper(&video_id_);
9899 _have_video_id_ =
true;
9911 _have_video_id_ =
true;
9924 virtual util::Status AppendVariable(
9925 const StringPiece& variable_name,
9926 const client::UriTemplateConfig& config,
9934 virtual util::Status AppendOptionalQueryParameters(
string* target);
9949 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
9955 uint32 max_results_;
9956 string on_behalf_of_content_owner_;
9958 string playlist_id_;
9961 bool _have_max_results_ : 1;
9962 bool _have_on_behalf_of_content_owner_ : 1;
9963 bool _have_page_token_ : 1;
9964 bool _have_playlist_id_ : 1;
9965 bool _have_video_id_ : 1;
9969 typedef client::ServiceRequestPager<
9972 PlaylistItemsResource_ListMethodPager;
10014 client::AuthorizationCredential* _credential_,
10015 const absl::string_view& part,
10029 _have_on_behalf_of_content_owner_ =
false;
10030 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
10048 _have_on_behalf_of_content_owner_ =
true;
10049 return &on_behalf_of_content_owner_;
10070 _have_on_behalf_of_content_owner_ =
true;
10071 on_behalf_of_content_owner_ = value;
10083 virtual util::Status AppendVariable(
10084 const StringPiece& variable_name,
10085 const client::UriTemplateConfig& config,
10093 virtual util::Status AppendOptionalQueryParameters(
string* target);
10108 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
10113 string on_behalf_of_content_owner_;
10114 bool _have_on_behalf_of_content_owner_ : 1;
string _content_;
10148 client::AuthorizationCredential* _credential_,
10149 const absl::string_view&
id);
10162 _have_on_behalf_of_content_owner_ =
false;
10163 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
10181 _have_on_behalf_of_content_owner_ =
true;
10182 return &on_behalf_of_content_owner_;
10203 _have_on_behalf_of_content_owner_ =
true;
10204 on_behalf_of_content_owner_ = value;
10216 virtual util::Status AppendVariable(
10217 const StringPiece& variable_name,
10218 const client::UriTemplateConfig& config,
10226 virtual util::Status AppendOptionalQueryParameters(
string* target);
10231 string on_behalf_of_content_owner_;
10232 bool _have_on_behalf_of_content_owner_ : 1;
10265 client::AuthorizationCredential* _credential_,
10266 const absl::string_view& part,
10280 _have_on_behalf_of_content_owner_ =
false;
10281 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
10299 _have_on_behalf_of_content_owner_ =
true;
10300 return &on_behalf_of_content_owner_;
10321 _have_on_behalf_of_content_owner_ =
true;
10322 on_behalf_of_content_owner_ = value;
10332 _have_on_behalf_of_content_owner_channel_ =
false;
10333 client::ClearCppValueHelper(&on_behalf_of_content_owner_channel_);
10351 _have_on_behalf_of_content_owner_channel_ =
true;
10352 return &on_behalf_of_content_owner_channel_;
10380 _have_on_behalf_of_content_owner_channel_ =
true;
10381 on_behalf_of_content_owner_channel_ = value;
10393 virtual util::Status AppendVariable(
10394 const StringPiece& variable_name,
10395 const client::UriTemplateConfig& config,
10403 virtual util::Status AppendOptionalQueryParameters(
string* target);
10418 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
10423 string on_behalf_of_content_owner_;
10424 string on_behalf_of_content_owner_channel_;
10425 bool _have_on_behalf_of_content_owner_ : 1;
10426 bool _have_on_behalf_of_content_owner_channel_ : 1;
string _content_;
10464 client::AuthorizationCredential* _credential_,
10465 const absl::string_view& part);
10477 _have_channel_id_ =
false;
10478 client::ClearCppValueHelper(&channel_id_);
10496 _have_channel_id_ =
true;
10497 return &channel_id_;
10508 _have_channel_id_ =
true;
10509 channel_id_ = value;
10519 client::ClearCppValueHelper(&hl_);
10559 client::ClearCppValueHelper(&id_);
10600 _have_max_results_ =
false;
10601 client::ClearCppValueHelper(&max_results_);
10619 _have_max_results_ =
true;
10620 max_results_ = value;
10627 _have_mine_ =
false;
10628 client::ClearCppValueHelper(&mine_);
10646 _have_mine_ =
true;
10655 _have_on_behalf_of_content_owner_ =
false;
10656 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
10674 _have_on_behalf_of_content_owner_ =
true;
10675 return &on_behalf_of_content_owner_;
10696 _have_on_behalf_of_content_owner_ =
true;
10697 on_behalf_of_content_owner_ = value;
10707 _have_on_behalf_of_content_owner_channel_ =
false;
10708 client::ClearCppValueHelper(&on_behalf_of_content_owner_channel_);
10726 _have_on_behalf_of_content_owner_channel_ =
true;
10727 return &on_behalf_of_content_owner_channel_;
10755 _have_on_behalf_of_content_owner_channel_ =
true;
10756 on_behalf_of_content_owner_channel_ = value;
10765 _have_page_token_ =
false;
10766 client::ClearCppValueHelper(&page_token_);
10784 _have_page_token_ =
true;
10785 return &page_token_;
10798 _have_page_token_ =
true;
10799 page_token_ = value;
10811 virtual util::Status AppendVariable(
10812 const StringPiece& variable_name,
10813 const client::UriTemplateConfig& config,
10821 virtual util::Status AppendOptionalQueryParameters(
string* target);
10836 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
10841 string channel_id_;
10844 uint32 max_results_;
10846 string on_behalf_of_content_owner_;
10847 string on_behalf_of_content_owner_channel_;
10848 string page_token_;
10849 bool _have_channel_id_ : 1;
10850 bool _have_hl_ : 1;
10851 bool _have_id_ : 1;
10852 bool _have_max_results_ : 1;
10853 bool _have_mine_ : 1;
10854 bool _have_on_behalf_of_content_owner_ : 1;
10855 bool _have_on_behalf_of_content_owner_channel_ : 1;
10856 bool _have_page_token_ : 1;
10860 typedef client::ServiceRequestPager<
10863 PlaylistsResource_ListMethodPager;
10901 client::AuthorizationCredential* _credential_,
10902 const absl::string_view& part,
10916 _have_on_behalf_of_content_owner_ =
false;
10917 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
10935 _have_on_behalf_of_content_owner_ =
true;
10936 return &on_behalf_of_content_owner_;
10957 _have_on_behalf_of_content_owner_ =
true;
10958 on_behalf_of_content_owner_ = value;
10970 virtual util::Status AppendVariable(
10971 const StringPiece& variable_name,
10972 const client::UriTemplateConfig& config,
10980 virtual util::Status AppendOptionalQueryParameters(
string* target);
10995 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
11000 string on_behalf_of_content_owner_;
11001 bool _have_on_behalf_of_content_owner_ : 1;
string _content_;
11036 client::AuthorizationCredential* _credential_,
11037 const absl::string_view& part);
11049 _have_channel_id_ =
false;
11050 client::ClearCppValueHelper(&channel_id_);
11068 _have_channel_id_ =
true;
11069 return &channel_id_;
11080 _have_channel_id_ =
true;
11081 channel_id_ = value;
11090 _have_channel_type_ =
false;
11091 client::ClearCppValueHelper(&channel_type_);
11109 _have_channel_type_ =
true;
11110 return &channel_type_;
11121 _have_channel_type_ =
true;
11122 channel_type_ = value;
11131 _have_event_type_ =
false;
11132 client::ClearCppValueHelper(&event_type_);
11150 _have_event_type_ =
true;
11151 return &event_type_;
11163 _have_event_type_ =
true;
11164 event_type_ = value;
11174 _have_for_content_owner_ =
false;
11175 client::ClearCppValueHelper(&for_content_owner_);
11199 _have_for_content_owner_ =
true;
11200 for_content_owner_ = value;
11207 _have_for_developer_ =
false;
11208 client::ClearCppValueHelper(&for_developer_);
11230 _have_for_developer_ =
true;
11231 for_developer_ = value;
11238 _have_for_mine_ =
false;
11239 client::ClearCppValueHelper(&for_mine_);
11259 _have_for_mine_ =
true;
11267 _have_location_ =
false;
11268 client::ClearCppValueHelper(&location_);
11286 _have_location_ =
true;
11311 _have_location_ =
true;
11322 _have_location_radius_ =
false;
11323 client::ClearCppValueHelper(&location_radius_);
11341 _have_location_radius_ =
true;
11342 return &location_radius_;
11361 _have_location_radius_ =
true;
11362 location_radius_ = value;
11371 _have_max_results_ =
false;
11372 client::ClearCppValueHelper(&max_results_);
11390 _have_max_results_ =
true;
11391 max_results_ = value;
11399 _have_on_behalf_of_content_owner_ =
false;
11400 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
11418 _have_on_behalf_of_content_owner_ =
true;
11419 return &on_behalf_of_content_owner_;
11440 _have_on_behalf_of_content_owner_ =
true;
11441 on_behalf_of_content_owner_ = value;
11450 _have_order_ =
false;
11451 client::ClearCppValueHelper(&order_);
11468 _have_order_ =
true;
11480 _have_order_ =
true;
11490 _have_page_token_ =
false;
11491 client::ClearCppValueHelper(&page_token_);
11509 _have_page_token_ =
true;
11510 return &page_token_;
11523 _have_page_token_ =
true;
11524 page_token_ = value;
11534 _have_published_after_ =
false;
11535 client::ClearCppValueHelper(&published_after_);
11555 _have_published_after_ =
true;
11556 published_after_ = value;
11564 _have_published_before_ =
false;
11565 client::ClearCppValueHelper(&published_before_);
11585 _have_published_before_ =
true;
11586 published_before_ = value;
11594 client::ClearCppValueHelper(&q_);
11641 _have_region_code_ =
false;
11642 client::ClearCppValueHelper(®ion_code_);
11660 _have_region_code_ =
true;
11661 return ®ion_code_;
11673 _have_region_code_ =
true;
11674 region_code_ = value;
11684 _have_related_to_video_id_ =
false;
11685 client::ClearCppValueHelper(&related_to_video_id_);
11703 _have_related_to_video_id_ =
true;
11704 return &related_to_video_id_;
11717 _have_related_to_video_id_ =
true;
11718 related_to_video_id_ = value;
11728 _have_relevance_language_ =
false;
11729 client::ClearCppValueHelper(&relevance_language_);
11747 _have_relevance_language_ =
true;
11748 return &relevance_language_;
11764 _have_relevance_language_ =
true;
11765 relevance_language_ = value;
11774 _have_safe_search_ =
false;
11775 client::ClearCppValueHelper(&safe_search_);
11793 _have_safe_search_ =
true;
11794 return &safe_search_;
11805 _have_safe_search_ =
true;
11806 safe_search_ = value;
11815 _have_topic_id_ =
false;
11816 client::ClearCppValueHelper(&topic_id_);
11834 _have_topic_id_ =
true;
11847 _have_topic_id_ =
true;
11857 _have_type_ =
false;
11858 client::ClearCppValueHelper(&type_);
11875 _have_type_ =
true;
11888 _have_type_ =
true;
11898 _have_video_caption_ =
false;
11899 client::ClearCppValueHelper(&video_caption_);
11917 _have_video_caption_ =
true;
11918 return &video_caption_;
11931 _have_video_caption_ =
true;
11932 video_caption_ = value;
11942 _have_video_category_id_ =
false;
11943 client::ClearCppValueHelper(&video_category_id_);
11961 _have_video_category_id_ =
true;
11962 return &video_category_id_;
11974 _have_video_category_id_ =
true;
11975 video_category_id_ = value;
11985 _have_video_definition_ =
false;
11986 client::ClearCppValueHelper(&video_definition_);
12004 _have_video_definition_ =
true;
12005 return &video_definition_;
12020 _have_video_definition_ =
true;
12021 video_definition_ = value;
12031 _have_video_dimension_ =
false;
12032 client::ClearCppValueHelper(&video_dimension_);
12050 _have_video_dimension_ =
true;
12051 return &video_dimension_;
12063 _have_video_dimension_ =
true;
12064 video_dimension_ = value;
12073 _have_video_duration_ =
false;
12074 client::ClearCppValueHelper(&video_duration_);
12092 _have_video_duration_ =
true;
12093 return &video_duration_;
12105 _have_video_duration_ =
true;
12106 video_duration_ = value;
12116 _have_video_embeddable_ =
false;
12117 client::ClearCppValueHelper(&video_embeddable_);
12135 _have_video_embeddable_ =
true;
12136 return &video_embeddable_;
12149 _have_video_embeddable_ =
true;
12150 video_embeddable_ = value;
12159 _have_video_license_ =
false;
12160 client::ClearCppValueHelper(&video_license_);
12178 _have_video_license_ =
true;
12179 return &video_license_;
12194 _have_video_license_ =
true;
12195 video_license_ = value;
12205 _have_video_syndicated_ =
false;
12206 client::ClearCppValueHelper(&video_syndicated_);
12224 _have_video_syndicated_ =
true;
12225 return &video_syndicated_;
12238 _have_video_syndicated_ =
true;
12239 video_syndicated_ = value;
12248 _have_video_type_ =
false;
12249 client::ClearCppValueHelper(&video_type_);
12267 _have_video_type_ =
true;
12268 return &video_type_;
12280 _have_video_type_ =
true;
12281 video_type_ = value;
12293 virtual util::Status AppendVariable(
12294 const StringPiece& variable_name,
12295 const client::UriTemplateConfig& config,
12303 virtual util::Status AppendOptionalQueryParameters(
string* target);
12318 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
12323 string channel_id_;
12324 string channel_type_;
12325 string event_type_;
12326 bool for_content_owner_;
12327 bool for_developer_;
12330 string location_radius_;
12331 uint32 max_results_;
12332 string on_behalf_of_content_owner_;
12334 string page_token_;
12335 client::DateTime published_after_;
12336 client::DateTime published_before_;
12338 string region_code_;
12339 string related_to_video_id_;
12340 string relevance_language_;
12341 string safe_search_;
12344 string video_caption_;
12345 string video_category_id_;
12346 string video_definition_;
12347 string video_dimension_;
12348 string video_duration_;
12349 string video_embeddable_;
12350 string video_license_;
12351 string video_syndicated_;
12352 string video_type_;
12353 bool _have_channel_id_ : 1;
12354 bool _have_channel_type_ : 1;
12355 bool _have_event_type_ : 1;
12356 bool _have_for_content_owner_ : 1;
12357 bool _have_for_developer_ : 1;
12358 bool _have_for_mine_ : 1;
12359 bool _have_location_ : 1;
12360 bool _have_location_radius_ : 1;
12361 bool _have_max_results_ : 1;
12362 bool _have_on_behalf_of_content_owner_ : 1;
12363 bool _have_order_ : 1;
12364 bool _have_page_token_ : 1;
12365 bool _have_published_after_ : 1;
12366 bool _have_published_before_ : 1;
12368 bool _have_region_code_ : 1;
12369 bool _have_related_to_video_id_ : 1;
12370 bool _have_relevance_language_ : 1;
12371 bool _have_safe_search_ : 1;
12372 bool _have_topic_id_ : 1;
12373 bool _have_type_ : 1;
12374 bool _have_video_caption_ : 1;
12375 bool _have_video_category_id_ : 1;
12376 bool _have_video_definition_ : 1;
12377 bool _have_video_dimension_ : 1;
12378 bool _have_video_duration_ : 1;
12379 bool _have_video_embeddable_ : 1;
12380 bool _have_video_license_ : 1;
12381 bool _have_video_syndicated_ : 1;
12382 bool _have_video_type_ : 1;
12386 typedef client::ServiceRequestPager<
12389 SearchResource_ListMethodPager;
12420 client::AuthorizationCredential* _credential_,
12421 const absl::string_view& part);
12433 _have_filter_ =
false;
12434 client::ClearCppValueHelper(&filter_);
12451 _have_filter_ =
true;
12463 _have_filter_ =
true;
12473 _have_max_results_ =
false;
12474 client::ClearCppValueHelper(&max_results_);
12492 _have_max_results_ =
true;
12493 max_results_ = value;
12500 _have_page_token_ =
false;
12501 client::ClearCppValueHelper(&page_token_);
12519 _have_page_token_ =
true;
12520 return &page_token_;
12533 _have_page_token_ =
true;
12534 page_token_ = value;
12546 virtual util::Status AppendVariable(
12547 const StringPiece& variable_name,
12548 const client::UriTemplateConfig& config,
12556 virtual util::Status AppendOptionalQueryParameters(
string* target);
12571 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
12577 uint32 max_results_;
12578 string page_token_;
12579 bool _have_filter_ : 1;
12580 bool _have_max_results_ : 1;
12581 bool _have_page_token_ : 1;
12585 typedef client::ServiceRequestPager<
12588 SponsorsResource_ListMethodPager;
12620 client::AuthorizationCredential* _credential_,
12621 const absl::string_view&
id);
12638 virtual util::Status AppendVariable(
12639 const StringPiece& variable_name,
12640 const client::UriTemplateConfig& config,
12648 virtual util::Status AppendOptionalQueryParameters(
string* target);
12685 client::AuthorizationCredential* _credential_,
12686 const absl::string_view& part,
12704 virtual util::Status AppendVariable(
12705 const StringPiece& variable_name,
12706 const client::UriTemplateConfig& config,
12714 virtual util::Status AppendOptionalQueryParameters(
string* target);
12729 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
12733 string part_;
string _content_;
12772 client::AuthorizationCredential* _credential_,
12773 const absl::string_view& part);
12785 _have_channel_id_ =
false;
12786 client::ClearCppValueHelper(&channel_id_);
12804 _have_channel_id_ =
true;
12805 return &channel_id_;
12816 _have_channel_id_ =
true;
12817 channel_id_ = value;
12826 _have_for_channel_id_ =
false;
12827 client::ClearCppValueHelper(&for_channel_id_);
12845 _have_for_channel_id_ =
true;
12846 return &for_channel_id_;
12858 _have_for_channel_id_ =
true;
12859 for_channel_id_ = value;
12869 client::ClearCppValueHelper(&id_);
12910 _have_max_results_ =
false;
12911 client::ClearCppValueHelper(&max_results_);
12929 _have_max_results_ =
true;
12930 max_results_ = value;
12937 _have_mine_ =
false;
12938 client::ClearCppValueHelper(&mine_);
12956 _have_mine_ =
true;
12965 _have_my_recent_subscribers_ =
false;
12966 client::ClearCppValueHelper(&my_recent_subscribers_);
12985 _have_my_recent_subscribers_ =
true;
12986 my_recent_subscribers_ = value;
12993 _have_my_subscribers_ =
false;
12994 client::ClearCppValueHelper(&my_subscribers_);
13012 _have_my_subscribers_ =
true;
13013 my_subscribers_ = value;
13021 _have_on_behalf_of_content_owner_ =
false;
13022 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
13040 _have_on_behalf_of_content_owner_ =
true;
13041 return &on_behalf_of_content_owner_;
13062 _have_on_behalf_of_content_owner_ =
true;
13063 on_behalf_of_content_owner_ = value;
13073 _have_on_behalf_of_content_owner_channel_ =
false;
13074 client::ClearCppValueHelper(&on_behalf_of_content_owner_channel_);
13092 _have_on_behalf_of_content_owner_channel_ =
true;
13093 return &on_behalf_of_content_owner_channel_;
13121 _have_on_behalf_of_content_owner_channel_ =
true;
13122 on_behalf_of_content_owner_channel_ = value;
13131 _have_order_ =
false;
13132 client::ClearCppValueHelper(&order_);
13149 _have_order_ =
true;
13161 _have_order_ =
true;
13171 _have_page_token_ =
false;
13172 client::ClearCppValueHelper(&page_token_);
13190 _have_page_token_ =
true;
13191 return &page_token_;
13204 _have_page_token_ =
true;
13205 page_token_ = value;
13217 virtual util::Status AppendVariable(
13218 const StringPiece& variable_name,
13219 const client::UriTemplateConfig& config,
13227 virtual util::Status AppendOptionalQueryParameters(
string* target);
13242 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
13247 string channel_id_;
13248 string for_channel_id_;
13250 uint32 max_results_;
13252 bool my_recent_subscribers_;
13253 bool my_subscribers_;
13254 string on_behalf_of_content_owner_;
13255 string on_behalf_of_content_owner_channel_;
13257 string page_token_;
13258 bool _have_channel_id_ : 1;
13259 bool _have_for_channel_id_ : 1;
13260 bool _have_id_ : 1;
13261 bool _have_max_results_ : 1;
13262 bool _have_mine_ : 1;
13263 bool _have_my_recent_subscribers_ : 1;
13264 bool _have_my_subscribers_ : 1;
13265 bool _have_on_behalf_of_content_owner_ : 1;
13266 bool _have_on_behalf_of_content_owner_channel_ : 1;
13267 bool _have_order_ : 1;
13268 bool _have_page_token_ : 1;
13272 typedef client::ServiceRequestPager<
13275 SubscriptionsResource_ListMethodPager;
13307 client::AuthorizationCredential* _credential_,
13308 const absl::string_view& part);
13321 client::ClearCppValueHelper(&hl_);
13367 _have_max_results_ =
false;
13368 client::ClearCppValueHelper(&max_results_);
13386 _have_max_results_ =
true;
13387 max_results_ = value;
13394 _have_page_token_ =
false;
13395 client::ClearCppValueHelper(&page_token_);
13413 _have_page_token_ =
true;
13414 return &page_token_;
13427 _have_page_token_ =
true;
13428 page_token_ = value;
13440 virtual util::Status AppendVariable(
13441 const StringPiece& variable_name,
13442 const client::UriTemplateConfig& config,
13450 virtual util::Status AppendOptionalQueryParameters(
string* target);
13465 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
13471 uint32 max_results_;
13472 string page_token_;
13473 bool _have_hl_ : 1;
13474 bool _have_max_results_ : 1;
13475 bool _have_page_token_ : 1;
13479 typedef client::ServiceRequestPager<
13482 SuperChatEventsResource_ListMethodPager;
13519 client::AuthorizationCredential* _credential_,
13520 const absl::string_view& video_id,
13521 const StringPiece& _media_content_type_,
13522 client::DataReader* _media_content_reader_);
13535 _have_on_behalf_of_content_owner_ =
false;
13536 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
13554 _have_on_behalf_of_content_owner_ =
true;
13555 return &on_behalf_of_content_owner_;
13576 _have_on_behalf_of_content_owner_ =
true;
13577 on_behalf_of_content_owner_ = value;
13589 virtual util::Status AppendVariable(
13590 const StringPiece& variable_name,
13591 const client::UriTemplateConfig& config,
13599 virtual util::Status AppendOptionalQueryParameters(
string* target);
13614 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
13633 string on_behalf_of_content_owner_;
13634 bool _have_on_behalf_of_content_owner_ : 1;
13668 client::AuthorizationCredential* _credential_,
13669 const absl::string_view& part);
13682 client::ClearCppValueHelper(&hl_);
13724 virtual util::Status AppendVariable(
13725 const StringPiece& variable_name,
13726 const client::UriTemplateConfig& config,
13734 virtual util::Status AppendOptionalQueryParameters(
string* target);
13749 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
13755 bool _have_hl_ : 1;
13790 client::AuthorizationCredential* _credential_,
13791 const absl::string_view& part);
13804 client::ClearCppValueHelper(&hl_);
13844 client::ClearCppValueHelper(&id_);
13883 _have_region_code_ =
false;
13884 client::ClearCppValueHelper(®ion_code_);
13902 _have_region_code_ =
true;
13903 return ®ion_code_;
13915 _have_region_code_ =
true;
13916 region_code_ = value;
13928 virtual util::Status AppendVariable(
13929 const StringPiece& variable_name,
13930 const client::UriTemplateConfig& config,
13938 virtual util::Status AppendOptionalQueryParameters(
string* target);
13953 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
13960 string region_code_;
13961 bool _have_hl_ : 1;
13962 bool _have_id_ : 1;
13963 bool _have_region_code_ : 1;
13997 client::AuthorizationCredential* _credential_,
13998 const absl::string_view&
id);
14011 _have_on_behalf_of_content_owner_ =
false;
14012 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
14030 _have_on_behalf_of_content_owner_ =
true;
14031 return &on_behalf_of_content_owner_;
14052 _have_on_behalf_of_content_owner_ =
true;
14053 on_behalf_of_content_owner_ = value;
14065 virtual util::Status AppendVariable(
14066 const StringPiece& variable_name,
14067 const client::UriTemplateConfig& config,
14075 virtual util::Status AppendOptionalQueryParameters(
string* target);
14080 string on_behalf_of_content_owner_;
14081 bool _have_on_behalf_of_content_owner_ : 1;
14113 client::AuthorizationCredential* _credential_,
14114 const absl::string_view&
id);
14127 _have_on_behalf_of_content_owner_ =
false;
14128 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
14146 _have_on_behalf_of_content_owner_ =
true;
14147 return &on_behalf_of_content_owner_;
14168 _have_on_behalf_of_content_owner_ =
true;
14169 on_behalf_of_content_owner_ = value;
14181 virtual util::Status AppendVariable(
14182 const StringPiece& variable_name,
14183 const client::UriTemplateConfig& config,
14191 virtual util::Status AppendOptionalQueryParameters(
string* target);
14206 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
14211 string on_behalf_of_content_owner_;
14212 bool _have_on_behalf_of_content_owner_ : 1;
14257 client::AuthorizationCredential* _credential_,
14258 const absl::string_view& part);
14285 client::AuthorizationCredential* _credential_,
14286 const absl::string_view& part,
14287 const Video* _metadata_,
14288 const StringPiece& _media_content_type_,
14289 client::DataReader* _media_content_reader_);
14301 _have_auto_levels_ =
false;
14302 client::ClearCppValueHelper(&auto_levels_);
14320 _have_auto_levels_ =
true;
14321 auto_levels_ = value;
14329 _have_notify_subscribers_ =
false;
14330 client::ClearCppValueHelper(¬ify_subscribers_);
14353 _have_notify_subscribers_ =
true;
14354 notify_subscribers_ = value;
14362 _have_on_behalf_of_content_owner_ =
false;
14363 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
14381 _have_on_behalf_of_content_owner_ =
true;
14382 return &on_behalf_of_content_owner_;
14403 _have_on_behalf_of_content_owner_ =
true;
14404 on_behalf_of_content_owner_ = value;
14414 _have_on_behalf_of_content_owner_channel_ =
false;
14415 client::ClearCppValueHelper(&on_behalf_of_content_owner_channel_);
14433 _have_on_behalf_of_content_owner_channel_ =
true;
14434 return &on_behalf_of_content_owner_channel_;
14462 _have_on_behalf_of_content_owner_channel_ =
true;
14463 on_behalf_of_content_owner_channel_ = value;
14472 _have_stabilize_ =
false;
14473 client::ClearCppValueHelper(&stabilize_);
14491 _have_stabilize_ =
true;
14492 stabilize_ = value;
14504 virtual util::Status AppendVariable(
14505 const StringPiece& variable_name,
14506 const client::UriTemplateConfig& config,
14514 virtual util::Status AppendOptionalQueryParameters(
string* target);
14529 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
14549 bool notify_subscribers_;
14550 string on_behalf_of_content_owner_;
14551 string on_behalf_of_content_owner_channel_;
14553 bool _have_auto_levels_ : 1;
14554 bool _have_notify_subscribers_ : 1;
14555 bool _have_on_behalf_of_content_owner_ : 1;
14556 bool _have_on_behalf_of_content_owner_channel_ : 1;
14557 bool _have_stabilize_ : 1;
14595 client::AuthorizationCredential* _credential_,
14596 const absl::string_view& part);
14608 _have_chart_ =
false;
14609 client::ClearCppValueHelper(&chart_);
14626 _have_chart_ =
true;
14638 _have_chart_ =
true;
14649 client::ClearCppValueHelper(&hl_);
14696 client::ClearCppValueHelper(&id_);
14736 _have_locale_ =
false;
14737 client::ClearCppValueHelper(&locale_);
14754 _have_locale_ =
true;
14766 _have_locale_ =
true;
14776 _have_max_height_ =
false;
14777 client::ClearCppValueHelper(&max_height_);
14796 _have_max_height_ =
true;
14797 max_height_ = value;
14804 _have_max_results_ =
false;
14805 client::ClearCppValueHelper(&max_results_);
14827 _have_max_results_ =
true;
14828 max_results_ = value;
14835 _have_max_width_ =
false;
14836 client::ClearCppValueHelper(&max_width_);
14855 _have_max_width_ =
true;
14856 max_width_ = value;
14863 _have_my_rating_ =
false;
14864 client::ClearCppValueHelper(&my_rating_);
14882 _have_my_rating_ =
true;
14883 return &my_rating_;
14895 _have_my_rating_ =
true;
14896 my_rating_ = value;
14906 _have_on_behalf_of_content_owner_ =
false;
14907 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
14925 _have_on_behalf_of_content_owner_ =
true;
14926 return &on_behalf_of_content_owner_;
14947 _have_on_behalf_of_content_owner_ =
true;
14948 on_behalf_of_content_owner_ = value;
14957 _have_page_token_ =
false;
14958 client::ClearCppValueHelper(&page_token_);
14976 _have_page_token_ =
true;
14977 return &page_token_;
14994 _have_page_token_ =
true;
14995 page_token_ = value;
15004 _have_region_code_ =
false;
15005 client::ClearCppValueHelper(®ion_code_);
15023 _have_region_code_ =
true;
15024 return ®ion_code_;
15037 _have_region_code_ =
true;
15038 region_code_ = value;
15048 _have_video_category_id_ =
false;
15049 client::ClearCppValueHelper(&video_category_id_);
15067 _have_video_category_id_ =
true;
15068 return &video_category_id_;
15081 _have_video_category_id_ =
true;
15082 video_category_id_ = value;
15094 virtual util::Status AppendVariable(
15095 const StringPiece& variable_name,
15096 const client::UriTemplateConfig& config,
15104 virtual util::Status AppendOptionalQueryParameters(
string* target);
15119 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
15128 uint32 max_height_;
15129 uint32 max_results_;
15132 string on_behalf_of_content_owner_;
15133 string page_token_;
15134 string region_code_;
15135 string video_category_id_;
15136 bool _have_chart_ : 1;
15137 bool _have_hl_ : 1;
15138 bool _have_id_ : 1;
15139 bool _have_locale_ : 1;
15140 bool _have_max_height_ : 1;
15141 bool _have_max_results_ : 1;
15142 bool _have_max_width_ : 1;
15143 bool _have_my_rating_ : 1;
15144 bool _have_on_behalf_of_content_owner_ : 1;
15145 bool _have_page_token_ : 1;
15146 bool _have_region_code_ : 1;
15147 bool _have_video_category_id_ : 1;
15151 typedef client::ServiceRequestPager<
15154 VideosResource_ListMethodPager;
15184 client::AuthorizationCredential* _credential_,
15185 const absl::string_view&
id,
15186 const absl::string_view& rating);
15203 virtual util::Status AppendVariable(
15204 const StringPiece& variable_name,
15205 const client::UriTemplateConfig& config,
15213 virtual util::Status AppendOptionalQueryParameters(
string* target);
15248 client::AuthorizationCredential* _credential_,
15262 _have_on_behalf_of_content_owner_ =
false;
15263 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
15281 _have_on_behalf_of_content_owner_ =
true;
15282 return &on_behalf_of_content_owner_;
15303 _have_on_behalf_of_content_owner_ =
true;
15304 on_behalf_of_content_owner_ = value;
15316 virtual util::Status AppendVariable(
15317 const StringPiece& variable_name,
15318 const client::UriTemplateConfig& config,
15326 virtual util::Status AppendOptionalQueryParameters(
string* target);
15330 string on_behalf_of_content_owner_;
15331 bool _have_on_behalf_of_content_owner_ : 1;
string _content_;
15381 client::AuthorizationCredential* _credential_,
15382 const absl::string_view& part,
15383 const Video& _content_);
15396 _have_on_behalf_of_content_owner_ =
false;
15397 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
15415 _have_on_behalf_of_content_owner_ =
true;
15416 return &on_behalf_of_content_owner_;
15437 _have_on_behalf_of_content_owner_ =
true;
15438 on_behalf_of_content_owner_ = value;
15450 virtual util::Status AppendVariable(
15451 const StringPiece& variable_name,
15452 const client::UriTemplateConfig& config,
15460 virtual util::Status AppendOptionalQueryParameters(
string* target);
15475 return YouTubeServiceBaseRequest::ExecuteAndParseResponse(data);
15480 string on_behalf_of_content_owner_;
15481 bool _have_on_behalf_of_content_owner_ : 1;
string _content_;
15520 client::AuthorizationCredential* _credential_,
15521 const absl::string_view& channel_id);
15540 client::AuthorizationCredential* _credential_,
15541 const absl::string_view& channel_id,
15543 const StringPiece& _media_content_type_,
15544 client::DataReader* _media_content_reader_);
15557 _have_on_behalf_of_content_owner_ =
false;
15558 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
15576 _have_on_behalf_of_content_owner_ =
true;
15577 return &on_behalf_of_content_owner_;
15598 _have_on_behalf_of_content_owner_ =
true;
15599 on_behalf_of_content_owner_ = value;
15611 virtual util::Status AppendVariable(
15612 const StringPiece& variable_name,
15613 const client::UriTemplateConfig& config,
15621 virtual util::Status AppendOptionalQueryParameters(
string* target);
15639 string channel_id_;
15640 string on_behalf_of_content_owner_;
15641 bool _have_on_behalf_of_content_owner_ : 1;
15672 client::AuthorizationCredential* _credential_,
15673 const absl::string_view& channel_id);
15686 _have_on_behalf_of_content_owner_ =
false;
15687 client::ClearCppValueHelper(&on_behalf_of_content_owner_);
15705 _have_on_behalf_of_content_owner_ =
true;
15706 return &on_behalf_of_content_owner_;
15727 _have_on_behalf_of_content_owner_ =
true;
15728 on_behalf_of_content_owner_ = value;
15740 virtual util::Status AppendVariable(
15741 const StringPiece& variable_name,
15742 const client::UriTemplateConfig& config,
15750 virtual util::Status AppendOptionalQueryParameters(
string* target);
15754 string channel_id_;
15755 string on_behalf_of_content_owner_;
15756 bool _have_on_behalf_of_content_owner_ : 1;
15775 static const char googleapis_API_NAME[];
15780 static const char googleapis_API_VERSION[];
15785 static const char googleapis_API_GENERATOR[];
15823 client::AuthorizationCredential* _credential_,
15824 const absl::string_view& part,
15845 ActivitiesResource_ListMethod* NewListMethod(
15846 client::AuthorizationCredential* _credential_,
15847 const absl::string_view& part)
const;
15866 ActivitiesResource_ListMethodPager* NewListMethodPager(
15867 client::AuthorizationCredential* _credential_,
15868 const absl::string_view& part)
const;
15910 client::AuthorizationCredential* _credential_,
15911 const absl::string_view&
id)
const;
15925 client::AuthorizationCredential* _credential_,
15926 const absl::string_view&
id)
const;
15942 client::AuthorizationCredential* _credential_,
15943 const absl::string_view& part)
const;
15963 client::AuthorizationCredential* _credential_,
15964 const absl::string_view& part,
15966 const StringPiece& _media_content_type_,
15967 client::DataReader* _media_content_reader_)
const;
15984 client::AuthorizationCredential* _credential_,
15985 const absl::string_view& part,
15986 const absl::string_view& video_id)
const;
16005 client::AuthorizationCredential* _credential_,
16006 const absl::string_view& part)
const;
16029 client::AuthorizationCredential* _credential_,
16030 const absl::string_view& part,
16032 const StringPiece& _media_content_type_,
16033 client::DataReader* _media_content_reader_)
const;
16075 client::AuthorizationCredential* _credential_)
const;
16093 client::AuthorizationCredential* _credential_,
16095 const StringPiece& _media_content_type_,
16096 client::DataReader* _media_content_reader_)
const;
16138 client::AuthorizationCredential* _credential_,
16139 const absl::string_view&
id)
const;
16157 client::AuthorizationCredential* _credential_,
16158 const absl::string_view& part,
16180 client::AuthorizationCredential* _credential_,
16181 const absl::string_view& part)
const;
16199 client::AuthorizationCredential* _credential_,
16200 const absl::string_view& part,
16248 ChannelsResource_ListMethod* NewListMethod(
16249 client::AuthorizationCredential* _credential_,
16250 const absl::string_view& part)
const;
16268 ChannelsResource_ListMethodPager* NewListMethodPager(
16269 client::AuthorizationCredential* _credential_,
16270 const absl::string_view& part)
const;
16293 client::AuthorizationCredential* _credential_,
16294 const absl::string_view& part,
16295 const Channel& _content_)
const;
16338 client::AuthorizationCredential* _credential_,
16339 const absl::string_view& part,
16353 CommentThreadsResource_ListMethod* NewListMethod(
16354 client::AuthorizationCredential* _credential_,
16355 const absl::string_view& part)
const;
16367 CommentThreadsResource_ListMethodPager* NewListMethodPager(
16368 client::AuthorizationCredential* _credential_,
16369 const absl::string_view& part)
const;
16385 client::AuthorizationCredential* _credential_,
16386 const absl::string_view& part,
16428 client::AuthorizationCredential* _credential_,
16429 const absl::string_view&
id)
const;
16444 client::AuthorizationCredential* _credential_,
16445 const absl::string_view& part,
16446 const Comment& _content_)
const;
16459 CommentsResource_ListMethod* NewListMethod(
16460 client::AuthorizationCredential* _credential_,
16461 const absl::string_view& part)
const;
16473 CommentsResource_ListMethodPager* NewListMethodPager(
16474 client::AuthorizationCredential* _credential_,
16475 const absl::string_view& part)
const;
16488 client::AuthorizationCredential* _credential_,
16489 const absl::string_view&
id)
const;
16505 client::AuthorizationCredential* _credential_,
16506 const absl::string_view&
id,
16507 const absl::string_view& moderation_status)
const;
16523 client::AuthorizationCredential* _credential_,
16524 const absl::string_view& part,
16525 const Comment& _content_)
const;
16567 client::AuthorizationCredential* _credential_,
16568 const absl::string_view& part)
const;
16610 client::AuthorizationCredential* _credential_,
16611 const absl::string_view& part)
const;
16653 client::AuthorizationCredential* _credential_,
16654 const absl::string_view& part)
const;
16699 client::AuthorizationCredential* _credential_,
16700 const absl::string_view&
id,
16701 const absl::string_view& part)
const;
16719 client::AuthorizationCredential* _credential_,
16720 const absl::string_view&
id,
16721 const absl::string_view& part)
const;
16734 client::AuthorizationCredential* _credential_,
16735 const absl::string_view&
id)
const;
16753 client::AuthorizationCredential* _credential_,
16754 const absl::string_view& part,
16769 LiveBroadcastsResource_ListMethod* NewListMethod(
16770 client::AuthorizationCredential* _credential_,
16771 const absl::string_view& part)
const;
16784 LiveBroadcastsResource_ListMethodPager* NewListMethodPager(
16785 client::AuthorizationCredential* _credential_,
16786 const absl::string_view& part)
const;
16807 client::AuthorizationCredential* _credential_,
16808 const absl::string_view& broadcast_status,
16809 const absl::string_view&
id,
16810 const absl::string_view& part)
const;
16838 client::AuthorizationCredential* _credential_,
16839 const absl::string_view& part,
16881 client::AuthorizationCredential* _credential_,
16882 const absl::string_view&
id)
const;
16898 client::AuthorizationCredential* _credential_,
16899 const absl::string_view& part,
16941 client::AuthorizationCredential* _credential_,
16942 const absl::string_view&
id)
const;
16957 client::AuthorizationCredential* _credential_,
16958 const absl::string_view& part,
16974 LiveChatMessagesResource_ListMethod* NewListMethod(
16975 client::AuthorizationCredential* _credential_,
16976 const absl::string_view& live_chat_id,
16977 const absl::string_view& part)
const;
16992 LiveChatMessagesResource_ListMethodPager* NewListMethodPager(
16993 client::AuthorizationCredential* _credential_,
16994 const absl::string_view& live_chat_id,
16995 const absl::string_view& part)
const;
17036 client::AuthorizationCredential* _credential_,
17037 const absl::string_view&
id)
const;
17053 client::AuthorizationCredential* _credential_,
17054 const absl::string_view& part,
17070 LiveChatModeratorsResource_ListMethod* NewListMethod(
17071 client::AuthorizationCredential* _credential_,
17072 const absl::string_view& live_chat_id,
17073 const absl::string_view& part)
const;
17088 LiveChatModeratorsResource_ListMethodPager* NewListMethodPager(
17089 client::AuthorizationCredential* _credential_,
17090 const absl::string_view& live_chat_id,
17091 const absl::string_view& part)
const;
17132 client::AuthorizationCredential* _credential_,
17133 const absl::string_view&
id)
const;
17151 client::AuthorizationCredential* _credential_,
17152 const absl::string_view& part,
17167 LiveStreamsResource_ListMethod* NewListMethod(
17168 client::AuthorizationCredential* _credential_,
17169 const absl::string_view& part)
const;
17182 LiveStreamsResource_ListMethodPager* NewListMethodPager(
17183 client::AuthorizationCredential* _credential_,
17184 const absl::string_view& part)
const;
17207 client::AuthorizationCredential* _credential_,
17208 const absl::string_view& part,
17249 MembersResource_ListMethod* NewListMethod(
17250 client::AuthorizationCredential* _credential_,
17251 const absl::string_view& part)
const;
17262 MembersResource_ListMethodPager* NewListMethodPager(
17263 client::AuthorizationCredential* _credential_,
17264 const absl::string_view& part)
const;
17306 client::AuthorizationCredential* _credential_,
17307 const absl::string_view& part)
const;
17349 client::AuthorizationCredential* _credential_,
17350 const absl::string_view&
id)
const;
17365 client::AuthorizationCredential* _credential_,
17366 const absl::string_view& part,
17387 PlaylistItemsResource_ListMethod* NewListMethod(
17388 client::AuthorizationCredential* _credential_,
17389 const absl::string_view& part)
const;
17408 PlaylistItemsResource_ListMethodPager* NewListMethodPager(
17409 client::AuthorizationCredential* _credential_,
17410 const absl::string_view& part)
const;
17437 client::AuthorizationCredential* _credential_,
17438 const absl::string_view& part,
17481 client::AuthorizationCredential* _credential_,
17482 const absl::string_view&
id)
const;
17497 client::AuthorizationCredential* _credential_,
17498 const absl::string_view& part,
17518 PlaylistsResource_ListMethod* NewListMethod(
17519 client::AuthorizationCredential* _credential_,
17520 const absl::string_view& part)
const;
17538 PlaylistsResource_ListMethodPager* NewListMethodPager(
17539 client::AuthorizationCredential* _credential_,
17540 const absl::string_view& part)
const;
17562 client::AuthorizationCredential* _credential_,
17563 const absl::string_view& part,
17605 SearchResource_ListMethod* NewListMethod(
17606 client::AuthorizationCredential* _credential_,
17607 const absl::string_view& part)
const;
17619 SearchResource_ListMethodPager* NewListMethodPager(
17620 client::AuthorizationCredential* _credential_,
17621 const absl::string_view& part)
const;
17661 SponsorsResource_ListMethod* NewListMethod(
17662 client::AuthorizationCredential* _credential_,
17663 const absl::string_view& part)
const;
17674 SponsorsResource_ListMethodPager* NewListMethodPager(
17675 client::AuthorizationCredential* _credential_,
17676 const absl::string_view& part)
const;
17718 client::AuthorizationCredential* _credential_,
17719 const absl::string_view&
id)
const;
17734 client::AuthorizationCredential* _credential_,
17735 const absl::string_view& part,
17755 SubscriptionsResource_ListMethod* NewListMethod(
17756 client::AuthorizationCredential* _credential_,
17757 const absl::string_view& part)
const;
17775 SubscriptionsResource_ListMethodPager* NewListMethodPager(
17776 client::AuthorizationCredential* _credential_,
17777 const absl::string_view& part)
const;
17818 SuperChatEventsResource_ListMethod* NewListMethod(
17819 client::AuthorizationCredential* _credential_,
17820 const absl::string_view& part)
const;
17832 SuperChatEventsResource_ListMethodPager* NewListMethodPager(
17833 client::AuthorizationCredential* _credential_,
17834 const absl::string_view& part)
const;
17880 client::AuthorizationCredential* _credential_,
17881 const absl::string_view& video_id,
17882 const StringPiece& _media_content_type_,
17883 client::DataReader* _media_content_reader_)
const;
17925 client::AuthorizationCredential* _credential_,
17926 const absl::string_view& part)
const;
17968 client::AuthorizationCredential* _credential_,
17969 const absl::string_view& part)
const;
18011 client::AuthorizationCredential* _credential_,
18012 const absl::string_view&
id)
const;
18027 client::AuthorizationCredential* _credential_,
18028 const absl::string_view&
id)
const;
18052 client::AuthorizationCredential* _credential_,
18053 const absl::string_view& part)
const;
18081 client::AuthorizationCredential* _credential_,
18082 const absl::string_view& part,
18083 const Video* _metadata_,
18084 const StringPiece& _media_content_type_,
18085 client::DataReader* _media_content_reader_)
const;
18103 VideosResource_ListMethod* NewListMethod(
18104 client::AuthorizationCredential* _credential_,
18105 const absl::string_view& part)
const;
18122 VideosResource_ListMethodPager* NewListMethodPager(
18123 client::AuthorizationCredential* _credential_,
18124 const absl::string_view& part)
const;
18138 client::AuthorizationCredential* _credential_,
18139 const absl::string_view&
id,
18140 const absl::string_view& rating)
const;
18152 client::AuthorizationCredential* _credential_,
18185 client::AuthorizationCredential* _credential_,
18186 const absl::string_view& part,
18187 const Video& _content_)
const;
18231 client::AuthorizationCredential* _credential_,
18232 const absl::string_view& channel_id)
const;
18252 client::AuthorizationCredential* _credential_,
18253 const absl::string_view& channel_id,
18255 const StringPiece& _media_content_type_,
18256 client::DataReader* _media_content_reader_)
const;
18269 client::AuthorizationCredential* _credential_,
18270 const absl::string_view& channel_id)
const;
18299 return activities_;
18319 return channel_banners_;
18329 return channel_sections_;
18349 return comment_threads_;
18369 return guide_categories_;
18379 return i18n_languages_;
18389 return i18n_regions_;
18399 return live_broadcasts_;
18409 return live_chat_bans_;
18419 return live_chat_messages_;
18429 return live_chat_moderators_;
18439 return live_streams_;
18459 return memberships_levels_;
18469 return playlist_items_;
18509 return subscriptions_;
18519 return super_chat_events_;
18529 return thumbnails_;
18539 return video_abuse_report_reasons_;
18549 return video_categories_;
18569 return watermarks_;
18583 static const char YOUTUBE[];
18589 static const char YOUTUBE_FORCE_SSL[];
18594 static const char YOUTUBE_READONLY[];
18599 static const char YOUTUBE_UPLOAD[];
18604 static const char YOUTUBEPARTNER[];
18610 static const char YOUTUBEPARTNER_CHANNEL_AUDIT[];
18682 #endif // GOOGLE_YOUTUBE_API_YOU_TUBE_SERVICE_H_ util::Status ExecuteAndParseResponse(PlaylistItem *data)
Definition: you_tube_service.h:10106
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:15556
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:6272
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:10172
void clear_video_license()
Definition: you_tube_service.h:12158
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:9760
const string & get_hl() const
Definition: you_tube_service.h:5424
void set_type(const string &value)
Definition: you_tube_service.h:11887
void clear_max_width()
Definition: you_tube_service.h:14834
void set_sync(bool value)
Definition: you_tube_service.h:1544
void clear_page_token()
Definition: you_tube_service.h:13170
Definition: you_tube_service.h:17689
Definition: video_abuse_report_reason_list_response.h:52
util::Status ExecuteAndParseResponse(LiveBroadcast *data)
Definition: you_tube_service.h:7023
void set_topic_id(const string &value)
Definition: you_tube_service.h:11846
void set_page_token(const string &value)
Definition: you_tube_service.h:6769
void set_pretty_print(bool value)
Definition: you_tube_service.h:341
void clear_related_to_video_id()
Definition: you_tube_service.h:11683
string * mutable_videoDuration()
Definition: you_tube_service.h:12091
void set_id(const string &value)
Definition: you_tube_service.h:6560
void set_on_behalf_of_content_owner_channel(const string &value)
Definition: you_tube_service.h:6353
void clear_on_behalf_of_content_owner_channel()
Definition: you_tube_service.h:6305
void clear_page_token()
Definition: you_tube_service.h:9197
void set_category_id(const string &value)
Definition: you_tube_service.h:3137
util::Status ExecuteAndParseResponse(ChannelSection *data)
Definition: you_tube_service.h:2603
util::Status ExecuteAndParseResponse(PlaylistItemListResponse *data)
Definition: you_tube_service.h:9947
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:5549
string * mutable_id()
Definition: you_tube_service.h:10575
~CaptionsResource()
Definition: you_tube_service.h:15895
Definition: you_tube_service.h:3074
void clear_published_before()
Definition: you_tube_service.h:11563
const string & get_chart() const
Definition: you_tube_service.h:14618
string * mutable_id()
Definition: you_tube_service.h:13860
void clear_max_results()
Definition: you_tube_service.h:11370
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:1176
uint32 get_max_results() const
Definition: you_tube_service.h:7974
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:6645
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:2833
void set_hl(const string &value)
Definition: you_tube_service.h:5111
Definition: live_stream_list_response.h:54
string * mutable_videoType()
Definition: you_tube_service.h:12266
static const client::MediaUploadSpec RESUMABLE_MEDIA_UPLOAD
Definition: you_tube_service.h:2292
void set_on_behalf_of_content_owner_channel(const string &value)
Definition: you_tube_service.h:5945
const string & get_page_token() const
Definition: you_tube_service.h:14967
string * mutable_oauthToken()
Definition: you_tube_service.h:302
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:2507
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:1777
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:13534
void clear_hl()
Definition: you_tube_service.h:2706
const PlaylistsResource & get_playlists() const
Definition: you_tube_service.h:18478
bool get_sync() const
Definition: you_tube_service.h:1529
Definition: live_chat_moderator.h:54
const string & get_id() const
Definition: you_tube_service.h:2763
string * mutable_channelId()
Definition: you_tube_service.h:11067
Definition: access_policy.cc:40
void clear_video_embeddable()
Definition: you_tube_service.h:12115
Definition: you_tube_service.h:15236
~LiveChatModeratorsResource()
Definition: you_tube_service.h:17022
Definition: live_chat_message_list_response.h:56
string * mutable_quotaUser()
Definition: you_tube_service.h:368
Definition: you_tube_service.h:17847
const string & get_region_code() const
Definition: you_tube_service.h:844
const string & get_page_token() const
Definition: you_tube_service.h:8001
string * mutable_channelId()
Definition: you_tube_service.h:622
Definition: you_tube_service.h:17452
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:6886
void clear_hl()
Definition: you_tube_service.h:13680
Definition: you_tube_service.h:7322
void set_hl(const string &value)
Definition: you_tube_service.h:2742
void clear_mine()
Definition: you_tube_service.h:2794
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:8313
Definition: you_tube_service.h:16624
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:1217
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:6083
Definition: you_tube_service.h:9988
Definition: live_broadcast.h:56
const ChannelSectionsResource & get_channel_sections() const
Definition: you_tube_service.h:18328
string * mutable_eventType()
Definition: you_tube_service.h:11149
const VideoAbuseReportReasonsResource & get_video_abuse_report_reasons() const
Definition: you_tube_service.h:18538
Definition: caption_list_response.h:52
bool get_pretty_print() const
Definition: you_tube_service.h:334
void clear_page_token()
Definition: you_tube_service.h:726
const string & get_id() const
Definition: you_tube_service.h:9684
string * mutable_onBehalfOfContentOwnerChannel()
Definition: you_tube_service.h:6957
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:2985
void clear_on_behalf_of_content_owner_channel()
Definition: you_tube_service.h:2518
util::Status ExecuteAndParseResponse(I18nLanguageListResponse *data)
Definition: you_tube_service.h:5358
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:13553
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:1029
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:8848
util::Status ExecuteAndParseResponse(SubscriptionListResponse *data)
Definition: you_tube_service.h:13240
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:5557
string * mutable_pageToken()
Definition: you_tube_service.h:9216
const string & get_id() const
Definition: you_tube_service.h:6540
string * mutable_onBehalfOfContentOwnerChannel()
Definition: you_tube_service.h:14432
~MembersResource()
Definition: you_tube_service.h:17236
void clear_max_results()
Definition: you_tube_service.h:13366
const SubscriptionsResource & get_subscriptions() const
Definition: you_tube_service.h:18508
const string & get_hl() const
Definition: you_tube_service.h:10528
Definition: memberships_level_list_response.h:52
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:10915
const string & get_safe_search() const
Definition: you_tube_service.h:11784
Definition: you_tube_service.h:2632
uint32 get_max_results() const
Definition: you_tube_service.h:7635
void clear_on_behalf_of_content_owner_channel()
Definition: you_tube_service.h:10706
const string & get_on_behalf_of_content_owner_channel() const
Definition: you_tube_service.h:10342
Definition: playlist_item.h:74
Definition: you_tube_service.h:5387
string * mutable_videoId()
Definition: you_tube_service.h:9898
Definition: you_tube_service.h:8095
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:6927
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:8632
void set_notify_subscribers(bool value)
Definition: you_tube_service.h:14352
void clear_id()
Definition: you_tube_service.h:9673
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:15272
const string & get_id() const
Definition: you_tube_service.h:1664
string * mutable_regionCode()
Definition: you_tube_service.h:852
const LiveChatModeratorsResource & get_live_chat_moderators() const
Definition: you_tube_service.h:18428
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:1986
void clear_offset_time_ms()
Definition: you_tube_service.h:5805
void set_my_subscribers(bool value)
Definition: you_tube_service.h:13011
util::Status ExecuteAndParseResponse(LiveBroadcast *data)
Definition: you_tube_service.h:6012
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:2345
void clear_page_token()
Definition: you_tube_service.h:9792
string * mutable_id()
Definition: you_tube_service.h:3247
const string & get_video_license() const
Definition: you_tube_service.h:12169
void set_region_code(const string &value)
Definition: you_tube_service.h:11672
void clear_id()
Definition: you_tube_service.h:8494
string * mutable_chart()
Definition: you_tube_service.h:14625
string * mutable_onBehalfOfContentOwnerChannel()
Definition: you_tube_service.h:5916
util::Status ExecuteAndParseResponse(PlaylistListResponse *data)
Definition: you_tube_service.h:10834
Definition: you_tube_service.h:17939
void clear_video_duration()
Definition: you_tube_service.h:12072
void clear_key()
Definition: you_tube_service.h:242
void set_on_behalf_of_content_owner_channel(const string &value)
Definition: you_tube_service.h:14461
const string & get_order() const
Definition: you_tube_service.h:11460
string * mutable_pageToken()
Definition: you_tube_service.h:8009
void set_user_ip(const string &value)
Definition: you_tube_service.h:420
const string & get_key() const
Definition: you_tube_service.h:253
string * mutable_relatedToVideoId()
Definition: you_tube_service.h:11702
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:6072
const string & get_hl() const
Definition: you_tube_service.h:13691
void set_video_duration(const string &value)
Definition: you_tube_service.h:12104
void set_channel_id(const string &value)
Definition: you_tube_service.h:634
void set_hl(const string &value)
Definition: you_tube_service.h:13356
string * mutable_onBehalfOfContentOwnerChannel()
Definition: you_tube_service.h:8662
string * mutable_hasAccessToLevel()
Definition: you_tube_service.h:9106
string * mutable_id()
Definition: you_tube_service.h:12885
const string & get_mode() const
Definition: you_tube_service.h:9168
const string & get_tfmt() const
Definition: you_tube_service.h:1238
const string & get_hl() const
Definition: you_tube_service.h:2717
void set_id(const string &value)
Definition: you_tube_service.h:10589
void clear_max_results()
Definition: you_tube_service.h:7624
const string & get_on_behalf_of() const
Definition: you_tube_service.h:1436
void set_max_results(uint32 value)
Definition: you_tube_service.h:6589
Definition: you_tube_service.h:6221
void set_on_behalf_of_content_owner_channel(const string &value)
Definition: you_tube_service.h:6172
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:14167
void set_for_username(const string &value)
Definition: you_tube_service.h:3178
void set_id(const string &value)
Definition: you_tube_service.h:9703
Definition: you_tube_service.h:13501
client::DateTime get_published_after() const
Definition: you_tube_service.h:11544
string * mutable_onBehalfOf()
Definition: you_tube_service.h:995
Definition: you_tube_service.h:15349
uint32 get_max_results() const
Definition: you_tube_service.h:13377
void clear_my_rating()
Definition: you_tube_service.h:14862
Definition: channel_section.h:55
void set_key(const string &value)
Definition: you_tube_service.h:273
uint32 get_max_results() const
Definition: you_tube_service.h:6581
void clear_max_results()
Definition: you_tube_service.h:672
bool get_sync() const
Definition: you_tube_service.h:2007
string * mutable_onBehalfOfContentOwnerChannel()
Definition: you_tube_service.h:8192
~LiveStreamsResource()
Definition: you_tube_service.h:17118
string * mutable_videoLicense()
Definition: you_tube_service.h:12177
Definition: i18n_language_list_response.h:52
uint64 get_offset_time_ms() const
Definition: you_tube_service.h:5816
void clear_on_behalf_of_content_owner_channel()
Definition: you_tube_service.h:6938
util::Status ExecuteAndParseResponse(LiveChatModeratorListResponse *data)
Definition: you_tube_service.h:8060
const ThumbnailsResource & get_thumbnails() const
Definition: you_tube_service.h:18528
void clear_chart()
Definition: you_tube_service.h:14607
void set_oauth_token(const string &value)
Definition: you_tube_service.h:313
void set_channel_id(const string &value)
Definition: you_tube_service.h:12815
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:5856
void clear_video_dimension()
Definition: you_tube_service.h:12030
void clear_oauth_token()
Definition: you_tube_service.h:283
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:8859
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:7135
const string & get_location_radius() const
Definition: you_tube_service.h:11332
void clear_tlang()
Definition: you_tube_service.h:1268
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:10298
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:2477
Definition: invideo_branding.h:53
void set_on_behalf_of_content_owner_channel(const string &value)
Definition: you_tube_service.h:13120
Definition: you_tube_service.h:17896
void clear_stabilize()
Definition: you_tube_service.h:14471
string * mutable_channelId()
Definition: you_tube_service.h:10495
string * mutable_onBehalfOfContentOwnerChannel()
Definition: you_tube_service.h:7165
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:8867
void clear_q()
Definition: you_tube_service.h:11592
const CaptionsResource & get_captions() const
Definition: you_tube_service.h:18308
const string & get_page_token() const
Definition: you_tube_service.h:8712
void clear_filter_by_member_channel_id()
Definition: you_tube_service.h:9042
string * mutable_categoryId()
Definition: you_tube_service.h:3124
Definition: video_category_list_response.h:54
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:10161
void set_walltime(client::DateTime value)
Definition: you_tube_service.h:5975
string * mutable_onBehalfOf()
Definition: you_tube_service.h:1153
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:10926
void set_id(const string &value)
Definition: you_tube_service.h:13872
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:15261
Definition: you_tube_service.h:7260
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:15597
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:8889
void set_tlang(const string &value)
Definition: you_tube_service.h:1301
Definition: you_tube_service.h:15770
void clear_has_access_to_level()
Definition: you_tube_service.h:9087
uint32 get_max_results() const
Definition: you_tube_service.h:10610
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:1059
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:5886
~ChannelSectionsResource()
Definition: you_tube_service.h:16123
string * mutable_id()
Definition: you_tube_service.h:2770
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:1195
void clear_on_behalf_of_content_owner_channel()
Definition: you_tube_service.h:8900
Definition: you_tube_service.h:5055
void set_channel_id(const string &value)
Definition: you_tube_service.h:11079
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:14372
void clear_on_behalf_of_content_owner_channel()
Definition: you_tube_service.h:8354
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:2841
string * mutable_channelId()
Definition: you_tube_service.h:2684
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:2356
Definition: search_list_response.h:54
bool get_managed_by_me() const
Definition: you_tube_service.h:3282
void clear_published_after()
Definition: you_tube_service.h:770
const string & get_topic_id() const
Definition: you_tube_service.h:11825
void clear_user_ip()
Definition: you_tube_service.h:390
void set_hl(const string &value)
Definition: you_tube_service.h:5321
const string & get_region_code() const
Definition: you_tube_service.h:15014
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:15436
void clear_type()
Definition: you_tube_service.h:11856
const string & get_channel_id() const
Definition: you_tube_service.h:11059
const string & get_page_token() const
Definition: you_tube_service.h:7662
void clear_sync()
Definition: you_tube_service.h:1996
string * mutable_regionCode()
Definition: you_tube_service.h:11659
void set_mine(bool value)
Definition: you_tube_service.h:8582
uint32 get_max_width() const
Definition: you_tube_service.h:14845
void set_my_subscribers(bool value)
Definition: you_tube_service.h:3378
~SubscriptionsResource()
Definition: you_tube_service.h:17703
Definition: you_tube_service.h:2934
void set_hl(const string &value)
Definition: you_tube_service.h:13832
const SearchResource & get_search() const
Definition: you_tube_service.h:18488
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:8302
const string & get_user_ip() const
Definition: you_tube_service.h:401
const string & get_on_behalf_of_content_owner_channel() const
Definition: you_tube_service.h:5601
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:10180
Definition: you_tube_service.h:16538
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:1508
string * mutable_broadcastType()
Definition: you_tube_service.h:6506
uint32 get_max_results() const
Definition: you_tube_service.h:14814
void clear_on_behalf_of_content_owner_channel()
Definition: you_tube_service.h:10331
string * mutable_hl()
Definition: you_tube_service.h:2724
void set_on_behalf_of_content_owner_channel(const string &value)
Definition: you_tube_service.h:8948
string * mutable_pageToken()
Definition: you_tube_service.h:14975
string * mutable_onBehalfOfContentOwnerChannel()
Definition: you_tube_service.h:6324
string * mutable_onBehalfOfContentOwnerChannel()
Definition: you_tube_service.h:10725
void clear_id()
Definition: you_tube_service.h:10557
const string & get_page_token() const
Definition: you_tube_service.h:9803
void set_alt(const string &value)
Definition: you_tube_service.h:192
void set_max_results(uint32 value)
Definition: you_tube_service.h:3323
string * mutable_locationRadius()
Definition: you_tube_service.h:11340
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:15567
Definition: you_tube_service.h:9390
void set_max_results(uint32 value)
Definition: you_tube_service.h:7643
Definition: you_tube_service.h:18578
client::DateTime get_walltime() const
Definition: you_tube_service.h:5966
Definition: you_tube_service.h:5507
const string & get_page_token() const
Definition: you_tube_service.h:3449
const string & get_region_code() const
Definition: you_tube_service.h:11651
bool get_display_slate() const
Definition: you_tube_service.h:5789
void clear_page_token()
Definition: you_tube_service.h:7990
string * mutable_regionCode()
Definition: you_tube_service.h:5182
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:6637
const string & get_on_behalf_of_content_owner_channel() const
Definition: you_tube_service.h:8911
Definition: you_tube_service.h:16667
Definition: you_tube_service.h:9640
string * mutable_safeSearch()
Definition: you_tube_service.h:11792
const string & get_on_behalf_of() const
Definition: you_tube_service.h:1705
Definition: you_tube_service.h:10445
void clear_video_category_id()
Definition: you_tube_service.h:15047
~PlaylistsResource()
Definition: you_tube_service.h:17466
Definition: you_tube_service.h:14099
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:6294
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:14916
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:10279
const string & get_video_caption() const
Definition: you_tube_service.h:11908
void set_hl(const string &value)
Definition: you_tube_service.h:10547
util::Status ExecuteAndParseResponse(MemberListResponse *data)
Definition: you_tube_service.h:9267
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:10320
void set_on_behalf_of_content_owner_channel(const string &value)
Definition: you_tube_service.h:5638
util::Status ExecuteAndParseResponse(Activity *data)
Definition: you_tube_service.h:547
void set_on_behalf_of_content_owner_channel(const string &value)
Definition: you_tube_service.h:8221
const string & get_on_behalf_of_content_owner_channel() const
Definition: you_tube_service.h:6949
Definition: subscription_list_response.h:54
string * mutable_videoDefinition()
Definition: you_tube_service.h:12003
string * mutable_channelId()
Definition: you_tube_service.h:2168
const VideosResource & get_videos() const
Definition: you_tube_service.h:18558
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:10039
Definition: member_list_response.h:54
void clear_my_recent_subscribers()
Definition: you_tube_service.h:12964
string * mutable_key()
Definition: you_tube_service.h:260
Definition: you_tube_service.h:13983
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:6091
void set_on_behalf_of(const string &value)
Definition: you_tube_service.h:1934
void clear_hl()
Definition: you_tube_service.h:13319
void set_managed_by_me(bool value)
Definition: you_tube_service.h:3296
void clear_on_behalf_of_content_owner_channel()
Definition: you_tube_service.h:7146
~VideoAbuseReportReasonsResource()
Definition: you_tube_service.h:17910
string * mutable_q()
Definition: you_tube_service.h:11610
static const client::MediaUploadSpec SIMPLE_MEDIA_UPLOAD
Definition: you_tube_service.h:14540
string * mutable_channelType()
Definition: you_tube_service.h:11108
Definition: you_tube_service.h:15659
string * mutable_videoDimension()
Definition: you_tube_service.h:12049
void clear_for_username()
Definition: you_tube_service.h:3147
const string & get_hl() const
Definition: you_tube_service.h:3199
void set_id(const string &value)
Definition: you_tube_service.h:1684
void set_auto_levels(bool value)
Definition: you_tube_service.h:14319
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:2822
void set_relevance_language(const string &value)
Definition: you_tube_service.h:11763
void clear_max_results()
Definition: you_tube_service.h:14803
void clear_on_behalf_of_content_owner_channel()
Definition: you_tube_service.h:14413
Definition: you_tube_service.h:1624
bool get_for_content_owner() const
Definition: you_tube_service.h:11184
Definition: you_tube_service.h:12670
string * mutable_hl()
Definition: you_tube_service.h:13337
void set_offset_time_ms(uint64 value)
Definition: you_tube_service.h:5836
void set_id(const string &value)
Definition: you_tube_service.h:8525
const string & get_on_behalf_of_content_owner_channel() const
Definition: you_tube_service.h:8654
bool get_for_mine() const
Definition: you_tube_service.h:11248
uint32 get_max_results() const
Definition: you_tube_service.h:8546
void set_max_results(uint32 value)
Definition: you_tube_service.h:11389
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:15726
string * mutable_onBehalfOf()
Definition: you_tube_service.h:1713
void clear_my_subscribers()
Definition: you_tube_service.h:12992
string * mutable_location()
Definition: you_tube_service.h:11285
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:10290
string * mutable_pageToken()
Definition: you_tube_service.h:745
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:13039
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:8343
Definition: you_tube_service.h:6850
void clear_published_before()
Definition: you_tube_service.h:802
~LiveChatBansResource()
Definition: you_tube_service.h:16867
const string & get_id() const
Definition: you_tube_service.h:14705
string * mutable_forChannelId()
Definition: you_tube_service.h:12844
util::Status ExecuteAndParseResponse(I18nRegionListResponse *data)
Definition: you_tube_service.h:5480
Definition: super_chat_event_list_response.h:54
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:10202
Definition: playlist_item_list_response.h:54
void clear_region_code()
Definition: you_tube_service.h:11640
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:5579
void clear_max_results()
Definition: you_tube_service.h:9130
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:1018
string * mutable_onBehalfOfContentOwnerChannel()
Definition: you_tube_service.h:8919
~LiveChatMessagesResource()
Definition: you_tube_service.h:16927
client::DateTime get_published_before() const
Definition: you_tube_service.h:11574
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:15280
string * mutable_channelId()
Definition: you_tube_service.h:12803
void clear_page_token()
Definition: you_tube_service.h:14956
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:8610
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:15696
Definition: you_tube_service.h:12752
void set_for_content_owner(bool value)
Definition: you_tube_service.h:11198
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:1478
void set_use_media_download(bool use)
Definition: you_tube_service.h:1342
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:15704
string * mutable_filterByMemberChannelId()
Definition: you_tube_service.h:9061
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:5864
void set_page_token(const string &value)
Definition: you_tube_service.h:3471
void set_filter_by_member_channel_id(const string &value)
Definition: you_tube_service.h:9076
const string & get_hl() const
Definition: you_tube_service.h:13813
void clear_pretty_print()
Definition: you_tube_service.h:323
void set_mode(const string &value)
Definition: you_tube_service.h:9187
void set_my_rating(const string &value)
Definition: you_tube_service.h:14894
void clear_channel_type()
Definition: you_tube_service.h:11089
const string & get_category_id() const
Definition: you_tube_service.h:3116
void set_q(const string &value)
Definition: you_tube_service.h:11630
string * mutable_hl()
Definition: you_tube_service.h:5099
const LiveBroadcastsResource & get_live_broadcasts() const
Definition: you_tube_service.h:18398
~I18nRegionsResource()
Definition: you_tube_service.h:16638
void set_max_height(uint32 value)
Definition: you_tube_service.h:14795
bool get_stabilize() const
Definition: you_tube_service.h:14482
const string & get_id() const
Definition: you_tube_service.h:8505
~ThumbnailsResource()
Definition: you_tube_service.h:17861
Definition: live_broadcast_list_response.h:54
void clear_category_id()
Definition: you_tube_service.h:3105
void set_page_token(const string &value)
Definition: you_tube_service.h:9825
util::Status ExecuteAndParseResponse(VideoListResponse *data)
Definition: you_tube_service.h:15117
void clear_published_after()
Definition: you_tube_service.h:11533
void clear_page_token()
Definition: you_tube_service.h:10764
void set_stream_id(const string &value)
Definition: you_tube_service.h:5681
void set_id(const string &value)
Definition: you_tube_service.h:14725
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:15575
string * mutable_id()
Definition: you_tube_service.h:14712
string * mutable_userIp()
Definition: you_tube_service.h:408
void clear_display_slate()
Definition: you_tube_service.h:5778
void clear_video_id()
Definition: you_tube_service.h:9879
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:2977
uint32 get_max_height() const
Definition: you_tube_service.h:14786
void set_on_behalf_of_content_owner_channel(const string &value)
Definition: you_tube_service.h:6986
Definition: you_tube_service.h:11022
void clear_region_code()
Definition: you_tube_service.h:13882
const string & get_stream_id() const
Definition: you_tube_service.h:5659
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:6253
void set_video_embeddable(const string &value)
Definition: you_tube_service.h:12148
void set_for_mine(bool value)
Definition: you_tube_service.h:11258
const string & get_id() const
Definition: you_tube_service.h:3240
Definition: playlist_list_response.h:54
void clear_on_behalf_of_content_owner_channel()
Definition: you_tube_service.h:8643
bool get_mine() const
Definition: you_tube_service.h:2805
string * mutable_pageToken()
Definition: you_tube_service.h:11508
string * mutable_broadcastStatus()
Definition: you_tube_service.h:6465
void set_fields(const string &value)
Definition: you_tube_service.h:232
const string & get_my_rating() const
Definition: you_tube_service.h:14873
void set_on_behalf_of(const string &value)
Definition: you_tube_service.h:1007
Definition: you_tube_service.h:7934
void clear_mine()
Definition: you_tube_service.h:699
const string & get_id() const
Definition: you_tube_service.h:5132
const CommentsResource & get_comments() const
Definition: you_tube_service.h:18358
void set_id(const string &value)
Definition: you_tube_service.h:12899
void clear_on_behalf_of()
Definition: you_tube_service.h:1694
void set_page_token(const string &value)
Definition: you_tube_service.h:11522
void set_on_behalf_of(const string &value)
Definition: you_tube_service.h:1725
Definition: you_tube_service.h:6046
uint32 get_max_results() const
Definition: you_tube_service.h:12920
util::Status ExecuteAndParseResponse(PlaylistItem *data)
Definition: you_tube_service.h:9613
Definition: you_tube_service.h:950
const I18nLanguagesResource & get_i18n_languages() const
Definition: you_tube_service.h:18378
Definition: you_tube_service.h:13654
const string & get_video_definition() const
Definition: you_tube_service.h:11995
const string & get_relevance_language() const
Definition: you_tube_service.h:11738
Definition: you_tube_service.h:3557
const VideoCategoriesResource & get_video_categories() const
Definition: you_tube_service.h:18548
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:11409
Definition: live_stream.h:55
Definition: you_tube_service.h:1844
Definition: you_tube_service.h:15793
void set_video_type(const string &value)
Definition: you_tube_service.h:12279
void clear_on_behalf_of_content_owner_channel()
Definition: you_tube_service.h:5590
Definition: you_tube_service.h:15170
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:2364
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:15406
void clear_notify_subscribers()
Definition: you_tube_service.h:14328
Definition: you_tube_service.h:7467
Definition: you_tube_service.h:7852
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:2197
Definition: you_tube_service.h:490
string * mutable_onBehalfOfContentOwnerChannel()
Definition: you_tube_service.h:5609
const string & get_channel_id() const
Definition: you_tube_service.h:614
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:11398
void set_on_behalf_of(const string &value)
Definition: you_tube_service.h:1165
bool get_mine() const
Definition: you_tube_service.h:12947
void set_home(bool value)
Definition: you_tube_service.h:664
void clear_alt()
Definition: you_tube_service.h:163
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:2863
void set_page_token(const string &value)
Definition: you_tube_service.h:13426
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:13031
Definition: you_tube_service.h:14231
Definition: you_tube_service.h:17790
void set_video_syndicated(const string &value)
Definition: you_tube_service.h:12237
const I18nRegionsResource & get_i18n_regions() const
Definition: you_tube_service.h:18388
const string & get_page_token() const
Definition: you_tube_service.h:10775
void set_mine(bool value)
Definition: you_tube_service.h:2813
client::DateTime get_published_after() const
Definition: you_tube_service.h:781
void clear_mine()
Definition: you_tube_service.h:8562
const PlaylistItemsResource & get_playlist_items() const
Definition: you_tube_service.h:18468
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:8321
void clear_tfmt()
Definition: you_tube_service.h:1227
string * mutable_topicId()
Definition: you_tube_service.h:11833
const string & get_region_code() const
Definition: you_tube_service.h:13893
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:8121
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:1467
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:2386
const string & get_on_behalf_of_content_owner_channel() const
Definition: you_tube_service.h:8184
Definition: you_tube_service.h:15881
~LiveBroadcastsResource()
Definition: you_tube_service.h:16681
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:13575
string * mutable_playlistId()
Definition: you_tube_service.h:9854
void set_video_dimension(const string &value)
Definition: you_tube_service.h:12062
void set_published_after(client::DateTime value)
Definition: you_tube_service.h:11554
Definition: activity.h:59
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:14361
void clear_video_definition()
Definition: you_tube_service.h:11984
void clear_on_behalf_of()
Definition: you_tube_service.h:1903
static const client::MediaUploadSpec RESUMABLE_MEDIA_UPLOAD
Definition: you_tube_service.h:13629
Definition: video_list_response.h:54
util::Status ExecuteAndParseResponse(VideoCategoryListResponse *data)
Definition: you_tube_service.h:13951
void set_published_before(client::DateTime value)
Definition: you_tube_service.h:825
const string & get_location() const
Definition: you_tube_service.h:11277
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:3398
void clear_max_results()
Definition: you_tube_service.h:7963
void clear_page_token()
Definition: you_tube_service.h:6736
void set_channel_id(const string &value)
Definition: you_tube_service.h:2696
void clear_managed_by_me()
Definition: you_tube_service.h:3271
Definition: playlist.h:75
const GuideCategoriesResource & get_guide_categories() const
Definition: you_tube_service.h:18368
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:14051
void clear_video_type()
Definition: you_tube_service.h:12247
void clear_auto_levels()
Definition: you_tube_service.h:14300
Definition: you_tube_service.h:16913
static const client::MediaUploadSpec RESUMABLE_MEDIA_UPLOAD
Definition: you_tube_service.h:15636
void clear_hl()
Definition: you_tube_service.h:5413
util::Status ExecuteAndParseResponse(VideoAbuseReportReasonListResponse *data)
Definition: you_tube_service.h:13747
const string & get_alt() const
Definition: you_tube_service.h:174
void clear_relevance_language()
Definition: you_tube_service.h:11727
const string & get_page_token() const
Definition: you_tube_service.h:6747
const string & get_playlist_id() const
Definition: you_tube_service.h:9846
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:15302
util::Status ExecuteAndParseResponse(LiveStream *data)
Definition: you_tube_service.h:8439
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:9752
void clear_page_token()
Definition: you_tube_service.h:13393
util::Status ExecuteAndParseResponse(MembershipsLevelListResponse *data)
Definition: you_tube_service.h:9364
~I18nLanguagesResource()
Definition: you_tube_service.h:16595
void clear_on_behalf_of()
Definition: you_tube_service.h:976
void set_event_type(const string &value)
Definition: you_tube_service.h:11162
bool get_home() const
Definition: you_tube_service.h:655
string * mutable_videoCategoryId()
Definition: you_tube_service.h:15066
const string & get_tlang() const
Definition: you_tube_service.h:1279
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:7105
void clear_hl()
Definition: you_tube_service.h:10517
const string & get_oauth_token() const
Definition: you_tube_service.h:294
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:9546
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:14924
void clear_hl()
Definition: you_tube_service.h:13802
void set_profile_image_size(uint32 value)
Definition: you_tube_service.h:7714
bool get_for_developer() const
Definition: you_tube_service.h:11217
Definition: you_tube_service.h:16581
Definition: you_tube_service.h:10250
string * mutable_id()
Definition: you_tube_service.h:1671
const string & get_on_behalf_of_content_owner_channel() const
Definition: you_tube_service.h:6689
void clear_mine()
Definition: you_tube_service.h:6597
string * mutable_hl()
Definition: you_tube_service.h:5309
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:15395
void set_hl(const string &value)
Definition: you_tube_service.h:7614
Definition: you_tube_service.h:7790
const string & get_for_username() const
Definition: you_tube_service.h:3158
util::Status ExecuteAndParseResponse(LiveBroadcastListResponse *data)
Definition: you_tube_service.h:6806
void clear_for_developer()
Definition: you_tube_service.h:11206
string * mutable_hl()
Definition: you_tube_service.h:10535
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:3007
void set_stabilize(bool value)
Definition: you_tube_service.h:14490
void clear_page_token()
Definition: you_tube_service.h:8701
const string & get_on_behalf_of() const
Definition: you_tube_service.h:1145
void set_on_behalf_of_content_owner_channel(const string &value)
Definition: you_tube_service.h:8402
static const client::MediaUploadSpec SIMPLE_MEDIA_UPLOAD
Definition: you_tube_service.h:1594
const string & get_on_behalf_of_content_owner_channel() const
Definition: you_tube_service.h:8365
~ChannelsResource()
Definition: you_tube_service.h:16228
void clear_region_code()
Definition: you_tube_service.h:5163
util::Status ExecuteAndParseResponse(ChannelBannerResource *data)
Definition: you_tube_service.h:2275
void set_quota_user(const string &value)
Definition: you_tube_service.h:380
string * mutable_fields()
Definition: you_tube_service.h:220
void set_page_token(const string &value)
Definition: you_tube_service.h:759
const string & get_filter_by_member_channel_id() const
Definition: you_tube_service.h:9053
void set_safe_search(const string &value)
Definition: you_tube_service.h:11804
Definition: you_tube_service.h:17277
void clear_broadcast_type()
Definition: you_tube_service.h:6487
const string & get_event_type() const
Definition: you_tube_service.h:11141
Definition: subscription.h:57
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:10665
void set_video_license(const string &value)
Definition: you_tube_service.h:12193
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:9535
string * mutable_tfmt()
Definition: you_tube_service.h:1245
Definition: you_tube_service.h:17104
void clear_max_results()
Definition: you_tube_service.h:3304
void set_mine(bool value)
Definition: you_tube_service.h:10645
const MembersResource & get_members() const
Definition: you_tube_service.h:18448
const string & get_channel_id() const
Definition: you_tube_service.h:2160
const string & get_channel_type() const
Definition: you_tube_service.h:11100
void clear_home()
Definition: you_tube_service.h:644
const string & get_page_token() const
Definition: you_tube_service.h:13181
void set_on_behalf_of_content_owner_channel(const string &value)
Definition: you_tube_service.h:10754
void set_hl(const string &value)
Definition: you_tube_service.h:13710
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:2208
void set_broadcast_status(const string &value)
Definition: you_tube_service.h:6477
void set_broadcast_type(const string &value)
Definition: you_tube_service.h:6519
bool get_my_subscribers() const
Definition: you_tube_service.h:13003
void clear_id()
Definition: you_tube_service.h:3229
util::Status ExecuteAndParseResponse(LiveStreamListResponse *data)
Definition: you_tube_service.h:8771
util::Status ExecuteAndParseResponse(LiveChatModerator *data)
Definition: you_tube_service.h:7910
void set_id(const string &value)
Definition: you_tube_service.h:2784
const string & get_page_token() const
Definition: you_tube_service.h:13404
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:9436
void clear_topic_id()
Definition: you_tube_service.h:11814
void set_max_results(uint32 value)
Definition: you_tube_service.h:9732
void set_hl(const string &value)
Definition: you_tube_service.h:3219
Definition: you_tube_service.h:10134
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:11417
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:9428
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:9554
void set_on_behalf_of_content_owner_channel(const string &value)
Definition: you_tube_service.h:8691
void clear_page_token()
Definition: you_tube_service.h:11489
~PlaylistItemsResource()
Definition: you_tube_service.h:17334
string * mutable_videoEmbeddable()
Definition: you_tube_service.h:12134
void set_sync(bool value)
Definition: you_tube_service.h:2020
const string & get_video_id() const
Definition: you_tube_service.h:9890
string * mutable_myRating()
Definition: you_tube_service.h:14881
void clear_id()
Definition: you_tube_service.h:12867
const SponsorsResource & get_sponsors() const
Definition: you_tube_service.h:18498
const string & get_on_behalf_of() const
Definition: you_tube_service.h:987
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:5845
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:5538
void clear_order()
Definition: you_tube_service.h:11449
void set_on_behalf_of_content_owner_channel(const string &value)
Definition: you_tube_service.h:7194
void set_max_results(uint32 value)
Definition: you_tube_service.h:12928
void set_max_results(uint32 value)
Definition: you_tube_service.h:691
uint32 get_max_results() const
Definition: you_tube_service.h:3315
util::Status ExecuteAndParseResponse(Video *data)
Definition: you_tube_service.h:15473
string * mutable_onBehalfOfContentOwnerChannel()
Definition: you_tube_service.h:6697
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:8162
string * mutable_onBehalfOfContentOwnerChannel()
Definition: you_tube_service.h:13091
const string & get_page_token() const
Definition: you_tube_service.h:11500
const ChannelsResource & get_channels() const
Definition: you_tube_service.h:18338
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:10047
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:1747
util::Status ExecuteAndParseResponse(LiveChatMessage *data)
Definition: you_tube_service.h:7524
void set_display_slate(bool value)
Definition: you_tube_service.h:5797
void set_channel_type(const string &value)
Definition: you_tube_service.h:11120
void clear_id()
Definition: you_tube_service.h:14694
util::Status ExecuteAndParseResponse(LiveChatMessageListResponse *data)
Definition: you_tube_service.h:7751
void set_channel_id(const string &value)
Definition: you_tube_service.h:2186
void clear_locale()
Definition: you_tube_service.h:14735
util::Status ExecuteAndParseResponse(LiveBroadcast *data)
Definition: you_tube_service.h:6390
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:3613
void set_video_id(const string &value)
Definition: you_tube_service.h:9910
void set_mine(bool value)
Definition: you_tube_service.h:12955
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:14021
static const client::MediaUploadSpec SIMPLE_MEDIA_UPLOAD
Definition: you_tube_service.h:13625
string * mutable_relevanceLanguage()
Definition: you_tube_service.h:11746
const SuperChatEventsResource & get_super_chat_events() const
Definition: you_tube_service.h:18518
string * mutable_hl()
Definition: you_tube_service.h:7595
string * mutable_id()
Definition: you_tube_service.h:9691
const string & get_hl() const
Definition: you_tube_service.h:7588
string * mutable_mode()
Definition: you_tube_service.h:9175
void clear_max_results()
Definition: you_tube_service.h:12909
~ActivitiesResource()
Definition: you_tube_service.h:15807
const string & get_page_token() const
Definition: you_tube_service.h:9208
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:3594
const string & get_video_duration() const
Definition: you_tube_service.h:12083
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:10069
void set_region_code(const string &value)
Definition: you_tube_service.h:867
const string & get_page_token() const
Definition: you_tube_service.h:737
void set_published_before(client::DateTime value)
Definition: you_tube_service.h:11584
void set_video_caption(const string &value)
Definition: you_tube_service.h:11930
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:9417
void set_on_behalf_of_content_owner_channel(const string &value)
Definition: you_tube_service.h:6726
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:8591
void set_video_definition(const string &value)
Definition: you_tube_service.h:12019
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:14010
void clear_max_results()
Definition: you_tube_service.h:10599
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:8602
void clear_max_results()
Definition: you_tube_service.h:8535
void clear_id()
Definition: you_tube_service.h:6529
const LiveChatMessagesResource & get_live_chat_messages() const
Definition: you_tube_service.h:18418
void clear_stream_id()
Definition: you_tube_service.h:5648
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:14402
string * mutable_videoSyndicated()
Definition: you_tube_service.h:12223
Definition: you_tube_service.h:17008
const string & get_on_behalf_of_content_owner_channel() const
Definition: you_tube_service.h:10717
const string & get_id() const
Definition: you_tube_service.h:10568
void set_max_results(uint32 value)
Definition: you_tube_service.h:8554
string * mutable_locale()
Definition: you_tube_service.h:14753
void set_related_to_video_id(const string &value)
Definition: you_tube_service.h:11716
~ChannelBannersResource()
Definition: you_tube_service.h:16060
void clear_mine()
Definition: you_tube_service.h:12936
string * mutable_onBehalfOfContentOwnerChannel()
Definition: you_tube_service.h:8373
const string & get_video_type() const
Definition: you_tube_service.h:12258
void clear_channel_id()
Definition: you_tube_service.h:10476
const string & get_fields() const
Definition: you_tube_service.h:213
Definition: channel_list_response.h:54
void clear_location()
Definition: you_tube_service.h:11266
const string & get_on_behalf_of_content_owner_channel() const
Definition: you_tube_service.h:5908
string * mutable_pageToken()
Definition: you_tube_service.h:13412
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:9741
void clear_quota_user()
Definition: you_tube_service.h:349
Definition: you_tube_service.h:17320
Definition: you_tube_service.h:9309
util::Status ExecuteAndParseResponse(SuperChatEventListResponse *data)
Definition: you_tube_service.h:13463
string * mutable_videoCategoryId()
Definition: you_tube_service.h:11960
void clear_hl()
Definition: you_tube_service.h:3188
util::Status ExecuteAndParseResponse(ChannelSection *data)
Definition: you_tube_service.h:3044
util::Status ExecuteAndParseResponse(Subscription *data)
Definition: you_tube_service.h:12727
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:2485
Definition: you_tube_service.h:17222
void set_max_width(uint32 value)
Definition: you_tube_service.h:14854
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:2966
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:14946
void set_on_behalf_of_content_owner_channel(const string &value)
Definition: you_tube_service.h:2566
Definition: you_tube_service.h:6418
void set_locale(const string &value)
Definition: you_tube_service.h:14765
void clear_max_results()
Definition: you_tube_service.h:6570
util::Status ExecuteAndParseResponse(LiveStream *data)
Definition: you_tube_service.h:8985
util::Status ExecuteAndParseResponse(Caption *data)
Definition: you_tube_service.h:2057
void set_max_results(uint32 value)
Definition: you_tube_service.h:14826
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:15414
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:10956
const string & get_type() const
Definition: you_tube_service.h:11867
Definition: live_chat_moderator_list_response.h:54
Definition: live_chat_message.h:53
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:13545
Definition: you_tube_service.h:16046
string * mutable_onBehalfOfContentOwnerChannel()
Definition: you_tube_service.h:2537
bool get_mine() const
Definition: you_tube_service.h:6608
void clear_mine()
Definition: you_tube_service.h:3331
const WatermarksResource & get_watermarks() const
Definition: you_tube_service.h:18568
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:10673
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:15685
void clear_on_behalf_of_content_owner_channel()
Definition: you_tube_service.h:5897
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:13020
void clear_region_code()
Definition: you_tube_service.h:15003
void set_mine(bool value)
Definition: you_tube_service.h:3350
void clear_location_radius()
Definition: you_tube_service.h:11321
void clear_for_channel_id()
Definition: you_tube_service.h:12825
~SearchResource()
Definition: you_tube_service.h:17591
void set_has_access_to_level(const string &value)
Definition: you_tube_service.h:9120
Definition: channel_banner_resource.h:50
string * mutable_order()
Definition: you_tube_service.h:11467
Definition: you_tube_service.h:2103
void set_video_category_id(const string &value)
Definition: you_tube_service.h:15080
Definition: i18n_region_list_response.h:52
string * mutable_pageToken()
Definition: you_tube_service.h:13189
const string & get_hl() const
Definition: you_tube_service.h:14658
void set_mine(bool value)
Definition: you_tube_service.h:6617
void clear_on_behalf_of_content_owner_channel()
Definition: you_tube_service.h:6678
string * mutable_videoCaption()
Definition: you_tube_service.h:11916
const string & get_video_embeddable() const
Definition: you_tube_service.h:12126
string * mutable_pageToken()
Definition: you_tube_service.h:7670
string * mutable_onBehalfOf()
Definition: you_tube_service.h:1922
string * mutable_id()
Definition: you_tube_service.h:8512
void set_order(const string &value)
Definition: you_tube_service.h:11479
Definition: you_tube_service.h:7548
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:2216
void clear_for_mine()
Definition: you_tube_service.h:11237
const string & get_broadcast_status() const
Definition: you_tube_service.h:6457
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:9782
void clear_id()
Definition: you_tube_service.h:5121
util::Status ExecuteAndParseResponse(Playlist *data)
Definition: you_tube_service.h:10416
void clear_walltime()
Definition: you_tube_service.h:5955
void clear_order()
Definition: you_tube_service.h:13130
string * mutable_pageToken()
Definition: you_tube_service.h:9811
const string & get_hl() const
Definition: you_tube_service.h:5092
void set_region_code(const string &value)
Definition: you_tube_service.h:13914
Definition: you_tube_service.h:8811
void clear_hl()
Definition: you_tube_service.h:5291
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:13061
Definition: you_tube_service.h:16214
Definition: thumbnail_set_response.h:52
client::DateTime get_published_before() const
Definition: you_tube_service.h:813
const string & get_id() const
Definition: you_tube_service.h:12878
Definition: you_tube_service.h:14576
bool get_notify_subscribers() const
Definition: you_tube_service.h:14339
util::Status ExecuteAndParseResponse(ChannelSectionListResponse *data)
Definition: you_tube_service.h:2900
~VideoCategoriesResource()
Definition: you_tube_service.h:17953
util::Status ExecuteAndParseResponse(Playlist *data)
Definition: you_tube_service.h:10993
Definition: you_tube_service.h:7405
const string & get_for_channel_id() const
Definition: you_tube_service.h:12836
void set_on_behalf_of(const string &value)
Definition: you_tube_service.h:1456
const string & get_on_behalf_of_content_owner_channel() const
Definition: you_tube_service.h:6316
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:1755
void clear_id()
Definition: you_tube_service.h:13842
const string & get_quota_user() const
Definition: you_tube_service.h:360
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:10934
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:6905
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:14126
bool get_my_recent_subscribers() const
Definition: you_tube_service.h:12975
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:1486
string * mutable_forUsername()
Definition: you_tube_service.h:3166
util::Status ExecuteAndParseResponse(LiveBroadcast *data)
Definition: you_tube_service.h:5718
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:2466
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:14029
Definition: live_chat_ban.h:52
Definition: you_tube_service.h:13293
string * mutable_onBehalfOfContentOwnerChannel()
Definition: you_tube_service.h:6143
const string & get_on_behalf_of_content_owner_channel() const
Definition: you_tube_service.h:14424
string * mutable_hl()
Definition: you_tube_service.h:13820
~VideosResource()
Definition: you_tube_service.h:17996
const string & get_id() const
Definition: you_tube_service.h:13853
bool get_mine() const
Definition: you_tube_service.h:8573
void clear_channel_id()
Definition: you_tube_service.h:11048
void clear_video_syndicated()
Definition: you_tube_service.h:12204
~GuideCategoriesResource()
Definition: you_tube_service.h:16552
string * mutable_pageToken()
Definition: you_tube_service.h:3457
string * mutable_hl()
Definition: you_tube_service.h:5431
string * mutable_pageToken()
Definition: you_tube_service.h:10783
const ActivitiesResource & get_activities() const
Definition: you_tube_service.h:18298
void set_published_after(client::DateTime value)
Definition: you_tube_service.h:793
static const client::MediaUploadSpec RESUMABLE_MEDIA_UPLOAD
Definition: you_tube_service.h:1598
Definition: you_tube_service.h:7052
uint32 get_profile_image_size() const
Definition: you_tube_service.h:7705
void set_video_category_id(const string &value)
Definition: you_tube_service.h:11973
Definition: you_tube_service.h:5265
util::Status ExecuteAndParseResponse(LiveBroadcast *data)
Definition: you_tube_service.h:7231
bool get_mine() const
Definition: you_tube_service.h:710
void clear_safe_search()
Definition: you_tube_service.h:11773
void set_region_code(const string &value)
Definition: you_tube_service.h:5195
void clear_page_token()
Definition: you_tube_service.h:3438
void clear_max_height()
Definition: you_tube_service.h:14775
void clear_on_behalf_of_content_owner_channel()
Definition: you_tube_service.h:13072
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:1037
Definition: you_tube_service.h:5748
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:11439
void clear_id()
Definition: you_tube_service.h:2752
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:3387
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:6113
void set_order(const string &value)
Definition: you_tube_service.h:13160
Definition: you_tube_service.h:2434
void set_id(const string &value)
Definition: you_tube_service.h:3261
void set_chart(const string &value)
Definition: you_tube_service.h:14637
util::Status ExecuteAndParseResponse(ChannelListResponse *data)
Definition: you_tube_service.h:3508
void clear_channel_id()
Definition: you_tube_service.h:603
void clear_hl()
Definition: you_tube_service.h:5081
void set_max_results(uint32 value)
Definition: you_tube_service.h:13385
void set_max_results(uint32 value)
Definition: you_tube_service.h:9149
void clear_hl()
Definition: you_tube_service.h:14647
string * mutable_order()
Definition: you_tube_service.h:13148
string * mutable_pageToken()
Definition: you_tube_service.h:8720
void set_region_code(const string &value)
Definition: you_tube_service.h:15036
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:6264
void set_playlist_id(const string &value)
Definition: you_tube_service.h:9869
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:3605
const LiveChatBansResource & get_live_chat_bans() const
Definition: you_tube_service.h:18408
string * mutable_onBehalfOfContentOwnerChannel()
Definition: you_tube_service.h:10350
void set_page_token(const string &value)
Definition: you_tube_service.h:10797
const MembershipsLevelsResource & get_memberships_levels() const
Definition: you_tube_service.h:18458
const string & get_hl() const
Definition: you_tube_service.h:13330
void clear_video_caption()
Definition: you_tube_service.h:11897
void set_location_radius(const string &value)
Definition: you_tube_service.h:11360
void set_on_behalf_of_content_owner_channel(const string &value)
Definition: you_tube_service.h:10379
void set_hl(const string &value)
Definition: you_tube_service.h:5443
static const client::MediaUploadSpec SIMPLE_MEDIA_UPLOAD
Definition: you_tube_service.h:2070
void clear_on_behalf_of()
Definition: you_tube_service.h:1134
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:9458
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:2238
void clear_channel_id()
Definition: you_tube_service.h:2149
string * mutable_id()
Definition: you_tube_service.h:5139
Definition: you_tube_service.h:571
~SuperChatEventsResource()
Definition: you_tube_service.h:17804
void set_page_token(const string &value)
Definition: you_tube_service.h:8734
void clear_page_token()
Definition: you_tube_service.h:7651
void set_tfmt(const string &value)
Definition: you_tube_service.h:1258
void set_hl(const string &value)
Definition: you_tube_service.h:14684
Definition: you_tube_service.h:9016
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:7094
void clear_on_behalf_of_content_owner_channel()
Definition: you_tube_service.h:8173
const string & get_video_category_id() const
Definition: you_tube_service.h:15058
void clear_max_results()
Definition: you_tube_service.h:9713
Definition: you_tube_service.h:8467
bool get_mine() const
Definition: you_tube_service.h:10637
void set_for_developer(bool value)
Definition: you_tube_service.h:11229
void clear_on_behalf_of_content_owner_channel()
Definition: you_tube_service.h:6124
void clear_event_type()
Definition: you_tube_service.h:11130
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:1956
const LiveStreamsResource & get_live_streams() const
Definition: you_tube_service.h:18438
util::Status ExecuteAndParseResponse(ActivityListResponse *data)
Definition: you_tube_service.h:904
util::Status ExecuteAndParseResponse(Video *data)
Definition: you_tube_service.h:14527
string * mutable_alt()
Definition: you_tube_service.h:181
util::Status ExecuteAndParseResponse(Caption *data)
Definition: you_tube_service.h:1581
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:1736
void clear_profile_image_size()
Definition: you_tube_service.h:7694
util::Status ExecuteAndParseResponse(GuideCategoryListResponse *data)
Definition: you_tube_service.h:5232
Definition: you_tube_service.h:16109
void clear_channel_id()
Definition: you_tube_service.h:12784
void set_location(const string &value)
Definition: you_tube_service.h:11310
string * mutable_hl()
Definition: you_tube_service.h:14665
const string & get_on_behalf_of_content_owner_channel() const
Definition: you_tube_service.h:13083
uint32 get_max_results() const
Definition: you_tube_service.h:683
string * mutable_streamId()
Definition: you_tube_service.h:5667
util::Status ExecuteAndParseResponse(SearchListResponse *data)
Definition: you_tube_service.h:12316
void set_id(const string &value)
Definition: you_tube_service.h:5153
Definition: video_abuse_report.h:50
void set_page_token(const string &value)
Definition: you_tube_service.h:14993
bool get_my_subscribers() const
Definition: you_tube_service.h:3369
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:3632
Definition: you_tube_service.h:15502
string * mutable_tlang()
Definition: you_tube_service.h:1286
bool get_auto_levels() const
Definition: you_tube_service.h:14311
bool get_mine() const
Definition: you_tube_service.h:3342
Definition: activity_list_response.h:54
Definition: you_tube_service.h:1372
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:1187
Definition: you_tube_service.h:17982
void clear_id()
Definition: you_tube_service.h:1653
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:6667
Definition: you_tube_service.h:8270
uint32 get_max_results() const
Definition: you_tube_service.h:9141
const string & get_related_to_video_id() const
Definition: you_tube_service.h:11694
const string & get_video_syndicated() const
Definition: you_tube_service.h:12215
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:3428
const string & get_hl() const
Definition: you_tube_service.h:5302
~MembershipsLevelsResource()
Definition: you_tube_service.h:17291
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:7113
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:1964
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:14145
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:6626
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:10695
void set_on_behalf_of_content_owner(const string &value)
Definition: you_tube_service.h:9576
const string & get_locale() const
Definition: you_tube_service.h:14746
const string & get_on_behalf_of_content_owner_channel() const
Definition: you_tube_service.h:2529
Definition: you_tube_service.h:12606
const string & get_video_category_id() const
Definition: you_tube_service.h:11952
const string & get_broadcast_type() const
Definition: you_tube_service.h:6498
uint32 get_max_results() const
Definition: you_tube_service.h:11381
static const client::MediaUploadSpec RESUMABLE_MEDIA_UPLOAD
Definition: you_tube_service.h:14544
void set_for_channel_id(const string &value)
Definition: you_tube_service.h:12857
Definition: you_tube_service.h:1108
const string & get_channel_id() const
Definition: you_tube_service.h:10487
void clear_hl()
Definition: you_tube_service.h:7577
void clear_playlist_id()
Definition: you_tube_service.h:9835
const string & get_channel_id() const
Definition: you_tube_service.h:2676
string * mutable_onBehalfOf()
Definition: you_tube_service.h:1444
Definition: guide_category_list_response.h:54
void set_page_token(const string &value)
Definition: you_tube_service.h:7683
string * mutable_regionCode()
Definition: you_tube_service.h:15022
const string & get_on_behalf_of() const
Definition: you_tube_service.h:1914
Definition: you_tube_service.h:9506
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:3406
void clear_channel_id()
Definition: you_tube_service.h:2665
void clear_mine()
Definition: you_tube_service.h:10626
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:1945
const string & get_order() const
Definition: you_tube_service.h:13141
util::Status ExecuteAndParseResponse(ThumbnailSetResponse *data)
Definition: you_tube_service.h:13612
Definition: you_tube_service.h:16853
Definition: you_tube_service.h:10879
void clear_broadcast_status()
Definition: you_tube_service.h:6446
const string & get_on_behalf_of_content_owner_channel() const
Definition: you_tube_service.h:6135
string * mutable_regionCode()
Definition: you_tube_service.h:13901
void clear_video_category_id()
Definition: you_tube_service.h:11941
Definition: you_tube_service.h:124
const CommentThreadsResource & get_comment_threads() const
Definition: you_tube_service.h:18348
Definition: channel_section_list_response.h:52
void set_page_token(const string &value)
Definition: you_tube_service.h:9230
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:8140
bool get_use_media_download() const
Definition: you_tube_service.h:1333
string * mutable_pageToken()
Definition: you_tube_service.h:6755
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:10028
Definition: you_tube_service.h:2318
const string & get_q() const
Definition: you_tube_service.h:11603
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:14137
string * mutable_hl()
Definition: you_tube_service.h:13698
void clear_fields()
Definition: you_tube_service.h:202
const string & get_has_access_to_level() const
Definition: you_tube_service.h:9098
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:6897
uint32 get_max_results() const
Definition: you_tube_service.h:9724
void set_max_results(uint32 value)
Definition: you_tube_service.h:7982
const string & get_on_behalf_of_content_owner_channel() const
Definition: you_tube_service.h:7157
const string & get_on_behalf_of_content_owner() const
Definition: you_tube_service.h:8132
const string & get_region_code() const
Definition: you_tube_service.h:5174
void clear_on_behalf_of()
Definition: you_tube_service.h:1425
util::Status ExecuteAndParseResponse(VideoGetRatingResponse *data)
Definition: you_tube_service.h:14204
util::Status ExecuteAndParseResponse(Channel *data)
Definition: you_tube_service.h:3669
void clear_my_subscribers()
Definition: you_tube_service.h:3358
static const client::MediaUploadSpec SIMPLE_MEDIA_UPLOAD
Definition: you_tube_service.h:15632
void clear_mode()
Definition: you_tube_service.h:9157
string * mutable_hl()
Definition: you_tube_service.h:3206
string * mutable_onBehalfOfContentOwner()
Definition: you_tube_service.h:14380
static const client::MediaUploadSpec SIMPLE_MEDIA_UPLOAD
Definition: you_tube_service.h:2288
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:10654
util::Status ExecuteAndParseResponse(LiveChatBan *data)
Definition: you_tube_service.h:7380
void set_page_token(const string &value)
Definition: you_tube_service.h:13203
void set_page_token(const string &value)
Definition: you_tube_service.h:8023
Definition: you_tube_service.h:17577
Definition: you_tube_service.h:18200
void clear_region_code()
Definition: you_tube_service.h:833
void set_max_results(uint32 value)
Definition: you_tube_service.h:10618
void set_my_recent_subscribers(bool value)
Definition: you_tube_service.h:12984
void set_mine(bool value)
Definition: you_tube_service.h:718
void clear_sync()
Definition: you_tube_service.h:1518
static const client::MediaUploadSpec RESUMABLE_MEDIA_UPLOAD
Definition: you_tube_service.h:2074
Definition: you_tube_service.h:13776
const string & get_channel_id() const
Definition: you_tube_service.h:12795
void clear_on_behalf_of_content_owner()
Definition: you_tube_service.h:14905
string * mutable_type()
Definition: you_tube_service.h:11874
void clear_for_content_owner()
Definition: you_tube_service.h:11173
const string & get_video_dimension() const
Definition: you_tube_service.h:12041
string * mutable_id()
Definition: you_tube_service.h:6547
void set_channel_id(const string &value)
Definition: you_tube_service.h:10507
Definition: video_get_rating_response.h:52
const ChannelBannersResource & get_channel_banners() const
Definition: you_tube_service.h:18318
~WatermarksResource()
Definition: you_tube_service.h:18214
util::Status ExecuteAndParseResponse(CaptionListResponse *data)
Definition: you_tube_service.h:1814