Cloud Storage API v1beta2 (revision 2)



com.google.api.services.storage
Class Storage.Channels

java.lang.Object
  extended by com.google.api.services.storage.Storage.Channels
Enclosing class:
Storage

public class Storage.Channels
extends Object

The "channels" collection of methods.


Nested Class Summary
 class Storage.Channels.Stop
           
 
Constructor Summary
Storage.Channels()
           
 
Method Summary
 Storage.Channels.Stop stop(Channel content)
          Create a request for the method "channels.stop".
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Storage.Channels

public Storage.Channels()
Method Detail

stop

public Storage.Channels.Stop stop(Channel content)
                           throws IOException
Create a request for the method "channels.stop". This request holds the parameters needed by the the storage server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

Parameters:
content - the Channel
Returns:
the request
Throws:
IOException