Cloud Storage API v1beta2 (revision 2)



Uses of Class
com.google.api.services.storage.Storage.Objects.WatchAll

Packages that use Storage.Objects.WatchAll
com.google.api.services.storage   
 

Uses of Storage.Objects.WatchAll in com.google.api.services.storage
 

Methods in com.google.api.services.storage that return Storage.Objects.WatchAll
 Storage.Objects.WatchAll Storage.Objects.WatchAll.set(String parameterName, Object value)
           
 Storage.Objects.WatchAll Storage.Objects.WatchAll.setAlt(String alt)
           
 Storage.Objects.WatchAll Storage.Objects.WatchAll.setBucket(String bucket)
          Name of the bucket in which to look for objects.
 Storage.Objects.WatchAll Storage.Objects.WatchAll.setDelimiter(String delimiter)
          Returns results in a directory-like mode.
 Storage.Objects.WatchAll Storage.Objects.WatchAll.setFields(String fields)
           
 Storage.Objects.WatchAll Storage.Objects.WatchAll.setKey(String key)
           
 Storage.Objects.WatchAll Storage.Objects.WatchAll.setMaxResults(Long maxResults)
          Maximum number of items plus prefixes to return.
 Storage.Objects.WatchAll Storage.Objects.WatchAll.setOauthToken(String oauthToken)
           
 Storage.Objects.WatchAll Storage.Objects.WatchAll.setPageToken(String pageToken)
          A previously-returned page token representing part of the larger set of results to view.
 Storage.Objects.WatchAll Storage.Objects.WatchAll.setPrefix(String prefix)
          Filter results to objects whose names begin with this prefix.
 Storage.Objects.WatchAll Storage.Objects.WatchAll.setPrettyPrint(Boolean prettyPrint)
           
 Storage.Objects.WatchAll Storage.Objects.WatchAll.setProjection(String projection)
          Set of properties to return.
 Storage.Objects.WatchAll Storage.Objects.WatchAll.setQuotaUser(String quotaUser)
           
 Storage.Objects.WatchAll Storage.Objects.WatchAll.setUserIp(String userIp)
           
 Storage.Objects.WatchAll Storage.Objects.WatchAll.setVersions(Boolean versions)
          If true, lists all versions of a file as distinct results.
 Storage.Objects.WatchAll Storage.Objects.watchAll(String bucket, Channel content)
          Watch for changes on all objects in a bucket.