Gcloud::Storage::File::List

File::List is a special case Array with additional values.

Methods

Attributes

prefixes [RW]

The list of prefixes of objects matching-but-not-listed up to and including the requested delimiter.

token [RW]

If not empty, indicates that there are more buckets that match the request and this value should be passed to the next Gcloud::Storage::Bucket#files to continue.

Public Class Methods

new(arr = [], token = nil, prefixes = [])

Create a new File::List with an array of values.