-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
NAMESPACE
79 lines (78 loc) · 2.04 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Generated by roxygen2: do not edit by hand
S3method(print,gar_Object)
S3method(print,gcs_bucket)
S3method(print,gcs_object_access)
S3method(print,gcs_objectmeta)
S3method(print,gcs_upload_retry)
export(gcs_auth)
export(gcs_compose_objects)
export(gcs_copy_object)
export(gcs_create_bucket)
export(gcs_create_bucket_acl)
export(gcs_create_lifecycle)
export(gcs_create_pubsub)
export(gcs_delete_all)
export(gcs_delete_bucket)
export(gcs_delete_bucket_objects)
export(gcs_delete_object)
export(gcs_delete_pubsub)
export(gcs_download_url)
export(gcs_first)
export(gcs_get_bucket)
export(gcs_get_bucket_acl)
export(gcs_get_global_bucket)
export(gcs_get_object)
export(gcs_get_object_acl)
export(gcs_get_service_email)
export(gcs_global_bucket)
export(gcs_last)
export(gcs_list_buckets)
export(gcs_list_objects)
export(gcs_list_pubsub)
export(gcs_load)
export(gcs_load_all)
export(gcs_metadata_object)
export(gcs_parse_download)
export(gcs_parse_rds)
export(gcs_retry_upload)
export(gcs_save)
export(gcs_save_all)
export(gcs_save_image)
export(gcs_setup)
export(gcs_signed_url)
export(gcs_source)
export(gcs_update_object_acl)
export(gcs_upload)
export(gcs_upload_set_limit)
export(gcs_version_bucket)
import(assertthat)
import(googleAuthR)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_div)
importFrom(cli,cli_end)
importFrom(cli,cli_h1)
importFrom(curl,curl_escape)
importFrom(googleAuthR,gar_api_generator)
importFrom(googleAuthR,gar_api_page)
importFrom(googleAuthR,gar_auth)
importFrom(googleAuthR,gar_auth_service)
importFrom(googleAuthR,gar_gce_auth)
importFrom(httr,PUT)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,http_error)
importFrom(httr,upload_file)
importFrom(httr,verbose)
importFrom(httr,write_disk)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(openssl,base64_encode)
importFrom(openssl,sha256)
importFrom(openssl,signature_create)
importFrom(tools,file_ext)
importFrom(utils,URLdecode)
importFrom(utils,URLencode)
importFrom(utils,unzip)
importFrom(utils,write.csv)
importFrom(yaml,yaml.load_file)
importFrom(zip,zip)