struct Google::Cloud::Storage::Tasks

Defined in:

cloud/storage.cr

Instance Method Summary

Instance methods inherited from struct Google::Cloud::Storage::API

client : Storage client, http_get(path : String, as type = JSON::Any)
http_get(path : String, &)
http_get
, post(path : String, body : IO, &) post

Constructor methods inherited from struct Google::Cloud::Storage::API

new(client : Google::Cloud::Storage) new

Instance Method Detail

def list(task_list : TaskList, token : String, *, max_results : Int32 | Nil = nil, page_token : String | Nil = nil, completed : TimeRange | Nil = nil, show_completed : Bool | Nil = nil, show_hidden : Bool | Nil = nil, show_deleted : Bool | Nil = nil) #

[View source]
def list(task_list : String, token : String, *, max_results : Int32 | Nil = nil, page_token : String | Nil = nil, completed : TimeRange | Nil = nil, show_completed : Bool | Nil = nil, show_hidden : Bool | Nil = nil, show_deleted : Bool | Nil = nil) #

[View source]