24 #ifndef GOOGLE_BOOKS_API_BOOKS_SERVICE_H_ 25 #define GOOGLE_BOOKS_API_BOOKS_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/service_request_pager.h" 32 #include "googleapis/client/util/status.h" 33 #include "googleapis/client/util/uri_template.h" 35 #include "google/books_api/annotation.h" 36 #include "google/books_api/annotationdata.h" 37 #include "google/books_api/annotations.h" 38 #include "google/books_api/annotations_summary.h" 39 #include "google/books_api/annotationsdata.h" 40 #include "google/books_api/books_cloudloading_resource.h" 41 #include "google/books_api/books_volumes_recommended_rate_response.h" 42 #include "google/books_api/bookshelf.h" 43 #include "google/books_api/bookshelves.h" 44 #include "google/books_api/category.h" 45 #include "google/books_api/discoveryclusters.h" 46 #include "google/books_api/download_accesses.h" 47 #include "google/books_api/family_info.h" 48 #include "google/books_api/layersummaries.h" 49 #include "google/books_api/layersummary.h" 50 #include "google/books_api/metadata.h" 51 #include "google/books_api/notification.h" 52 #include "google/books_api/offers.h" 53 #include "google/books_api/reading_position.h" 54 #include "google/books_api/request_access.h" 55 #include "google/books_api/series.h" 56 #include "google/books_api/seriesmembership.h" 57 #include "google/books_api/usersettings.h" 58 #include "google/books_api/volume.h" 59 #include "google/books_api/volume2.h" 60 #include "google/books_api/volumeannotation.h" 61 #include "google/books_api/volumeannotations.h" 62 #include "google/books_api/volumes.h" 107 :
public client::ClientServiceRequest {
131 const client::ClientService* service,
132 client::AuthorizationCredential* credential,
133 client::HttpRequest::HttpMethod method,
134 const StringPiece& uri_template);
147 client::ClearCppValueHelper(&alt_);
156 const string&
get_alt()
const {
return alt_; }
185 _have_fields_ =
false;
186 client::ClearCppValueHelper(&fields_);
203 _have_fields_ =
true;
215 _have_fields_ =
true;
226 client::ClearCppValueHelper(&key_);
235 const string&
get_key()
const {
return key_; }
266 _have_oauth_token_ =
false;
267 client::ClearCppValueHelper(&oauth_token_);
285 _have_oauth_token_ =
true;
286 return &oauth_token_;
296 _have_oauth_token_ =
true;
297 oauth_token_ = value;
306 _have_pretty_print_ =
false;
307 client::ClearCppValueHelper(&pretty_print_);
324 _have_pretty_print_ =
true;
325 pretty_print_ = value;
332 _have_quota_user_ =
false;
333 client::ClearCppValueHelper("a_user_);
351 _have_quota_user_ =
true;
363 _have_quota_user_ =
true;
373 _have_user_ip_ =
false;
374 client::ClearCppValueHelper(&user_ip_);
391 _have_user_ip_ =
true;
403 _have_user_ip_ =
true;
417 virtual util::Status AppendVariable(
418 const StringPiece& variable_name,
419 const client::UriTemplateConfig& config,
427 virtual util::Status AppendOptionalQueryParameters(
string* target);
436 void AddJsonContentToRequest(
const client::JsonCppData *content);
447 bool _have_fields_ : 1;
449 bool _have_oauth_token_ : 1;
450 bool _have_pretty_print_ : 1;
451 bool _have_quota_user_ : 1;
452 bool _have_user_ip_ : 1;
484 client::AuthorizationCredential* _credential_,
485 const absl::string_view& user_id,
486 const absl::string_view& shelf);
498 _have_source_ =
false;
499 client::ClearCppValueHelper(&source_);
516 _have_source_ =
true;
527 _have_source_ =
true;
540 virtual util::Status AppendVariable(
541 const StringPiece& variable_name,
542 const client::UriTemplateConfig& config,
550 virtual util::Status AppendOptionalQueryParameters(
string* target);
565 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
572 bool _have_source_ : 1;
600 client::AuthorizationCredential* _credential_,
601 const absl::string_view& user_id);
613 _have_source_ =
false;
614 client::ClearCppValueHelper(&source_);
631 _have_source_ =
true;
642 _have_source_ =
true;
655 virtual util::Status AppendVariable(
656 const StringPiece& variable_name,
657 const client::UriTemplateConfig& config,
665 virtual util::Status AppendOptionalQueryParameters(
string* target);
680 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
686 bool _have_source_ : 1;
718 client::AuthorizationCredential* _credential_,
719 const absl::string_view& user_id,
720 const absl::string_view& shelf);
732 _have_max_results_ =
false;
733 client::ClearCppValueHelper(&max_results_);
750 _have_max_results_ =
true;
751 max_results_ = value;
758 _have_show_preorders_ =
false;
759 client::ClearCppValueHelper(&show_preorders_);
777 _have_show_preorders_ =
true;
778 show_preorders_ = value;
785 _have_source_ =
false;
786 client::ClearCppValueHelper(&source_);
803 _have_source_ =
true;
814 _have_source_ =
true;
824 _have_start_index_ =
false;
825 client::ClearCppValueHelper(&start_index_);
842 _have_start_index_ =
true;
843 start_index_ = value;
855 virtual util::Status AppendVariable(
856 const StringPiece& variable_name,
857 const client::UriTemplateConfig& config,
865 virtual util::Status AppendOptionalQueryParameters(
string* target);
880 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
887 bool show_preorders_;
890 bool _have_max_results_ : 1;
891 bool _have_show_preorders_ : 1;
892 bool _have_source_ : 1;
893 bool _have_start_index_ : 1;
922 client::AuthorizationCredential* _credential_);
935 _have_drive_document_id_ =
false;
936 client::ClearCppValueHelper(&drive_document_id_);
954 _have_drive_document_id_ =
true;
955 return &drive_document_id_;
966 _have_drive_document_id_ =
true;
967 drive_document_id_ = value;
976 _have_mime_type_ =
false;
977 client::ClearCppValueHelper(&mime_type_);
995 _have_mime_type_ =
true;
1007 _have_mime_type_ =
true;
1017 _have_name_ =
false;
1018 client::ClearCppValueHelper(&name_);
1058 _have_upload_client_token_ =
false;
1059 client::ClearCppValueHelper(&upload_client_token_);
1077 _have_upload_client_token_ =
true;
1078 return &upload_client_token_;
1088 _have_upload_client_token_ =
true;
1089 upload_client_token_ = value;
1101 virtual util::Status AppendVariable(
1102 const StringPiece& variable_name,
1103 const client::UriTemplateConfig& config,
1111 virtual util::Status AppendOptionalQueryParameters(
string* target);
1126 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
1130 string drive_document_id_;
1133 string upload_client_token_;
1134 bool _have_drive_document_id_ : 1;
1135 bool _have_mime_type_ : 1;
1136 bool _have_name_ : 1;
1137 bool _have_upload_client_token_ : 1;
1165 client::AuthorizationCredential* _credential_,
1166 const absl::string_view& volume_id);
1183 virtual util::Status AppendVariable(
1184 const StringPiece& variable_name,
1185 const client::UriTemplateConfig& config,
1193 virtual util::Status AppendOptionalQueryParameters(
string* target);
1225 client::AuthorizationCredential* _credential_,
1245 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
1279 client::AuthorizationCredential* _credential_,
1280 const absl::string_view& cpksver);
1297 virtual util::Status AppendVariable(
1298 const StringPiece& variable_name,
1299 const client::UriTemplateConfig& config,
1307 virtual util::Status AppendOptionalQueryParameters(
string* target);
1322 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
1355 client::AuthorizationCredential* _credential_);
1367 _have_source_ =
false;
1368 client::ClearCppValueHelper(&source_);
1385 _have_source_ =
true;
1396 _have_source_ =
true;
1409 virtual util::Status AppendVariable(
1410 const StringPiece& variable_name,
1411 const client::UriTemplateConfig& config,
1419 virtual util::Status AppendOptionalQueryParameters(
string* target);
1434 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
1439 bool _have_source_ : 1;
1466 client::AuthorizationCredential* _credential_);
1478 _have_doc_id_ =
false;
1479 client::ClearCppValueHelper(&doc_id_);
1496 _have_doc_id_ =
true;
1507 _have_doc_id_ =
true;
1517 _have_source_ =
false;
1518 client::ClearCppValueHelper(&source_);
1535 _have_source_ =
true;
1546 _have_source_ =
true;
1556 _have_volume_id_ =
false;
1557 client::ClearCppValueHelper(&volume_id_);
1575 _have_volume_id_ =
true;
1586 _have_volume_id_ =
true;
1599 virtual util::Status AppendVariable(
1600 const StringPiece& variable_name,
1601 const client::UriTemplateConfig& config,
1609 virtual util::Status AppendOptionalQueryParameters(
string* target);
1616 bool _have_doc_id_ : 1;
1617 bool _have_source_ : 1;
1618 bool _have_volume_id_ : 1;
1645 client::AuthorizationCredential* _credential_);
1657 _have_doc_id_ =
false;
1658 client::ClearCppValueHelper(&doc_id_);
1675 _have_doc_id_ =
true;
1686 _have_doc_id_ =
true;
1696 _have_source_ =
false;
1697 client::ClearCppValueHelper(&source_);
1714 _have_source_ =
true;
1725 _have_source_ =
true;
1735 _have_volume_id_ =
false;
1736 client::ClearCppValueHelper(&volume_id_);
1754 _have_volume_id_ =
true;
1765 _have_volume_id_ =
true;
1778 virtual util::Status AppendVariable(
1779 const StringPiece& variable_name,
1780 const client::UriTemplateConfig& config,
1788 virtual util::Status AppendOptionalQueryParameters(
string* target);
1795 bool _have_doc_id_ : 1;
1796 bool _have_source_ : 1;
1797 bool _have_volume_id_ : 1;
1828 client::AuthorizationCredential* _credential_,
1829 const absl::string_view& volume_id,
1830 const absl::string_view& summary_id);
1843 _have_content_version_ =
false;
1844 client::ClearCppValueHelper(&content_version_);
1862 _have_content_version_ =
true;
1863 return &content_version_;
1873 _have_content_version_ =
true;
1874 content_version_ = value;
1883 _have_source_ =
false;
1884 client::ClearCppValueHelper(&source_);
1901 _have_source_ =
true;
1912 _have_source_ =
true;
1925 virtual util::Status AppendVariable(
1926 const StringPiece& variable_name,
1927 const client::UriTemplateConfig& config,
1935 virtual util::Status AppendOptionalQueryParameters(
string* target);
1950 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
1956 string content_version_;
1958 bool _have_content_version_ : 1;
1959 bool _have_source_ : 1;
1987 client::AuthorizationCredential* _credential_,
1988 const absl::string_view& volume_id);
2001 _have_content_version_ =
false;
2002 client::ClearCppValueHelper(&content_version_);
2020 _have_content_version_ =
true;
2021 return &content_version_;
2031 _have_content_version_ =
true;
2032 content_version_ = value;
2041 _have_max_results_ =
false;
2042 client::ClearCppValueHelper(&max_results_);
2059 _have_max_results_ =
true;
2060 max_results_ = value;
2067 _have_page_token_ =
false;
2068 client::ClearCppValueHelper(&page_token_);
2086 _have_page_token_ =
true;
2087 return &page_token_;
2097 _have_page_token_ =
true;
2098 page_token_ = value;
2107 _have_source_ =
false;
2108 client::ClearCppValueHelper(&source_);
2125 _have_source_ =
true;
2136 _have_source_ =
true;
2149 virtual util::Status AppendVariable(
2150 const StringPiece& variable_name,
2151 const client::UriTemplateConfig& config,
2159 virtual util::Status AppendOptionalQueryParameters(
string* target);
2174 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
2179 string content_version_;
2180 uint32 max_results_;
2183 bool _have_content_version_ : 1;
2184 bool _have_max_results_ : 1;
2185 bool _have_page_token_ : 1;
2186 bool _have_source_ : 1;
2221 client::AuthorizationCredential* _credential_,
2222 const absl::string_view& volume_id,
2223 const absl::string_view& layer_id,
2224 const absl::string_view& annotation_data_id,
2225 const absl::string_view& content_version);
2238 _have_allow_web_definitions_ =
false;
2239 client::ClearCppValueHelper(&allow_web_definitions_);
2257 _have_allow_web_definitions_ =
true;
2258 allow_web_definitions_ = value;
2266 client::ClearCppValueHelper(&h_);
2292 _have_locale_ =
false;
2293 client::ClearCppValueHelper(&locale_);
2310 _have_locale_ =
true;
2322 _have_locale_ =
true;
2332 _have_scale_ =
false;
2333 client::ClearCppValueHelper(&scale_);
2350 _have_scale_ =
true;
2358 _have_source_ =
false;
2359 client::ClearCppValueHelper(&source_);
2376 _have_source_ =
true;
2387 _have_source_ =
true;
2398 client::ClearCppValueHelper(&w_);
2429 virtual util::Status AppendVariable(
2430 const StringPiece& variable_name,
2431 const client::UriTemplateConfig& config,
2439 virtual util::Status AppendOptionalQueryParameters(
string* target);
2454 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
2460 string annotation_data_id_;
2461 string content_version_;
2462 bool allow_web_definitions_;
2468 bool _have_allow_web_definitions_ : 1;
2470 bool _have_locale_ : 1;
2471 bool _have_scale_ : 1;
2472 bool _have_source_ : 1;
2503 client::AuthorizationCredential* _credential_,
2504 const absl::string_view& volume_id,
2505 const absl::string_view& layer_id,
2506 const absl::string_view& content_version);
2519 _have_annotation_data_id_ =
false;
2520 client::ClearCppValueHelper(&annotation_data_id_);
2538 _have_annotation_data_id_ =
true;
2539 return &annotation_data_id_;
2549 client::ClearCppValueHelper(&h_);
2575 _have_locale_ =
false;
2576 client::ClearCppValueHelper(&locale_);
2593 _have_locale_ =
true;
2605 _have_locale_ =
true;
2615 _have_max_results_ =
false;
2616 client::ClearCppValueHelper(&max_results_);
2633 _have_max_results_ =
true;
2634 max_results_ = value;
2641 _have_page_token_ =
false;
2642 client::ClearCppValueHelper(&page_token_);
2660 _have_page_token_ =
true;
2661 return &page_token_;
2671 _have_page_token_ =
true;
2672 page_token_ = value;
2681 _have_scale_ =
false;
2682 client::ClearCppValueHelper(&scale_);
2699 _have_scale_ =
true;
2707 _have_source_ =
false;
2708 client::ClearCppValueHelper(&source_);
2725 _have_source_ =
true;
2736 _have_source_ =
true;
2746 _have_updated_max_ =
false;
2747 client::ClearCppValueHelper(&updated_max_);
2765 _have_updated_max_ =
true;
2766 return &updated_max_;
2777 _have_updated_max_ =
true;
2778 updated_max_ = value;
2787 _have_updated_min_ =
false;
2788 client::ClearCppValueHelper(&updated_min_);
2806 _have_updated_min_ =
true;
2807 return &updated_min_;
2818 _have_updated_min_ =
true;
2819 updated_min_ = value;
2829 client::ClearCppValueHelper(&w_);
2860 virtual util::Status AppendVariable(
2861 const StringPiece& variable_name,
2862 const client::UriTemplateConfig& config,
2870 virtual util::Status AppendOptionalQueryParameters(
string* target);
2885 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
2891 string content_version_;
2892 client::JsonCppCapsule< client::JsonCppArray<string > > annotation_data_id_;
2895 uint32 max_results_;
2899 string updated_max_;
2900 string updated_min_;
2902 bool _have_annotation_data_id_ : 1;
2904 bool _have_locale_ : 1;
2905 bool _have_max_results_ : 1;
2906 bool _have_page_token_ : 1;
2907 bool _have_scale_ : 1;
2908 bool _have_source_ : 1;
2909 bool _have_updated_max_ : 1;
2910 bool _have_updated_min_ : 1;
2915 typedef client::ServiceRequestPager<
2918 LayersResource_AnnotationDataResource_ListMethodPager;
2947 client::AuthorizationCredential* _credential_,
2948 const absl::string_view& volume_id,
2949 const absl::string_view& layer_id,
2950 const absl::string_view& annotation_id);
2962 _have_locale_ =
false;
2963 client::ClearCppValueHelper(&locale_);
2980 _have_locale_ =
true;
2992 _have_locale_ =
true;
3002 _have_source_ =
false;
3003 client::ClearCppValueHelper(&source_);
3020 _have_source_ =
true;
3031 _have_source_ =
true;
3044 virtual util::Status AppendVariable(
3045 const StringPiece& variable_name,
3046 const client::UriTemplateConfig& config,
3054 virtual util::Status AppendOptionalQueryParameters(
string* target);
3069 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
3075 string annotation_id_;
3078 bool _have_locale_ : 1;
3079 bool _have_source_ : 1;
3109 client::AuthorizationCredential* _credential_,
3110 const absl::string_view& volume_id,
3111 const absl::string_view& layer_id,
3112 const absl::string_view& content_version);
3124 _have_end_offset_ =
false;
3125 client::ClearCppValueHelper(&end_offset_);
3143 _have_end_offset_ =
true;
3144 return &end_offset_;
3154 _have_end_offset_ =
true;
3155 end_offset_ = value;
3164 _have_end_position_ =
false;
3165 client::ClearCppValueHelper(&end_position_);
3183 _have_end_position_ =
true;
3184 return &end_position_;
3194 _have_end_position_ =
true;
3195 end_position_ = value;
3204 _have_locale_ =
false;
3205 client::ClearCppValueHelper(&locale_);
3222 _have_locale_ =
true;
3234 _have_locale_ =
true;
3244 _have_max_results_ =
false;
3245 client::ClearCppValueHelper(&max_results_);
3262 _have_max_results_ =
true;
3263 max_results_ = value;
3270 _have_page_token_ =
false;
3271 client::ClearCppValueHelper(&page_token_);
3289 _have_page_token_ =
true;
3290 return &page_token_;
3300 _have_page_token_ =
true;
3301 page_token_ = value;
3310 _have_show_deleted_ =
false;
3311 client::ClearCppValueHelper(&show_deleted_);
3329 _have_show_deleted_ =
true;
3330 show_deleted_ = value;
3337 _have_source_ =
false;
3338 client::ClearCppValueHelper(&source_);
3355 _have_source_ =
true;
3366 _have_source_ =
true;
3376 _have_start_offset_ =
false;
3377 client::ClearCppValueHelper(&start_offset_);
3395 _have_start_offset_ =
true;
3396 return &start_offset_;
3406 _have_start_offset_ =
true;
3407 start_offset_ = value;
3416 _have_start_position_ =
false;
3417 client::ClearCppValueHelper(&start_position_);
3435 _have_start_position_ =
true;
3436 return &start_position_;
3446 _have_start_position_ =
true;
3447 start_position_ = value;
3456 _have_updated_max_ =
false;
3457 client::ClearCppValueHelper(&updated_max_);
3475 _have_updated_max_ =
true;
3476 return &updated_max_;
3487 _have_updated_max_ =
true;
3488 updated_max_ = value;
3497 _have_updated_min_ =
false;
3498 client::ClearCppValueHelper(&updated_min_);
3516 _have_updated_min_ =
true;
3517 return &updated_min_;
3528 _have_updated_min_ =
true;
3529 updated_min_ = value;
3539 _have_volume_annotations_version_ =
false;
3540 client::ClearCppValueHelper(&volume_annotations_version_);
3558 _have_volume_annotations_version_ =
true;
3559 return &volume_annotations_version_;
3570 _have_volume_annotations_version_ =
true;
3571 volume_annotations_version_ = value;
3583 virtual util::Status AppendVariable(
3584 const StringPiece& variable_name,
3585 const client::UriTemplateConfig& config,
3593 virtual util::Status AppendOptionalQueryParameters(
string* target);
3608 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
3614 string content_version_;
3616 string end_position_;
3618 uint32 max_results_;
3622 string start_offset_;
3623 string start_position_;
3624 string updated_max_;
3625 string updated_min_;
3626 string volume_annotations_version_;
3627 bool _have_end_offset_ : 1;
3628 bool _have_end_position_ : 1;
3629 bool _have_locale_ : 1;
3630 bool _have_max_results_ : 1;
3631 bool _have_page_token_ : 1;
3632 bool _have_show_deleted_ : 1;
3633 bool _have_source_ : 1;
3634 bool _have_start_offset_ : 1;
3635 bool _have_start_position_ : 1;
3636 bool _have_updated_max_ : 1;
3637 bool _have_updated_min_ : 1;
3638 bool _have_volume_annotations_version_ : 1;
3642 typedef client::ServiceRequestPager<
3645 LayersResource_VolumeAnnotationsResource_ListMethodPager;
3672 client::AuthorizationCredential* _credential_);
3691 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
3724 client::AuthorizationCredential* _credential_,
3725 const client::JsonCppArray<string >& volume_ids,
3726 const absl::string_view& cpksver);
3738 _have_locale_ =
false;
3739 client::ClearCppValueHelper(&locale_);
3756 _have_locale_ =
true;
3768 _have_locale_ =
true;
3778 _have_source_ =
false;
3779 client::ClearCppValueHelper(&source_);
3796 _have_source_ =
true;
3807 _have_source_ =
true;
3820 virtual util::Status AppendVariable(
3821 const StringPiece& variable_name,
3822 const client::UriTemplateConfig& config,
3830 virtual util::Status AppendOptionalQueryParameters(
string* target);
3845 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
3849 client::JsonCppArray<string > volume_ids_;
3853 bool _have_locale_ : 1;
3854 bool _have_source_ : 1;
3887 client::AuthorizationCredential* _credential_,
3888 const absl::string_view& source,
3889 const absl::string_view& volume_id,
3890 const absl::string_view& nonce,
3891 const absl::string_view& cpksver);
3903 _have_license_types_ =
false;
3904 client::ClearCppValueHelper(&license_types_);
3922 _have_license_types_ =
true;
3923 return &license_types_;
3934 _have_license_types_ =
true;
3935 license_types_ = value;
3944 _have_locale_ =
false;
3945 client::ClearCppValueHelper(&locale_);
3962 _have_locale_ =
true;
3974 _have_locale_ =
true;
3987 virtual util::Status AppendVariable(
3988 const StringPiece& variable_name,
3989 const client::UriTemplateConfig& config,
3997 virtual util::Status AppendOptionalQueryParameters(
string* target);
4012 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
4020 string license_types_;
4022 bool _have_license_types_ : 1;
4023 bool _have_locale_ : 1;
4054 client::AuthorizationCredential* _credential_,
4055 const absl::string_view& source,
4056 const absl::string_view& nonce,
4057 const absl::string_view& cpksver);
4069 _have_features_ =
false;
4070 client::ClearCppValueHelper(&features_);
4079 const client::JsonCppArray<string >&
get_features()
const {
return features_; }
4088 _have_features_ =
true;
4099 _have_include_non_comics_series_ =
false;
4100 client::ClearCppValueHelper(&include_non_comics_series_);
4118 _have_include_non_comics_series_ =
true;
4119 include_non_comics_series_ = value;
4126 _have_locale_ =
false;
4127 client::ClearCppValueHelper(&locale_);
4144 _have_locale_ =
true;
4156 _have_locale_ =
true;
4166 _have_show_preorders_ =
false;
4167 client::ClearCppValueHelper(&show_preorders_);
4185 _have_show_preorders_ =
true;
4186 show_preorders_ = value;
4193 _have_volume_ids_ =
false;
4194 client::ClearCppValueHelper(&volume_ids_);
4212 _have_volume_ids_ =
true;
4213 return &volume_ids_;
4225 virtual util::Status AppendVariable(
4226 const StringPiece& variable_name,
4227 const client::UriTemplateConfig& config,
4235 virtual util::Status AppendOptionalQueryParameters(
string* target);
4250 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
4257 client::JsonCppCapsule< client::JsonCppArray<string > > features_;
4258 bool include_non_comics_series_;
4260 bool show_preorders_;
4261 client::JsonCppCapsule< client::JsonCppArray<string > > volume_ids_;
4262 bool _have_features_ : 1;
4263 bool _have_include_non_comics_series_ : 1;
4264 bool _have_locale_ : 1;
4265 bool _have_show_preorders_ : 1;
4266 bool _have_volume_ids_ : 1;
4294 client::AuthorizationCredential* _credential_,
4314 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
4351 client::AuthorizationCredential* _credential_,
4352 const absl::string_view& annotation_id);
4364 _have_source_ =
false;
4365 client::ClearCppValueHelper(&source_);
4382 _have_source_ =
true;
4393 _have_source_ =
true;
4406 virtual util::Status AppendVariable(
4407 const StringPiece& variable_name,
4408 const client::UriTemplateConfig& config,
4416 virtual util::Status AppendOptionalQueryParameters(
string* target);
4420 string annotation_id_;
4422 bool _have_source_ : 1;
4450 client::AuthorizationCredential* _credential_,
4463 _have_annotation_id_ =
false;
4464 client::ClearCppValueHelper(&annotation_id_);
4482 _have_annotation_id_ =
true;
4483 return &annotation_id_;
4493 _have_annotation_id_ =
true;
4494 annotation_id_ = value;
4503 _have_country_ =
false;
4504 client::ClearCppValueHelper(&country_);
4522 _have_country_ =
true;
4533 _have_country_ =
true;
4544 _have_show_only_summary_in_response_ =
false;
4545 client::ClearCppValueHelper(&show_only_summary_in_response_);
4563 _have_show_only_summary_in_response_ =
true;
4564 show_only_summary_in_response_ = value;
4571 _have_source_ =
false;
4572 client::ClearCppValueHelper(&source_);
4589 _have_source_ =
true;
4600 _have_source_ =
true;
4613 virtual util::Status AppendVariable(
4614 const StringPiece& variable_name,
4615 const client::UriTemplateConfig& config,
4623 virtual util::Status AppendOptionalQueryParameters(
string* target);
4638 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
4642 string annotation_id_;
4644 bool show_only_summary_in_response_;
4646 bool _have_annotation_id_ : 1;
4647 bool _have_country_ : 1;
4648 bool _have_show_only_summary_in_response_ : 1;
4649 bool _have_source_ : 1;
string _content_;
4676 client::AuthorizationCredential* _credential_);
4689 _have_content_version_ =
false;
4690 client::ClearCppValueHelper(&content_version_);
4708 _have_content_version_ =
true;
4709 return &content_version_;
4719 _have_content_version_ =
true;
4720 content_version_ = value;
4729 _have_layer_id_ =
false;
4730 client::ClearCppValueHelper(&layer_id_);
4748 _have_layer_id_ =
true;
4759 _have_layer_id_ =
true;
4769 _have_layer_ids_ =
false;
4770 client::ClearCppValueHelper(&layer_ids_);
4779 const client::JsonCppArray<string >&
get_layer_ids()
const {
return layer_ids_; }
4788 _have_layer_ids_ =
true;
4798 _have_max_results_ =
false;
4799 client::ClearCppValueHelper(&max_results_);
4816 _have_max_results_ =
true;
4817 max_results_ = value;
4824 _have_page_token_ =
false;
4825 client::ClearCppValueHelper(&page_token_);
4843 _have_page_token_ =
true;
4844 return &page_token_;
4854 _have_page_token_ =
true;
4855 page_token_ = value;
4864 _have_show_deleted_ =
false;
4865 client::ClearCppValueHelper(&show_deleted_);
4883 _have_show_deleted_ =
true;
4884 show_deleted_ = value;
4891 _have_source_ =
false;
4892 client::ClearCppValueHelper(&source_);
4909 _have_source_ =
true;
4920 _have_source_ =
true;
4930 _have_updated_max_ =
false;
4931 client::ClearCppValueHelper(&updated_max_);
4949 _have_updated_max_ =
true;
4950 return &updated_max_;
4961 _have_updated_max_ =
true;
4962 updated_max_ = value;
4971 _have_updated_min_ =
false;
4972 client::ClearCppValueHelper(&updated_min_);
4990 _have_updated_min_ =
true;
4991 return &updated_min_;
5002 _have_updated_min_ =
true;
5003 updated_min_ = value;
5012 _have_volume_id_ =
false;
5013 client::ClearCppValueHelper(&volume_id_);
5031 _have_volume_id_ =
true;
5042 _have_volume_id_ =
true;
5055 virtual util::Status AppendVariable(
5056 const StringPiece& variable_name,
5057 const client::UriTemplateConfig& config,
5065 virtual util::Status AppendOptionalQueryParameters(
string* target);
5080 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
5084 string content_version_;
5086 client::JsonCppCapsule< client::JsonCppArray<string > > layer_ids_;
5087 uint32 max_results_;
5091 string updated_max_;
5092 string updated_min_;
5094 bool _have_content_version_ : 1;
5095 bool _have_layer_id_ : 1;
5096 bool _have_layer_ids_ : 1;
5097 bool _have_max_results_ : 1;
5098 bool _have_page_token_ : 1;
5099 bool _have_show_deleted_ : 1;
5100 bool _have_source_ : 1;
5101 bool _have_updated_max_ : 1;
5102 bool _have_updated_min_ : 1;
5103 bool _have_volume_id_ : 1;
5107 typedef client::ServiceRequestPager<
5110 MylibraryResource_AnnotationsResource_ListMethodPager;
5137 client::AuthorizationCredential* _credential_,
5138 const client::JsonCppArray<string >& layer_ids,
5139 const absl::string_view& volume_id);
5156 virtual util::Status AppendVariable(
5157 const StringPiece& variable_name,
5158 const client::UriTemplateConfig& config,
5166 virtual util::Status AppendOptionalQueryParameters(
string* target);
5181 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
5185 client::JsonCppArray<string > layer_ids_;
5215 client::AuthorizationCredential* _credential_,
5216 const absl::string_view& annotation_id,
5229 _have_source_ =
false;
5230 client::ClearCppValueHelper(&source_);
5247 _have_source_ =
true;
5258 _have_source_ =
true;
5271 virtual util::Status AppendVariable(
5272 const StringPiece& variable_name,
5273 const client::UriTemplateConfig& config,
5281 virtual util::Status AppendOptionalQueryParameters(
string* target);
5296 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
5300 string annotation_id_;
5302 bool _have_source_ : 1;
string _content_;
5332 client::AuthorizationCredential* _credential_,
5333 const absl::string_view& shelf,
5334 const absl::string_view& volume_id);
5346 _have_reason_ =
false;
5347 client::ClearCppValueHelper(&reason_);
5364 _have_reason_ =
true;
5375 _have_reason_ =
true;
5385 _have_source_ =
false;
5386 client::ClearCppValueHelper(&source_);
5403 _have_source_ =
true;
5414 _have_source_ =
true;
5427 virtual util::Status AppendVariable(
5428 const StringPiece& variable_name,
5429 const client::UriTemplateConfig& config,
5437 virtual util::Status AppendOptionalQueryParameters(
string* target);
5445 bool _have_reason_ : 1;
5446 bool _have_source_ : 1;
5474 client::AuthorizationCredential* _credential_,
5475 const absl::string_view& shelf);
5487 _have_source_ =
false;
5488 client::ClearCppValueHelper(&source_);
5505 _have_source_ =
true;
5516 _have_source_ =
true;
5529 virtual util::Status AppendVariable(
5530 const StringPiece& variable_name,
5531 const client::UriTemplateConfig& config,
5539 virtual util::Status AppendOptionalQueryParameters(
string* target);
5545 bool _have_source_ : 1;
5573 client::AuthorizationCredential* _credential_,
5574 const absl::string_view& shelf);
5586 _have_source_ =
false;
5587 client::ClearCppValueHelper(&source_);
5604 _have_source_ =
true;
5615 _have_source_ =
true;
5628 virtual util::Status AppendVariable(
5629 const StringPiece& variable_name,
5630 const client::UriTemplateConfig& config,
5638 virtual util::Status AppendOptionalQueryParameters(
string* target);
5653 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
5659 bool _have_source_ : 1;
5686 client::AuthorizationCredential* _credential_);
5698 _have_source_ =
false;
5699 client::ClearCppValueHelper(&source_);
5716 _have_source_ =
true;
5727 _have_source_ =
true;
5740 virtual util::Status AppendVariable(
5741 const StringPiece& variable_name,
5742 const client::UriTemplateConfig& config,
5750 virtual util::Status AppendOptionalQueryParameters(
string* target);
5765 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
5770 bool _have_source_ : 1;
5802 client::AuthorizationCredential* _credential_,
5803 const absl::string_view& shelf,
5804 const absl::string_view& volume_id,
5805 const int32& volume_position);
5817 _have_source_ =
false;
5818 client::ClearCppValueHelper(&source_);
5835 _have_source_ =
true;
5846 _have_source_ =
true;
5859 virtual util::Status AppendVariable(
5860 const StringPiece& variable_name,
5861 const client::UriTemplateConfig& config,
5869 virtual util::Status AppendOptionalQueryParameters(
string* target);
5875 int32 volume_position_;
5877 bool _have_source_ : 1;
5906 client::AuthorizationCredential* _credential_,
5907 const absl::string_view& shelf,
5908 const absl::string_view& volume_id);
5920 _have_reason_ =
false;
5921 client::ClearCppValueHelper(&reason_);
5938 _have_reason_ =
true;
5950 _have_reason_ =
true;
5960 _have_source_ =
false;
5961 client::ClearCppValueHelper(&source_);
5978 _have_source_ =
true;
5989 _have_source_ =
true;
6002 virtual util::Status AppendVariable(
6003 const StringPiece& variable_name,
6004 const client::UriTemplateConfig& config,
6012 virtual util::Status AppendOptionalQueryParameters(
string* target);
6020 bool _have_reason_ : 1;
6021 bool _have_source_ : 1;
6052 client::AuthorizationCredential* _credential_,
6053 const absl::string_view& shelf);
6065 _have_country_ =
false;
6066 client::ClearCppValueHelper(&country_);
6084 _have_country_ =
true;
6095 _have_country_ =
true;
6105 _have_max_results_ =
false;
6106 client::ClearCppValueHelper(&max_results_);
6123 _have_max_results_ =
true;
6124 max_results_ = value;
6131 _have_projection_ =
false;
6132 client::ClearCppValueHelper(&projection_);
6150 _have_projection_ =
true;
6151 return &projection_;
6162 _have_projection_ =
true;
6163 projection_ = value;
6173 client::ClearCppValueHelper(&q_);
6182 const string&
get_q()
const {
return q_; }
6211 _have_show_preorders_ =
false;
6212 client::ClearCppValueHelper(&show_preorders_);
6230 _have_show_preorders_ =
true;
6231 show_preorders_ = value;
6238 _have_source_ =
false;
6239 client::ClearCppValueHelper(&source_);
6256 _have_source_ =
true;
6267 _have_source_ =
true;
6277 _have_start_index_ =
false;
6278 client::ClearCppValueHelper(&start_index_);
6295 _have_start_index_ =
true;
6296 start_index_ = value;
6308 virtual util::Status AppendVariable(
6309 const StringPiece& variable_name,
6310 const client::UriTemplateConfig& config,
6318 virtual util::Status AppendOptionalQueryParameters(
string* target);
6333 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
6339 uint32 max_results_;
6342 bool show_preorders_;
6344 uint32 start_index_;
6345 bool _have_country_ : 1;
6346 bool _have_max_results_ : 1;
6347 bool _have_projection_ : 1;
6349 bool _have_show_preorders_ : 1;
6350 bool _have_source_ : 1;
6351 bool _have_start_index_ : 1;
6380 client::AuthorizationCredential* _credential_,
6381 const absl::string_view& volume_id);
6394 _have_content_version_ =
false;
6395 client::ClearCppValueHelper(&content_version_);
6413 _have_content_version_ =
true;
6414 return &content_version_;
6425 _have_content_version_ =
true;
6426 content_version_ = value;
6435 _have_source_ =
false;
6436 client::ClearCppValueHelper(&source_);
6453 _have_source_ =
true;
6464 _have_source_ =
true;
6477 virtual util::Status AppendVariable(
6478 const StringPiece& variable_name,
6479 const client::UriTemplateConfig& config,
6487 virtual util::Status AppendOptionalQueryParameters(
string* target);
6502 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
6507 string content_version_;
6509 bool _have_content_version_ : 1;
6510 bool _have_source_ : 1;
6541 client::AuthorizationCredential* _credential_,
6542 const absl::string_view& volume_id,
6543 const absl::string_view& timestamp,
6544 const absl::string_view& position);
6556 _have_action_ =
false;
6557 client::ClearCppValueHelper(&action_);
6574 _have_action_ =
true;
6585 _have_action_ =
true;
6596 _have_content_version_ =
false;
6597 client::ClearCppValueHelper(&content_version_);
6615 _have_content_version_ =
true;
6616 return &content_version_;
6627 _have_content_version_ =
true;
6628 content_version_ = value;
6637 _have_device_cookie_ =
false;
6638 client::ClearCppValueHelper(&device_cookie_);
6656 _have_device_cookie_ =
true;
6657 return &device_cookie_;
6668 _have_device_cookie_ =
true;
6669 device_cookie_ = value;
6678 _have_source_ =
false;
6679 client::ClearCppValueHelper(&source_);
6696 _have_source_ =
true;
6707 _have_source_ =
true;
6720 virtual util::Status AppendVariable(
6721 const StringPiece& variable_name,
6722 const client::UriTemplateConfig& config,
6730 virtual util::Status AppendOptionalQueryParameters(
string* target);
6738 string content_version_;
6739 string device_cookie_;
6741 bool _have_action_ : 1;
6742 bool _have_content_version_ : 1;
6743 bool _have_device_cookie_ : 1;
6744 bool _have_source_ : 1;
6774 client::AuthorizationCredential* _credential_,
6775 const absl::string_view& notification_id);
6787 _have_locale_ =
false;
6788 client::ClearCppValueHelper(&locale_);
6805 _have_locale_ =
true;
6817 _have_locale_ =
true;
6827 _have_source_ =
false;
6828 client::ClearCppValueHelper(&source_);
6845 _have_source_ =
true;
6856 _have_source_ =
true;
6869 virtual util::Status AppendVariable(
6870 const StringPiece& variable_name,
6871 const client::UriTemplateConfig& config,
6879 virtual util::Status AppendOptionalQueryParameters(
string* target);
6894 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
6898 string notification_id_;
6901 bool _have_locale_ : 1;
6902 bool _have_source_ : 1;
6931 client::AuthorizationCredential* _credential_);
6943 _have_locale_ =
false;
6944 client::ClearCppValueHelper(&locale_);
6961 _have_locale_ =
true;
6973 _have_locale_ =
true;
6986 virtual util::Status AppendVariable(
6987 const StringPiece& variable_name,
6988 const client::UriTemplateConfig& config,
6996 virtual util::Status AppendOptionalQueryParameters(
string* target);
7011 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
7016 bool _have_locale_ : 1;
7043 client::AuthorizationCredential* _credential_);
7055 _have_category_id_ =
false;
7056 client::ClearCppValueHelper(&category_id_);
7074 _have_category_id_ =
true;
7075 return &category_id_;
7084 _have_locale_ =
false;
7085 client::ClearCppValueHelper(&locale_);
7102 _have_locale_ =
true;
7114 _have_locale_ =
true;
7125 _have_max_allowed_maturity_rating_ =
false;
7126 client::ClearCppValueHelper(&max_allowed_maturity_rating_);
7144 _have_max_allowed_maturity_rating_ =
true;
7145 return &max_allowed_maturity_rating_;
7156 _have_max_allowed_maturity_rating_ =
true;
7157 max_allowed_maturity_rating_ = value;
7166 _have_page_size_ =
false;
7167 client::ClearCppValueHelper(&page_size_);
7185 _have_page_size_ =
true;
7193 _have_page_token_ =
false;
7194 client::ClearCppValueHelper(&page_token_);
7212 _have_page_token_ =
true;
7213 return &page_token_;
7223 _have_page_token_ =
true;
7224 page_token_ = value;
7236 virtual util::Status AppendVariable(
7237 const StringPiece& variable_name,
7238 const client::UriTemplateConfig& config,
7246 virtual util::Status AppendOptionalQueryParameters(
string* target);
7261 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
7265 client::JsonCppCapsule< client::JsonCppArray<string > > category_id_;
7267 string max_allowed_maturity_rating_;
7270 bool _have_category_id_ : 1;
7271 bool _have_locale_ : 1;
7272 bool _have_max_allowed_maturity_rating_ : 1;
7273 bool _have_page_size_ : 1;
7274 bool _have_page_token_ : 1;
7278 typedef client::ServiceRequestPager<
7281 OnboardingResource_ListCategoryVolumesMethodPager;
7308 client::AuthorizationCredential* _credential_);
7320 _have_locale_ =
false;
7321 client::ClearCppValueHelper(&locale_);
7338 _have_locale_ =
true;
7350 _have_locale_ =
true;
7361 _have_max_allowed_maturity_rating_ =
false;
7362 client::ClearCppValueHelper(&max_allowed_maturity_rating_);
7380 _have_max_allowed_maturity_rating_ =
true;
7381 return &max_allowed_maturity_rating_;
7392 _have_max_allowed_maturity_rating_ =
true;
7393 max_allowed_maturity_rating_ = value;
7402 _have_source_ =
false;
7403 client::ClearCppValueHelper(&source_);
7420 _have_source_ =
true;
7431 _have_source_ =
true;
7444 virtual util::Status AppendVariable(
7445 const StringPiece& variable_name,
7446 const client::UriTemplateConfig& config,
7454 virtual util::Status AppendOptionalQueryParameters(
string* target);
7469 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
7474 string max_allowed_maturity_rating_;
7476 bool _have_locale_ : 1;
7477 bool _have_max_allowed_maturity_rating_ : 1;
7478 bool _have_source_ : 1;
7507 client::AuthorizationCredential* _credential_);
7519 _have_android_id_ =
false;
7520 client::ClearCppValueHelper(&android_id_);
7538 _have_android_id_ =
true;
7539 return &android_id_;
7549 _have_android_id_ =
true;
7550 android_id_ = value;
7559 _have_device_ =
false;
7560 client::ClearCppValueHelper(&device_);
7577 _have_device_ =
true;
7588 _have_device_ =
true;
7598 _have_manufacturer_ =
false;
7599 client::ClearCppValueHelper(&manufacturer_);
7617 _have_manufacturer_ =
true;
7618 return &manufacturer_;
7628 _have_manufacturer_ =
true;
7629 manufacturer_ = value;
7638 _have_model_ =
false;
7639 client::ClearCppValueHelper(&model_);
7656 _have_model_ =
true;
7667 _have_model_ =
true;
7677 _have_offer_id_ =
false;
7678 client::ClearCppValueHelper(&offer_id_);
7696 _have_offer_id_ =
true;
7707 _have_offer_id_ =
true;
7717 _have_product_ =
false;
7718 client::ClearCppValueHelper(&product_);
7736 _have_product_ =
true;
7747 _have_product_ =
true;
7757 _have_serial_ =
false;
7758 client::ClearCppValueHelper(&serial_);
7775 _have_serial_ =
true;
7786 _have_serial_ =
true;
7796 _have_volume_id_ =
false;
7797 client::ClearCppValueHelper(&volume_id_);
7815 _have_volume_id_ =
true;
7826 _have_volume_id_ =
true;
7839 virtual util::Status AppendVariable(
7840 const StringPiece& variable_name,
7841 const client::UriTemplateConfig& config,
7849 virtual util::Status AppendOptionalQueryParameters(
string* target);
7855 string manufacturer_;
7861 bool _have_android_id_ : 1;
7862 bool _have_device_ : 1;
7863 bool _have_manufacturer_ : 1;
7864 bool _have_model_ : 1;
7865 bool _have_offer_id_ : 1;
7866 bool _have_product_ : 1;
7867 bool _have_serial_ : 1;
7868 bool _have_volume_id_ : 1;
7895 client::AuthorizationCredential* _credential_);
7907 _have_android_id_ =
false;
7908 client::ClearCppValueHelper(&android_id_);
7926 _have_android_id_ =
true;
7927 return &android_id_;
7937 _have_android_id_ =
true;
7938 android_id_ = value;
7947 _have_device_ =
false;
7948 client::ClearCppValueHelper(&device_);
7965 _have_device_ =
true;
7976 _have_device_ =
true;
7986 _have_manufacturer_ =
false;
7987 client::ClearCppValueHelper(&manufacturer_);
8005 _have_manufacturer_ =
true;
8006 return &manufacturer_;
8016 _have_manufacturer_ =
true;
8017 manufacturer_ = value;
8026 _have_model_ =
false;
8027 client::ClearCppValueHelper(&model_);
8044 _have_model_ =
true;
8055 _have_model_ =
true;
8065 _have_offer_id_ =
false;
8066 client::ClearCppValueHelper(&offer_id_);
8084 _have_offer_id_ =
true;
8095 _have_offer_id_ =
true;
8105 _have_product_ =
false;
8106 client::ClearCppValueHelper(&product_);
8124 _have_product_ =
true;
8135 _have_product_ =
true;
8145 _have_serial_ =
false;
8146 client::ClearCppValueHelper(&serial_);
8163 _have_serial_ =
true;
8174 _have_serial_ =
true;
8187 virtual util::Status AppendVariable(
8188 const StringPiece& variable_name,
8189 const client::UriTemplateConfig& config,
8197 virtual util::Status AppendOptionalQueryParameters(
string* target);
8203 string manufacturer_;
8208 bool _have_android_id_ : 1;
8209 bool _have_device_ : 1;
8210 bool _have_manufacturer_ : 1;
8211 bool _have_model_ : 1;
8212 bool _have_offer_id_ : 1;
8213 bool _have_product_ : 1;
8214 bool _have_serial_ : 1;
8241 client::AuthorizationCredential* _credential_);
8253 _have_android_id_ =
false;
8254 client::ClearCppValueHelper(&android_id_);
8272 _have_android_id_ =
true;
8273 return &android_id_;
8283 _have_android_id_ =
true;
8284 android_id_ = value;
8293 _have_device_ =
false;
8294 client::ClearCppValueHelper(&device_);
8311 _have_device_ =
true;
8322 _have_device_ =
true;
8332 _have_manufacturer_ =
false;
8333 client::ClearCppValueHelper(&manufacturer_);
8351 _have_manufacturer_ =
true;
8352 return &manufacturer_;
8362 _have_manufacturer_ =
true;
8363 manufacturer_ = value;
8372 _have_model_ =
false;
8373 client::ClearCppValueHelper(&model_);
8390 _have_model_ =
true;
8401 _have_model_ =
true;
8411 _have_product_ =
false;
8412 client::ClearCppValueHelper(&product_);
8430 _have_product_ =
true;
8441 _have_product_ =
true;
8451 _have_serial_ =
false;
8452 client::ClearCppValueHelper(&serial_);
8469 _have_serial_ =
true;
8480 _have_serial_ =
true;
8493 virtual util::Status AppendVariable(
8494 const StringPiece& variable_name,
8495 const client::UriTemplateConfig& config,
8503 virtual util::Status AppendOptionalQueryParameters(
string* target);
8518 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
8524 string manufacturer_;
8528 bool _have_android_id_ : 1;
8529 bool _have_device_ : 1;
8530 bool _have_manufacturer_ : 1;
8531 bool _have_model_ : 1;
8532 bool _have_product_ : 1;
8533 bool _have_serial_ : 1;
8563 client::AuthorizationCredential* _credential_,
8564 const client::JsonCppArray<string >& series_id);
8581 virtual util::Status AppendVariable(
8582 const StringPiece& variable_name,
8583 const client::UriTemplateConfig& config,
8591 virtual util::Status AppendOptionalQueryParameters(
string* target);
8606 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
8610 client::JsonCppArray<string > series_id_;
8641 client::AuthorizationCredential* _credential_,
8642 const absl::string_view& series_id);
8654 _have_page_size_ =
false;
8655 client::ClearCppValueHelper(&page_size_);
8673 _have_page_size_ =
true;
8681 _have_page_token_ =
false;
8682 client::ClearCppValueHelper(&page_token_);
8700 _have_page_token_ =
true;
8701 return &page_token_;
8711 _have_page_token_ =
true;
8712 page_token_ = value;
8724 virtual util::Status AppendVariable(
8725 const StringPiece& variable_name,
8726 const client::UriTemplateConfig& config,
8734 virtual util::Status AppendOptionalQueryParameters(
string* target);
8749 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
8756 bool _have_page_size_ : 1;
8757 bool _have_page_token_ : 1;
8787 client::AuthorizationCredential* _credential_,
8788 const absl::string_view& volume_id);
8800 _have_country_ =
false;
8801 client::ClearCppValueHelper(&country_);
8819 _have_country_ =
true;
8830 _have_country_ =
true;
8841 _have_include_non_comics_series_ =
false;
8842 client::ClearCppValueHelper(&include_non_comics_series_);
8860 _have_include_non_comics_series_ =
true;
8861 include_non_comics_series_ = value;
8868 _have_partner_ =
false;
8869 client::ClearCppValueHelper(&partner_);
8887 _have_partner_ =
true;
8898 _have_partner_ =
true;
8908 _have_projection_ =
false;
8909 client::ClearCppValueHelper(&projection_);
8927 _have_projection_ =
true;
8928 return &projection_;
8939 _have_projection_ =
true;
8940 projection_ = value;
8949 _have_source_ =
false;
8950 client::ClearCppValueHelper(&source_);
8967 _have_source_ =
true;
8978 _have_source_ =
true;
8989 _have_user_library_consistent_read_ =
false;
8990 client::ClearCppValueHelper(&user_library_consistent_read_);
9007 _have_user_library_consistent_read_ =
true;
9008 user_library_consistent_read_ = value;
9020 virtual util::Status AppendVariable(
9021 const StringPiece& variable_name,
9022 const client::UriTemplateConfig& config,
9030 virtual util::Status AppendOptionalQueryParameters(
string* target);
9045 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
9051 bool include_non_comics_series_;
9055 bool user_library_consistent_read_;
9056 bool _have_country_ : 1;
9057 bool _have_include_non_comics_series_ : 1;
9058 bool _have_partner_ : 1;
9059 bool _have_projection_ : 1;
9060 bool _have_source_ : 1;
9061 bool _have_user_library_consistent_read_ : 1;
9089 client::AuthorizationCredential* _credential_,
9090 const absl::string_view& q);
9102 _have_download_ =
false;
9103 client::ClearCppValueHelper(&download_);
9121 _have_download_ =
true;
9132 _have_download_ =
true;
9142 _have_filter_ =
false;
9143 client::ClearCppValueHelper(&filter_);
9160 _have_filter_ =
true;
9171 _have_filter_ =
true;
9181 _have_lang_restrict_ =
false;
9182 client::ClearCppValueHelper(&lang_restrict_);
9200 _have_lang_restrict_ =
true;
9201 return &lang_restrict_;
9211 _have_lang_restrict_ =
true;
9212 lang_restrict_ = value;
9222 _have_library_restrict_ =
false;
9223 client::ClearCppValueHelper(&library_restrict_);
9241 _have_library_restrict_ =
true;
9242 return &library_restrict_;
9252 _have_library_restrict_ =
true;
9253 library_restrict_ = value;
9263 _have_max_allowed_maturity_rating_ =
false;
9264 client::ClearCppValueHelper(&max_allowed_maturity_rating_);
9282 _have_max_allowed_maturity_rating_ =
true;
9283 return &max_allowed_maturity_rating_;
9294 _have_max_allowed_maturity_rating_ =
true;
9295 max_allowed_maturity_rating_ = value;
9304 _have_max_results_ =
false;
9305 client::ClearCppValueHelper(&max_results_);
9322 _have_max_results_ =
true;
9323 max_results_ = value;
9330 _have_order_by_ =
false;
9331 client::ClearCppValueHelper(&order_by_);
9349 _have_order_by_ =
true;
9360 _have_order_by_ =
true;
9370 _have_partner_ =
false;
9371 client::ClearCppValueHelper(&partner_);
9389 _have_partner_ =
true;
9400 _have_partner_ =
true;
9410 _have_print_type_ =
false;
9411 client::ClearCppValueHelper(&print_type_);
9429 _have_print_type_ =
true;
9430 return &print_type_;
9440 _have_print_type_ =
true;
9441 print_type_ = value;
9450 _have_projection_ =
false;
9451 client::ClearCppValueHelper(&projection_);
9469 _have_projection_ =
true;
9470 return &projection_;
9481 _have_projection_ =
true;
9482 projection_ = value;
9491 _have_show_preorders_ =
false;
9492 client::ClearCppValueHelper(&show_preorders_);
9510 _have_show_preorders_ =
true;
9511 show_preorders_ = value;
9518 _have_source_ =
false;
9519 client::ClearCppValueHelper(&source_);
9536 _have_source_ =
true;
9547 _have_source_ =
true;
9557 _have_start_index_ =
false;
9558 client::ClearCppValueHelper(&start_index_);
9575 _have_start_index_ =
true;
9576 start_index_ = value;
9588 virtual util::Status AppendVariable(
9589 const StringPiece& variable_name,
9590 const client::UriTemplateConfig& config,
9598 virtual util::Status AppendOptionalQueryParameters(
string* target);
9613 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
9620 string lang_restrict_;
9621 string library_restrict_;
9622 string max_allowed_maturity_rating_;
9623 uint32 max_results_;
9628 bool show_preorders_;
9630 uint32 start_index_;
9631 bool _have_download_ : 1;
9632 bool _have_filter_ : 1;
9633 bool _have_lang_restrict_ : 1;
9634 bool _have_library_restrict_ : 1;
9635 bool _have_max_allowed_maturity_rating_ : 1;
9636 bool _have_max_results_ : 1;
9637 bool _have_order_by_ : 1;
9638 bool _have_partner_ : 1;
9639 bool _have_print_type_ : 1;
9640 bool _have_projection_ : 1;
9641 bool _have_show_preorders_ : 1;
9642 bool _have_source_ : 1;
9643 bool _have_start_index_ : 1;
9674 client::AuthorizationCredential* _credential_,
9675 const absl::string_view& volume_id);
9687 _have_association_ =
false;
9688 client::ClearCppValueHelper(&association_);
9706 _have_association_ =
true;
9707 return &association_;
9717 _have_association_ =
true;
9718 association_ = value;
9727 _have_locale_ =
false;
9728 client::ClearCppValueHelper(&locale_);
9745 _have_locale_ =
true;
9757 _have_locale_ =
true;
9768 _have_max_allowed_maturity_rating_ =
false;
9769 client::ClearCppValueHelper(&max_allowed_maturity_rating_);
9787 _have_max_allowed_maturity_rating_ =
true;
9788 return &max_allowed_maturity_rating_;
9799 _have_max_allowed_maturity_rating_ =
true;
9800 max_allowed_maturity_rating_ = value;
9809 _have_source_ =
false;
9810 client::ClearCppValueHelper(&source_);
9827 _have_source_ =
true;
9838 _have_source_ =
true;
9851 virtual util::Status AppendVariable(
9852 const StringPiece& variable_name,
9853 const client::UriTemplateConfig& config,
9861 virtual util::Status AppendOptionalQueryParameters(
string* target);
9876 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
9881 string association_;
9883 string max_allowed_maturity_rating_;
9885 bool _have_association_ : 1;
9886 bool _have_locale_ : 1;
9887 bool _have_max_allowed_maturity_rating_ : 1;
9888 bool _have_source_ : 1;
9916 client::AuthorizationCredential* _credential_);
9928 _have_acquire_method_ =
false;
9929 client::ClearCppValueHelper(&acquire_method_);
9947 _have_acquire_method_ =
true;
9948 return &acquire_method_;
9957 _have_country_ =
false;
9958 client::ClearCppValueHelper(&country_);
9976 _have_country_ =
true;
9987 _have_country_ =
true;
9997 _have_locale_ =
false;
9998 client::ClearCppValueHelper(&locale_);
10015 _have_locale_ =
true;
10027 _have_locale_ =
true;
10037 _have_max_results_ =
false;
10038 client::ClearCppValueHelper(&max_results_);
10055 _have_max_results_ =
true;
10056 max_results_ = value;
10064 _have_processing_state_ =
false;
10065 client::ClearCppValueHelper(&processing_state_);
10083 _have_processing_state_ =
true;
10084 return &processing_state_;
10093 _have_source_ =
false;
10094 client::ClearCppValueHelper(&source_);
10111 _have_source_ =
true;
10122 _have_source_ =
true;
10132 _have_start_index_ =
false;
10133 client::ClearCppValueHelper(&start_index_);
10150 _have_start_index_ =
true;
10151 start_index_ = value;
10163 virtual util::Status AppendVariable(
10164 const StringPiece& variable_name,
10165 const client::UriTemplateConfig& config,
10173 virtual util::Status AppendOptionalQueryParameters(
string* target);
10188 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
10192 client::JsonCppCapsule< client::JsonCppArray<string > > acquire_method_;
10195 uint32 max_results_;
10196 client::JsonCppCapsule< client::JsonCppArray<string > > processing_state_;
10198 uint32 start_index_;
10199 bool _have_acquire_method_ : 1;
10200 bool _have_country_ : 1;
10201 bool _have_locale_ : 1;
10202 bool _have_max_results_ : 1;
10203 bool _have_processing_state_ : 1;
10204 bool _have_source_ : 1;
10205 bool _have_start_index_ : 1;
10233 client::AuthorizationCredential* _credential_);
10245 _have_locale_ =
false;
10246 client::ClearCppValueHelper(&locale_);
10263 _have_locale_ =
true;
10275 _have_locale_ =
true;
10286 _have_max_allowed_maturity_rating_ =
false;
10287 client::ClearCppValueHelper(&max_allowed_maturity_rating_);
10305 _have_max_allowed_maturity_rating_ =
true;
10306 return &max_allowed_maturity_rating_;
10317 _have_max_allowed_maturity_rating_ =
true;
10318 max_allowed_maturity_rating_ = value;
10327 _have_source_ =
false;
10328 client::ClearCppValueHelper(&source_);
10345 _have_source_ =
true;
10356 _have_source_ =
true;
10369 virtual util::Status AppendVariable(
10370 const StringPiece& variable_name,
10371 const client::UriTemplateConfig& config,
10379 virtual util::Status AppendOptionalQueryParameters(
string* target);
10394 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
10399 string max_allowed_maturity_rating_;
10401 bool _have_locale_ : 1;
10402 bool _have_max_allowed_maturity_rating_ : 1;
10403 bool _have_source_ : 1;
10432 client::AuthorizationCredential* _credential_,
10433 const absl::string_view& rating,
10434 const absl::string_view& volume_id);
10446 _have_locale_ =
false;
10447 client::ClearCppValueHelper(&locale_);
10464 _have_locale_ =
true;
10476 _have_locale_ =
true;
10486 _have_source_ =
false;
10487 client::ClearCppValueHelper(&source_);
10504 _have_source_ =
true;
10515 _have_source_ =
true;
10528 virtual util::Status AppendVariable(
10529 const StringPiece& variable_name,
10530 const client::UriTemplateConfig& config,
10538 virtual util::Status AppendOptionalQueryParameters(
string* target);
10553 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
10561 bool _have_locale_ : 1;
10562 bool _have_source_ : 1;
10590 client::AuthorizationCredential* _credential_);
10602 _have_locale_ =
false;
10603 client::ClearCppValueHelper(&locale_);
10620 _have_locale_ =
true;
10632 _have_locale_ =
true;
10642 _have_max_results_ =
false;
10643 client::ClearCppValueHelper(&max_results_);
10660 _have_max_results_ =
true;
10661 max_results_ = value;
10669 _have_processing_state_ =
false;
10670 client::ClearCppValueHelper(&processing_state_);
10688 _have_processing_state_ =
true;
10689 return &processing_state_;
10698 _have_source_ =
false;
10699 client::ClearCppValueHelper(&source_);
10716 _have_source_ =
true;
10727 _have_source_ =
true;
10737 _have_start_index_ =
false;
10738 client::ClearCppValueHelper(&start_index_);
10755 _have_start_index_ =
true;
10756 start_index_ = value;
10763 _have_volume_id_ =
false;
10764 client::ClearCppValueHelper(&volume_id_);
10782 _have_volume_id_ =
true;
10783 return &volume_id_;
10795 virtual util::Status AppendVariable(
10796 const StringPiece& variable_name,
10797 const client::UriTemplateConfig& config,
10805 virtual util::Status AppendOptionalQueryParameters(
string* target);
10820 return BooksServiceBaseRequest::ExecuteAndParseResponse(data);
10825 uint32 max_results_;
10826 client::JsonCppCapsule< client::JsonCppArray<string > > processing_state_;
10828 uint32 start_index_;
10829 client::JsonCppCapsule< client::JsonCppArray<string > > volume_id_;
10830 bool _have_locale_ : 1;
10831 bool _have_max_results_ : 1;
10832 bool _have_processing_state_ : 1;
10833 bool _have_source_ : 1;
10834 bool _have_start_index_ : 1;
10835 bool _have_volume_id_ : 1;
10854 static const char googleapis_API_NAME[];
10859 static const char googleapis_API_VERSION[];
10864 static const char googleapis_API_GENERATOR[];
10921 client::AuthorizationCredential* _credential_,
10922 const absl::string_view& user_id,
10923 const absl::string_view& shelf)
const;
10952 client::AuthorizationCredential* _credential_,
10953 const absl::string_view& user_id,
10954 const absl::string_view& shelf)
const;
10966 client::AuthorizationCredential* _credential_,
10967 const absl::string_view& user_id)
const;
11007 client::AuthorizationCredential* _credential_)
const;
11019 client::AuthorizationCredential* _credential_,
11020 const absl::string_view& volume_id)
const;
11032 client::AuthorizationCredential* _credential_,
11073 client::AuthorizationCredential* _credential_,
11074 const absl::string_view& cpksver)
const;
11113 client::AuthorizationCredential* _credential_)
const;
11124 client::AuthorizationCredential* _credential_)
const;
11135 client::AuthorizationCredential* _credential_)
const;
11201 client::AuthorizationCredential* _credential_,
11202 const absl::string_view& volume_id,
11203 const absl::string_view& layer_id,
11204 const absl::string_view& annotation_data_id,
11205 const absl::string_view& content_version)
const;
11220 LayersResource_AnnotationDataResource_ListMethod* NewListMethod(
11221 client::AuthorizationCredential* _credential_,
11222 const absl::string_view& volume_id,
11223 const absl::string_view& layer_id,
11224 const absl::string_view& content_version)
const;
11240 LayersResource_AnnotationDataResource_ListMethodPager* NewListMethodPager(
11241 client::AuthorizationCredential* _credential_,
11242 const absl::string_view& volume_id,
11243 const absl::string_view& layer_id,
11244 const absl::string_view& content_version)
const;
11257 return annotation_data_;
11296 client::AuthorizationCredential* _credential_,
11297 const absl::string_view& volume_id,
11298 const absl::string_view& layer_id,
11299 const absl::string_view& annotation_id)
const;
11314 LayersResource_VolumeAnnotationsResource_ListMethod* NewListMethod(
11315 client::AuthorizationCredential* _credential_,
11316 const absl::string_view& volume_id,
11317 const absl::string_view& layer_id,
11318 const absl::string_view& content_version)
const;
11334 LayersResource_VolumeAnnotationsResource_ListMethodPager* NewListMethodPager(
11335 client::AuthorizationCredential* _credential_,
11336 const absl::string_view& volume_id,
11337 const absl::string_view& layer_id,
11338 const absl::string_view& content_version)
const;
11351 return volume_annotations_;
11367 client::AuthorizationCredential* _credential_,
11368 const absl::string_view& volume_id,
11369 const absl::string_view& summary_id)
const;
11381 client::AuthorizationCredential* _credential_,
11382 const absl::string_view& volume_id)
const;
11423 client::AuthorizationCredential* _credential_)
const;
11437 client::AuthorizationCredential* _credential_,
11438 const client::JsonCppArray<string >& volume_ids,
11439 const absl::string_view& cpksver)
const;
11456 client::AuthorizationCredential* _credential_,
11457 const absl::string_view& source,
11458 const absl::string_view& volume_id,
11459 const absl::string_view& nonce,
11460 const absl::string_view& cpksver)
const;
11475 client::AuthorizationCredential* _credential_,
11476 const absl::string_view& source,
11477 const absl::string_view& nonce,
11478 const absl::string_view& cpksver)
const;
11490 client::AuthorizationCredential* _credential_,
11553 client::AuthorizationCredential* _credential_,
11554 const absl::string_view& annotation_id)
const;
11567 client::AuthorizationCredential* _credential_,
11579 MylibraryResource_AnnotationsResource_ListMethod* NewListMethod(
11580 client::AuthorizationCredential* _credential_)
const;
11589 MylibraryResource_AnnotationsResource_ListMethodPager* NewListMethodPager(
11590 client::AuthorizationCredential* _credential_)
const;
11604 client::AuthorizationCredential* _credential_,
11605 const client::JsonCppArray<string >& layer_ids,
11606 const absl::string_view& volume_id)
const;
11620 client::AuthorizationCredential* _credential_,
11621 const absl::string_view& annotation_id,
11635 return annotations_;
11694 client::AuthorizationCredential* _credential_,
11695 const absl::string_view& shelf)
const;
11725 client::AuthorizationCredential* _credential_,
11726 const absl::string_view& shelf,
11727 const absl::string_view& volume_id)
const;
11740 client::AuthorizationCredential* _credential_,
11741 const absl::string_view& shelf)
const;
11753 client::AuthorizationCredential* _credential_,
11754 const absl::string_view& shelf)
const;
11766 client::AuthorizationCredential* _credential_)
const;
11783 client::AuthorizationCredential* _credential_,
11784 const absl::string_view& shelf,
11785 const absl::string_view& volume_id,
11786 const int32& volume_position)
const;
11800 client::AuthorizationCredential* _credential_,
11801 const absl::string_view& shelf,
11802 const absl::string_view& volume_id)
const;
11816 return bookshelves_;
11854 client::AuthorizationCredential* _credential_,
11855 const absl::string_view& volume_id)
const;
11873 client::AuthorizationCredential* _credential_,
11874 const absl::string_view& volume_id,
11875 const absl::string_view& timestamp,
11876 const absl::string_view& position)
const;
11889 return readingpositions_;
11935 client::AuthorizationCredential* _credential_,
11936 const absl::string_view& notification_id)
const;
11975 client::AuthorizationCredential* _credential_)
const;
11985 OnboardingResource_ListCategoryVolumesMethod* NewListCategoryVolumesMethod(
11986 client::AuthorizationCredential* _credential_)
const;
11994 OnboardingResource_ListCategoryVolumesMethodPager* NewListCategoryVolumesMethodPager(
11995 client::AuthorizationCredential* _credential_)
const;
12034 client::AuthorizationCredential* _credential_)
const;
12073 client::AuthorizationCredential* _credential_)
const;
12084 client::AuthorizationCredential* _credential_)
const;
12095 client::AuthorizationCredential* _credential_)
const;
12156 client::AuthorizationCredential* _credential_,
12157 const absl::string_view& series_id)
const;
12170 return membership_;
12185 client::AuthorizationCredential* _credential_,
12186 const client::JsonCppArray<string >& series_id)
const;
12248 client::AuthorizationCredential* _credential_,
12249 const absl::string_view& volume_id)
const;
12262 return associated_;
12297 client::AuthorizationCredential* _credential_)
const;
12345 client::AuthorizationCredential* _credential_)
const;
12358 client::AuthorizationCredential* _credential_,
12359 const absl::string_view& rating,
12360 const absl::string_view& volume_id)
const;
12373 return recommended_;
12408 client::AuthorizationCredential* _credential_)
const;
12421 return useruploaded_;
12436 client::AuthorizationCredential* _credential_,
12437 const absl::string_view& volume_id)
const;
12449 client::AuthorizationCredential* _credential_,
12450 const absl::string_view& q)
const;
12470 explicit BooksService(client::HttpTransport* transport);
12483 return bookshelves_;
12493 return cloudloading_;
12503 return dictionary_;
12513 return familysharing_;
12553 return notification_;
12563 return onboarding_;
12573 return personalizedstream_;
12583 return promooffer_;
12617 static const char BOOKS[];
12674 #endif // GOOGLE_BOOKS_API_BOOKS_SERVICE_H_ const RecommendedResource & get_recommended() const
Definition: books_service.h:12372
void clear_locale()
Definition: books_service.h:6942
void clear_reason()
Definition: books_service.h:5919
Definition: books_service.h:1213
const string & get_source() const
Definition: books_service.h:1706
const string & get_max_allowed_maturity_rating() const
Definition: books_service.h:7371
Definition: books_service.h:1455
const string & get_source() const
Definition: books_service.h:5827
Definition: books_service.h:11046
void set_locale(const string &value)
Definition: books_service.h:2991
void clear_volume_id()
Definition: books_service.h:1734
void clear_locale()
Definition: books_service.h:9996
void clear_page_token()
Definition: books_service.h:4823
void clear_source()
Definition: books_service.h:2706
void set_w(int32 value)
Definition: books_service.h:2846
void clear_page_token()
Definition: books_service.h:3269
string * mutable_source()
Definition: books_service.h:1900
const CloudloadingResource & get_cloudloading() const
Definition: books_service.h:12492
string * mutable_projection()
Definition: books_service.h:9468
void set_include_non_comics_series(bool value)
Definition: books_service.h:8859
void clear_max_results()
Definition: books_service.h:10036
const MylibraryResource & get_mylibrary() const
Definition: books_service.h:12542
void clear_source()
Definition: books_service.h:612
string * mutable_country()
Definition: books_service.h:6083
const AnnotationsResource & get_annotations() const
Definition: books_service.h:11634
void clear_max_results()
Definition: books_service.h:3243
string * mutable_pageToken()
Definition: books_service.h:3288
const string & get_user_ip() const
Definition: books_service.h:383
void clear_locale()
Definition: books_service.h:4125
const string & get_locale() const
Definition: books_service.h:3214
void clear_source()
Definition: books_service.h:7401
void clear_drive_document_id()
Definition: books_service.h:934
Definition: books_service.h:2933
uint32 get_max_results() const
Definition: books_service.h:2625
void set_start_index(uint32 value)
Definition: books_service.h:10149
void set_max_allowed_maturity_rating(const string &value)
Definition: books_service.h:9798
void set_show_preorders(bool value)
Definition: books_service.h:9509
void clear_start_position()
Definition: books_service.h:3415
Definition: books_service.h:12382
const client::JsonCppArray< string > & get_processing_state() const
Definition: books_service.h:10074
void set_source(const string &value)
Definition: books_service.h:6706
~MyconfigResource()
Definition: books_service.h:11411
void clear_source()
Definition: books_service.h:6826
void clear_source()
Definition: books_service.h:9517
void clear_alt()
Definition: books_service.h:145
Definition: books_service.h:11504
void set_updated_min(const string &value)
Definition: books_service.h:5001
string * mutable_source()
Definition: books_service.h:10503
void clear_partner()
Definition: books_service.h:9369
void clear_doc_id()
Definition: books_service.h:1477
void clear_locale()
Definition: books_service.h:10601
string * mutable_locale()
Definition: books_service.h:6804
const string & get_updated_min() const
Definition: books_service.h:4981
const MybooksResource & get_mybooks() const
Definition: books_service.h:12309
Definition: annotation.h:54
void set_locale(const string &value)
Definition: books_service.h:10274
void clear_locale()
Definition: books_service.h:3737
~MembershipResource()
Definition: books_service.h:12143
void set_updated_max(const string &value)
Definition: books_service.h:4960
const string & get_max_allowed_maturity_rating() const
Definition: books_service.h:7135
util::Status ExecuteAndParseResponse(BooksCloudloadingResource *data)
Definition: books_service.h:1124
void set_country(const string &value)
Definition: books_service.h:9986
string * mutable_source()
Definition: books_service.h:4381
string * mutable_contentVersion()
Definition: books_service.h:1861
void clear_layer_ids()
Definition: books_service.h:4768
const string & get_library_restrict() const
Definition: books_service.h:9232
const string & get_locale() const
Definition: books_service.h:2302
const string & get_source() const
Definition: books_service.h:1377
void set_updated_min(const string &value)
Definition: books_service.h:2817
const string & get_source() const
Definition: books_service.h:3788
void clear_max_results()
Definition: books_service.h:4797
void set_source(const string &value)
Definition: books_service.h:5257
const NotificationResource & get_notification() const
Definition: books_service.h:12552
string * mutable_locale()
Definition: books_service.h:10619
void set_doc_id(const string &value)
Definition: books_service.h:1506
string * mutable_maxAllowedMaturityRating()
Definition: books_service.h:7143
const MembershipResource & get_membership() const
Definition: books_service.h:12169
void set_page_size(uint32 value)
Definition: books_service.h:8672
const string & get_oauth_token() const
Definition: books_service.h:276
void clear_projection()
Definition: books_service.h:8907
string * mutable_quotaUser()
Definition: books_service.h:350
util::Status ExecuteAndParseResponse(Volumes *data)
Definition: books_service.h:6331
void clear_max_results()
Definition: books_service.h:2040
Definition: books_service.h:12200
void set_content_version(const string &value)
Definition: books_service.h:4718
const string & get_max_allowed_maturity_rating() const
Definition: books_service.h:10296
void set_oauth_token(const string &value)
Definition: books_service.h:295
string * mutable_association()
Definition: books_service.h:9705
void set_source(const string &value)
Definition: books_service.h:526
int32 get_w() const
Definition: books_service.h:2838
void set_max_results(uint32 value)
Definition: books_service.h:10659
string * mutable_mimeType()
Definition: books_service.h:994
void clear_license_types()
Definition: books_service.h:3902
string * mutable_source()
Definition: books_service.h:515
const string & get_locale() const
Definition: books_service.h:2585
void set_source(const string &value)
Definition: books_service.h:10121
void clear_order_by()
Definition: books_service.h:9329
const string & get_updated_min() const
Definition: books_service.h:2797
const string & get_locale() const
Definition: books_service.h:3748
const client::JsonCppArray< string > & get_acquire_method() const
Definition: books_service.h:9938
util::Status ExecuteAndParseResponse(FamilyInfo *data)
Definition: books_service.h:1432
void clear_source()
Definition: books_service.h:5384
void set_show_deleted(bool value)
Definition: books_service.h:3328
Definition: books_service.h:2489
const VolumesResource & get_volumes() const
Definition: books_service.h:11707
void clear_start_index()
Definition: books_service.h:6276
Definition: layersummaries.h:53
client::JsonCppArray< string > * mutable_processingState()
Definition: books_service.h:10082
string * mutable_source()
Definition: books_service.h:5504
void set_reason(const string &value)
Definition: books_service.h:5374
const FamilysharingResource & get_familysharing() const
Definition: books_service.h:12512
void set_show_only_summary_in_response(bool value)
Definition: books_service.h:4562
string * mutable_locale()
Definition: books_service.h:10463
void set_locale(const string &value)
Definition: books_service.h:7113
void set_scale(int32 value)
Definition: books_service.h:2349
void set_country(const string &value)
Definition: books_service.h:4532
void clear_source()
Definition: books_service.h:10485
void clear_h()
Definition: books_service.h:2264
const string & get_reason() const
Definition: books_service.h:5930
string * mutable_source()
Definition: books_service.h:6255
const client::JsonCppArray< string > & get_annotation_data_id() const
Definition: books_service.h:2529
const string & get_page_token() const
Definition: books_service.h:7203
string * mutable_key()
Definition: books_service.h:242
string * mutable_maxAllowedMaturityRating()
Definition: books_service.h:9281
const client::JsonCppArray< string > & get_processing_state() const
Definition: books_service.h:10679
void clear_locale()
Definition: books_service.h:2961
string * mutable_name()
Definition: books_service.h:1034
void set_source(const string &value)
Definition: books_service.h:1724
const string & get_locale() const
Definition: books_service.h:7094
void clear_source()
Definition: books_service.h:497
void set_h(int32 value)
Definition: books_service.h:2283
void clear_content_version()
Definition: books_service.h:6595
string * mutable_source()
Definition: books_service.h:9826
void set_page_token(const string &value)
Definition: books_service.h:8710
const string & get_upload_client_token() const
Definition: books_service.h:1068
void set_alt(const string &value)
Definition: books_service.h:174
void set_device_cookie(const string &value)
Definition: books_service.h:6667
void set_volume_id(const string &value)
Definition: books_service.h:5041
~DictionaryResource()
Definition: books_service.h:11060
Definition: reading_position.h:51
void clear_volume_id()
Definition: books_service.h:5011
Definition: books_service.h:4039
void set_drive_document_id(const string &value)
Definition: books_service.h:965
bool get_allow_web_definitions() const
Definition: books_service.h:2248
void set_show_deleted(bool value)
Definition: books_service.h:4882
string * mutable_source()
Definition: books_service.h:6695
void clear_content_version()
Definition: books_service.h:2000
void clear_include_non_comics_series()
Definition: books_service.h:4098
util::Status ExecuteAndParseResponse(Annotation *data)
Definition: books_service.h:4636
void clear_updated_max()
Definition: books_service.h:2745
uint32 get_max_results() const
Definition: books_service.h:2051
const string & get_source() const
Definition: books_service.h:10496
void set_lang_restrict(const string &value)
Definition: books_service.h:9210
~FamilysharingResource()
Definition: books_service.h:11101
Definition: books_service.h:8775
void set_page_token(const string &value)
Definition: books_service.h:4853
void set_locale(const string &value)
Definition: books_service.h:4155
bool get_show_only_summary_in_response() const
Definition: books_service.h:4554
void set_name(const string &value)
Definition: books_service.h:1046
const AssociatedResource & get_associated() const
Definition: books_service.h:12261
void clear_start_index()
Definition: books_service.h:823
void clear_country()
Definition: books_service.h:8799
void set_source(const string &value)
Definition: books_service.h:5413
Definition: family_info.h:50
const string & get_source() const
Definition: books_service.h:6837
void set_source(const string &value)
Definition: books_service.h:3030
void set_max_results(uint32 value)
Definition: books_service.h:749
const string & get_fields() const
Definition: books_service.h:195
const string & get_projection() const
Definition: books_service.h:9460
const string & get_source() const
Definition: books_service.h:6445
void set_locale(const string &value)
Definition: books_service.h:10026
void clear_show_preorders()
Definition: books_service.h:4165
const string & get_source() const
Definition: books_service.h:4374
void clear_features()
Definition: books_service.h:4068
const string & get_source() const
Definition: books_service.h:5497
Definition: books_service.h:1153
void set_user_library_consistent_read(bool value)
Definition: books_service.h:9006
void set_page_size(uint32 value)
Definition: books_service.h:7184
const string & get_source() const
Definition: books_service.h:5395
util::Status ExecuteAndParseResponse(Volumes *data)
Definition: books_service.h:10186
util::Status ExecuteAndParseResponse(Volumes *data)
Definition: books_service.h:9874
void clear_locale()
Definition: books_service.h:7083
void set_content_version(const string &value)
Definition: books_service.h:6626
const string & get_doc_id() const
Definition: books_service.h:1667
void set_source(const string &value)
Definition: books_service.h:4599
string * mutable_uploadClientToken()
Definition: books_service.h:1076
void clear_start_offset()
Definition: books_service.h:3375
uint32 get_max_results() const
Definition: books_service.h:3254
string * mutable_source()
Definition: books_service.h:3354
Definition: books_service.h:10222
string * mutable_pageToken()
Definition: books_service.h:2659
void clear_upload_client_token()
Definition: books_service.h:1057
void set_source(const string &value)
Definition: books_service.h:1911
Definition: books_service.h:12221
void set_source(const string &value)
Definition: books_service.h:5988
string * mutable_source()
Definition: books_service.h:2375
void set_q(const string &value)
Definition: books_service.h:6200
const string & get_page_token() const
Definition: books_service.h:2651
Definition: books_service.h:3095
string * mutable_reason()
Definition: books_service.h:5937
string * mutable_contentVersion()
Definition: books_service.h:2019
string * mutable_pageToken()
Definition: books_service.h:8699
void clear_updated_max()
Definition: books_service.h:4929
Definition: books_service.h:1344
void clear_locale()
Definition: books_service.h:10445
const string & get_start_offset() const
Definition: books_service.h:3386
void clear_source()
Definition: books_service.h:6677
void set_mime_type(const string &value)
Definition: books_service.h:1006
void clear_page_token()
Definition: books_service.h:2640
string * mutable_startPosition()
Definition: books_service.h:3434
Definition: books_service.h:11148
const client::JsonCppArray< string > & get_category_id() const
Definition: books_service.h:7065
const client::JsonCppArray< string > & get_layer_ids() const
Definition: books_service.h:4779
void set_layer_id(const string &value)
Definition: books_service.h:4758
void clear_source()
Definition: books_service.h:3001
const string & get_source() const
Definition: books_service.h:3012
void clear_acquire_method()
Definition: books_service.h:9927
Definition: books_service.h:11525
void clear_annotation_id()
Definition: books_service.h:4462
const string & get_max_allowed_maturity_rating() const
Definition: books_service.h:9778
util::Status ExecuteAndParseResponse(Annotation *data)
Definition: books_service.h:5294
void clear_source()
Definition: books_service.h:9808
string * mutable_projection()
Definition: books_service.h:6149
string * mutable_updatedMin()
Definition: books_service.h:3515
string * mutable_updatedMax()
Definition: books_service.h:4948
void clear_partner()
Definition: books_service.h:8867
string * mutable_updatedMin()
Definition: books_service.h:2805
const string & get_source() const
Definition: books_service.h:795
string * mutable_oauthToken()
Definition: books_service.h:284
~UseruploadedResource()
Definition: books_service.h:12396
void set_source(const string &value)
Definition: books_service.h:6266
int32 get_h() const
Definition: books_service.h:2558
void set_locale(const string &value)
Definition: books_service.h:6816
void set_source(const string &value)
Definition: books_service.h:10514
void clear_page_size()
Definition: books_service.h:7165
void clear_source()
Definition: books_service.h:5486
void clear_source()
Definition: books_service.h:10697
Definition: bookshelf.h:52
string * mutable_startOffset()
Definition: books_service.h:3394
void clear_max_results()
Definition: books_service.h:2614
string * mutable_userIp()
Definition: books_service.h:390
void set_max_results(uint32 value)
Definition: books_service.h:9321
const string & get_projection() const
Definition: books_service.h:6141
void set_source(const string &value)
Definition: books_service.h:1395
Definition: annotationsdata.h:53
Definition: books_service.h:705
util::Status ExecuteAndParseResponse(Volumeannotations *data)
Definition: books_service.h:3606
uint32 get_max_results() const
Definition: books_service.h:10047
const string & get_page_token() const
Definition: books_service.h:4834
string * mutable_alt()
Definition: books_service.h:163
util::Status ExecuteAndParseResponse(Volumeannotation *data)
Definition: books_service.h:3067
Definition: books_service.h:12612
void clear_volume_id()
Definition: books_service.h:1555
~NotificationResource()
Definition: books_service.h:11922
void clear_source()
Definition: books_service.h:8948
void clear_source()
Definition: books_service.h:1695
void set_pretty_print(bool value)
Definition: books_service.h:323
util::Status ExecuteAndParseResponse(Usersettings *data)
Definition: books_service.h:3689
Definition: books_service.h:6526
string * mutable_partner()
Definition: books_service.h:8886
void clear_source()
Definition: books_service.h:6237
void set_source(const string &value)
Definition: books_service.h:641
~BookshelvesResource()
Definition: books_service.h:10886
Definition: books_service.h:5462
void clear_layer_id()
Definition: books_service.h:4728
Definition: books_service.h:10893
void clear_updated_max()
Definition: books_service.h:3455
string * mutable_source()
Definition: books_service.h:5603
const string & get_partner() const
Definition: books_service.h:8878
void clear_source()
Definition: books_service.h:5959
Definition: annotationdata.h:51
const string & get_content_version() const
Definition: books_service.h:4699
const string & get_source() const
Definition: books_service.h:5239
void set_source(const string &value)
Definition: books_service.h:9546
util::Status ExecuteAndParseResponse(AnnotationsSummary *data)
Definition: books_service.h:5179
void set_country(const string &value)
Definition: books_service.h:8829
void clear_end_offset()
Definition: books_service.h:3123
const string & get_locale() const
Definition: books_service.h:10456
int32 get_scale() const
Definition: books_service.h:2691
Definition: books_service.h:11949
void set_partner(const string &value)
Definition: books_service.h:8897
Definition: books_service.h:11397
const string & get_locale() const
Definition: books_service.h:4136
void clear_scale()
Definition: books_service.h:2331
uint32 get_max_results() const
Definition: books_service.h:6115
string * mutable_licenseTypes()
Definition: books_service.h:3921
void set_user_ip(const string &value)
Definition: books_service.h:402
void set_source(const string &value)
Definition: books_service.h:8977
void clear_w()
Definition: books_service.h:2827
~RecommendedResource()
Definition: books_service.h:12333
string * mutable_volumeId()
Definition: books_service.h:1574
const string & get_license_types() const
Definition: books_service.h:3913
Definition: seriesmembership.h:52
Definition: books_service.h:10872
void clear_locale()
Definition: books_service.h:6786
Definition: books_service.h:11825
void set_start_index(uint32 value)
Definition: books_service.h:841
void set_locale(const string &value)
Definition: books_service.h:3767
string * mutable_docId()
Definition: books_service.h:1674
Definition: books_volumes_recommended_rate_response.h:50
void clear_show_preorders()
Definition: books_service.h:757
void clear_association()
Definition: books_service.h:9686
void clear_q()
Definition: books_service.h:6171
void clear_page_token()
Definition: books_service.h:7192
const AnnotationDataResource & get_annotation_data() const
Definition: books_service.h:11256
const string & get_lang_restrict() const
Definition: books_service.h:9191
void set_page_token(const string &value)
Definition: books_service.h:7222
void set_show_preorders(bool value)
Definition: books_service.h:6229
void set_locale(const string &value)
Definition: books_service.h:3973
string * mutable_source()
Definition: books_service.h:2124
util::Status ExecuteAndParseResponse(Layersummaries *data)
Definition: books_service.h:2172
Definition: books_service.h:6040
const string & get_source() const
Definition: books_service.h:9528
util::Status ExecuteAndParseResponse(BooksVolumesRecommendedRateResponse *data)
Definition: books_service.h:10551
bool get_show_preorders() const
Definition: books_service.h:4176
const string & get_content_version() const
Definition: books_service.h:2011
Definition: download_accesses.h:52
client::JsonCppArray< string > * mutable_annotationDataId()
Definition: books_service.h:2537
string * mutable_action()
Definition: books_service.h:6573
util::Status ExecuteAndParseResponse(Volume *data)
Definition: books_service.h:9043
string * mutable_country()
Definition: books_service.h:9975
util::Status ExecuteAndParseResponse(ReadingPosition *data)
Definition: books_service.h:6500
const string & get_download() const
Definition: books_service.h:9112
void clear_fields()
Definition: books_service.h:184
const LayersResource & get_layers() const
Definition: books_service.h:12522
~BookshelvesResource()
Definition: books_service.h:11658
string * mutable_partner()
Definition: books_service.h:9388
Definition: books_service.h:1634
void clear_print_type()
Definition: books_service.h:9409
const string & get_content_version() const
Definition: books_service.h:6404
const OnboardingResource & get_onboarding() const
Definition: books_service.h:12562
void clear_source()
Definition: books_service.h:2106
void clear_volume_annotations_version()
Definition: books_service.h:3538
Definition: books_service.h:4438
util::Status ExecuteAndParseResponse(Notification *data)
Definition: books_service.h:6892
string * mutable_source()
Definition: books_service.h:1534
void set_max_results(uint32 value)
Definition: books_service.h:2632
Definition: books_service.h:1815
void set_source(const string &value)
Definition: books_service.h:6463
uint32 get_start_index() const
Definition: books_service.h:10142
void set_volume_id(const string &value)
Definition: books_service.h:1764
string * mutable_source()
Definition: books_service.h:5977
void set_source(const string &value)
Definition: books_service.h:4919
util::Status ExecuteAndParseResponse(Volumes *data)
Definition: books_service.h:878
const string & get_source() const
Definition: books_service.h:2368
const string & get_source() const
Definition: books_service.h:5596
void clear_locale()
Definition: books_service.h:9726
const string & get_updated_min() const
Definition: books_service.h:3507
string * mutable_source()
Definition: books_service.h:5246
Definition: books_service.h:11266
uint32 get_page_size() const
Definition: books_service.h:8664
uint32 get_max_results() const
Definition: books_service.h:742
void set_upload_client_token(const string &value)
Definition: books_service.h:1087
string * mutable_printType()
Definition: books_service.h:9428
const string & get_source() const
Definition: books_service.h:10103
string * mutable_locale()
Definition: books_service.h:7101
const PromoofferResource & get_promooffer() const
Definition: books_service.h:12582
const string & get_volume_id() const
Definition: books_service.h:1745
void clear_country()
Definition: books_service.h:9956
void clear_category_id()
Definition: books_service.h:7054
void set_volume_annotations_version(const string &value)
Definition: books_service.h:3569
const string & get_layer_id() const
Definition: books_service.h:4739
void set_content_version(const string &value)
Definition: books_service.h:2030
void set_start_position(const string &value)
Definition: books_service.h:3445
client::JsonCppArray< string > * mutable_categoryId()
Definition: books_service.h:7073
bool get_include_non_comics_series() const
Definition: books_service.h:8851
void clear_source()
Definition: books_service.h:1516
void clear_page_token()
Definition: books_service.h:8680
void set_source(const string &value)
Definition: books_service.h:3806
void clear_scale()
Definition: books_service.h:2680
void clear_country()
Definition: books_service.h:4502
void clear_show_preorders()
Definition: books_service.h:9490
const string & get_country() const
Definition: books_service.h:4513
const string & get_partner() const
Definition: books_service.h:9380
~AnnotationsResource()
Definition: books_service.h:11539
client::JsonCppArray< string > * mutable_processingState()
Definition: books_service.h:10687
void set_locale(const string &value)
Definition: books_service.h:10475
Definition: books_service.h:106
Definition: books_service.h:5786
const string & get_updated_max() const
Definition: books_service.h:3466
void clear_country()
Definition: books_service.h:6064
string * mutable_annotationId()
Definition: books_service.h:4481
Definition: books_service.h:11169
Definition: books_service.h:911
Definition: books_service.h:12271
Definition: category.h:50
string * mutable_source()
Definition: books_service.h:2724
~OnboardingResource()
Definition: books_service.h:11963
void clear_max_results()
Definition: books_service.h:10641
void set_annotation_id(const string &value)
Definition: books_service.h:4492
void set_locale(const string &value)
Definition: books_service.h:9756
const string & get_locale() const
Definition: books_service.h:6797
string * mutable_deviceCookie()
Definition: books_service.h:6655
const string & get_volume_annotations_version() const
Definition: books_service.h:3549
void set_locale(const string &value)
Definition: books_service.h:3233
void set_max_results(uint32 value)
Definition: books_service.h:4815
util::Status ExecuteAndParseResponse(Volumes *data)
Definition: books_service.h:9611
void clear_content_version()
Definition: books_service.h:6393
Definition: books_service.h:4339
string * mutable_locale()
Definition: books_service.h:7337
const string & get_page_token() const
Definition: books_service.h:2077
client::JsonCppArray< string > * mutable_volumeIds()
Definition: books_service.h:4211
bool get_show_preorders() const
Definition: books_service.h:768
void set_doc_id(const string &value)
Definition: books_service.h:1685
const client::JsonCppArray< string > & get_volume_ids() const
Definition: books_service.h:4203
~PersonalizedstreamResource()
Definition: books_service.h:12022
void set_print_type(const string &value)
Definition: books_service.h:9439
string * mutable_source()
Definition: books_service.h:5834
void set_h(int32 value)
Definition: books_service.h:2566
const MyconfigResource & get_myconfig() const
Definition: books_service.h:12532
void clear_max_results()
Definition: books_service.h:731
~AnnotationDataResource()
Definition: books_service.h:11183
string * mutable_source()
Definition: books_service.h:7419
string * mutable_volumeId()
Definition: books_service.h:1753
void set_start_index(uint32 value)
Definition: books_service.h:10754
void set_source(const string &value)
Definition: books_service.h:9837
uint32 get_max_results() const
Definition: books_service.h:9314
const string & get_reason() const
Definition: books_service.h:5356
void clear_volume_ids()
Definition: books_service.h:4192
void clear_start_index()
Definition: books_service.h:10131
void set_page_token(const string &value)
Definition: books_service.h:2096
void set_source(const string &value)
Definition: books_service.h:3365
int32 get_h() const
Definition: books_service.h:2275
void set_locale(const string &value)
Definition: books_service.h:7349
void clear_w()
Definition: books_service.h:2396
void clear_source()
Definition: books_service.h:3336
void set_content_version(const string &value)
Definition: books_service.h:6424
Definition: layersummary.h:52
util::Status ExecuteAndParseResponse(BooksCloudloadingResource *data)
Definition: books_service.h:1243
string * mutable_maxAllowedMaturityRating()
Definition: books_service.h:10304
void clear_page_token()
Definition: books_service.h:2066
Definition: usersettings.h:50
bool get_user_library_consistent_read() const
Definition: books_service.h:8999
Definition: books_service.h:11644
string * mutable_contentVersion()
Definition: books_service.h:6614
void clear_processing_state()
Definition: books_service.h:10063
Definition: annotations.h:53
~VolumesResource()
Definition: books_service.h:11679
Definition: books_service.h:5319
void clear_source()
Definition: books_service.h:10092
void clear_source()
Definition: books_service.h:2357
void clear_include_non_comics_series()
Definition: books_service.h:8840
util::Status ExecuteAndParseResponse(Layersummary *data)
Definition: books_service.h:1948
const VolumesResource & get_volumes() const
Definition: books_service.h:10935
void clear_show_deleted()
Definition: books_service.h:3309
void set_include_non_comics_series(bool value)
Definition: books_service.h:4117
uint32 get_max_results() const
Definition: books_service.h:10652
util::Status ExecuteAndParseResponse(Bookshelves *data)
Definition: books_service.h:5763
void clear_key()
Definition: books_service.h:224
~MylibraryResource()
Definition: books_service.h:11518
const string & get_content_version() const
Definition: books_service.h:1853
void set_source(const string &value)
Definition: books_service.h:10726
void set_volume_id(const string &value)
Definition: books_service.h:1585
void clear_source()
Definition: books_service.h:5697
void set_country(const string &value)
Definition: books_service.h:6094
string * mutable_locale()
Definition: books_service.h:9744
void clear_source()
Definition: books_service.h:1882
const string & get_volume_id() const
Definition: books_service.h:5022
void clear_filter()
Definition: books_service.h:9141
void set_max_results(uint32 value)
Definition: books_service.h:6122
void clear_source()
Definition: books_service.h:784
const string & get_country() const
Definition: books_service.h:8810
void clear_show_preorders()
Definition: books_service.h:6210
Definition: books_service.h:7032
void clear_user_library_consistent_read()
Definition: books_service.h:8988
Definition: annotations_summary.h:52
const string & get_locale() const
Definition: books_service.h:9737
const string & get_source() const
Definition: books_service.h:4581
const string & get_source() const
Definition: books_service.h:1527
const string & get_alt() const
Definition: books_service.h:156
void set_source(const string &value)
Definition: books_service.h:7430
string * mutable_reason()
Definition: books_service.h:5363
void set_source(const string &value)
Definition: books_service.h:1545
void clear_source()
Definition: books_service.h:5228
string * mutable_locale()
Definition: books_service.h:10014
Definition: books_service.h:5893
void set_order_by(const string &value)
Definition: books_service.h:9359
void set_action(const string &value)
Definition: books_service.h:6584
string * mutable_source()
Definition: books_service.h:5715
const string & get_source() const
Definition: books_service.h:2717
void clear_start_index()
Definition: books_service.h:9556
string * mutable_source()
Definition: books_service.h:1384
util::Status ExecuteAndParseResponse(Annotations *data)
Definition: books_service.h:5078
Definition: request_access.h:53
void set_start_index(uint32 value)
Definition: books_service.h:6294
uint32 get_start_index() const
Definition: books_service.h:6287
const string & get_source() const
Definition: books_service.h:6688
Definition: books_service.h:12319
string * mutable_layerId()
Definition: books_service.h:4747
util::Status ExecuteAndParseResponse(Volumes *data)
Definition: books_service.h:4248
void set_key(const string &value)
Definition: books_service.h:255
Definition: books_service.h:5675
void clear_source()
Definition: books_service.h:3777
string * mutable_locale()
Definition: books_service.h:3961
Definition: books_service.h:9077
Definition: books_service.h:9905
string * mutable_locale()
Definition: books_service.h:6960
int32 get_w() const
Definition: books_service.h:2407
bool get_show_preorders() const
Definition: books_service.h:6221
void set_reason(const string &value)
Definition: books_service.h:5949
void set_license_types(const string &value)
Definition: books_service.h:3933
const string & get_locale() const
Definition: books_service.h:2972
void set_source(const string &value)
Definition: books_service.h:2386
string * mutable_source()
Definition: books_service.h:4908
const string & get_q() const
Definition: books_service.h:6182
void clear_updated_min()
Definition: books_service.h:4970
Definition: volumeannotation.h:53
string * mutable_volumeId()
Definition: books_service.h:5030
void clear_action()
Definition: books_service.h:6555
string * mutable_source()
Definition: books_service.h:1713
void set_allow_web_definitions(bool value)
Definition: books_service.h:2256
const string & get_mime_type() const
Definition: books_service.h:986
Definition: books_service.h:588
string * mutable_source()
Definition: books_service.h:3019
util::Status ExecuteAndParseResponse(Volumes *data)
Definition: books_service.h:10392
~VolumesResource()
Definition: books_service.h:12214
~CloudloadingResource()
Definition: books_service.h:10995
void set_max_allowed_maturity_rating(const string &value)
Definition: books_service.h:10316
const SeriesResource & get_series() const
Definition: books_service.h:12592
void set_max_allowed_maturity_rating(const string &value)
Definition: books_service.h:9293
void set_max_allowed_maturity_rating(const string &value)
Definition: books_service.h:7155
string * mutable_source()
Definition: books_service.h:6452
void clear_updated_min()
Definition: books_service.h:3496
const ReadingpositionsResource & get_readingpositions() const
Definition: books_service.h:11888
Definition: annotation.cc:44
bool get_show_deleted() const
Definition: books_service.h:4874
util::Status ExecuteAndParseResponse(Bookshelf *data)
Definition: books_service.h:563
bool get_include_non_comics_series() const
Definition: books_service.h:4109
bool get_show_preorders() const
Definition: books_service.h:9501
void clear_doc_id()
Definition: books_service.h:1656
const string & get_max_allowed_maturity_rating() const
Definition: books_service.h:9273
const VolumeAnnotationsResource & get_volume_annotations() const
Definition: books_service.h:11350
Definition: books_service.h:5561
string * mutable_langRestrict()
Definition: books_service.h:9199
void clear_reason()
Definition: books_service.h:5345
void set_updated_max(const string &value)
Definition: books_service.h:3486
void clear_max_results()
Definition: books_service.h:9303
void set_updated_min(const string &value)
Definition: books_service.h:3527
void set_start_offset(const string &value)
Definition: books_service.h:3405
Definition: books_service.h:6762
void set_association(const string &value)
Definition: books_service.h:9716
Definition: books_service.h:9662
void clear_max_allowed_maturity_rating()
Definition: books_service.h:9767
const string & get_source() const
Definition: books_service.h:508
string * mutable_projection()
Definition: books_service.h:8926
void clear_projection()
Definition: books_service.h:9449
const string & get_locale() const
Definition: books_service.h:10007
void clear_download()
Definition: books_service.h:9101
string * mutable_orderBy()
Definition: books_service.h:9348
const string & get_locale() const
Definition: books_service.h:10255
util::Status ExecuteAndParseResponse(Category *data)
Definition: books_service.h:7009
void clear_oauth_token()
Definition: books_service.h:265
string * mutable_locale()
Definition: books_service.h:2592
util::Status ExecuteAndParseResponse(DownloadAccesses *data)
Definition: books_service.h:3843
void set_scale(int32 value)
Definition: books_service.h:2698
string * mutable_country()
Definition: books_service.h:4521
client::JsonCppArray< string > * mutable_volumeId()
Definition: books_service.h:10781
uint32 get_start_index() const
Definition: books_service.h:9567
const string & get_doc_id() const
Definition: books_service.h:1488
const string & get_source() const
Definition: books_service.h:3347
void clear_source()
Definition: books_service.h:6434
string * mutable_locale()
Definition: books_service.h:2979
void clear_source()
Definition: books_service.h:1366
Definition: books_service.h:10981
const string & get_source() const
Definition: books_service.h:10708
void clear_content_version()
Definition: books_service.h:4688
void clear_max_allowed_maturity_rating()
Definition: books_service.h:7124
const string & get_key() const
Definition: books_service.h:235
void clear_source()
Definition: books_service.h:4890
void clear_source()
Definition: books_service.h:5585
string * mutable_download()
Definition: books_service.h:9120
Definition: books_service.h:4282
const string & get_association() const
Definition: books_service.h:9697
const BookshelvesResource & get_bookshelves() const
Definition: books_service.h:11815
Definition: books_service.h:11908
const string & get_locale() const
Definition: books_service.h:6953
Definition: bookshelves.h:52
void clear_page_size()
Definition: books_service.h:8653
void set_source(const string &value)
Definition: books_service.h:813
void clear_device_cookie()
Definition: books_service.h:6636
Definition: books_service.h:11665
Definition: books_service.h:4665
void set_locale(const string &value)
Definition: books_service.h:6972
const string & get_end_offset() const
Definition: books_service.h:3134
void set_start_index(uint32 value)
Definition: books_service.h:9574
void clear_h()
Definition: books_service.h:2547
const PersonalizedstreamResource & get_personalizedstream() const
Definition: books_service.h:12572
util::Status ExecuteAndParseResponse(Discoveryclusters *data)
Definition: books_service.h:7467
const string & get_updated_max() const
Definition: books_service.h:2756
void clear_locale()
Definition: books_service.h:10244
const client::JsonCppArray< string > & get_volume_id() const
Definition: books_service.h:10773
void clear_locale()
Definition: books_service.h:7319
string * mutable_contentVersion()
Definition: books_service.h:4707
Definition: books_service.h:6368
Definition: books_service.h:8629
string * mutable_pageToken()
Definition: books_service.h:7211
string * mutable_source()
Definition: books_service.h:10715
void set_quota_user(const string &value)
Definition: books_service.h:362
void set_end_offset(const string &value)
Definition: books_service.h:3153
string * mutable_locale()
Definition: books_service.h:3755
void clear_name()
Definition: books_service.h:1016
void set_source(const string &value)
Definition: books_service.h:5726
const string & get_print_type() const
Definition: books_service.h:9420
void clear_show_only_summary_in_response()
Definition: books_service.h:4543
const string & get_annotation_id() const
Definition: books_service.h:4473
void set_updated_max(const string &value)
Definition: books_service.h:2776
const string & get_locale() const
Definition: books_service.h:3954
Definition: books_service.h:10419
Definition: books_service.h:10579
util::Status ExecuteAndParseResponse(Annotationsdata *data)
Definition: books_service.h:2883
~VolumeAnnotationsResource()
Definition: books_service.h:11280
Definition: books_service.h:471
const string & get_order_by() const
Definition: books_service.h:9340
void clear_mime_type()
Definition: books_service.h:975
string * mutable_source()
Definition: books_service.h:3795
void set_show_preorders(bool value)
Definition: books_service.h:4184
string * mutable_maxAllowedMaturityRating()
Definition: books_service.h:7379
const string & get_content_version() const
Definition: books_service.h:6606
util::Status ExecuteAndParseResponse(Volumes *data)
Definition: books_service.h:10818
util::Status ExecuteAndParseResponse(Annotationdata *data)
Definition: books_service.h:2452
const BookshelvesResource & get_bookshelves() const
Definition: books_service.h:12482
const string & get_updated_max() const
Definition: books_service.h:4940
const UseruploadedResource & get_useruploaded() const
Definition: books_service.h:12420
void set_show_preorders(bool value)
Definition: books_service.h:776
string * mutable_locale()
Definition: books_service.h:3221
string * mutable_endOffset()
Definition: books_service.h:3142
void set_max_results(uint32 value)
Definition: books_service.h:10054
client::JsonCppArray< string > * mutable_layerIds()
Definition: books_service.h:4787
void set_source(const string &value)
Definition: books_service.h:6855
string * mutable_source()
Definition: books_service.h:9535
void set_end_position(const string &value)
Definition: books_service.h:3193
void set_download(const string &value)
Definition: books_service.h:9131
const string & get_device_cookie() const
Definition: books_service.h:6647
void set_filter(const string &value)
Definition: books_service.h:9170
const string & get_source() const
Definition: books_service.h:8959
void set_page_token(const string &value)
Definition: books_service.h:3299
const string & get_source() const
Definition: books_service.h:7412
util::Status ExecuteAndParseResponse(Series *data)
Definition: books_service.h:8604
string * mutable_locale()
Definition: books_service.h:4143
const string & get_end_position() const
Definition: books_service.h:3174
void clear_show_deleted()
Definition: books_service.h:4863
string * mutable_source()
Definition: books_service.h:5402
void set_partner(const string &value)
Definition: books_service.h:9399
void clear_locale()
Definition: books_service.h:2574
const string & get_projection() const
Definition: books_service.h:8918
const string & get_start_position() const
Definition: books_service.h:3426
Definition: notification.h:51
~SeriesResource()
Definition: books_service.h:12122
string * mutable_source()
Definition: books_service.h:802
Definition: books_service.h:12108
void set_max_results(uint32 value)
Definition: books_service.h:3261
void set_locale(const string &value)
Definition: books_service.h:10631
void set_page_token(const string &value)
Definition: books_service.h:2670
string * mutable_updatedMax()
Definition: books_service.h:3474
const string & get_country() const
Definition: books_service.h:6075
Definition: books_service.h:3661
void clear_max_allowed_maturity_rating()
Definition: books_service.h:9262
Definition: books_service.h:3870
const string & get_locale() const
Definition: books_service.h:10612
void set_source(const string &value)
Definition: books_service.h:2735
const string & get_drive_document_id() const
Definition: books_service.h:945
uint32 get_start_index() const
Definition: books_service.h:834
~LayersResource()
Definition: books_service.h:11162
Definition: books_service.h:5202
void clear_updated_min()
Definition: books_service.h:2786
void set_content_version(const string &value)
Definition: books_service.h:1872
string * mutable_source()
Definition: books_service.h:4588
void set_source(const string &value)
Definition: books_service.h:2135
void clear_source()
Definition: books_service.h:5816
string * mutable_updatedMax()
Definition: books_service.h:2764
uint32 get_max_results() const
Definition: books_service.h:4808
Definition: books_service.h:5124
void clear_quota_user()
Definition: books_service.h:331
const string & get_source() const
Definition: books_service.h:4901
void set_w(int32 value)
Definition: books_service.h:2415
void clear_max_allowed_maturity_rating()
Definition: books_service.h:7360
Definition: books_service.h:12129
void set_source(const string &value)
Definition: books_service.h:10355
const string & get_source() const
Definition: books_service.h:2117
void set_max_results(uint32 value)
Definition: books_service.h:2058
void set_locale(const string &value)
Definition: books_service.h:2604
uint32 get_page_size() const
Definition: books_service.h:7176
void set_max_allowed_maturity_rating(const string &value)
Definition: books_service.h:7391
void clear_source()
Definition: books_service.h:4570
void clear_max_allowed_maturity_rating()
Definition: books_service.h:10285
client::JsonCppArray< string > * mutable_features()
Definition: books_service.h:4087
~AssociatedResource()
Definition: books_service.h:12235
util::Status ExecuteAndParseResponse(Bookshelves *data)
Definition: books_service.h:678
string * mutable_source()
Definition: books_service.h:10110
int32 get_scale() const
Definition: books_service.h:2342
Definition: books_cloudloading_resource.h:50
const DictionaryResource & get_dictionary() const
Definition: books_service.h:12502
void clear_lang_restrict()
Definition: books_service.h:9180
const string & get_filter() const
Definition: books_service.h:9152
void set_library_restrict(const string &value)
Definition: books_service.h:9251
const string & get_source() const
Definition: books_service.h:623
Definition: books_service.h:7297
void clear_annotation_data_id()
Definition: books_service.h:2518
Definition: books_service.h:11087
string * mutable_endPosition()
Definition: books_service.h:3182
~ReadingpositionsResource()
Definition: books_service.h:11839
string * mutable_source()
Definition: books_service.h:6844
Definition: books_service.h:8551
void clear_locale()
Definition: books_service.h:3943
const string & get_source() const
Definition: books_service.h:6248
Definition: books_service.h:3710
const string & get_source() const
Definition: books_service.h:5970
const string & get_name() const
Definition: books_service.h:1027
void set_source(const string &value)
Definition: books_service.h:5614
util::Status ExecuteAndParseResponse(Usersettings *data)
Definition: books_service.h:4312
void set_source(const string &value)
Definition: books_service.h:4392
void clear_user_ip()
Definition: books_service.h:372
const VolumesResource & get_volumes() const
Definition: books_service.h:12602
void clear_locale()
Definition: books_service.h:2291
Definition: books_service.h:10849
void clear_end_position()
Definition: books_service.h:3163
const string & get_source() const
Definition: books_service.h:9819
string * mutable_updatedMin()
Definition: books_service.h:4989
Definition: books_service.h:1975
Definition: books_service.h:12008
~MybooksResource()
Definition: books_service.h:12285
string * mutable_locale()
Definition: books_service.h:10262
const string & get_locale() const
Definition: books_service.h:7330
util::Status ExecuteAndParseResponse(RequestAccess *data)
Definition: books_service.h:4010
string * mutable_fields()
Definition: books_service.h:202
void clear_processing_state()
Definition: books_service.h:10668
string * mutable_contentVersion()
Definition: books_service.h:6412
void set_locale(const string &value)
Definition: books_service.h:2321
void clear_projection()
Definition: books_service.h:6130
string * mutable_country()
Definition: books_service.h:8818
string * mutable_pageToken()
Definition: books_service.h:2085
string * mutable_source()
Definition: books_service.h:630
string * mutable_volumeAnnotationsVersion()
Definition: books_service.h:3557
void set_source(const string &value)
Definition: books_service.h:5515
void set_source(const string &value)
Definition: books_service.h:5845
const string & get_page_token() const
Definition: books_service.h:3280
void set_projection(const string &value)
Definition: books_service.h:6161
string * mutable_filter()
Definition: books_service.h:9159
const string & get_country() const
Definition: books_service.h:9967
void clear_start_index()
Definition: books_service.h:10736
void set_projection(const string &value)
Definition: books_service.h:8938
void clear_volume_id()
Definition: books_service.h:10762
void clear_allow_web_definitions()
Definition: books_service.h:2237
void clear_source()
Definition: books_service.h:4363
string * mutable_libraryRestrict()
Definition: books_service.h:9240
void clear_content_version()
Definition: books_service.h:1842
Definition: books_service.h:6920
const string & get_volume_id() const
Definition: books_service.h:1566
const string & get_action() const
Definition: books_service.h:6566
bool get_show_deleted() const
Definition: books_service.h:3320
string * mutable_pageToken()
Definition: books_service.h:4842
void clear_max_results()
Definition: books_service.h:6104
bool get_pretty_print() const
Definition: books_service.h:316
void clear_source()
Definition: books_service.h:10326
util::Status ExecuteAndParseResponse(Volume2 *data)
Definition: books_service.h:7259
void clear_locale()
Definition: books_service.h:3203
string * mutable_source()
Definition: books_service.h:8966
util::Status ExecuteAndParseResponse(Seriesmembership *data)
Definition: books_service.h:8747
const string & get_source() const
Definition: books_service.h:1893
void clear_library_restrict()
Definition: books_service.h:9221
void set_projection(const string &value)
Definition: books_service.h:9480
const client::JsonCppArray< string > & get_features() const
Definition: books_service.h:4079
string * mutable_q()
Definition: books_service.h:6189
void clear_pretty_print()
Definition: books_service.h:305
util::Status ExecuteAndParseResponse(Bookshelf *data)
Definition: books_service.h:5651
const string & get_page_token() const
Definition: books_service.h:8691
string * mutable_driveDocumentId()
Definition: books_service.h:953
const string & get_quota_user() const
Definition: books_service.h:342
const string & get_source() const
Definition: books_service.h:5708
Definition: books_service.h:2205
string * mutable_locale()
Definition: books_service.h:2309
~VolumesResource()
Definition: books_service.h:10907
string * mutable_maxAllowedMaturityRating()
Definition: books_service.h:9786
client::JsonCppArray< string > * mutable_acquireMethod()
Definition: books_service.h:9946
Definition: volumeannotations.h:53
Definition: discoveryclusters.h:53
void set_fields(const string &value)
Definition: books_service.h:214
const string & get_source() const
Definition: books_service.h:10337
string * mutable_source()
Definition: books_service.h:10344
string * mutable_docId()
Definition: books_service.h:1495
uint32 get_start_index() const
Definition: books_service.h:10747