24 #ifndef GOOGLE_DRIVE_API_DRIVE_SERVICE_H_ 25 #define GOOGLE_DRIVE_API_DRIVE_SERVICE_H_ 28 #include "googleapis/base/integral_types.h" 29 #include "googleapis/base/macros.h" 30 #include "googleapis/client/service/client_service.h" 31 #include "googleapis/client/service/media_uploader.h" 32 #include "googleapis/client/service/service_request_pager.h" 33 #include "googleapis/client/util/status.h" 34 #include "googleapis/client/util/uri_template.h" 36 #include "google/drive_api/about.h" 37 #include "google/drive_api/app.h" 38 #include "google/drive_api/app_list.h" 39 #include "google/drive_api/change.h" 40 #include "google/drive_api/change_list.h" 41 #include "google/drive_api/channel.h" 42 #include "google/drive_api/child_list.h" 43 #include "google/drive_api/child_reference.h" 44 #include "google/drive_api/comment.h" 45 #include "google/drive_api/comment_list.h" 46 #include "google/drive_api/comment_reply.h" 47 #include "google/drive_api/comment_reply_list.h" 48 #include "google/drive_api/drive.h" 49 #include "google/drive_api/drive_list.h" 50 #include "google/drive_api/file.h" 51 #include "google/drive_api/file_list.h" 52 #include "google/drive_api/generated_ids.h" 53 #include "google/drive_api/parent_list.h" 54 #include "google/drive_api/parent_reference.h" 55 #include "google/drive_api/permission.h" 56 #include "google/drive_api/permission_id.h" 57 #include "google/drive_api/permission_list.h" 58 #include "google/drive_api/property.h" 59 #include "google/drive_api/property_list.h" 60 #include "google/drive_api/revision.h" 61 #include "google/drive_api/revision_list.h" 62 #include "google/drive_api/start_page_token.h" 63 #include "google/drive_api/team_drive.h" 64 #include "google/drive_api/team_drive_list.h" 109 :
public client::ClientServiceRequest {
133 const client::ClientService* service,
134 client::AuthorizationCredential* credential,
135 client::HttpRequest::HttpMethod method,
136 const StringPiece& uri_template);
149 client::ClearCppValueHelper(&alt_);
158 const string&
get_alt()
const {
return alt_; }
187 _have_fields_ =
false;
188 client::ClearCppValueHelper(&fields_);
205 _have_fields_ =
true;
217 _have_fields_ =
true;
228 client::ClearCppValueHelper(&key_);
237 const string&
get_key()
const {
return key_; }
268 _have_oauth_token_ =
false;
269 client::ClearCppValueHelper(&oauth_token_);
287 _have_oauth_token_ =
true;
288 return &oauth_token_;
298 _have_oauth_token_ =
true;
299 oauth_token_ = value;
308 _have_pretty_print_ =
false;
309 client::ClearCppValueHelper(&pretty_print_);
326 _have_pretty_print_ =
true;
327 pretty_print_ = value;
334 _have_quota_user_ =
false;
335 client::ClearCppValueHelper("a_user_);
353 _have_quota_user_ =
true;
365 _have_quota_user_ =
true;
375 _have_user_ip_ =
false;
376 client::ClearCppValueHelper(&user_ip_);
393 _have_user_ip_ =
true;
405 _have_user_ip_ =
true;
419 virtual util::Status AppendVariable(
420 const StringPiece& variable_name,
421 const client::UriTemplateConfig& config,
429 virtual util::Status AppendOptionalQueryParameters(
string* target);
438 void AddJsonContentToRequest(
const client::JsonCppData *content);
449 bool _have_fields_ : 1;
451 bool _have_oauth_token_ : 1;
452 bool _have_pretty_print_ : 1;
453 bool _have_quota_user_ : 1;
454 bool _have_user_ip_ : 1;
490 client::AuthorizationCredential* _credential_);
503 _have_include_subscribed_ =
false;
504 client::ClearCppValueHelper(&include_subscribed_);
524 _have_include_subscribed_ =
true;
525 include_subscribed_ = value;
533 _have_max_change_id_count_ =
false;
534 client::ClearCppValueHelper(&max_change_id_count_);
551 _have_max_change_id_count_ =
true;
552 max_change_id_count_ = value;
559 _have_start_change_id_ =
false;
560 client::ClearCppValueHelper(&start_change_id_);
578 _have_start_change_id_ =
true;
579 start_change_id_ = value;
591 virtual util::Status AppendVariable(
592 const StringPiece& variable_name,
593 const client::UriTemplateConfig& config,
601 virtual util::Status AppendOptionalQueryParameters(
string* target);
616 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
620 bool include_subscribed_;
621 int64 max_change_id_count_;
622 int64 start_change_id_;
623 bool _have_include_subscribed_ : 1;
624 bool _have_max_change_id_count_ : 1;
625 bool _have_start_change_id_ : 1;
661 client::AuthorizationCredential* _credential_,
662 const absl::string_view& app_id);
679 virtual util::Status AppendVariable(
680 const StringPiece& variable_name,
681 const client::UriTemplateConfig& config,
697 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
728 client::AuthorizationCredential* _credential_);
741 _have_app_filter_extensions_ =
false;
742 client::ClearCppValueHelper(&app_filter_extensions_);
760 _have_app_filter_extensions_ =
true;
761 return &app_filter_extensions_;
775 _have_app_filter_extensions_ =
true;
776 app_filter_extensions_ = value;
786 _have_app_filter_mime_types_ =
false;
787 client::ClearCppValueHelper(&app_filter_mime_types_);
805 _have_app_filter_mime_types_ =
true;
806 return &app_filter_mime_types_;
820 _have_app_filter_mime_types_ =
true;
821 app_filter_mime_types_ = value;
830 _have_language_code_ =
false;
831 client::ClearCppValueHelper(&language_code_);
849 _have_language_code_ =
true;
850 return &language_code_;
862 _have_language_code_ =
true;
863 language_code_ = value;
875 virtual util::Status AppendVariable(
876 const StringPiece& variable_name,
877 const client::UriTemplateConfig& config,
885 virtual util::Status AppendOptionalQueryParameters(
string* target);
900 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
904 string app_filter_extensions_;
905 string app_filter_mime_types_;
906 string language_code_;
907 bool _have_app_filter_extensions_ : 1;
908 bool _have_app_filter_mime_types_ : 1;
909 bool _have_language_code_ : 1;
946 client::AuthorizationCredential* _credential_,
947 const absl::string_view& change_id);
959 _have_drive_id_ =
false;
960 client::ClearCppValueHelper(&drive_id_);
978 _have_drive_id_ =
true;
989 _have_drive_id_ =
true;
1000 _have_supports_all_drives_ =
false;
1001 client::ClearCppValueHelper(&supports_all_drives_);
1022 _have_supports_all_drives_ =
true;
1023 supports_all_drives_ = value;
1031 _have_supports_team_drives_ =
false;
1032 client::ClearCppValueHelper(&supports_team_drives_);
1050 _have_supports_team_drives_ =
true;
1051 supports_team_drives_ = value;
1058 _have_team_drive_id_ =
false;
1059 client::ClearCppValueHelper(&team_drive_id_);
1077 _have_team_drive_id_ =
true;
1078 return &team_drive_id_;
1089 _have_team_drive_id_ =
true;
1090 team_drive_id_ = value;
1102 virtual util::Status AppendVariable(
1103 const StringPiece& variable_name,
1104 const client::UriTemplateConfig& config,
1112 virtual util::Status AppendOptionalQueryParameters(
string* target);
1127 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
1133 bool supports_all_drives_;
1134 bool supports_team_drives_;
1135 string team_drive_id_;
1136 bool _have_drive_id_ : 1;
1137 bool _have_supports_all_drives_ : 1;
1138 bool _have_supports_team_drives_ : 1;
1139 bool _have_team_drive_id_ : 1;
1173 client::AuthorizationCredential* _credential_);
1185 _have_drive_id_ =
false;
1186 client::ClearCppValueHelper(&drive_id_);
1204 _have_drive_id_ =
true;
1217 _have_drive_id_ =
true;
1228 _have_supports_all_drives_ =
false;
1229 client::ClearCppValueHelper(&supports_all_drives_);
1250 _have_supports_all_drives_ =
true;
1251 supports_all_drives_ = value;
1259 _have_supports_team_drives_ =
false;
1260 client::ClearCppValueHelper(&supports_team_drives_);
1278 _have_supports_team_drives_ =
true;
1279 supports_team_drives_ = value;
1286 _have_team_drive_id_ =
false;
1287 client::ClearCppValueHelper(&team_drive_id_);
1305 _have_team_drive_id_ =
true;
1306 return &team_drive_id_;
1317 _have_team_drive_id_ =
true;
1318 team_drive_id_ = value;
1330 virtual util::Status AppendVariable(
1331 const StringPiece& variable_name,
1332 const client::UriTemplateConfig& config,
1340 virtual util::Status AppendOptionalQueryParameters(
string* target);
1355 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
1360 bool supports_all_drives_;
1361 bool supports_team_drives_;
1362 string team_drive_id_;
1363 bool _have_drive_id_ : 1;
1364 bool _have_supports_all_drives_ : 1;
1365 bool _have_supports_team_drives_ : 1;
1366 bool _have_team_drive_id_ : 1;
1400 client::AuthorizationCredential* _credential_);
1412 _have_drive_id_ =
false;
1413 client::ClearCppValueHelper(&drive_id_);
1431 _have_drive_id_ =
true;
1444 _have_drive_id_ =
true;
1455 _have_include_corpus_removals_ =
false;
1456 client::ClearCppValueHelper(&include_corpus_removals_);
1476 _have_include_corpus_removals_ =
true;
1477 include_corpus_removals_ = value;
1485 _have_include_deleted_ =
false;
1486 client::ClearCppValueHelper(&include_deleted_);
1505 _have_include_deleted_ =
true;
1506 include_deleted_ = value;
1514 _have_include_items_from_all_drives_ =
false;
1515 client::ClearCppValueHelper(&include_items_from_all_drives_);
1536 _have_include_items_from_all_drives_ =
true;
1537 include_items_from_all_drives_ = value;
1545 _have_include_subscribed_ =
false;
1546 client::ClearCppValueHelper(&include_subscribed_);
1566 _have_include_subscribed_ =
true;
1567 include_subscribed_ = value;
1575 _have_include_team_drive_items_ =
false;
1576 client::ClearCppValueHelper(&include_team_drive_items_);
1594 _have_include_team_drive_items_ =
true;
1595 include_team_drive_items_ = value;
1602 _have_max_results_ =
false;
1603 client::ClearCppValueHelper(&max_results_);
1620 _have_max_results_ =
true;
1621 max_results_ = value;
1628 _have_page_token_ =
false;
1629 client::ClearCppValueHelper(&page_token_);
1647 _have_page_token_ =
true;
1648 return &page_token_;
1660 _have_page_token_ =
true;
1661 page_token_ = value;
1670 _have_spaces_ =
false;
1671 client::ClearCppValueHelper(&spaces_);
1688 _have_spaces_ =
true;
1700 _have_spaces_ =
true;
1710 _have_start_change_id_ =
false;
1711 client::ClearCppValueHelper(&start_change_id_);
1729 _have_start_change_id_ =
true;
1730 start_change_id_ = value;
1738 _have_supports_all_drives_ =
false;
1739 client::ClearCppValueHelper(&supports_all_drives_);
1760 _have_supports_all_drives_ =
true;
1761 supports_all_drives_ = value;
1769 _have_supports_team_drives_ =
false;
1770 client::ClearCppValueHelper(&supports_team_drives_);
1788 _have_supports_team_drives_ =
true;
1789 supports_team_drives_ = value;
1796 _have_team_drive_id_ =
false;
1797 client::ClearCppValueHelper(&team_drive_id_);
1815 _have_team_drive_id_ =
true;
1816 return &team_drive_id_;
1827 _have_team_drive_id_ =
true;
1828 team_drive_id_ = value;
1840 virtual util::Status AppendVariable(
1841 const StringPiece& variable_name,
1842 const client::UriTemplateConfig& config,
1850 virtual util::Status AppendOptionalQueryParameters(
string* target);
1865 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
1870 bool include_corpus_removals_;
1871 bool include_deleted_;
1872 bool include_items_from_all_drives_;
1873 bool include_subscribed_;
1874 bool include_team_drive_items_;
1878 int64 start_change_id_;
1879 bool supports_all_drives_;
1880 bool supports_team_drives_;
1881 string team_drive_id_;
1882 bool _have_drive_id_ : 1;
1883 bool _have_include_corpus_removals_ : 1;
1884 bool _have_include_deleted_ : 1;
1885 bool _have_include_items_from_all_drives_ : 1;
1886 bool _have_include_subscribed_ : 1;
1887 bool _have_include_team_drive_items_ : 1;
1888 bool _have_max_results_ : 1;
1889 bool _have_page_token_ : 1;
1890 bool _have_spaces_ : 1;
1891 bool _have_start_change_id_ : 1;
1892 bool _have_supports_all_drives_ : 1;
1893 bool _have_supports_team_drives_ : 1;
1894 bool _have_team_drive_id_ : 1;
1898 typedef client::ServiceRequestPager<
1901 ChangesResource_ListMethodPager;
1934 client::AuthorizationCredential* _credential_,
1947 _have_drive_id_ =
false;
1948 client::ClearCppValueHelper(&drive_id_);
1966 _have_drive_id_ =
true;
1979 _have_drive_id_ =
true;
1990 _have_include_corpus_removals_ =
false;
1991 client::ClearCppValueHelper(&include_corpus_removals_);
2011 _have_include_corpus_removals_ =
true;
2012 include_corpus_removals_ = value;
2020 _have_include_deleted_ =
false;
2021 client::ClearCppValueHelper(&include_deleted_);
2040 _have_include_deleted_ =
true;
2041 include_deleted_ = value;
2049 _have_include_items_from_all_drives_ =
false;
2050 client::ClearCppValueHelper(&include_items_from_all_drives_);
2071 _have_include_items_from_all_drives_ =
true;
2072 include_items_from_all_drives_ = value;
2080 _have_include_subscribed_ =
false;
2081 client::ClearCppValueHelper(&include_subscribed_);
2101 _have_include_subscribed_ =
true;
2102 include_subscribed_ = value;
2110 _have_include_team_drive_items_ =
false;
2111 client::ClearCppValueHelper(&include_team_drive_items_);
2129 _have_include_team_drive_items_ =
true;
2130 include_team_drive_items_ = value;
2137 _have_max_results_ =
false;
2138 client::ClearCppValueHelper(&max_results_);
2155 _have_max_results_ =
true;
2156 max_results_ = value;
2163 _have_page_token_ =
false;
2164 client::ClearCppValueHelper(&page_token_);
2182 _have_page_token_ =
true;
2183 return &page_token_;
2195 _have_page_token_ =
true;
2196 page_token_ = value;
2205 _have_spaces_ =
false;
2206 client::ClearCppValueHelper(&spaces_);
2223 _have_spaces_ =
true;
2235 _have_spaces_ =
true;
2245 _have_start_change_id_ =
false;
2246 client::ClearCppValueHelper(&start_change_id_);
2264 _have_start_change_id_ =
true;
2265 start_change_id_ = value;
2273 _have_supports_all_drives_ =
false;
2274 client::ClearCppValueHelper(&supports_all_drives_);
2295 _have_supports_all_drives_ =
true;
2296 supports_all_drives_ = value;
2304 _have_supports_team_drives_ =
false;
2305 client::ClearCppValueHelper(&supports_team_drives_);
2323 _have_supports_team_drives_ =
true;
2324 supports_team_drives_ = value;
2331 _have_team_drive_id_ =
false;
2332 client::ClearCppValueHelper(&team_drive_id_);
2350 _have_team_drive_id_ =
true;
2351 return &team_drive_id_;
2362 _have_team_drive_id_ =
true;
2363 team_drive_id_ = value;
2375 virtual util::Status AppendVariable(
2376 const StringPiece& variable_name,
2377 const client::UriTemplateConfig& config,
2385 virtual util::Status AppendOptionalQueryParameters(
string* target);
2400 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
2405 bool include_corpus_removals_;
2406 bool include_deleted_;
2407 bool include_items_from_all_drives_;
2408 bool include_subscribed_;
2409 bool include_team_drive_items_;
2413 int64 start_change_id_;
2414 bool supports_all_drives_;
2415 bool supports_team_drives_;
2416 string team_drive_id_;
2417 bool _have_drive_id_ : 1;
2418 bool _have_include_corpus_removals_ : 1;
2419 bool _have_include_deleted_ : 1;
2420 bool _have_include_items_from_all_drives_ : 1;
2421 bool _have_include_subscribed_ : 1;
2422 bool _have_include_team_drive_items_ : 1;
2423 bool _have_max_results_ : 1;
2424 bool _have_page_token_ : 1;
2425 bool _have_spaces_ : 1;
2426 bool _have_start_change_id_ : 1;
2427 bool _have_supports_all_drives_ : 1;
2428 bool _have_supports_team_drives_ : 1;
2429 bool _have_team_drive_id_ : 1;
string _content_;
2466 client::AuthorizationCredential* _credential_,
2507 client::AuthorizationCredential* _credential_,
2508 const absl::string_view& folder_id,
2509 const absl::string_view& child_id);
2522 _have_enforce_single_parent_ =
false;
2523 client::ClearCppValueHelper(&enforce_single_parent_);
2543 _have_enforce_single_parent_ =
true;
2544 enforce_single_parent_ = value;
2556 virtual util::Status AppendVariable(
2557 const StringPiece& variable_name,
2558 const client::UriTemplateConfig& config,
2566 virtual util::Status AppendOptionalQueryParameters(
string* target);
2572 bool enforce_single_parent_;
2573 bool _have_enforce_single_parent_ : 1;
2608 client::AuthorizationCredential* _credential_,
2609 const absl::string_view& folder_id,
2610 const absl::string_view& child_id);
2627 virtual util::Status AppendVariable(
2628 const StringPiece& variable_name,
2629 const client::UriTemplateConfig& config,
2645 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
2681 client::AuthorizationCredential* _credential_,
2682 const absl::string_view& folder_id,
2696 _have_enforce_single_parent_ =
false;
2697 client::ClearCppValueHelper(&enforce_single_parent_);
2720 _have_enforce_single_parent_ =
true;
2721 enforce_single_parent_ = value;
2729 _have_supports_all_drives_ =
false;
2730 client::ClearCppValueHelper(&supports_all_drives_);
2751 _have_supports_all_drives_ =
true;
2752 supports_all_drives_ = value;
2760 _have_supports_team_drives_ =
false;
2761 client::ClearCppValueHelper(&supports_team_drives_);
2779 _have_supports_team_drives_ =
true;
2780 supports_team_drives_ = value;
2792 virtual util::Status AppendVariable(
2793 const StringPiece& variable_name,
2794 const client::UriTemplateConfig& config,
2802 virtual util::Status AppendOptionalQueryParameters(
string* target);
2817 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
2822 bool enforce_single_parent_;
2823 bool supports_all_drives_;
2824 bool supports_team_drives_;
2825 bool _have_enforce_single_parent_ : 1;
2826 bool _have_supports_all_drives_ : 1;
2827 bool _have_supports_team_drives_ : 1;
string _content_;
2861 client::AuthorizationCredential* _credential_,
2862 const absl::string_view& folder_id);
2874 _have_max_results_ =
false;
2875 client::ClearCppValueHelper(&max_results_);
2892 _have_max_results_ =
true;
2893 max_results_ = value;
2900 _have_order_by_ =
false;
2901 client::ClearCppValueHelper(&order_by_);
2919 _have_order_by_ =
true;
2937 _have_order_by_ =
true;
2947 _have_page_token_ =
false;
2948 client::ClearCppValueHelper(&page_token_);
2966 _have_page_token_ =
true;
2967 return &page_token_;
2977 _have_page_token_ =
true;
2978 page_token_ = value;
2988 client::ClearCppValueHelper(&q_);
2997 const string&
get_q()
const {
return q_; }
3029 virtual util::Status AppendVariable(
3030 const StringPiece& variable_name,
3031 const client::UriTemplateConfig& config,
3039 virtual util::Status AppendOptionalQueryParameters(
string* target);
3054 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
3063 bool _have_max_results_ : 1;
3064 bool _have_order_by_ : 1;
3065 bool _have_page_token_ : 1;
3070 typedef client::ServiceRequestPager<
3073 ChildrenResource_ListMethodPager;
3103 client::AuthorizationCredential* _credential_,
3104 const absl::string_view& file_id,
3105 const absl::string_view& comment_id);
3122 virtual util::Status AppendVariable(
3123 const StringPiece& variable_name,
3124 const client::UriTemplateConfig& config,
3161 client::AuthorizationCredential* _credential_,
3162 const absl::string_view& file_id,
3163 const absl::string_view& comment_id);
3176 _have_include_deleted_ =
false;
3177 client::ClearCppValueHelper(&include_deleted_);
3195 _have_include_deleted_ =
true;
3196 include_deleted_ = value;
3208 virtual util::Status AppendVariable(
3209 const StringPiece& variable_name,
3210 const client::UriTemplateConfig& config,
3218 virtual util::Status AppendOptionalQueryParameters(
string* target);
3233 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
3239 bool include_deleted_;
3240 bool _have_include_deleted_ : 1;
3270 client::AuthorizationCredential* _credential_,
3271 const absl::string_view& file_id,
3289 virtual util::Status AppendVariable(
3290 const StringPiece& variable_name,
3291 const client::UriTemplateConfig& config,
3307 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
3311 string file_id_;
string _content_;
3341 client::AuthorizationCredential* _credential_,
3342 const absl::string_view& file_id);
3355 _have_include_deleted_ =
false;
3356 client::ClearCppValueHelper(&include_deleted_);
3374 _have_include_deleted_ =
true;
3375 include_deleted_ = value;
3382 _have_max_results_ =
false;
3383 client::ClearCppValueHelper(&max_results_);
3401 _have_max_results_ =
true;
3402 max_results_ = value;
3409 _have_page_token_ =
false;
3410 client::ClearCppValueHelper(&page_token_);
3428 _have_page_token_ =
true;
3429 return &page_token_;
3441 _have_page_token_ =
true;
3442 page_token_ = value;
3451 _have_updated_min_ =
false;
3452 client::ClearCppValueHelper(&updated_min_);
3470 _have_updated_min_ =
true;
3471 return &updated_min_;
3482 _have_updated_min_ =
true;
3483 updated_min_ = value;
3495 virtual util::Status AppendVariable(
3496 const StringPiece& variable_name,
3497 const client::UriTemplateConfig& config,
3505 virtual util::Status AppendOptionalQueryParameters(
string* target);
3520 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
3525 bool include_deleted_;
3528 string updated_min_;
3529 bool _have_include_deleted_ : 1;
3530 bool _have_max_results_ : 1;
3531 bool _have_page_token_ : 1;
3532 bool _have_updated_min_ : 1;
3536 typedef client::ServiceRequestPager<
3539 CommentsResource_ListMethodPager;
3568 client::AuthorizationCredential* _credential_,
3569 const absl::string_view& file_id,
3570 const absl::string_view& comment_id,
3588 virtual util::Status AppendVariable(
3589 const StringPiece& variable_name,
3590 const client::UriTemplateConfig& config,
3606 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
3611 string comment_id_;
string _content_;
3642 client::AuthorizationCredential* _credential_,
3643 const absl::string_view& file_id,
3644 const absl::string_view& comment_id,
3662 virtual util::Status AppendVariable(
3663 const StringPiece& variable_name,
3664 const client::UriTemplateConfig& config,
3680 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
3685 string comment_id_;
string _content_;
3715 client::AuthorizationCredential* _credential_,
3716 const absl::string_view& drive_id);
3733 virtual util::Status AppendVariable(
3734 const StringPiece& variable_name,
3735 const client::UriTemplateConfig& config,
3769 client::AuthorizationCredential* _credential_,
3770 const absl::string_view& drive_id);
3783 _have_use_domain_admin_access_ =
false;
3784 client::ClearCppValueHelper(&use_domain_admin_access_);
3803 _have_use_domain_admin_access_ =
true;
3804 use_domain_admin_access_ = value;
3816 virtual util::Status AppendVariable(
3817 const StringPiece& variable_name,
3818 const client::UriTemplateConfig& config,
3826 virtual util::Status AppendOptionalQueryParameters(
string* target);
3841 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
3846 bool use_domain_admin_access_;
3847 bool _have_use_domain_admin_access_ : 1;
3875 client::AuthorizationCredential* _credential_,
3876 const absl::string_view& drive_id);
3893 virtual util::Status AppendVariable(
3894 const StringPiece& variable_name,
3895 const client::UriTemplateConfig& config,
3911 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
3948 client::AuthorizationCredential* _credential_,
3949 const absl::string_view& request_id,
3950 const Drive& _content_);
3967 virtual util::Status AppendVariable(
3968 const StringPiece& variable_name,
3969 const client::UriTemplateConfig& config,
3977 virtual util::Status AppendOptionalQueryParameters(
string* target);
3992 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
3996 string request_id_;
string _content_;
4024 client::AuthorizationCredential* _credential_);
4036 _have_max_results_ =
false;
4037 client::ClearCppValueHelper(&max_results_);
4054 _have_max_results_ =
true;
4055 max_results_ = value;
4062 _have_page_token_ =
false;
4063 client::ClearCppValueHelper(&page_token_);
4081 _have_page_token_ =
true;
4082 return &page_token_;
4092 _have_page_token_ =
true;
4093 page_token_ = value;
4103 client::ClearCppValueHelper(&q_);
4112 const string&
get_q()
const {
return q_; }
4142 _have_use_domain_admin_access_ =
false;
4143 client::ClearCppValueHelper(&use_domain_admin_access_);
4162 _have_use_domain_admin_access_ =
true;
4163 use_domain_admin_access_ = value;
4175 virtual util::Status AppendVariable(
4176 const StringPiece& variable_name,
4177 const client::UriTemplateConfig& config,
4185 virtual util::Status AppendOptionalQueryParameters(
string* target);
4200 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
4207 bool use_domain_admin_access_;
4208 bool _have_max_results_ : 1;
4209 bool _have_page_token_ : 1;
4211 bool _have_use_domain_admin_access_ : 1;
4215 typedef client::ServiceRequestPager<
4218 DrivesResource_ListMethodPager;
4244 client::AuthorizationCredential* _credential_,
4245 const absl::string_view& drive_id);
4262 virtual util::Status AppendVariable(
4263 const StringPiece& variable_name,
4264 const client::UriTemplateConfig& config,
4280 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
4313 client::AuthorizationCredential* _credential_,
4314 const absl::string_view& drive_id,
4315 const Drive& _content_);
4328 _have_use_domain_admin_access_ =
false;
4329 client::ClearCppValueHelper(&use_domain_admin_access_);
4348 _have_use_domain_admin_access_ =
true;
4349 use_domain_admin_access_ = value;
4361 virtual util::Status AppendVariable(
4362 const StringPiece& variable_name,
4363 const client::UriTemplateConfig& config,
4371 virtual util::Status AppendOptionalQueryParameters(
string* target);
4386 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
4391 bool use_domain_admin_access_;
4392 bool _have_use_domain_admin_access_ : 1;
string _content_;
4427 client::AuthorizationCredential* _credential_,
4428 const absl::string_view& file_id,
4429 const File& _content_);
4441 _have_convert_ =
false;
4442 client::ClearCppValueHelper(&convert_);
4460 _have_convert_ =
true;
4469 _have_enforce_single_parent_ =
false;
4470 client::ClearCppValueHelper(&enforce_single_parent_);
4490 _have_enforce_single_parent_ =
true;
4491 enforce_single_parent_ = value;
4499 client::ClearCppValueHelper(&ocr_);
4525 _have_ocr_language_ =
false;
4526 client::ClearCppValueHelper(&ocr_language_);
4544 _have_ocr_language_ =
true;
4545 return &ocr_language_;
4556 _have_ocr_language_ =
true;
4557 ocr_language_ = value;
4566 _have_pinned_ =
false;
4567 client::ClearCppValueHelper(&pinned_);
4585 _have_pinned_ =
true;
4594 _have_supports_all_drives_ =
false;
4595 client::ClearCppValueHelper(&supports_all_drives_);
4616 _have_supports_all_drives_ =
true;
4617 supports_all_drives_ = value;
4625 _have_supports_team_drives_ =
false;
4626 client::ClearCppValueHelper(&supports_team_drives_);
4644 _have_supports_team_drives_ =
true;
4645 supports_team_drives_ = value;
4653 _have_timed_text_language_ =
false;
4654 client::ClearCppValueHelper(&timed_text_language_);
4672 _have_timed_text_language_ =
true;
4673 return &timed_text_language_;
4683 _have_timed_text_language_ =
true;
4684 timed_text_language_ = value;
4694 _have_timed_text_track_name_ =
false;
4695 client::ClearCppValueHelper(&timed_text_track_name_);
4713 _have_timed_text_track_name_ =
true;
4714 return &timed_text_track_name_;
4724 _have_timed_text_track_name_ =
true;
4725 timed_text_track_name_ = value;
4734 _have_visibility_ =
false;
4735 client::ClearCppValueHelper(&visibility_);
4753 _have_visibility_ =
true;
4754 return &visibility_;
4765 _have_visibility_ =
true;
4766 visibility_ = value;
4778 virtual util::Status AppendVariable(
4779 const StringPiece& variable_name,
4780 const client::UriTemplateConfig& config,
4788 virtual util::Status AppendOptionalQueryParameters(
string* target);
4803 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
4809 bool enforce_single_parent_;
4811 string ocr_language_;
4813 bool supports_all_drives_;
4814 bool supports_team_drives_;
4815 string timed_text_language_;
4816 string timed_text_track_name_;
4818 bool _have_convert_ : 1;
4819 bool _have_enforce_single_parent_ : 1;
4820 bool _have_ocr_ : 1;
4821 bool _have_ocr_language_ : 1;
4822 bool _have_pinned_ : 1;
4823 bool _have_supports_all_drives_ : 1;
4824 bool _have_supports_team_drives_ : 1;
4825 bool _have_timed_text_language_ : 1;
4826 bool _have_timed_text_track_name_ : 1;
4827 bool _have_visibility_ : 1;
string _content_;
4857 client::AuthorizationCredential* _credential_,
4858 const absl::string_view& file_id);
4871 _have_supports_all_drives_ =
false;
4872 client::ClearCppValueHelper(&supports_all_drives_);
4893 _have_supports_all_drives_ =
true;
4894 supports_all_drives_ = value;
4902 _have_supports_team_drives_ =
false;
4903 client::ClearCppValueHelper(&supports_team_drives_);
4921 _have_supports_team_drives_ =
true;
4922 supports_team_drives_ = value;
4934 virtual util::Status AppendVariable(
4935 const StringPiece& variable_name,
4936 const client::UriTemplateConfig& config,
4944 virtual util::Status AppendOptionalQueryParameters(
string* target);
4949 bool supports_all_drives_;
4950 bool supports_team_drives_;
4951 bool _have_supports_all_drives_ : 1;
4952 bool _have_supports_team_drives_ : 1;
4979 client::AuthorizationCredential* _credential_);
5017 client::AuthorizationCredential* _credential_,
5018 const absl::string_view& file_id,
5019 const absl::string_view& mime_type);
5036 virtual util::Status AppendVariable(
5037 const StringPiece& variable_name,
5038 const client::UriTemplateConfig& config,
5046 virtual util::Status AppendOptionalQueryParameters(
string* target);
5055 return DriveServiceBaseRequest::get_use_media_download();
5064 DriveServiceBaseRequest::set_use_media_download(use);
5098 client::AuthorizationCredential* _credential_);
5110 _have_max_results_ =
false;
5111 client::ClearCppValueHelper(&max_results_);
5128 _have_max_results_ =
true;
5129 max_results_ = value;
5136 _have_space_ =
false;
5137 client::ClearCppValueHelper(&space_);
5154 _have_space_ =
true;
5166 _have_space_ =
true;
5179 virtual util::Status AppendVariable(
5180 const StringPiece& variable_name,
5181 const client::UriTemplateConfig& config,
5189 virtual util::Status AppendOptionalQueryParameters(
string* target);
5204 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
5210 bool _have_max_results_ : 1;
5211 bool _have_space_ : 1;
5245 client::AuthorizationCredential* _credential_,
5246 const absl::string_view& file_id);
5259 _have_acknowledge_abuse_ =
false;
5260 client::ClearCppValueHelper(&acknowledge_abuse_);
5278 _have_acknowledge_abuse_ =
true;
5279 acknowledge_abuse_ = value;
5286 _have_projection_ =
false;
5287 client::ClearCppValueHelper(&projection_);
5305 _have_projection_ =
true;
5306 return &projection_;
5316 _have_projection_ =
true;
5317 projection_ = value;
5326 _have_revision_id_ =
false;
5327 client::ClearCppValueHelper(&revision_id_);
5345 _have_revision_id_ =
true;
5346 return &revision_id_;
5357 _have_revision_id_ =
true;
5358 revision_id_ = value;
5368 _have_supports_all_drives_ =
false;
5369 client::ClearCppValueHelper(&supports_all_drives_);
5390 _have_supports_all_drives_ =
true;
5391 supports_all_drives_ = value;
5399 _have_supports_team_drives_ =
false;
5400 client::ClearCppValueHelper(&supports_team_drives_);
5418 _have_supports_team_drives_ =
true;
5419 supports_team_drives_ = value;
5427 _have_update_viewed_date_ =
false;
5428 client::ClearCppValueHelper(&update_viewed_date_);
5448 _have_update_viewed_date_ =
true;
5449 update_viewed_date_ = value;
5461 virtual util::Status AppendVariable(
5462 const StringPiece& variable_name,
5463 const client::UriTemplateConfig& config,
5471 virtual util::Status AppendOptionalQueryParameters(
string* target);
5486 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
5495 return DriveServiceBaseRequest::get_use_media_download();
5504 DriveServiceBaseRequest::set_use_media_download(use);
5509 bool acknowledge_abuse_;
5511 string revision_id_;
5512 bool supports_all_drives_;
5513 bool supports_team_drives_;
5514 bool update_viewed_date_;
5515 bool _have_acknowledge_abuse_ : 1;
5516 bool _have_projection_ : 1;
5517 bool _have_revision_id_ : 1;
5518 bool _have_supports_all_drives_ : 1;
5519 bool _have_supports_team_drives_ : 1;
5520 bool _have_update_viewed_date_ : 1;
5554 client::AuthorizationCredential* _credential_);
5571 client::AuthorizationCredential* _credential_,
5572 const File* _metadata_,
5573 const StringPiece& _media_content_type_,
5574 client::DataReader* _media_content_reader_);
5586 _have_convert_ =
false;
5587 client::ClearCppValueHelper(&convert_);
5605 _have_convert_ =
true;
5614 _have_enforce_single_parent_ =
false;
5615 client::ClearCppValueHelper(&enforce_single_parent_);
5635 _have_enforce_single_parent_ =
true;
5636 enforce_single_parent_ = value;
5644 client::ClearCppValueHelper(&ocr_);
5670 _have_ocr_language_ =
false;
5671 client::ClearCppValueHelper(&ocr_language_);
5689 _have_ocr_language_ =
true;
5690 return &ocr_language_;
5701 _have_ocr_language_ =
true;
5702 ocr_language_ = value;
5711 _have_pinned_ =
false;
5712 client::ClearCppValueHelper(&pinned_);
5730 _have_pinned_ =
true;
5739 _have_supports_all_drives_ =
false;
5740 client::ClearCppValueHelper(&supports_all_drives_);
5761 _have_supports_all_drives_ =
true;
5762 supports_all_drives_ = value;
5770 _have_supports_team_drives_ =
false;
5771 client::ClearCppValueHelper(&supports_team_drives_);
5789 _have_supports_team_drives_ =
true;
5790 supports_team_drives_ = value;
5798 _have_timed_text_language_ =
false;
5799 client::ClearCppValueHelper(&timed_text_language_);
5817 _have_timed_text_language_ =
true;
5818 return &timed_text_language_;
5828 _have_timed_text_language_ =
true;
5829 timed_text_language_ = value;
5839 _have_timed_text_track_name_ =
false;
5840 client::ClearCppValueHelper(&timed_text_track_name_);
5858 _have_timed_text_track_name_ =
true;
5859 return &timed_text_track_name_;
5869 _have_timed_text_track_name_ =
true;
5870 timed_text_track_name_ = value;
5880 _have_use_content_as_indexable_text_ =
false;
5881 client::ClearCppValueHelper(&use_content_as_indexable_text_);
5898 _have_use_content_as_indexable_text_ =
true;
5899 use_content_as_indexable_text_ = value;
5906 _have_visibility_ =
false;
5907 client::ClearCppValueHelper(&visibility_);
5925 _have_visibility_ =
true;
5926 return &visibility_;
5937 _have_visibility_ =
true;
5938 visibility_ = value;
5950 virtual util::Status AppendVariable(
5951 const StringPiece& variable_name,
5952 const client::UriTemplateConfig& config,
5960 virtual util::Status AppendOptionalQueryParameters(
string* target);
5975 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
5994 bool enforce_single_parent_;
5996 string ocr_language_;
5998 bool supports_all_drives_;
5999 bool supports_team_drives_;
6000 string timed_text_language_;
6001 string timed_text_track_name_;
6002 bool use_content_as_indexable_text_;
6004 bool _have_convert_ : 1;
6005 bool _have_enforce_single_parent_ : 1;
6006 bool _have_ocr_ : 1;
6007 bool _have_ocr_language_ : 1;
6008 bool _have_pinned_ : 1;
6009 bool _have_supports_all_drives_ : 1;
6010 bool _have_supports_team_drives_ : 1;
6011 bool _have_timed_text_language_ : 1;
6012 bool _have_timed_text_track_name_ : 1;
6013 bool _have_use_content_as_indexable_text_ : 1;
6014 bool _have_visibility_ : 1;
6048 client::AuthorizationCredential* _credential_);
6060 _have_corpora_ =
false;
6061 client::ClearCppValueHelper(&corpora_);
6079 _have_corpora_ =
true;
6092 _have_corpora_ =
true;
6102 _have_corpus_ =
false;
6103 client::ClearCppValueHelper(&corpus_);
6120 _have_corpus_ =
true;
6132 _have_corpus_ =
true;
6142 _have_drive_id_ =
false;
6143 client::ClearCppValueHelper(&drive_id_);
6161 _have_drive_id_ =
true;
6172 _have_drive_id_ =
true;
6183 _have_include_items_from_all_drives_ =
false;
6184 client::ClearCppValueHelper(&include_items_from_all_drives_);
6205 _have_include_items_from_all_drives_ =
true;
6206 include_items_from_all_drives_ = value;
6214 _have_include_team_drive_items_ =
false;
6215 client::ClearCppValueHelper(&include_team_drive_items_);
6233 _have_include_team_drive_items_ =
true;
6234 include_team_drive_items_ = value;
6241 _have_max_results_ =
false;
6242 client::ClearCppValueHelper(&max_results_);
6261 _have_max_results_ =
true;
6262 max_results_ = value;
6269 _have_order_by_ =
false;
6270 client::ClearCppValueHelper(&order_by_);
6288 _have_order_by_ =
true;
6306 _have_order_by_ =
true;
6316 _have_page_token_ =
false;
6317 client::ClearCppValueHelper(&page_token_);
6335 _have_page_token_ =
true;
6336 return &page_token_;
6346 _have_page_token_ =
true;
6347 page_token_ = value;
6356 _have_projection_ =
false;
6357 client::ClearCppValueHelper(&projection_);
6375 _have_projection_ =
true;
6376 return &projection_;
6386 _have_projection_ =
true;
6387 projection_ = value;
6397 client::ClearCppValueHelper(&q_);
6406 const string&
get_q()
const {
return q_; }
6435 _have_spaces_ =
false;
6436 client::ClearCppValueHelper(&spaces_);
6453 _have_spaces_ =
true;
6465 _have_spaces_ =
true;
6476 _have_supports_all_drives_ =
false;
6477 client::ClearCppValueHelper(&supports_all_drives_);
6498 _have_supports_all_drives_ =
true;
6499 supports_all_drives_ = value;
6507 _have_supports_team_drives_ =
false;
6508 client::ClearCppValueHelper(&supports_team_drives_);
6526 _have_supports_team_drives_ =
true;
6527 supports_team_drives_ = value;
6534 _have_team_drive_id_ =
false;
6535 client::ClearCppValueHelper(&team_drive_id_);
6553 _have_team_drive_id_ =
true;
6554 return &team_drive_id_;
6565 _have_team_drive_id_ =
true;
6566 team_drive_id_ = value;
6578 virtual util::Status AppendVariable(
6579 const StringPiece& variable_name,
6580 const client::UriTemplateConfig& config,
6588 virtual util::Status AppendOptionalQueryParameters(
string* target);
6603 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
6610 bool include_items_from_all_drives_;
6611 bool include_team_drive_items_;
6618 bool supports_all_drives_;
6619 bool supports_team_drives_;
6620 string team_drive_id_;
6621 bool _have_corpora_ : 1;
6622 bool _have_corpus_ : 1;
6623 bool _have_drive_id_ : 1;
6624 bool _have_include_items_from_all_drives_ : 1;
6625 bool _have_include_team_drive_items_ : 1;
6626 bool _have_max_results_ : 1;
6627 bool _have_order_by_ : 1;
6628 bool _have_page_token_ : 1;
6629 bool _have_projection_ : 1;
6631 bool _have_spaces_ : 1;
6632 bool _have_supports_all_drives_ : 1;
6633 bool _have_supports_team_drives_ : 1;
6634 bool _have_team_drive_id_ : 1;
6638 typedef client::ServiceRequestPager<
6641 FilesResource_ListMethodPager;
6673 client::AuthorizationCredential* _credential_,
6674 const absl::string_view& file_id,
6675 const File& _content_);
6687 _have_add_parents_ =
false;
6688 client::ClearCppValueHelper(&add_parents_);
6706 _have_add_parents_ =
true;
6707 return &add_parents_;
6717 _have_add_parents_ =
true;
6718 add_parents_ = value;
6727 _have_convert_ =
false;
6728 client::ClearCppValueHelper(&convert_);
6745 _have_convert_ =
true;
6754 _have_enforce_single_parent_ =
false;
6755 client::ClearCppValueHelper(&enforce_single_parent_);
6778 _have_enforce_single_parent_ =
true;
6779 enforce_single_parent_ = value;
6787 _have_modified_date_behavior_ =
false;
6788 client::ClearCppValueHelper(&modified_date_behavior_);
6806 _have_modified_date_behavior_ =
true;
6807 return &modified_date_behavior_;
6818 _have_modified_date_behavior_ =
true;
6819 modified_date_behavior_ = value;
6828 _have_new_revision_ =
false;
6829 client::ClearCppValueHelper(&new_revision_);
6852 _have_new_revision_ =
true;
6853 new_revision_ = value;
6861 client::ClearCppValueHelper(&ocr_);
6887 _have_ocr_language_ =
false;
6888 client::ClearCppValueHelper(&ocr_language_);
6906 _have_ocr_language_ =
true;
6907 return &ocr_language_;
6918 _have_ocr_language_ =
true;
6919 ocr_language_ = value;
6928 _have_pinned_ =
false;
6929 client::ClearCppValueHelper(&pinned_);
6947 _have_pinned_ =
true;
6955 _have_remove_parents_ =
false;
6956 client::ClearCppValueHelper(&remove_parents_);
6974 _have_remove_parents_ =
true;
6975 return &remove_parents_;
6985 _have_remove_parents_ =
true;
6986 remove_parents_ = value;
6996 _have_set_modified_date_ =
false;
6997 client::ClearCppValueHelper(&set_modified_date_);
7018 _have_set_modified_date_ =
true;
7019 set_modified_date_ = value;
7027 _have_supports_all_drives_ =
false;
7028 client::ClearCppValueHelper(&supports_all_drives_);
7049 _have_supports_all_drives_ =
true;
7050 supports_all_drives_ = value;
7058 _have_supports_team_drives_ =
false;
7059 client::ClearCppValueHelper(&supports_team_drives_);
7077 _have_supports_team_drives_ =
true;
7078 supports_team_drives_ = value;
7086 _have_timed_text_language_ =
false;
7087 client::ClearCppValueHelper(&timed_text_language_);
7105 _have_timed_text_language_ =
true;
7106 return &timed_text_language_;
7116 _have_timed_text_language_ =
true;
7117 timed_text_language_ = value;
7127 _have_timed_text_track_name_ =
false;
7128 client::ClearCppValueHelper(&timed_text_track_name_);
7146 _have_timed_text_track_name_ =
true;
7147 return &timed_text_track_name_;
7157 _have_timed_text_track_name_ =
true;
7158 timed_text_track_name_ = value;
7168 _have_update_viewed_date_ =
false;
7169 client::ClearCppValueHelper(&update_viewed_date_);
7187 _have_update_viewed_date_ =
true;
7188 update_viewed_date_ = value;
7196 _have_use_content_as_indexable_text_ =
false;
7197 client::ClearCppValueHelper(&use_content_as_indexable_text_);
7214 _have_use_content_as_indexable_text_ =
true;
7215 use_content_as_indexable_text_ = value;
7227 virtual util::Status AppendVariable(
7228 const StringPiece& variable_name,
7229 const client::UriTemplateConfig& config,
7237 virtual util::Status AppendOptionalQueryParameters(
string* target);
7252 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
7257 string add_parents_;
7259 bool enforce_single_parent_;
7260 string modified_date_behavior_;
7263 string ocr_language_;
7265 string remove_parents_;
7266 bool set_modified_date_;
7267 bool supports_all_drives_;
7268 bool supports_team_drives_;
7269 string timed_text_language_;
7270 string timed_text_track_name_;
7271 bool update_viewed_date_;
7272 bool use_content_as_indexable_text_;
7273 bool _have_add_parents_ : 1;
7274 bool _have_convert_ : 1;
7275 bool _have_enforce_single_parent_ : 1;
7276 bool _have_modified_date_behavior_ : 1;
7277 bool _have_new_revision_ : 1;
7278 bool _have_ocr_ : 1;
7279 bool _have_ocr_language_ : 1;
7280 bool _have_pinned_ : 1;
7281 bool _have_remove_parents_ : 1;
7282 bool _have_set_modified_date_ : 1;
7283 bool _have_supports_all_drives_ : 1;
7284 bool _have_supports_team_drives_ : 1;
7285 bool _have_timed_text_language_ : 1;
7286 bool _have_timed_text_track_name_ : 1;
7287 bool _have_update_viewed_date_ : 1;
7288 bool _have_use_content_as_indexable_text_ : 1;
string _content_;
7320 client::AuthorizationCredential* _credential_,
7321 const absl::string_view& file_id);
7334 _have_supports_all_drives_ =
false;
7335 client::ClearCppValueHelper(&supports_all_drives_);
7356 _have_supports_all_drives_ =
true;
7357 supports_all_drives_ = value;
7365 _have_supports_team_drives_ =
false;
7366 client::ClearCppValueHelper(&supports_team_drives_);
7384 _have_supports_team_drives_ =
true;
7385 supports_team_drives_ = value;
7397 virtual util::Status AppendVariable(
7398 const StringPiece& variable_name,
7399 const client::UriTemplateConfig& config,
7407 virtual util::Status AppendOptionalQueryParameters(
string* target);
7422 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
7427 bool supports_all_drives_;
7428 bool supports_team_drives_;
7429 bool _have_supports_all_drives_ : 1;
7430 bool _have_supports_team_drives_ : 1;
7461 client::AuthorizationCredential* _credential_,
7462 const absl::string_view& file_id);
7475 _have_supports_all_drives_ =
false;
7476 client::ClearCppValueHelper(&supports_all_drives_);
7497 _have_supports_all_drives_ =
true;
7498 supports_all_drives_ = value;
7506 _have_supports_team_drives_ =
false;
7507 client::ClearCppValueHelper(&supports_team_drives_);
7525 _have_supports_team_drives_ =
true;
7526 supports_team_drives_ = value;
7538 virtual util::Status AppendVariable(
7539 const StringPiece& variable_name,
7540 const client::UriTemplateConfig& config,
7548 virtual util::Status AppendOptionalQueryParameters(
string* target);
7563 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
7568 bool supports_all_drives_;
7569 bool supports_team_drives_;
7570 bool _have_supports_all_drives_ : 1;
7571 bool _have_supports_team_drives_ : 1;
7602 client::AuthorizationCredential* _credential_,
7603 const absl::string_view& file_id);
7616 _have_supports_all_drives_ =
false;
7617 client::ClearCppValueHelper(&supports_all_drives_);
7638 _have_supports_all_drives_ =
true;
7639 supports_all_drives_ = value;
7647 _have_supports_team_drives_ =
false;
7648 client::ClearCppValueHelper(&supports_team_drives_);
7666 _have_supports_team_drives_ =
true;
7667 supports_team_drives_ = value;
7679 virtual util::Status AppendVariable(
7680 const StringPiece& variable_name,
7681 const client::UriTemplateConfig& config,
7689 virtual util::Status AppendOptionalQueryParameters(
string* target);
7704 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
7709 bool supports_all_drives_;
7710 bool supports_team_drives_;
7711 bool _have_supports_all_drives_ : 1;
7712 bool _have_supports_team_drives_ : 1;
7750 client::AuthorizationCredential* _credential_,
7751 const absl::string_view& file_id);
7769 client::AuthorizationCredential* _credential_,
7770 const absl::string_view& file_id,
7771 const File* _metadata_,
7772 const StringPiece& _media_content_type_,
7773 client::DataReader* _media_content_reader_);
7785 _have_add_parents_ =
false;
7786 client::ClearCppValueHelper(&add_parents_);
7804 _have_add_parents_ =
true;
7805 return &add_parents_;
7815 _have_add_parents_ =
true;
7816 add_parents_ = value;
7825 _have_convert_ =
false;
7826 client::ClearCppValueHelper(&convert_);
7843 _have_convert_ =
true;
7852 _have_enforce_single_parent_ =
false;
7853 client::ClearCppValueHelper(&enforce_single_parent_);
7876 _have_enforce_single_parent_ =
true;
7877 enforce_single_parent_ = value;
7885 _have_modified_date_behavior_ =
false;
7886 client::ClearCppValueHelper(&modified_date_behavior_);
7904 _have_modified_date_behavior_ =
true;
7905 return &modified_date_behavior_;
7916 _have_modified_date_behavior_ =
true;
7917 modified_date_behavior_ = value;
7926 _have_new_revision_ =
false;
7927 client::ClearCppValueHelper(&new_revision_);
7950 _have_new_revision_ =
true;
7951 new_revision_ = value;
7959 client::ClearCppValueHelper(&ocr_);
7985 _have_ocr_language_ =
false;
7986 client::ClearCppValueHelper(&ocr_language_);
8004 _have_ocr_language_ =
true;
8005 return &ocr_language_;
8016 _have_ocr_language_ =
true;
8017 ocr_language_ = value;
8026 _have_pinned_ =
false;
8027 client::ClearCppValueHelper(&pinned_);
8045 _have_pinned_ =
true;
8053 _have_remove_parents_ =
false;
8054 client::ClearCppValueHelper(&remove_parents_);
8072 _have_remove_parents_ =
true;
8073 return &remove_parents_;
8083 _have_remove_parents_ =
true;
8084 remove_parents_ = value;
8094 _have_set_modified_date_ =
false;
8095 client::ClearCppValueHelper(&set_modified_date_);
8116 _have_set_modified_date_ =
true;
8117 set_modified_date_ = value;
8125 _have_supports_all_drives_ =
false;
8126 client::ClearCppValueHelper(&supports_all_drives_);
8147 _have_supports_all_drives_ =
true;
8148 supports_all_drives_ = value;
8156 _have_supports_team_drives_ =
false;
8157 client::ClearCppValueHelper(&supports_team_drives_);
8175 _have_supports_team_drives_ =
true;
8176 supports_team_drives_ = value;
8184 _have_timed_text_language_ =
false;
8185 client::ClearCppValueHelper(&timed_text_language_);
8203 _have_timed_text_language_ =
true;
8204 return &timed_text_language_;
8214 _have_timed_text_language_ =
true;
8215 timed_text_language_ = value;
8225 _have_timed_text_track_name_ =
false;
8226 client::ClearCppValueHelper(&timed_text_track_name_);
8244 _have_timed_text_track_name_ =
true;
8245 return &timed_text_track_name_;
8255 _have_timed_text_track_name_ =
true;
8256 timed_text_track_name_ = value;
8266 _have_update_viewed_date_ =
false;
8267 client::ClearCppValueHelper(&update_viewed_date_);
8285 _have_update_viewed_date_ =
true;
8286 update_viewed_date_ = value;
8294 _have_use_content_as_indexable_text_ =
false;
8295 client::ClearCppValueHelper(&use_content_as_indexable_text_);
8312 _have_use_content_as_indexable_text_ =
true;
8313 use_content_as_indexable_text_ = value;
8325 virtual util::Status AppendVariable(
8326 const StringPiece& variable_name,
8327 const client::UriTemplateConfig& config,
8335 virtual util::Status AppendOptionalQueryParameters(
string* target);
8350 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
8369 string add_parents_;
8371 bool enforce_single_parent_;
8372 string modified_date_behavior_;
8375 string ocr_language_;
8377 string remove_parents_;
8378 bool set_modified_date_;
8379 bool supports_all_drives_;
8380 bool supports_team_drives_;
8381 string timed_text_language_;
8382 string timed_text_track_name_;
8383 bool update_viewed_date_;
8384 bool use_content_as_indexable_text_;
8385 bool _have_add_parents_ : 1;
8386 bool _have_convert_ : 1;
8387 bool _have_enforce_single_parent_ : 1;
8388 bool _have_modified_date_behavior_ : 1;
8389 bool _have_new_revision_ : 1;
8390 bool _have_ocr_ : 1;
8391 bool _have_ocr_language_ : 1;
8392 bool _have_pinned_ : 1;
8393 bool _have_remove_parents_ : 1;
8394 bool _have_set_modified_date_ : 1;
8395 bool _have_supports_all_drives_ : 1;
8396 bool _have_supports_team_drives_ : 1;
8397 bool _have_timed_text_language_ : 1;
8398 bool _have_timed_text_track_name_ : 1;
8399 bool _have_update_viewed_date_ : 1;
8400 bool _have_use_content_as_indexable_text_ : 1;
8435 client::AuthorizationCredential* _credential_,
8436 const absl::string_view& file_id,
8450 _have_acknowledge_abuse_ =
false;
8451 client::ClearCppValueHelper(&acknowledge_abuse_);
8469 _have_acknowledge_abuse_ =
true;
8470 acknowledge_abuse_ = value;
8477 _have_projection_ =
false;
8478 client::ClearCppValueHelper(&projection_);
8496 _have_projection_ =
true;
8497 return &projection_;
8507 _have_projection_ =
true;
8508 projection_ = value;
8517 _have_revision_id_ =
false;
8518 client::ClearCppValueHelper(&revision_id_);
8536 _have_revision_id_ =
true;
8537 return &revision_id_;
8548 _have_revision_id_ =
true;
8549 revision_id_ = value;
8559 _have_supports_all_drives_ =
false;
8560 client::ClearCppValueHelper(&supports_all_drives_);
8581 _have_supports_all_drives_ =
true;
8582 supports_all_drives_ = value;
8590 _have_supports_team_drives_ =
false;
8591 client::ClearCppValueHelper(&supports_team_drives_);
8609 _have_supports_team_drives_ =
true;
8610 supports_team_drives_ = value;
8618 _have_update_viewed_date_ =
false;
8619 client::ClearCppValueHelper(&update_viewed_date_);
8639 _have_update_viewed_date_ =
true;
8640 update_viewed_date_ = value;
8652 virtual util::Status AppendVariable(
8653 const StringPiece& variable_name,
8654 const client::UriTemplateConfig& config,
8662 virtual util::Status AppendOptionalQueryParameters(
string* target);
8677 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
8686 return DriveServiceBaseRequest::get_use_media_download();
8695 DriveServiceBaseRequest::set_use_media_download(use);
8700 bool acknowledge_abuse_;
8702 string revision_id_;
8703 bool supports_all_drives_;
8704 bool supports_team_drives_;
8705 bool update_viewed_date_;
8706 bool _have_acknowledge_abuse_ : 1;
8707 bool _have_projection_ : 1;
8708 bool _have_revision_id_ : 1;
8709 bool _have_supports_all_drives_ : 1;
8710 bool _have_supports_team_drives_ : 1;
8711 bool _have_update_viewed_date_ : 1;
string _content_;
8743 client::AuthorizationCredential* _credential_,
8744 const absl::string_view& file_id,
8745 const absl::string_view& parent_id);
8758 _have_enforce_single_parent_ =
false;
8759 client::ClearCppValueHelper(&enforce_single_parent_);
8779 _have_enforce_single_parent_ =
true;
8780 enforce_single_parent_ = value;
8792 virtual util::Status AppendVariable(
8793 const StringPiece& variable_name,
8794 const client::UriTemplateConfig& config,
8802 virtual util::Status AppendOptionalQueryParameters(
string* target);
8808 bool enforce_single_parent_;
8809 bool _have_enforce_single_parent_ : 1;
8844 client::AuthorizationCredential* _credential_,
8845 const absl::string_view& file_id,
8846 const absl::string_view& parent_id);
8863 virtual util::Status AppendVariable(
8864 const StringPiece& variable_name,
8865 const client::UriTemplateConfig& config,
8881 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
8917 client::AuthorizationCredential* _credential_,
8918 const absl::string_view& file_id,
8932 _have_enforce_single_parent_ =
false;
8933 client::ClearCppValueHelper(&enforce_single_parent_);
8956 _have_enforce_single_parent_ =
true;
8957 enforce_single_parent_ = value;
8965 _have_supports_all_drives_ =
false;
8966 client::ClearCppValueHelper(&supports_all_drives_);
8987 _have_supports_all_drives_ =
true;
8988 supports_all_drives_ = value;
8996 _have_supports_team_drives_ =
false;
8997 client::ClearCppValueHelper(&supports_team_drives_);
9015 _have_supports_team_drives_ =
true;
9016 supports_team_drives_ = value;
9028 virtual util::Status AppendVariable(
9029 const StringPiece& variable_name,
9030 const client::UriTemplateConfig& config,
9038 virtual util::Status AppendOptionalQueryParameters(
string* target);
9053 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
9058 bool enforce_single_parent_;
9059 bool supports_all_drives_;
9060 bool supports_team_drives_;
9061 bool _have_enforce_single_parent_ : 1;
9062 bool _have_supports_all_drives_ : 1;
9063 bool _have_supports_team_drives_ : 1;
string _content_;
9097 client::AuthorizationCredential* _credential_,
9098 const absl::string_view& file_id);
9115 virtual util::Status AppendVariable(
9116 const StringPiece& variable_name,
9117 const client::UriTemplateConfig& config,
9133 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
9169 client::AuthorizationCredential* _credential_,
9170 const absl::string_view& file_id,
9171 const absl::string_view& permission_id);
9184 _have_supports_all_drives_ =
false;
9185 client::ClearCppValueHelper(&supports_all_drives_);
9206 _have_supports_all_drives_ =
true;
9207 supports_all_drives_ = value;
9215 _have_supports_team_drives_ =
false;
9216 client::ClearCppValueHelper(&supports_team_drives_);
9234 _have_supports_team_drives_ =
true;
9235 supports_team_drives_ = value;
9243 _have_use_domain_admin_access_ =
false;
9244 client::ClearCppValueHelper(&use_domain_admin_access_);
9264 _have_use_domain_admin_access_ =
true;
9265 use_domain_admin_access_ = value;
9277 virtual util::Status AppendVariable(
9278 const StringPiece& variable_name,
9279 const client::UriTemplateConfig& config,
9287 virtual util::Status AppendOptionalQueryParameters(
string* target);
9292 string permission_id_;
9293 bool supports_all_drives_;
9294 bool supports_team_drives_;
9295 bool use_domain_admin_access_;
9296 bool _have_supports_all_drives_ : 1;
9297 bool _have_supports_team_drives_ : 1;
9298 bool _have_use_domain_admin_access_ : 1;
9332 client::AuthorizationCredential* _credential_,
9333 const absl::string_view& file_id,
9334 const absl::string_view& permission_id);
9347 _have_supports_all_drives_ =
false;
9348 client::ClearCppValueHelper(&supports_all_drives_);
9369 _have_supports_all_drives_ =
true;
9370 supports_all_drives_ = value;
9378 _have_supports_team_drives_ =
false;
9379 client::ClearCppValueHelper(&supports_team_drives_);
9397 _have_supports_team_drives_ =
true;
9398 supports_team_drives_ = value;
9406 _have_use_domain_admin_access_ =
false;
9407 client::ClearCppValueHelper(&use_domain_admin_access_);
9427 _have_use_domain_admin_access_ =
true;
9428 use_domain_admin_access_ = value;
9440 virtual util::Status AppendVariable(
9441 const StringPiece& variable_name,
9442 const client::UriTemplateConfig& config,
9450 virtual util::Status AppendOptionalQueryParameters(
string* target);
9465 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
9470 string permission_id_;
9471 bool supports_all_drives_;
9472 bool supports_team_drives_;
9473 bool use_domain_admin_access_;
9474 bool _have_supports_all_drives_ : 1;
9475 bool _have_supports_team_drives_ : 1;
9476 bool _have_use_domain_admin_access_ : 1;
9511 client::AuthorizationCredential* _credential_,
9512 const absl::string_view& email);
9529 virtual util::Status AppendVariable(
9530 const StringPiece& variable_name,
9531 const client::UriTemplateConfig& config,
9547 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
9581 client::AuthorizationCredential* _credential_,
9582 const absl::string_view& file_id,
9595 _have_email_message_ =
false;
9596 client::ClearCppValueHelper(&email_message_);
9614 _have_email_message_ =
true;
9615 return &email_message_;
9626 _have_email_message_ =
true;
9627 email_message_ = value;
9637 _have_enforce_single_parent_ =
false;
9638 client::ClearCppValueHelper(&enforce_single_parent_);
9657 _have_enforce_single_parent_ =
true;
9658 enforce_single_parent_ = value;
9666 _have_move_to_new_owners_root_ =
false;
9667 client::ClearCppValueHelper(&move_to_new_owners_root_);
9691 _have_move_to_new_owners_root_ =
true;
9692 move_to_new_owners_root_ = value;
9700 _have_send_notification_emails_ =
false;
9701 client::ClearCppValueHelper(&send_notification_emails_);
9720 _have_send_notification_emails_ =
true;
9721 send_notification_emails_ = value;
9729 _have_supports_all_drives_ =
false;
9730 client::ClearCppValueHelper(&supports_all_drives_);
9751 _have_supports_all_drives_ =
true;
9752 supports_all_drives_ = value;
9760 _have_supports_team_drives_ =
false;
9761 client::ClearCppValueHelper(&supports_team_drives_);
9779 _have_supports_team_drives_ =
true;
9780 supports_team_drives_ = value;
9788 _have_use_domain_admin_access_ =
false;
9789 client::ClearCppValueHelper(&use_domain_admin_access_);
9809 _have_use_domain_admin_access_ =
true;
9810 use_domain_admin_access_ = value;
9822 virtual util::Status AppendVariable(
9823 const StringPiece& variable_name,
9824 const client::UriTemplateConfig& config,
9832 virtual util::Status AppendOptionalQueryParameters(
string* target);
9847 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
9852 string email_message_;
9853 bool enforce_single_parent_;
9854 bool move_to_new_owners_root_;
9855 bool send_notification_emails_;
9856 bool supports_all_drives_;
9857 bool supports_team_drives_;
9858 bool use_domain_admin_access_;
9859 bool _have_email_message_ : 1;
9860 bool _have_enforce_single_parent_ : 1;
9861 bool _have_move_to_new_owners_root_ : 1;
9862 bool _have_send_notification_emails_ : 1;
9863 bool _have_supports_all_drives_ : 1;
9864 bool _have_supports_team_drives_ : 1;
9865 bool _have_use_domain_admin_access_ : 1;
string _content_;
9898 client::AuthorizationCredential* _credential_,
9899 const absl::string_view& file_id);
9911 _have_max_results_ =
false;
9912 client::ClearCppValueHelper(&max_results_);
9932 _have_max_results_ =
true;
9933 max_results_ = value;
9940 _have_page_token_ =
false;
9941 client::ClearCppValueHelper(&page_token_);
9959 _have_page_token_ =
true;
9960 return &page_token_;
9972 _have_page_token_ =
true;
9973 page_token_ = value;
9983 _have_supports_all_drives_ =
false;
9984 client::ClearCppValueHelper(&supports_all_drives_);
10005 _have_supports_all_drives_ =
true;
10006 supports_all_drives_ = value;
10014 _have_supports_team_drives_ =
false;
10015 client::ClearCppValueHelper(&supports_team_drives_);
10033 _have_supports_team_drives_ =
true;
10034 supports_team_drives_ = value;
10042 _have_use_domain_admin_access_ =
false;
10043 client::ClearCppValueHelper(&use_domain_admin_access_);
10063 _have_use_domain_admin_access_ =
true;
10064 use_domain_admin_access_ = value;
10076 virtual util::Status AppendVariable(
10077 const StringPiece& variable_name,
10078 const client::UriTemplateConfig& config,
10086 virtual util::Status AppendOptionalQueryParameters(
string* target);
10101 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
10106 int32 max_results_;
10107 string page_token_;
10108 bool supports_all_drives_;
10109 bool supports_team_drives_;
10110 bool use_domain_admin_access_;
10111 bool _have_max_results_ : 1;
10112 bool _have_page_token_ : 1;
10113 bool _have_supports_all_drives_ : 1;
10114 bool _have_supports_team_drives_ : 1;
10115 bool _have_use_domain_admin_access_ : 1;
10119 typedef client::ServiceRequestPager<
10122 PermissionsResource_ListMethodPager;
10151 client::AuthorizationCredential* _credential_,
10152 const absl::string_view& file_id,
10153 const absl::string_view& permission_id,
10167 _have_remove_expiration_ =
false;
10168 client::ClearCppValueHelper(&remove_expiration_);
10185 _have_remove_expiration_ =
true;
10186 remove_expiration_ = value;
10194 _have_supports_all_drives_ =
false;
10195 client::ClearCppValueHelper(&supports_all_drives_);
10216 _have_supports_all_drives_ =
true;
10217 supports_all_drives_ = value;
10225 _have_supports_team_drives_ =
false;
10226 client::ClearCppValueHelper(&supports_team_drives_);
10244 _have_supports_team_drives_ =
true;
10245 supports_team_drives_ = value;
10253 _have_transfer_ownership_ =
false;
10254 client::ClearCppValueHelper(&transfer_ownership_);
10273 _have_transfer_ownership_ =
true;
10274 transfer_ownership_ = value;
10282 _have_use_domain_admin_access_ =
false;
10283 client::ClearCppValueHelper(&use_domain_admin_access_);
10303 _have_use_domain_admin_access_ =
true;
10304 use_domain_admin_access_ = value;
10316 virtual util::Status AppendVariable(
10317 const StringPiece& variable_name,
10318 const client::UriTemplateConfig& config,
10326 virtual util::Status AppendOptionalQueryParameters(
string* target);
10341 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
10346 string permission_id_;
10347 bool remove_expiration_;
10348 bool supports_all_drives_;
10349 bool supports_team_drives_;
10350 bool transfer_ownership_;
10351 bool use_domain_admin_access_;
10352 bool _have_remove_expiration_ : 1;
10353 bool _have_supports_all_drives_ : 1;
10354 bool _have_supports_team_drives_ : 1;
10355 bool _have_transfer_ownership_ : 1;
10356 bool _have_use_domain_admin_access_ : 1;
string _content_;
10387 client::AuthorizationCredential* _credential_,
10388 const absl::string_view& file_id,
10389 const absl::string_view& permission_id,
10403 _have_remove_expiration_ =
false;
10404 client::ClearCppValueHelper(&remove_expiration_);
10421 _have_remove_expiration_ =
true;
10422 remove_expiration_ = value;
10430 _have_supports_all_drives_ =
false;
10431 client::ClearCppValueHelper(&supports_all_drives_);
10452 _have_supports_all_drives_ =
true;
10453 supports_all_drives_ = value;
10461 _have_supports_team_drives_ =
false;
10462 client::ClearCppValueHelper(&supports_team_drives_);
10480 _have_supports_team_drives_ =
true;
10481 supports_team_drives_ = value;
10489 _have_transfer_ownership_ =
false;
10490 client::ClearCppValueHelper(&transfer_ownership_);
10509 _have_transfer_ownership_ =
true;
10510 transfer_ownership_ = value;
10518 _have_use_domain_admin_access_ =
false;
10519 client::ClearCppValueHelper(&use_domain_admin_access_);
10539 _have_use_domain_admin_access_ =
true;
10540 use_domain_admin_access_ = value;
10552 virtual util::Status AppendVariable(
10553 const StringPiece& variable_name,
10554 const client::UriTemplateConfig& config,
10562 virtual util::Status AppendOptionalQueryParameters(
string* target);
10577 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
10582 string permission_id_;
10583 bool remove_expiration_;
10584 bool supports_all_drives_;
10585 bool supports_team_drives_;
10586 bool transfer_ownership_;
10587 bool use_domain_admin_access_;
10588 bool _have_remove_expiration_ : 1;
10589 bool _have_supports_all_drives_ : 1;
10590 bool _have_supports_team_drives_ : 1;
10591 bool _have_transfer_ownership_ : 1;
10592 bool _have_use_domain_admin_access_ : 1;
string _content_;
10626 client::AuthorizationCredential* _credential_,
10627 const absl::string_view& file_id,
10628 const absl::string_view& property_key);
10640 _have_visibility_ =
false;
10641 client::ClearCppValueHelper(&visibility_);
10659 _have_visibility_ =
true;
10660 return &visibility_;
10670 _have_visibility_ =
true;
10671 visibility_ = value;
10683 virtual util::Status AppendVariable(
10684 const StringPiece& variable_name,
10685 const client::UriTemplateConfig& config,
10693 virtual util::Status AppendOptionalQueryParameters(
string* target);
10698 string property_key_;
10699 string visibility_;
10700 bool _have_visibility_ : 1;
10735 client::AuthorizationCredential* _credential_,
10736 const absl::string_view& file_id,
10737 const absl::string_view& property_key);
10749 _have_visibility_ =
false;
10750 client::ClearCppValueHelper(&visibility_);
10768 _have_visibility_ =
true;
10769 return &visibility_;
10779 _have_visibility_ =
true;
10780 visibility_ = value;
10792 virtual util::Status AppendVariable(
10793 const StringPiece& variable_name,
10794 const client::UriTemplateConfig& config,
10802 virtual util::Status AppendOptionalQueryParameters(
string* target);
10817 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
10822 string property_key_;
10823 string visibility_;
10824 bool _have_visibility_ : 1;
10856 client::AuthorizationCredential* _credential_,
10857 const absl::string_view& file_id,
10875 virtual util::Status AppendVariable(
10876 const StringPiece& variable_name,
10877 const client::UriTemplateConfig& config,
10893 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
10897 string file_id_;
string _content_;
10931 client::AuthorizationCredential* _credential_,
10932 const absl::string_view& file_id);
10949 virtual util::Status AppendVariable(
10950 const StringPiece& variable_name,
10951 const client::UriTemplateConfig& config,
10967 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
11004 client::AuthorizationCredential* _credential_,
11005 const absl::string_view& file_id,
11006 const absl::string_view& property_key,
11019 _have_visibility_ =
false;
11020 client::ClearCppValueHelper(&visibility_);
11038 _have_visibility_ =
true;
11039 return &visibility_;
11050 _have_visibility_ =
true;
11051 visibility_ = value;
11063 virtual util::Status AppendVariable(
11064 const StringPiece& variable_name,
11065 const client::UriTemplateConfig& config,
11073 virtual util::Status AppendOptionalQueryParameters(
string* target);
11088 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
11093 string property_key_;
11094 string visibility_;
11095 bool _have_visibility_ : 1;
string _content_;
11128 client::AuthorizationCredential* _credential_,
11129 const absl::string_view& file_id,
11130 const absl::string_view& property_key,
11143 _have_visibility_ =
false;
11144 client::ClearCppValueHelper(&visibility_);
11162 _have_visibility_ =
true;
11163 return &visibility_;
11174 _have_visibility_ =
true;
11175 visibility_ = value;
11187 virtual util::Status AppendVariable(
11188 const StringPiece& variable_name,
11189 const client::UriTemplateConfig& config,
11197 virtual util::Status AppendOptionalQueryParameters(
string* target);
11212 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
11217 string property_key_;
11218 string visibility_;
11219 bool _have_visibility_ : 1;
string _content_;
11252 client::AuthorizationCredential* _credential_,
11253 const absl::string_view& file_id,
11254 const absl::string_view& comment_id,
11255 const absl::string_view& reply_id);
11272 virtual util::Status AppendVariable(
11273 const StringPiece& variable_name,
11274 const client::UriTemplateConfig& config,
11280 string comment_id_;
11313 client::AuthorizationCredential* _credential_,
11314 const absl::string_view& file_id,
11315 const absl::string_view& comment_id,
11316 const absl::string_view& reply_id);
11329 _have_include_deleted_ =
false;
11330 client::ClearCppValueHelper(&include_deleted_);
11348 _have_include_deleted_ =
true;
11349 include_deleted_ = value;
11361 virtual util::Status AppendVariable(
11362 const StringPiece& variable_name,
11363 const client::UriTemplateConfig& config,
11371 virtual util::Status AppendOptionalQueryParameters(
string* target);
11386 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
11391 string comment_id_;
11393 bool include_deleted_;
11394 bool _have_include_deleted_ : 1;
11425 client::AuthorizationCredential* _credential_,
11426 const absl::string_view& file_id,
11427 const absl::string_view& comment_id,
11445 virtual util::Status AppendVariable(
11446 const StringPiece& variable_name,
11447 const client::UriTemplateConfig& config,
11463 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
11468 string comment_id_;
string _content_;
11499 client::AuthorizationCredential* _credential_,
11500 const absl::string_view& file_id,
11501 const absl::string_view& comment_id);
11514 _have_include_deleted_ =
false;
11515 client::ClearCppValueHelper(&include_deleted_);
11533 _have_include_deleted_ =
true;
11534 include_deleted_ = value;
11541 _have_max_results_ =
false;
11542 client::ClearCppValueHelper(&max_results_);
11560 _have_max_results_ =
true;
11561 max_results_ = value;
11568 _have_page_token_ =
false;
11569 client::ClearCppValueHelper(&page_token_);
11587 _have_page_token_ =
true;
11588 return &page_token_;
11600 _have_page_token_ =
true;
11601 page_token_ = value;
11613 virtual util::Status AppendVariable(
11614 const StringPiece& variable_name,
11615 const client::UriTemplateConfig& config,
11623 virtual util::Status AppendOptionalQueryParameters(
string* target);
11638 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
11643 string comment_id_;
11644 bool include_deleted_;
11645 int32 max_results_;
11646 string page_token_;
11647 bool _have_include_deleted_ : 1;
11648 bool _have_max_results_ : 1;
11649 bool _have_page_token_ : 1;
11653 typedef client::ServiceRequestPager<
11656 RepliesResource_ListMethodPager;
11686 client::AuthorizationCredential* _credential_,
11687 const absl::string_view& file_id,
11688 const absl::string_view& comment_id,
11689 const absl::string_view& reply_id,
11707 virtual util::Status AppendVariable(
11708 const StringPiece& variable_name,
11709 const client::UriTemplateConfig& config,
11725 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
11730 string comment_id_;
11731 string reply_id_;
string _content_;
11763 client::AuthorizationCredential* _credential_,
11764 const absl::string_view& file_id,
11765 const absl::string_view& comment_id,
11766 const absl::string_view& reply_id,
11784 virtual util::Status AppendVariable(
11785 const StringPiece& variable_name,
11786 const client::UriTemplateConfig& config,
11802 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
11807 string comment_id_;
11808 string reply_id_;
string _content_;
11841 client::AuthorizationCredential* _credential_,
11842 const absl::string_view& file_id,
11843 const absl::string_view& revision_id);
11860 virtual util::Status AppendVariable(
11861 const StringPiece& variable_name,
11862 const client::UriTemplateConfig& config,
11868 string revision_id_;
11903 client::AuthorizationCredential* _credential_,
11904 const absl::string_view& file_id,
11905 const absl::string_view& revision_id);
11922 virtual util::Status AppendVariable(
11923 const StringPiece& variable_name,
11924 const client::UriTemplateConfig& config,
11940 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
11945 string revision_id_;
11979 client::AuthorizationCredential* _credential_,
11980 const absl::string_view& file_id);
11992 _have_max_results_ =
false;
11993 client::ClearCppValueHelper(&max_results_);
12010 _have_max_results_ =
true;
12011 max_results_ = value;
12018 _have_page_token_ =
false;
12019 client::ClearCppValueHelper(&page_token_);
12037 _have_page_token_ =
true;
12038 return &page_token_;
12050 _have_page_token_ =
true;
12051 page_token_ = value;
12063 virtual util::Status AppendVariable(
12064 const StringPiece& variable_name,
12065 const client::UriTemplateConfig& config,
12073 virtual util::Status AppendOptionalQueryParameters(
string* target);
12088 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
12093 int32 max_results_;
12094 string page_token_;
12095 bool _have_max_results_ : 1;
12096 bool _have_page_token_ : 1;
12100 typedef client::ServiceRequestPager<
12103 RevisionsResource_ListMethodPager;
12133 client::AuthorizationCredential* _credential_,
12134 const absl::string_view& file_id,
12135 const absl::string_view& revision_id,
12153 virtual util::Status AppendVariable(
12154 const StringPiece& variable_name,
12155 const client::UriTemplateConfig& config,
12171 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
12176 string revision_id_;
string _content_;
12208 client::AuthorizationCredential* _credential_,
12209 const absl::string_view& file_id,
12210 const absl::string_view& revision_id,
12228 virtual util::Status AppendVariable(
12229 const StringPiece& variable_name,
12230 const client::UriTemplateConfig& config,
12246 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
12251 string revision_id_;
string _content_;
12281 client::AuthorizationCredential* _credential_,
12282 const absl::string_view& team_drive_id);
12299 virtual util::Status AppendVariable(
12300 const StringPiece& variable_name,
12301 const client::UriTemplateConfig& config,
12306 string team_drive_id_;
12335 client::AuthorizationCredential* _credential_,
12336 const absl::string_view& team_drive_id);
12349 _have_use_domain_admin_access_ =
false;
12350 client::ClearCppValueHelper(&use_domain_admin_access_);
12369 _have_use_domain_admin_access_ =
true;
12370 use_domain_admin_access_ = value;
12382 virtual util::Status AppendVariable(
12383 const StringPiece& variable_name,
12384 const client::UriTemplateConfig& config,
12392 virtual util::Status AppendOptionalQueryParameters(
string* target);
12407 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
12411 string team_drive_id_;
12412 bool use_domain_admin_access_;
12413 bool _have_use_domain_admin_access_ : 1;
12446 client::AuthorizationCredential* _credential_,
12447 const absl::string_view& request_id,
12465 virtual util::Status AppendVariable(
12466 const StringPiece& variable_name,
12467 const client::UriTemplateConfig& config,
12475 virtual util::Status AppendOptionalQueryParameters(
string* target);
12490 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
12494 string request_id_;
string _content_;
12522 client::AuthorizationCredential* _credential_);
12534 _have_max_results_ =
false;
12535 client::ClearCppValueHelper(&max_results_);
12552 _have_max_results_ =
true;
12553 max_results_ = value;
12560 _have_page_token_ =
false;
12561 client::ClearCppValueHelper(&page_token_);
12579 _have_page_token_ =
true;
12580 return &page_token_;
12590 _have_page_token_ =
true;
12591 page_token_ = value;
12601 client::ClearCppValueHelper(&q_);
12640 _have_use_domain_admin_access_ =
false;
12641 client::ClearCppValueHelper(&use_domain_admin_access_);
12660 _have_use_domain_admin_access_ =
true;
12661 use_domain_admin_access_ = value;
12673 virtual util::Status AppendVariable(
12674 const StringPiece& variable_name,
12675 const client::UriTemplateConfig& config,
12683 virtual util::Status AppendOptionalQueryParameters(
string* target);
12698 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
12702 int32 max_results_;
12703 string page_token_;
12705 bool use_domain_admin_access_;
12706 bool _have_max_results_ : 1;
12707 bool _have_page_token_ : 1;
12709 bool _have_use_domain_admin_access_ : 1;
12713 typedef client::ServiceRequestPager<
12716 TeamdrivesResource_ListMethodPager;
12743 client::AuthorizationCredential* _credential_,
12744 const absl::string_view& team_drive_id,
12758 _have_use_domain_admin_access_ =
false;
12759 client::ClearCppValueHelper(&use_domain_admin_access_);
12778 _have_use_domain_admin_access_ =
true;
12779 use_domain_admin_access_ = value;
12791 virtual util::Status AppendVariable(
12792 const StringPiece& variable_name,
12793 const client::UriTemplateConfig& config,
12801 virtual util::Status AppendOptionalQueryParameters(
string* target);
12816 return DriveServiceBaseRequest::ExecuteAndParseResponse(data);
12820 string team_drive_id_;
12821 bool use_domain_admin_access_;
12822 bool _have_use_domain_admin_access_ : 1;
string _content_;
12841 static const char googleapis_API_NAME[];
12846 static const char googleapis_API_VERSION[];
12851 static const char googleapis_API_GENERATOR[];
12885 client::AuthorizationCredential* _credential_)
const;
12925 client::AuthorizationCredential* _credential_,
12926 const absl::string_view& app_id)
const;
12937 client::AuthorizationCredential* _credential_)
const;
12978 client::AuthorizationCredential* _credential_,
12979 const absl::string_view& change_id)
const;
12990 client::AuthorizationCredential* _credential_)
const;
13000 ChangesResource_ListMethod* NewListMethod(
13001 client::AuthorizationCredential* _credential_)
const;
13009 ChangesResource_ListMethodPager* NewListMethodPager(
13010 client::AuthorizationCredential* _credential_)
const;
13022 client::AuthorizationCredential* _credential_,
13023 const Channel& _content_)
const;
13063 client::AuthorizationCredential* _credential_,
13064 const Channel& _content_)
const;
13105 client::AuthorizationCredential* _credential_,
13106 const absl::string_view& folder_id,
13107 const absl::string_view& child_id)
const;
13120 client::AuthorizationCredential* _credential_,
13121 const absl::string_view& folder_id,
13122 const absl::string_view& child_id)
const;
13135 client::AuthorizationCredential* _credential_,
13136 const absl::string_view& folder_id,
13148 ChildrenResource_ListMethod* NewListMethod(
13149 client::AuthorizationCredential* _credential_,
13150 const absl::string_view& folder_id)
const;
13160 ChildrenResource_ListMethodPager* NewListMethodPager(
13161 client::AuthorizationCredential* _credential_,
13162 const absl::string_view& folder_id)
const;
13203 client::AuthorizationCredential* _credential_,
13204 const absl::string_view& file_id,
13205 const absl::string_view& comment_id)
const;
13218 client::AuthorizationCredential* _credential_,
13219 const absl::string_view& file_id,
13220 const absl::string_view& comment_id)
const;
13233 client::AuthorizationCredential* _credential_,
13234 const absl::string_view& file_id,
13235 const Comment& _content_)
const;
13246 CommentsResource_ListMethod* NewListMethod(
13247 client::AuthorizationCredential* _credential_,
13248 const absl::string_view& file_id)
const;
13258 CommentsResource_ListMethodPager* NewListMethodPager(
13259 client::AuthorizationCredential* _credential_,
13260 const absl::string_view& file_id)
const;
13274 client::AuthorizationCredential* _credential_,
13275 const absl::string_view& file_id,
13276 const absl::string_view& comment_id,
13277 const Comment& _content_)
const;
13291 client::AuthorizationCredential* _credential_,
13292 const absl::string_view& file_id,
13293 const absl::string_view& comment_id,
13294 const Comment& _content_)
const;
13334 client::AuthorizationCredential* _credential_,
13335 const absl::string_view& drive_id)
const;
13347 client::AuthorizationCredential* _credential_,
13348 const absl::string_view& drive_id)
const;
13360 client::AuthorizationCredential* _credential_,
13361 const absl::string_view& drive_id)
const;
13378 client::AuthorizationCredential* _credential_,
13379 const absl::string_view& request_id,
13380 const Drive& _content_)
const;
13390 DrivesResource_ListMethod* NewListMethod(
13391 client::AuthorizationCredential* _credential_)
const;
13399 DrivesResource_ListMethodPager* NewListMethodPager(
13400 client::AuthorizationCredential* _credential_)
const;
13412 client::AuthorizationCredential* _credential_,
13413 const absl::string_view& drive_id)
const;
13426 client::AuthorizationCredential* _credential_,
13427 const absl::string_view& drive_id,
13428 const Drive& _content_)
const;
13469 client::AuthorizationCredential* _credential_,
13470 const absl::string_view& file_id,
13471 const File& _content_)
const;
13483 client::AuthorizationCredential* _credential_,
13484 const absl::string_view& file_id)
const;
13495 client::AuthorizationCredential* _credential_)
const;
13509 client::AuthorizationCredential* _credential_,
13510 const absl::string_view& file_id,
13511 const absl::string_view& mime_type)
const;
13522 client::AuthorizationCredential* _credential_)
const;
13534 client::AuthorizationCredential* _credential_,
13535 const absl::string_view& file_id)
const;
13549 client::AuthorizationCredential* _credential_)
const;
13567 client::AuthorizationCredential* _credential_,
13568 const File* _metadata_,
13569 const StringPiece& _media_content_type_,
13570 client::DataReader* _media_content_reader_)
const;
13580 FilesResource_ListMethod* NewListMethod(
13581 client::AuthorizationCredential* _credential_)
const;
13589 FilesResource_ListMethodPager* NewListMethodPager(
13590 client::AuthorizationCredential* _credential_)
const;
13603 client::AuthorizationCredential* _credential_,
13604 const absl::string_view& file_id,
13605 const File& _content_)
const;
13617 client::AuthorizationCredential* _credential_,
13618 const absl::string_view& file_id)
const;
13630 client::AuthorizationCredential* _credential_,
13631 const absl::string_view& file_id)
const;
13643 client::AuthorizationCredential* _credential_,
13644 const absl::string_view& file_id)
const;
13659 client::AuthorizationCredential* _credential_,
13660 const absl::string_view& file_id)
const;
13679 client::AuthorizationCredential* _credential_,
13680 const absl::string_view& file_id,
13681 const File* _metadata_,
13682 const StringPiece& _media_content_type_,
13683 client::DataReader* _media_content_reader_)
const;
13696 client::AuthorizationCredential* _credential_,
13697 const absl::string_view& file_id,
13698 const Channel& _content_)
const;
13739 client::AuthorizationCredential* _credential_,
13740 const absl::string_view& file_id,
13741 const absl::string_view& parent_id)
const;
13754 client::AuthorizationCredential* _credential_,
13755 const absl::string_view& file_id,
13756 const absl::string_view& parent_id)
const;
13769 client::AuthorizationCredential* _credential_,
13770 const absl::string_view& file_id,
13783 client::AuthorizationCredential* _credential_,
13784 const absl::string_view& file_id)
const;
13825 client::AuthorizationCredential* _credential_,
13826 const absl::string_view& file_id,
13827 const absl::string_view& permission_id)
const;
13840 client::AuthorizationCredential* _credential_,
13841 const absl::string_view& file_id,
13842 const absl::string_view& permission_id)
const;
13854 client::AuthorizationCredential* _credential_,
13855 const absl::string_view& email)
const;
13868 client::AuthorizationCredential* _credential_,
13869 const absl::string_view& file_id,
13881 PermissionsResource_ListMethod* NewListMethod(
13882 client::AuthorizationCredential* _credential_,
13883 const absl::string_view& file_id)
const;
13893 PermissionsResource_ListMethodPager* NewListMethodPager(
13894 client::AuthorizationCredential* _credential_,
13895 const absl::string_view& file_id)
const;
13909 client::AuthorizationCredential* _credential_,
13910 const absl::string_view& file_id,
13911 const absl::string_view& permission_id,
13926 client::AuthorizationCredential* _credential_,
13927 const absl::string_view& file_id,
13928 const absl::string_view& permission_id,
13970 client::AuthorizationCredential* _credential_,
13971 const absl::string_view& file_id,
13972 const absl::string_view& property_key)
const;
13985 client::AuthorizationCredential* _credential_,
13986 const absl::string_view& file_id,
13987 const absl::string_view& property_key)
const;
14000 client::AuthorizationCredential* _credential_,
14001 const absl::string_view& file_id,
14014 client::AuthorizationCredential* _credential_,
14015 const absl::string_view& file_id)
const;
14029 client::AuthorizationCredential* _credential_,
14030 const absl::string_view& file_id,
14031 const absl::string_view& property_key,
14046 client::AuthorizationCredential* _credential_,
14047 const absl::string_view& file_id,
14048 const absl::string_view& property_key,
14091 client::AuthorizationCredential* _credential_,
14092 const absl::string_view& file_id,
14093 const absl::string_view& comment_id,
14094 const absl::string_view& reply_id)
const;
14108 client::AuthorizationCredential* _credential_,
14109 const absl::string_view& file_id,
14110 const absl::string_view& comment_id,
14111 const absl::string_view& reply_id)
const;
14125 client::AuthorizationCredential* _credential_,
14126 const absl::string_view& file_id,
14127 const absl::string_view& comment_id,
14140 RepliesResource_ListMethod* NewListMethod(
14141 client::AuthorizationCredential* _credential_,
14142 const absl::string_view& file_id,
14143 const absl::string_view& comment_id)
const;
14155 RepliesResource_ListMethodPager* NewListMethodPager(
14156 client::AuthorizationCredential* _credential_,
14157 const absl::string_view& file_id,
14158 const absl::string_view& comment_id)
const;
14173 client::AuthorizationCredential* _credential_,
14174 const absl::string_view& file_id,
14175 const absl::string_view& comment_id,
14176 const absl::string_view& reply_id,
14192 client::AuthorizationCredential* _credential_,
14193 const absl::string_view& file_id,
14194 const absl::string_view& comment_id,
14195 const absl::string_view& reply_id,
14237 client::AuthorizationCredential* _credential_,
14238 const absl::string_view& file_id,
14239 const absl::string_view& revision_id)
const;
14252 client::AuthorizationCredential* _credential_,
14253 const absl::string_view& file_id,
14254 const absl::string_view& revision_id)
const;
14265 RevisionsResource_ListMethod* NewListMethod(
14266 client::AuthorizationCredential* _credential_,
14267 const absl::string_view& file_id)
const;
14277 RevisionsResource_ListMethodPager* NewListMethodPager(
14278 client::AuthorizationCredential* _credential_,
14279 const absl::string_view& file_id)
const;
14293 client::AuthorizationCredential* _credential_,
14294 const absl::string_view& file_id,
14295 const absl::string_view& revision_id,
14310 client::AuthorizationCredential* _credential_,
14311 const absl::string_view& file_id,
14312 const absl::string_view& revision_id,
14354 client::AuthorizationCredential* _credential_,
14355 const absl::string_view& team_drive_id)
const;
14368 client::AuthorizationCredential* _credential_,
14369 const absl::string_view& team_drive_id)
const;
14387 client::AuthorizationCredential* _credential_,
14388 const absl::string_view& request_id,
14400 TeamdrivesResource_ListMethod* NewListMethod(
14401 client::AuthorizationCredential* _credential_)
const;
14410 TeamdrivesResource_ListMethodPager* NewListMethodPager(
14411 client::AuthorizationCredential* _credential_)
const;
14425 client::AuthorizationCredential* _credential_,
14426 const absl::string_view& team_drive_id,
14443 explicit DriveService(client::HttpTransport* transport);
14546 return permissions_;
14556 return properties_;
14586 return teamdrives_;
14600 static const char DRIVE[];
14605 static const char DRIVE_APPDATA[];
14610 static const char DRIVE_APPS_READONLY[];
14616 static const char DRIVE_FILE[];
14621 static const char DRIVE_METADATA[];
14626 static const char DRIVE_METADATA_READONLY[];
14631 static const char DRIVE_PHOTOS_READONLY[];
14636 static const char DRIVE_READONLY[];
14641 static const char DRIVE_SCRIPTS[];
14699 #endif // GOOGLE_DRIVE_API_DRIVE_SERVICE_H_ Definition: drive_service.h:12194
void clear_projection()
Definition: drive_service.h:6355
void set_use_domain_admin_access(bool value)
Definition: drive_service.h:12777
Definition: drive_service.h:4232
int32 get_max_results() const
Definition: drive_service.h:9921
const string & get_drive_id() const
Definition: drive_service.h:969
void set_supports_team_drives(bool value)
Definition: drive_service.h:4920
string * mutable_projection()
Definition: drive_service.h:6374
void set_include_corpus_removals(bool value)
Definition: drive_service.h:2010
string * mutable_visibility()
Definition: drive_service.h:11037
void set_use_domain_admin_access(bool value)
Definition: drive_service.h:12659
void clear_timed_text_language()
Definition: drive_service.h:5797
bool get_supports_team_drives() const
Definition: drive_service.h:1041
string * mutable_corpora()
Definition: drive_service.h:6078
void clear_max_results()
Definition: drive_service.h:6240
Definition: drive_service.h:2849
const string & get_visibility() const
Definition: drive_service.h:10650
string * mutable_teamDriveId()
Definition: drive_service.h:2349
void clear_revision_id()
Definition: drive_service.h:5325
void clear_corpora()
Definition: drive_service.h:6059
const string & get_page_token() const
Definition: drive_service.h:1638
void set_max_results(int32 value)
Definition: drive_service.h:4053
util::Status ExecuteAndParseResponse(ChildReference *data)
Definition: drive_service.h:2815
~PropertiesResource()
Definition: drive_service.h:13956
Definition: drive_service.h:4845
void set_use_content_as_indexable_text(bool value)
Definition: drive_service.h:8311
void set_set_modified_date(bool value)
Definition: drive_service.h:7017
void set_use_domain_admin_access(bool value)
Definition: drive_service.h:10302
const string & get_revision_id() const
Definition: drive_service.h:8527
void clear_visibility()
Definition: drive_service.h:10639
void clear_ocr_language()
Definition: drive_service.h:5669
Definition: permission.h:51
const string & get_visibility() const
Definition: drive_service.h:10759
void set_quota_user(const string &value)
Definition: drive_service.h:364
util::Status ExecuteAndParseResponse(File *data)
Definition: drive_service.h:4801
void set_use_domain_admin_access(bool value)
Definition: drive_service.h:9263
int64 get_max_change_id_count() const
Definition: drive_service.h:543
void set_supports_team_drives(bool value)
Definition: drive_service.h:10243
bool get_supports_team_drives() const
Definition: drive_service.h:1269
bool get_supports_all_drives() const
Definition: drive_service.h:9993
void set_enforce_single_parent(bool value)
Definition: drive_service.h:6777
void clear_include_items_from_all_drives()
Definition: drive_service.h:6182
bool get_enforce_single_parent() const
Definition: drive_service.h:2706
bool get_include_subscribed() const
Definition: drive_service.h:513
util::Status ExecuteAndParseResponse(RevisionList *data)
Definition: drive_service.h:12086
Definition: drive_service.h:11967
void set_app_filter_extensions(const string &value)
Definition: drive_service.h:774
bool get_use_domain_admin_access() const
Definition: drive_service.h:10052
string * mutable_key()
Definition: drive_service.h:244
void clear_pinned()
Definition: drive_service.h:6927
string * mutable_languageCode()
Definition: drive_service.h:848
bool get_supports_all_drives() const
Definition: drive_service.h:5378
string * mutable_visibility()
Definition: drive_service.h:4752
bool get_ocr() const
Definition: drive_service.h:4508
bool get_pretty_print() const
Definition: drive_service.h:318
util::Status ExecuteAndParseResponse(Permission *data)
Definition: drive_service.h:9845
bool get_include_team_drive_items() const
Definition: drive_service.h:1585
void set_add_parents(const string &value)
Definition: drive_service.h:6716
void set_supports_all_drives(bool value)
Definition: drive_service.h:1249
void clear_page_token()
Definition: drive_service.h:1627
void set_update_viewed_date(bool value)
Definition: drive_service.h:8638
util::Status ExecuteAndParseResponse(StartPageToken *data)
Definition: drive_service.h:1353
void clear_enforce_single_parent()
Definition: drive_service.h:6753
bool get_supports_all_drives() const
Definition: drive_service.h:10440
util::Status ExecuteAndParseResponse(TeamDrive *data)
Definition: drive_service.h:12405
void clear_include_deleted()
Definition: drive_service.h:11328
void set_pinned(bool value)
Definition: drive_service.h:8044
void clear_order_by()
Definition: drive_service.h:6268
bool get_ocr() const
Definition: drive_service.h:7968
Definition: drive_service.h:1389
string * mutable_quotaUser()
Definition: drive_service.h:352
Definition: drive_service.h:11828
void clear_visibility()
Definition: drive_service.h:5905
void clear_timed_text_track_name()
Definition: drive_service.h:7126
void set_pinned(bool value)
Definition: drive_service.h:4584
void clear_include_team_drive_items()
Definition: drive_service.h:1574
void clear_enforce_single_parent()
Definition: drive_service.h:2521
void clear_supports_team_drives()
Definition: drive_service.h:7646
string * mutable_removeParents()
Definition: drive_service.h:8071
string * mutable_ocrLanguage()
Definition: drive_service.h:6905
void set_q(const string &value)
Definition: drive_service.h:3015
Definition: drive_service.h:5087
const string & get_order_by() const
Definition: drive_service.h:6279
util::Status ExecuteAndParseResponse(CommentReplyList *data)
Definition: drive_service.h:11636
Definition: drive_service.h:10722
const string & get_oauth_token() const
Definition: drive_service.h:278
const string & get_visibility() const
Definition: drive_service.h:11153
void clear_use_domain_admin_access()
Definition: drive_service.h:10041
string * mutable_pageToken()
Definition: drive_service.h:2181
util::Status ExecuteAndParseResponse(About *data)
Definition: drive_service.h:614
bool get_ocr() const
Definition: drive_service.h:5653
const string & get_timed_text_track_name() const
Definition: drive_service.h:4704
bool get_convert() const
Definition: drive_service.h:7835
void clear_team_drive_id()
Definition: drive_service.h:6533
Definition: drive_service.h:10373
const CommentsResource & get_comments() const
Definition: drive_service.h:14505
void set_supports_team_drives(bool value)
Definition: drive_service.h:1787
bool get_supports_team_drives() const
Definition: drive_service.h:7375
Definition: drive_service.h:11238
void set_timed_text_track_name(const string &value)
Definition: drive_service.h:8254
~ChannelsResource()
Definition: drive_service.h:13050
bool get_include_subscribed() const
Definition: drive_service.h:2090
bool get_supports_team_drives() const
Definition: drive_service.h:10471
util::Status ExecuteAndParseResponse(PropertyList *data)
Definition: drive_service.h:10965
bool get_acknowledge_abuse() const
Definition: drive_service.h:5269
void set_use_content_as_indexable_text(bool value)
Definition: drive_service.h:5897
void set_supports_team_drives(bool value)
Definition: drive_service.h:4643
void clear_include_subscribed()
Definition: drive_service.h:1544
util::Status ExecuteAndParseResponse(ParentList *data)
Definition: drive_service.h:9131
util::Status ExecuteAndParseResponse(App *data)
Definition: drive_service.h:695
string * mutable_modifiedDateBehavior()
Definition: drive_service.h:6805
const FilesResource & get_files() const
Definition: drive_service.h:14525
~AppsResource()
Definition: drive_service.h:12912
void clear_supports_all_drives()
Definition: drive_service.h:5367
Definition: drive_service.h:6660
void clear_enforce_single_parent()
Definition: drive_service.h:9636
string * mutable_timedTextLanguage()
Definition: drive_service.h:7104
void set_max_results(int32 value)
Definition: drive_service.h:12009
void clear_pinned()
Definition: drive_service.h:4565
void set_page_token(const string &value)
Definition: drive_service.h:1659
Definition: drive_service.h:13036
void clear_include_team_drive_items()
Definition: drive_service.h:2109
Definition: drive_service.h:5539
Definition: drive_service.h:9499
void set_ocr(bool value)
Definition: drive_service.h:6878
const string & get_ocr_language() const
Definition: drive_service.h:5680
const string & get_page_token() const
Definition: drive_service.h:12028
bool get_include_corpus_removals() const
Definition: drive_service.h:2000
Definition: drive_service.h:10613
bool get_enforce_single_parent() const
Definition: drive_service.h:5624
void clear_use_domain_admin_access()
Definition: drive_service.h:12348
bool get_update_viewed_date() const
Definition: drive_service.h:7178
bool get_supports_team_drives() const
Definition: drive_service.h:8600
void clear_ocr()
Definition: drive_service.h:6859
const string & get_visibility() const
Definition: drive_service.h:4744
Definition: generated_ids.h:50
void set_team_drive_id(const string &value)
Definition: drive_service.h:2361
void set_visibility(const string &value)
Definition: drive_service.h:11173
bool get_use_domain_admin_access() const
Definition: drive_service.h:12359
Definition: drive_service.h:13797
bool get_ocr() const
Definition: drive_service.h:6870
const string & get_app_filter_mime_types() const
Definition: drive_service.h:796
void clear_supports_team_drives()
Definition: drive_service.h:1030
void clear_include_deleted()
Definition: drive_service.h:2019
void set_timed_text_track_name(const string &value)
Definition: drive_service.h:5868
void clear_drive_id()
Definition: drive_service.h:1411
void clear_drive_id()
Definition: drive_service.h:1184
const TeamdrivesResource & get_teamdrives() const
Definition: drive_service.h:14585
string * mutable_addParents()
Definition: drive_service.h:7803
Definition: permission_list.h:52
bool get_use_domain_admin_access() const
Definition: drive_service.h:12768
const string & get_page_token() const
Definition: drive_service.h:2173
bool get_supports_team_drives() const
Definition: drive_service.h:10235
bool get_include_items_from_all_drives() const
Definition: drive_service.h:2059
void set_page_token(const string &value)
Definition: drive_service.h:12049
void set_convert(bool value)
Definition: drive_service.h:4459
bool get_pinned() const
Definition: drive_service.h:4576
string * mutable_modifiedDateBehavior()
Definition: drive_service.h:7903
void set_team_drive_id(const string &value)
Definition: drive_service.h:1826
const RepliesResource & get_replies() const
Definition: drive_service.h:14565
void set_supports_team_drives(bool value)
Definition: drive_service.h:8174
util::Status ExecuteAndParseResponse(AppList *data)
Definition: drive_service.h:898
void clear_supports_all_drives()
Definition: drive_service.h:6475
void clear_use_domain_admin_access()
Definition: drive_service.h:4141
Definition: drive_service.h:11411
void set_supports_all_drives(bool value)
Definition: drive_service.h:7048
util::Status ExecuteAndParseResponse(Change *data)
Definition: drive_service.h:1125
Definition: parent_list.h:52
string * mutable_pageToken()
Definition: drive_service.h:12036
void clear_page_token()
Definition: drive_service.h:4061
void clear_include_subscribed()
Definition: drive_service.h:502
util::Status ExecuteAndParseResponse(Property *data)
Definition: drive_service.h:11210
bool get_enforce_single_parent() const
Definition: drive_service.h:4479
util::Status ExecuteAndParseResponse(Drive *data)
Definition: drive_service.h:4278
util::Status ExecuteAndParseResponse(Drive *data)
Definition: drive_service.h:3839
void set_key(const string &value)
Definition: drive_service.h:257
string * mutable_visibility()
Definition: drive_service.h:10658
util::Status ExecuteAndParseResponse(PermissionId *data)
Definition: drive_service.h:9545
void set_supports_all_drives(bool value)
Definition: drive_service.h:5760
void clear_language_code()
Definition: drive_service.h:829
const string & get_corpora() const
Definition: drive_service.h:6070
string * mutable_driveId()
Definition: drive_service.h:1965
bool get_enforce_single_parent() const
Definition: drive_service.h:8942
~RevisionsResource()
Definition: drive_service.h:14223
Definition: file_list.h:52
void set_timed_text_track_name(const string &value)
Definition: drive_service.h:7156
~ChangesResource()
Definition: drive_service.h:12964
void clear_q()
Definition: drive_service.h:2986
void clear_supports_team_drives()
Definition: drive_service.h:7364
void clear_timed_text_language()
Definition: drive_service.h:4652
bool get_supports_team_drives() const
Definition: drive_service.h:7516
void clear_max_results()
Definition: drive_service.h:11540
string * mutable_driveId()
Definition: drive_service.h:6160
const string & get_page_token() const
Definition: drive_service.h:11578
Definition: drive_service.h:11671
bool get_include_deleted() const
Definition: drive_service.h:2030
const string & get_ocr_language() const
Definition: drive_service.h:7995
bool get_use_domain_admin_access() const
Definition: drive_service.h:9253
void set_convert(bool value)
Definition: drive_service.h:5604
void set_page_token(const string &value)
Definition: drive_service.h:2194
void clear_max_results()
Definition: drive_service.h:4035
Definition: drive_service.h:11114
void clear_timed_text_track_name()
Definition: drive_service.h:5838
bool get_supports_team_drives() const
Definition: drive_service.h:4635
bool get_pinned() const
Definition: drive_service.h:6938
const string & get_page_token() const
Definition: drive_service.h:6326
void set_revision_id(const string &value)
Definition: drive_service.h:8547
bool get_use_content_as_indexable_text() const
Definition: drive_service.h:7206
void set_include_deleted(bool value)
Definition: drive_service.h:11347
const string & get_team_drive_id() const
Definition: drive_service.h:6544
void set_ocr_language(const string &value)
Definition: drive_service.h:4555
const string & get_key() const
Definition: drive_service.h:237
void clear_add_parents()
Definition: drive_service.h:6686
Definition: drive_service.h:11748
void clear_timed_text_language()
Definition: drive_service.h:8183
util::Status ExecuteAndParseResponse(File *data)
Definition: drive_service.h:8348
void clear_supports_team_drives()
Definition: drive_service.h:8995
Definition: drive_service.h:934
void clear_timed_text_track_name()
Definition: drive_service.h:4693
void clear_modified_date_behavior()
Definition: drive_service.h:6786
Definition: drive_service.h:717
const string & get_add_parents() const
Definition: drive_service.h:7795
void clear_supports_all_drives()
Definition: drive_service.h:4593
const string & get_ocr_language() const
Definition: drive_service.h:4535
Definition: drive_service.h:108
void clear_spaces()
Definition: drive_service.h:1669
void set_timed_text_language(const string &value)
Definition: drive_service.h:4682
void clear_page_token()
Definition: drive_service.h:2162
bool get_supports_team_drives() const
Definition: drive_service.h:7657
Definition: drive_service.h:10137
util::Status ExecuteAndParseResponse(CommentReply *data)
Definition: drive_service.h:11461
void set_set_modified_date(bool value)
Definition: drive_service.h:8115
void set_language_code(const string &value)
Definition: drive_service.h:861
string * mutable_teamDriveId()
Definition: drive_service.h:1076
static const client::MediaUploadSpec SIMPLE_MEDIA_UPLOAD
Definition: drive_service.h:8361
void set_start_change_id(int64 value)
Definition: drive_service.h:2263
void clear_remove_parents()
Definition: drive_service.h:8052
Definition: team_drive.h:51
void clear_max_results()
Definition: drive_service.h:5109
void set_timed_text_language(const string &value)
Definition: drive_service.h:7115
void set_alt(const string &value)
Definition: drive_service.h:176
void clear_projection()
Definition: drive_service.h:5285
const string & get_drive_id() const
Definition: drive_service.h:1422
string * mutable_revisionId()
Definition: drive_service.h:8535
Definition: drive_service.h:14595
util::Status ExecuteAndParseResponse(File *data)
Definition: drive_service.h:7420
bool get_use_domain_admin_access() const
Definition: drive_service.h:9798
int64 get_start_change_id() const
Definition: drive_service.h:1720
string * mutable_q()
Definition: drive_service.h:3004
const string & get_timed_text_language() const
Definition: drive_service.h:7096
void clear_ocr_language()
Definition: drive_service.h:4524
bool get_pinned() const
Definition: drive_service.h:8036
string * mutable_ocrLanguage()
Definition: drive_service.h:5688
void clear_q()
Definition: drive_service.h:6395
void set_remove_parents(const string &value)
Definition: drive_service.h:6984
util::Status ExecuteAndParseResponse(ChangeList *data)
Definition: drive_service.h:1863
string * mutable_projection()
Definition: drive_service.h:8495
bool get_supports_all_drives() const
Definition: drive_service.h:1010
void clear_use_domain_admin_access()
Definition: drive_service.h:10281
void set_pinned(bool value)
Definition: drive_service.h:6946
bool get_supports_all_drives() const
Definition: drive_service.h:5749
void set_supports_team_drives(bool value)
Definition: drive_service.h:10479
util::Status ExecuteAndParseResponse(File *data)
Definition: drive_service.h:7702
void set_pretty_print(bool value)
Definition: drive_service.h:325
void clear_ocr()
Definition: drive_service.h:4497
void set_drive_id(const string &value)
Definition: drive_service.h:988
string * mutable_q()
Definition: drive_service.h:4119
util::Status ExecuteAndParseResponse(Channel *data)
Definition: drive_service.h:8675
util::Status ExecuteAndParseResponse(ChildReference *data)
Definition: drive_service.h:2643
void set_enforce_single_parent(bool value)
Definition: drive_service.h:9656
string * mutable_timedTextTrackName()
Definition: drive_service.h:8243
void clear_alt()
Definition: drive_service.h:147
string * mutable_orderBy()
Definition: drive_service.h:6287
void set_ocr(bool value)
Definition: drive_service.h:5661
void set_supports_all_drives(bool value)
Definition: drive_service.h:4615
Definition: drive_service.h:479
void clear_supports_team_drives()
Definition: drive_service.h:2759
void clear_team_drive_id()
Definition: drive_service.h:2330
bool get_supports_all_drives() const
Definition: drive_service.h:7037
void set_include_items_from_all_drives(bool value)
Definition: drive_service.h:6204
const ParentsResource & get_parents() const
Definition: drive_service.h:14535
static const client::MediaUploadSpec SIMPLE_MEDIA_UPLOAD
Definition: drive_service.h:5986
void set_include_team_drive_items(bool value)
Definition: drive_service.h:6232
void set_page_token(const string &value)
Definition: drive_service.h:6345
util::Status ExecuteAndParseResponse(TeamDrive *data)
Definition: drive_service.h:12814
void set_supports_all_drives(bool value)
Definition: drive_service.h:7496
void set_supports_all_drives(bool value)
Definition: drive_service.h:9205
bool get_include_team_drive_items() const
Definition: drive_service.h:6224
string * mutable_fields()
Definition: drive_service.h:204
bool get_new_revision() const
Definition: drive_service.h:6838
void set_use_media_download(bool use)
Definition: drive_service.h:5503
void clear_convert()
Definition: drive_service.h:5585
~DrivesResource()
Definition: drive_service.h:13321
~FilesResource()
Definition: drive_service.h:13455
const string & get_corpus() const
Definition: drive_service.h:6112
void clear_spaces()
Definition: drive_service.h:2204
const string & get_order_by() const
Definition: drive_service.h:2910
void clear_visibility()
Definition: drive_service.h:11018
void clear_supports_all_drives()
Definition: drive_service.h:7474
const string & get_drive_id() const
Definition: drive_service.h:1957
void set_supports_team_drives(bool value)
Definition: drive_service.h:6525
bool get_include_deleted() const
Definition: drive_service.h:11524
void clear_new_revision()
Definition: drive_service.h:6827
bool get_use_content_as_indexable_text() const
Definition: drive_service.h:5890
void set_drive_id(const string &value)
Definition: drive_service.h:1216
Definition: drive_service.h:8730
void set_supports_team_drives(bool value)
Definition: drive_service.h:7524
string * mutable_ocrLanguage()
Definition: drive_service.h:8003
void clear_remove_expiration()
Definition: drive_service.h:10402
void set_acknowledge_abuse(bool value)
Definition: drive_service.h:5277
~PermissionsResource()
Definition: drive_service.h:13811
bool get_enforce_single_parent() const
Definition: drive_service.h:6764
bool get_use_content_as_indexable_text() const
Definition: drive_service.h:8304
Definition: property_list.h:53
void clear_supports_all_drives()
Definition: drive_service.h:7333
bool get_supports_all_drives() const
Definition: drive_service.h:2283
string * mutable_spaces()
Definition: drive_service.h:6452
void set_supports_team_drives(bool value)
Definition: drive_service.h:10032
void clear_supports_team_drives()
Definition: drive_service.h:5769
void set_timed_text_language(const string &value)
Definition: drive_service.h:8213
void set_oauth_token(const string &value)
Definition: drive_service.h:297
void set_ocr(bool value)
Definition: drive_service.h:4516
void set_order_by(const string &value)
Definition: drive_service.h:2936
const string & get_timed_text_language() const
Definition: drive_service.h:8194
void set_spaces(const string &value)
Definition: drive_service.h:2234
Definition: drive_service.h:14326
void set_enforce_single_parent(bool value)
Definition: drive_service.h:2719
const string & get_modified_date_behavior() const
Definition: drive_service.h:7895
Definition: drive_service.h:3863
bool get_enforce_single_parent() const
Definition: drive_service.h:7862
bool get_supports_all_drives() const
Definition: drive_service.h:9739
void clear_enforce_single_parent()
Definition: drive_service.h:8757
util::Status ExecuteAndParseResponse(Drive *data)
Definition: drive_service.h:3990
string * mutable_appFilterMimeTypes()
Definition: drive_service.h:804
string * mutable_pageToken()
Definition: drive_service.h:4080
void set_supports_team_drives(bool value)
Definition: drive_service.h:9778
string * mutable_q()
Definition: drive_service.h:6413
void clear_supports_all_drives()
Definition: drive_service.h:999
Definition: drive_service.h:12269
bool get_supports_all_drives() const
Definition: drive_service.h:8975
util::Status ExecuteAndParseResponse(Channel *data)
Definition: drive_service.h:2398
void set_max_results(int32 value)
Definition: drive_service.h:11559
void set_include_deleted(bool value)
Definition: drive_service.h:2039
void clear_supports_team_drives()
Definition: drive_service.h:9214
bool get_supports_team_drives() const
Definition: drive_service.h:5780
void clear_page_token()
Definition: drive_service.h:9939
bool get_supports_all_drives() const
Definition: drive_service.h:4881
bool get_use_domain_admin_access() const
Definition: drive_service.h:10528
void clear_team_drive_id()
Definition: drive_service.h:1285
void clear_send_notification_emails()
Definition: drive_service.h:9699
string * mutable_pageToken()
Definition: drive_service.h:2965
void clear_supports_all_drives()
Definition: drive_service.h:2272
int32 get_max_results() const
Definition: drive_service.h:2147
const string & get_q() const
Definition: drive_service.h:12610
void set_ocr_language(const string &value)
Definition: drive_service.h:6917
Definition: drive_service.h:13942
Definition: drive_service.h:11890
void clear_app_filter_extensions()
Definition: drive_service.h:740
bool get_send_notification_emails() const
Definition: drive_service.h:9710
Definition: drive_service.h:14209
void set_page_token(const string &value)
Definition: drive_service.h:2976
void clear_remove_expiration()
Definition: drive_service.h:10166
string * mutable_spaces()
Definition: drive_service.h:1687
bool get_supports_team_drives() const
Definition: drive_service.h:6517
void clear_page_token()
Definition: drive_service.h:6315
void clear_q()
Definition: drive_service.h:12599
bool get_supports_all_drives() const
Definition: drive_service.h:9194
void clear_ocr_language()
Definition: drive_service.h:6886
void set_remove_parents(const string &value)
Definition: drive_service.h:8082
bool get_update_viewed_date() const
Definition: drive_service.h:8628
void set_page_token(const string &value)
Definition: drive_service.h:4091
void set_supports_team_drives(bool value)
Definition: drive_service.h:5788
const DrivesResource & get_drives() const
Definition: drive_service.h:14515
void clear_use_domain_admin_access()
Definition: drive_service.h:3782
void set_email_message(const string &value)
Definition: drive_service.h:9625
void clear_q()
Definition: drive_service.h:4101
bool get_update_viewed_date() const
Definition: drive_service.h:8276
string * mutable_userIp()
Definition: drive_service.h:392
bool get_supports_all_drives() const
Definition: drive_service.h:9357
Definition: drive_service.h:3931
Definition: drive_service.h:1922
void clear_start_change_id()
Definition: drive_service.h:2244
bool get_transfer_ownership() const
Definition: drive_service.h:10263
Definition: drive_service.h:7590
void clear_page_token()
Definition: drive_service.h:12559
void set_enforce_single_parent(bool value)
Definition: drive_service.h:2542
void set_supports_team_drives(bool value)
Definition: drive_service.h:9233
Definition: drive_service.h:7449
void set_use_domain_admin_access(bool value)
Definition: drive_service.h:10062
void set_enforce_single_parent(bool value)
Definition: drive_service.h:8955
bool get_convert() const
Definition: drive_service.h:5596
bool get_use_media_download() const
Definition: drive_service.h:5494
string * mutable_corpus()
Definition: drive_service.h:6119
void set_remove_expiration(bool value)
Definition: drive_service.h:10184
void clear_user_ip()
Definition: drive_service.h:374
util::Status ExecuteAndParseResponse(Property *data)
Definition: drive_service.h:10891
void set_q(const string &value)
Definition: drive_service.h:6424
Definition: parent_reference.h:50
Definition: child_list.h:52
util::Status ExecuteAndParseResponse(CommentReply *data)
Definition: drive_service.h:11800
void set_max_change_id_count(int64 value)
Definition: drive_service.h:550
void set_page_token(const string &value)
Definition: drive_service.h:9971
string * mutable_driveId()
Definition: drive_service.h:1430
const string & get_drive_id() const
Definition: drive_service.h:1195
void clear_visibility()
Definition: drive_service.h:10748
void set_remove_expiration(bool value)
Definition: drive_service.h:10420
int32 get_max_results() const
Definition: drive_service.h:6251
void clear_supports_team_drives()
Definition: drive_service.h:7505
bool get_supports_all_drives() const
Definition: drive_service.h:8135
void set_supports_all_drives(bool value)
Definition: drive_service.h:10004
const string & get_space() const
Definition: drive_service.h:5146
bool get_move_to_new_owners_root() const
Definition: drive_service.h:9676
void set_supports_all_drives(bool value)
Definition: drive_service.h:7637
bool get_supports_team_drives() const
Definition: drive_service.h:10024
const string & get_remove_parents() const
Definition: drive_service.h:8063
Definition: drive_service.h:9568
void set_update_viewed_date(bool value)
Definition: drive_service.h:7186
string * mutable_visibility()
Definition: drive_service.h:11161
void clear_supports_all_drives()
Definition: drive_service.h:7026
void clear_supports_all_drives()
Definition: drive_service.h:1737
bool get_include_team_drive_items() const
Definition: drive_service.h:2120
const ChildrenResource & get_children() const
Definition: drive_service.h:14495
util::Status ExecuteAndParseResponse(Property *data)
Definition: drive_service.h:11086
const string & get_team_drive_id() const
Definition: drive_service.h:1068
const ChangesResource & get_changes() const
Definition: drive_service.h:14475
bool get_supports_all_drives() const
Definition: drive_service.h:7485
Definition: change_list.h:53
void clear_visibility()
Definition: drive_service.h:11142
void set_supports_all_drives(bool value)
Definition: drive_service.h:4892
void clear_set_modified_date()
Definition: drive_service.h:6995
string * mutable_visibility()
Definition: drive_service.h:10767
void set_page_token(const string &value)
Definition: drive_service.h:12589
void clear_supports_team_drives()
Definition: drive_service.h:10460
bool get_supports_all_drives() const
Definition: drive_service.h:4604
Definition: drive_service.h:12429
string * mutable_timedTextTrackName()
Definition: drive_service.h:7145
void clear_max_results()
Definition: drive_service.h:9910
void clear_start_change_id()
Definition: drive_service.h:558
void set_use_media_download(bool use)
Definition: drive_service.h:5063
bool get_use_domain_admin_access() const
Definition: drive_service.h:9416
Definition: drive_service.h:7733
~ParentsResource()
Definition: drive_service.h:13725
const string & get_quota_user() const
Definition: drive_service.h:344
void set_include_subscribed(bool value)
Definition: drive_service.h:2100
bool get_transfer_ownership() const
Definition: drive_service.h:10499
void set_max_results(int32 value)
Definition: drive_service.h:12551
Definition: drive_service.h:13307
Definition: drive_service.h:9319
string * mutable_removeParents()
Definition: drive_service.h:6973
void clear_move_to_new_owners_root()
Definition: drive_service.h:9665
const PropertiesResource & get_properties() const
Definition: drive_service.h:14555
void clear_supports_all_drives()
Definition: drive_service.h:10193
void set_update_viewed_date(bool value)
Definition: drive_service.h:8284
string * mutable_timedTextTrackName()
Definition: drive_service.h:5857
Definition: drive_service.h:9886
bool get_supports_team_drives() const
Definition: drive_service.h:7068
Definition: child_reference.h:50
void set_visibility(const string &value)
Definition: drive_service.h:11049
void set_move_to_new_owners_root(bool value)
Definition: drive_service.h:9690
bool get_use_domain_admin_access() const
Definition: drive_service.h:10292
util::Status ExecuteAndParseResponse(ChildList *data)
Definition: drive_service.h:3052
util::Status ExecuteAndParseResponse(File *data)
Definition: drive_service.h:5484
void clear_use_content_as_indexable_text()
Definition: drive_service.h:7195
void set_supports_all_drives(bool value)
Definition: drive_service.h:1021
void set_supports_team_drives(bool value)
Definition: drive_service.h:2322
bool get_supports_team_drives() const
Definition: drive_service.h:4912
void set_modified_date_behavior(const string &value)
Definition: drive_service.h:6817
Definition: drive_service.h:6037
void clear_supports_all_drives()
Definition: drive_service.h:2728
void clear_drive_id()
Definition: drive_service.h:6141
const string & get_team_drive_id() const
Definition: drive_service.h:1296
void set_include_subscribed(bool value)
Definition: drive_service.h:523
void clear_transfer_ownership()
Definition: drive_service.h:10252
void clear_supports_all_drives()
Definition: drive_service.h:5738
void clear_supports_team_drives()
Definition: drive_service.h:1258
util::Status ExecuteAndParseResponse(Permission *data)
Definition: drive_service.h:10339
void clear_key()
Definition: drive_service.h:226
util::Status ExecuteAndParseResponse(TeamDrive *data)
Definition: drive_service.h:12488
const string & get_app_filter_extensions() const
Definition: drive_service.h:751
void set_visibility(const string &value)
Definition: drive_service.h:5936
void set_drive_id(const string &value)
Definition: drive_service.h:1978
string * mutable_timedTextLanguage()
Definition: drive_service.h:4671
void clear_supports_all_drives()
Definition: drive_service.h:9982
string * mutable_spaces()
Definition: drive_service.h:2222
void set_max_results(int32 value)
Definition: drive_service.h:9931
Definition: drive_service.h:4414
void clear_max_change_id_count()
Definition: drive_service.h:532
util::Status ExecuteAndParseResponse(CommentReply *data)
Definition: drive_service.h:11384
void set_supports_all_drives(bool value)
Definition: drive_service.h:8146
string * mutable_pageToken()
Definition: drive_service.h:6334
bool get_supports_all_drives() const
Definition: drive_service.h:8569
void clear_include_corpus_removals()
Definition: drive_service.h:1989
bool get_remove_expiration() const
Definition: drive_service.h:10177
void set_max_results(int32 value)
Definition: drive_service.h:2154
const string & get_projection() const
Definition: drive_service.h:8487
bool get_use_domain_admin_access() const
Definition: drive_service.h:4338
void set_include_team_drive_items(bool value)
Definition: drive_service.h:2128
Definition: drive_service.h:3757
void clear_modified_date_behavior()
Definition: drive_service.h:7884
void clear_supports_team_drives()
Definition: drive_service.h:7057
void clear_visibility()
Definition: drive_service.h:4733
void set_visibility(const string &value)
Definition: drive_service.h:10669
const string & get_team_drive_id() const
Definition: drive_service.h:1806
void clear_quota_user()
Definition: drive_service.h:333
bool get_use_domain_admin_access() const
Definition: drive_service.h:4152
void set_use_domain_admin_access(bool value)
Definition: drive_service.h:10538
void set_supports_all_drives(bool value)
Definition: drive_service.h:2294
string * mutable_q()
Definition: drive_service.h:12617
Definition: property.h:57
string * mutable_pageToken()
Definition: drive_service.h:1646
void clear_supports_team_drives()
Definition: drive_service.h:5398
bool get_update_viewed_date() const
Definition: drive_service.h:5437
void set_app_filter_mime_types(const string &value)
Definition: drive_service.h:819
void clear_supports_team_drives()
Definition: drive_service.h:4901
void clear_use_domain_admin_access()
Definition: drive_service.h:9787
void clear_supports_team_drives()
Definition: drive_service.h:1768
void clear_max_results()
Definition: drive_service.h:2873
const string & get_ocr_language() const
Definition: drive_service.h:6897
void clear_use_domain_admin_access()
Definition: drive_service.h:10517
void set_start_change_id(int64 value)
Definition: drive_service.h:1728
void set_use_domain_admin_access(bool value)
Definition: drive_service.h:9426
bool get_supports_team_drives() const
Definition: drive_service.h:5409
void set_drive_id(const string &value)
Definition: drive_service.h:6171
Definition: start_page_token.h:50
bool get_supports_team_drives() const
Definition: drive_service.h:9770
string * mutable_pageToken()
Definition: drive_service.h:9958
void clear_projection()
Definition: drive_service.h:8476
Definition: drive_service.h:5233
bool get_set_modified_date() const
Definition: drive_service.h:7006
void set_use_domain_admin_access(bool value)
Definition: drive_service.h:4347
const string & get_q() const
Definition: drive_service.h:4112
void set_max_results(int32 value)
Definition: drive_service.h:6260
Definition: app_list.h:53
const string & get_spaces() const
Definition: drive_service.h:1680
const PermissionsResource & get_permissions() const
Definition: drive_service.h:14545
Definition: drive_service.h:4300
void set_supports_team_drives(bool value)
Definition: drive_service.h:9014
void set_include_subscribed(bool value)
Definition: drive_service.h:1565
void set_q(const string &value)
Definition: drive_service.h:12628
void clear_set_modified_date()
Definition: drive_service.h:8093
void clear_enforce_single_parent()
Definition: drive_service.h:5613
const AboutResource & get_about() const
Definition: drive_service.h:14455
string * mutable_visibility()
Definition: drive_service.h:5924
void clear_use_domain_admin_access()
Definition: drive_service.h:12639
const AppsResource & get_apps() const
Definition: drive_service.h:14465
void set_space(const string &value)
Definition: drive_service.h:5165
string * mutable_pageToken()
Definition: drive_service.h:11586
Definition: drive_service.h:12511
Definition: drive_service.h:8422
void clear_include_corpus_removals()
Definition: drive_service.h:1454
void clear_max_results()
Definition: drive_service.h:1601
void clear_corpus()
Definition: drive_service.h:6101
void set_ocr_language(const string &value)
Definition: drive_service.h:8015
string * mutable_timedTextLanguage()
Definition: drive_service.h:5816
void clear_supports_all_drives()
Definition: drive_service.h:4870
void clear_supports_team_drives()
Definition: drive_service.h:9377
void clear_add_parents()
Definition: drive_service.h:7784
const string & get_timed_text_language() const
Definition: drive_service.h:5808
bool get_supports_team_drives() const
Definition: drive_service.h:2770
void clear_update_viewed_date()
Definition: drive_service.h:5426
bool get_supports_all_drives() const
Definition: drive_service.h:6486
bool get_supports_team_drives() const
Definition: drive_service.h:1779
void set_start_change_id(int64 value)
Definition: drive_service.h:577
void set_modified_date_behavior(const string &value)
Definition: drive_service.h:7915
Definition: drive_service.h:9156
Definition: drive_service.h:12898
bool get_supports_all_drives() const
Definition: drive_service.h:1238
bool get_supports_team_drives() const
Definition: drive_service.h:9225
void clear_include_items_from_all_drives()
Definition: drive_service.h:2048
void clear_include_deleted()
Definition: drive_service.h:1484
void clear_timed_text_track_name()
Definition: drive_service.h:8224
void set_revision_id(const string &value)
Definition: drive_service.h:5356
void set_transfer_ownership(bool value)
Definition: drive_service.h:10508
void clear_ocr()
Definition: drive_service.h:7957
void set_supports_team_drives(bool value)
Definition: drive_service.h:9396
void clear_page_token()
Definition: drive_service.h:12017
const string & get_visibility() const
Definition: drive_service.h:5916
bool get_supports_all_drives() const
Definition: drive_service.h:10204
void clear_max_results()
Definition: drive_service.h:11991
util::Status ExecuteAndParseResponse(File *data)
Definition: drive_service.h:7250
void set_use_domain_admin_access(bool value)
Definition: drive_service.h:12368
int64 get_start_change_id() const
Definition: drive_service.h:569
void clear_oauth_token()
Definition: drive_service.h:267
int32 get_max_results() const
Definition: drive_service.h:2884
void clear_use_domain_admin_access()
Definition: drive_service.h:12757
Definition: revision_list.h:52
void clear_supports_team_drives()
Definition: drive_service.h:2303
void set_enforce_single_parent(bool value)
Definition: drive_service.h:4489
bool get_include_subscribed() const
Definition: drive_service.h:1555
Definition: drive_service.h:12730
bool get_acknowledge_abuse() const
Definition: drive_service.h:8460
void set_new_revision(bool value)
Definition: drive_service.h:7949
util::Status ExecuteAndParseResponse(ParentReference *data)
Definition: drive_service.h:9051
string * mutable_orderBy()
Definition: drive_service.h:2918
const string & get_timed_text_track_name() const
Definition: drive_service.h:5849
void set_supports_all_drives(bool value)
Definition: drive_service.h:8986
Definition: drive_service.h:5004
void set_include_deleted(bool value)
Definition: drive_service.h:11532
util::Status ExecuteAndParseResponse(File *data)
Definition: drive_service.h:5973
~ChildrenResource()
Definition: drive_service.h:13091
Definition: drive_service.h:3703
void set_pinned(bool value)
Definition: drive_service.h:5729
void clear_drive_id()
Definition: drive_service.h:1946
Definition: drive_service.h:13441
Definition: drive_service.h:9085
void set_supports_all_drives(bool value)
Definition: drive_service.h:9368
string * mutable_oauthToken()
Definition: drive_service.h:286
const string & get_language_code() const
Definition: drive_service.h:840
void set_q(const string &value)
Definition: drive_service.h:4130
string * mutable_pageToken()
Definition: drive_service.h:12578
string * mutable_addParents()
Definition: drive_service.h:6705
void set_drive_id(const string &value)
Definition: drive_service.h:1443
void set_supports_all_drives(bool value)
Definition: drive_service.h:5389
string * mutable_alt()
Definition: drive_service.h:165
void set_enforce_single_parent(bool value)
Definition: drive_service.h:7875
void clear_remove_parents()
Definition: drive_service.h:6954
void clear_supports_all_drives()
Definition: drive_service.h:8964
void clear_spaces()
Definition: drive_service.h:6434
util::Status ExecuteAndParseResponse(ParentReference *data)
Definition: drive_service.h:8879
string * mutable_driveId()
Definition: drive_service.h:1203
util::Status ExecuteAndParseResponse(Drive *data)
Definition: drive_service.h:4384
~TeamdrivesResource()
Definition: drive_service.h:14340
const string & get_team_drive_id() const
Definition: drive_service.h:2341
void clear_supports_all_drives()
Definition: drive_service.h:1227
bool get_use_domain_admin_access() const
Definition: drive_service.h:3793
void set_transfer_ownership(bool value)
Definition: drive_service.h:10272
Definition: drive_service.h:13711
util::Status ExecuteAndParseResponse(Property *data)
Definition: drive_service.h:10815
const string & get_projection() const
Definition: drive_service.h:6366
Definition: drive_service.h:2595
const string & get_drive_id() const
Definition: drive_service.h:6152
bool get_include_items_from_all_drives() const
Definition: drive_service.h:1524
util::Status ExecuteAndParseResponse(Revision *data)
Definition: drive_service.h:12244
void clear_supports_team_drives()
Definition: drive_service.h:10013
bool get_supports_team_drives() const
Definition: drive_service.h:8166
void clear_use_domain_admin_access()
Definition: drive_service.h:4327
int32 get_max_results() const
Definition: drive_service.h:4046
int64 get_start_change_id() const
Definition: drive_service.h:2255
void set_supports_team_drives(bool value)
Definition: drive_service.h:8608
void set_enforce_single_parent(bool value)
Definition: drive_service.h:5634
void set_visibility(const string &value)
Definition: drive_service.h:4764
void clear_supports_team_drives()
Definition: drive_service.h:4624
void clear_revision_id()
Definition: drive_service.h:8516
void clear_update_viewed_date()
Definition: drive_service.h:8265
void clear_timed_text_language()
Definition: drive_service.h:7085
void clear_include_deleted()
Definition: drive_service.h:11513
void clear_use_domain_admin_access()
Definition: drive_service.h:9242
const string & get_timed_text_track_name() const
Definition: drive_service.h:7137
void set_projection(const string &value)
Definition: drive_service.h:8506
void set_projection(const string &value)
Definition: drive_service.h:5315
void clear_update_viewed_date()
Definition: drive_service.h:8617
bool get_supports_all_drives() const
Definition: drive_service.h:2739
Definition: drive_service.h:4013
~RepliesResource()
Definition: drive_service.h:14076
void set_enforce_single_parent(bool value)
Definition: drive_service.h:8778
const string & get_page_token() const
Definition: drive_service.h:4072
bool get_enforce_single_parent() const
Definition: drive_service.h:2532
void set_page_token(const string &value)
Definition: drive_service.h:11599
bool get_enforce_single_parent() const
Definition: drive_service.h:9647
void set_new_revision(bool value)
Definition: drive_service.h:6851
void clear_pinned()
Definition: drive_service.h:5710
string * mutable_ocrLanguage()
Definition: drive_service.h:4543
void clear_supports_team_drives()
Definition: drive_service.h:8589
void set_order_by(const string &value)
Definition: drive_service.h:6305
util::Status ExecuteAndParseResponse(GeneratedIds *data)
Definition: drive_service.h:5202
void clear_supports_all_drives()
Definition: drive_service.h:9346
bool get_include_items_from_all_drives() const
Definition: drive_service.h:6193
const string & get_timed_text_track_name() const
Definition: drive_service.h:8235
void set_supports_all_drives(bool value)
Definition: drive_service.h:9750
const ChannelsResource & get_channels() const
Definition: drive_service.h:14485
bool get_use_domain_admin_access() const
Definition: drive_service.h:12650
util::Status ExecuteAndParseResponse(Permission *data)
Definition: drive_service.h:9463
const string & get_modified_date_behavior() const
Definition: drive_service.h:6797
const string & get_fields() const
Definition: drive_service.h:197
bool get_remove_expiration() const
Definition: drive_service.h:10413
bool get_new_revision() const
Definition: drive_service.h:7936
void clear_enforce_single_parent()
Definition: drive_service.h:7851
void set_include_items_from_all_drives(bool value)
Definition: drive_service.h:1535
bool get_include_corpus_removals() const
Definition: drive_service.h:1465
util::Status ExecuteAndParseResponse(Revision *data)
Definition: drive_service.h:12169
bool get_supports_all_drives() const
Definition: drive_service.h:1748
Definition: drive_service.h:12836
void set_visibility(const string &value)
Definition: drive_service.h:10778
void set_team_drive_id(const string &value)
Definition: drive_service.h:6564
void set_include_deleted(bool value)
Definition: drive_service.h:1504
void clear_space()
Definition: drive_service.h:5135
const string & get_email_message() const
Definition: drive_service.h:9605
void clear_drive_id()
Definition: drive_service.h:958
Definition: drive_service.h:1162
bool get_supports_team_drives() const
Definition: drive_service.h:9388
void set_acknowledge_abuse(bool value)
Definition: drive_service.h:8468
void set_update_viewed_date(bool value)
Definition: drive_service.h:5447
string * mutable_revisionId()
Definition: drive_service.h:5344
void set_ocr_language(const string &value)
Definition: drive_service.h:5700
util::Status ExecuteAndParseResponse(DriveList *data)
Definition: drive_service.h:4198
const string & get_spaces() const
Definition: drive_service.h:6445
void clear_app_filter_mime_types()
Definition: drive_service.h:785
string * mutable_appFilterExtensions()
Definition: drive_service.h:759
Definition: revision.h:54
Definition: drive_service.h:4968
void clear_include_items_from_all_drives()
Definition: drive_service.h:1513
const string & get_page_token() const
Definition: drive_service.h:12570
Definition: drive_service.h:12323
void clear_order_by()
Definition: drive_service.h:2899
Definition: drive_service.h:649
void clear_supports_all_drives()
Definition: drive_service.h:8124
void set_fields(const string &value)
Definition: drive_service.h:216
void clear_email_message()
Definition: drive_service.h:9594
void clear_pinned()
Definition: drive_service.h:8025
void clear_supports_all_drives()
Definition: drive_service.h:8558
void clear_page_token()
Definition: drive_service.h:2946
bool get_include_deleted() const
Definition: drive_service.h:1495
const string & get_user_ip() const
Definition: drive_service.h:385
string * mutable_space()
Definition: drive_service.h:5153
const string & get_revision_id() const
Definition: drive_service.h:5336
void set_max_results(int32 value)
Definition: drive_service.h:1619
int32 get_max_results() const
Definition: drive_service.h:5120
bool get_convert() const
Definition: drive_service.h:4451
util::Status ExecuteAndParseResponse(TeamDriveList *data)
Definition: drive_service.h:12696
void clear_use_content_as_indexable_text()
Definition: drive_service.h:5879
bool get_use_media_download() const
Definition: drive_service.h:8685
void set_supports_all_drives(bool value)
Definition: drive_service.h:8580
Definition: permission_id.h:50
const string & get_q() const
Definition: drive_service.h:2997
void clear_convert()
Definition: drive_service.h:7824
void set_supports_team_drives(bool value)
Definition: drive_service.h:7383
static const client::MediaUploadSpec RESUMABLE_MEDIA_UPLOAD
Definition: drive_service.h:8365
const string & get_page_token() const
Definition: drive_service.h:9950
int32 get_max_results() const
Definition: drive_service.h:12002
string * mutable_timedTextTrackName()
Definition: drive_service.h:4712
Definition: drive_service.h:11299
void set_include_items_from_all_drives(bool value)
Definition: drive_service.h:2070
void clear_team_drive_id()
Definition: drive_service.h:1795
void set_use_domain_admin_access(bool value)
Definition: drive_service.h:3802
Definition: drive_service.h:8831
Definition: drive_service.h:10843
bool get_supports_team_drives() const
Definition: drive_service.h:9006
bool get_supports_all_drives() const
Definition: drive_service.h:7344
void clear_convert()
Definition: drive_service.h:6726
const string & get_projection() const
Definition: drive_service.h:5296
void set_supports_all_drives(bool value)
Definition: drive_service.h:10215
Definition: drive_service.h:14062
void clear_enforce_single_parent()
Definition: drive_service.h:4468
const RevisionsResource & get_revisions() const
Definition: drive_service.h:14575
void clear_max_results()
Definition: drive_service.h:2136
void clear_supports_team_drives()
Definition: drive_service.h:8155
util::Status ExecuteAndParseResponse(Revision *data)
Definition: drive_service.h:11938
void set_supports_all_drives(bool value)
Definition: drive_service.h:10451
string * mutable_emailMessage()
Definition: drive_service.h:9613
void set_use_domain_admin_access(bool value)
Definition: drive_service.h:9808
void set_timed_text_language(const string &value)
Definition: drive_service.h:5827
const string & get_add_parents() const
Definition: drive_service.h:6697
const string & get_remove_parents() const
Definition: drive_service.h:6965
void clear_use_content_as_indexable_text()
Definition: drive_service.h:8293
static const client::MediaUploadSpec RESUMABLE_MEDIA_UPLOAD
Definition: drive_service.h:5990
Definition: team_drive_list.h:52
void set_max_results(int32 value)
Definition: drive_service.h:2891
void set_supports_all_drives(bool value)
Definition: drive_service.h:2750
Definition: drive_service.h:8904
void clear_use_domain_admin_access()
Definition: drive_service.h:9405
void set_convert(bool value)
Definition: drive_service.h:7842
void clear_enforce_single_parent()
Definition: drive_service.h:8931
util::Status ExecuteAndParseResponse(Drive *data)
Definition: drive_service.h:3909
void set_include_team_drive_items(bool value)
Definition: drive_service.h:1593
void clear_include_team_drive_items()
Definition: drive_service.h:6213
void clear_team_drive_id()
Definition: drive_service.h:1057
string * mutable_teamDriveId()
Definition: drive_service.h:1814
bool get_use_media_download() const
Definition: drive_service.h:5054
int32 get_max_results() const
Definition: drive_service.h:11551
string * mutable_projection()
Definition: drive_service.h:5304
void clear_transfer_ownership()
Definition: drive_service.h:10488
util::Status ExecuteAndParseResponse(FileList *data)
Definition: drive_service.h:6601
Definition: drive_service.h:11486
void set_supports_all_drives(bool value)
Definition: drive_service.h:7355
Definition: drive_service.h:13077
Definition: drive_list.h:52
const string & get_q() const
Definition: drive_service.h:6406
void clear_acknowledge_abuse()
Definition: drive_service.h:8449
~AboutResource()
Definition: drive_service.h:12873
bool get_set_modified_date() const
Definition: drive_service.h:8104
bool get_supports_team_drives() const
Definition: drive_service.h:2314
util::Status ExecuteAndParseResponse(CommentReply *data)
Definition: drive_service.h:11723
void set_team_drive_id(const string &value)
Definition: drive_service.h:1088
void clear_ocr()
Definition: drive_service.h:5642
bool get_convert() const
Definition: drive_service.h:6737
bool get_include_deleted() const
Definition: drive_service.h:11339
const string & get_page_token() const
Definition: drive_service.h:2957
Definition: drive_service.h:2454
void set_projection(const string &value)
Definition: drive_service.h:6385
void set_max_results(int32 value)
Definition: drive_service.h:5127
void set_supports_all_drives(bool value)
Definition: drive_service.h:1759
void set_corpus(const string &value)
Definition: drive_service.h:6131
void set_corpora(const string &value)
Definition: drive_service.h:6091
const string & get_visibility() const
Definition: drive_service.h:11029
bool get_supports_all_drives() const
Definition: drive_service.h:7626
string * mutable_teamDriveId()
Definition: drive_service.h:6552
void set_add_parents(const string &value)
Definition: drive_service.h:7814
void clear_ocr_language()
Definition: drive_service.h:7984
Definition: drive_service.h:2668
void clear_include_subscribed()
Definition: drive_service.h:2079
void clear_page_token()
Definition: drive_service.h:11567
Definition: drive_service.h:12950
void clear_pretty_print()
Definition: drive_service.h:307
void set_supports_team_drives(bool value)
Definition: drive_service.h:2778
Definition: drive_service.h:12119
void set_user_ip(const string &value)
Definition: drive_service.h:404
util::Status ExecuteAndParseResponse(Permission *data)
Definition: drive_service.h:10575
void clear_supports_all_drives()
Definition: drive_service.h:10429
void set_supports_team_drives(bool value)
Definition: drive_service.h:1277
void clear_fields()
Definition: drive_service.h:186
void set_spaces(const string &value)
Definition: drive_service.h:6464
void clear_supports_team_drives()
Definition: drive_service.h:10224
void clear_supports_team_drives()
Definition: drive_service.h:6506
string * mutable_teamDriveId()
Definition: drive_service.h:1304
void set_supports_team_drives(bool value)
Definition: drive_service.h:5417
void set_use_media_download(bool use)
Definition: drive_service.h:8694
void clear_enforce_single_parent()
Definition: drive_service.h:2695
void set_supports_team_drives(bool value)
Definition: drive_service.h:1049
void clear_convert()
Definition: drive_service.h:4440
util::Status ExecuteAndParseResponse(File *data)
Definition: drive_service.h:7561
void set_include_corpus_removals(bool value)
Definition: drive_service.h:1475
util::Status ExecuteAndParseResponse(PermissionList *data)
Definition: drive_service.h:10099
void set_spaces(const string &value)
Definition: drive_service.h:1699
void clear_acknowledge_abuse()
Definition: drive_service.h:5258
const string & get_alt() const
Definition: drive_service.h:158
void set_timed_text_track_name(const string &value)
Definition: drive_service.h:4723
void clear_new_revision()
Definition: drive_service.h:7925
Definition: drive_service.h:10919
bool get_enforce_single_parent() const
Definition: drive_service.h:8768
const string & get_spaces() const
Definition: drive_service.h:2215
Definition: drive_service.h:10990
Definition: drive_service.h:2494
void clear_supports_all_drives()
Definition: drive_service.h:9183
Definition: drive_service.h:7308
string * mutable_driveId()
Definition: drive_service.h:977
string * mutable_timedTextLanguage()
Definition: drive_service.h:8202
void clear_start_change_id()
Definition: drive_service.h:1709
void set_send_notification_emails(bool value)
Definition: drive_service.h:9719
void set_supports_team_drives(bool value)
Definition: drive_service.h:7076
bool get_pinned() const
Definition: drive_service.h:5721
void clear_max_results()
Definition: drive_service.h:12533
void set_use_content_as_indexable_text(bool value)
Definition: drive_service.h:7213
void set_team_drive_id(const string &value)
Definition: drive_service.h:1316
int32 get_max_results() const
Definition: drive_service.h:1612
void set_convert(bool value)
Definition: drive_service.h:6744
void set_supports_team_drives(bool value)
Definition: drive_service.h:7665
void clear_update_viewed_date()
Definition: drive_service.h:7167
const string & get_timed_text_language() const
Definition: drive_service.h:4663
void clear_supports_all_drives()
Definition: drive_service.h:9728
Definition: drive_service.h:12859
void set_use_domain_admin_access(bool value)
Definition: drive_service.h:4161
int32 get_max_results() const
Definition: drive_service.h:12544
void clear_supports_team_drives()
Definition: drive_service.h:9759
void set_supports_all_drives(bool value)
Definition: drive_service.h:6497
void clear_supports_all_drives()
Definition: drive_service.h:7615
void set_ocr(bool value)
Definition: drive_service.h:7976