target.apidocs.com.google.api.services.drive.Drive.Channels.html Maven / Gradle / Ivy
Drive.Channels (Google Drive API v3-rev20240730-2.0.0)
com.google.api.services.drive
Class Drive.Channels
- java.lang.Object
-
- com.google.api.services.drive.Drive.Channels
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Drive.Channels.Stop
-
Constructor Summary
Constructors
Constructor and Description
Channels()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Drive.Channels.Stop
stop(Channel content)
Stops watching resources through this channel.
-
-
Method Detail
-
stop
public Drive.Channels.Stop stop(Channel content)
throws IOException
Stops watching resources through this channel.
Create a request for the method "channels.stop".
This request holds the parameters needed by the drive 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
Copyright © 2011–2024 Google. All rights reserved.