Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)



Channels: stop

Stop receiving object change notifications through this channel. Try it now .

While this method accepts a full channel resource, only the id and resourceId fields are necessary. Other elements of a channel resource are legal but ignored. This allows retaining the results of an objects.watchAll call and passing that result in its entirety to channels.stop . For more, see our guide on Object Change Notifications .

Request

HTTP request

POST https://www.googleapis.com/storage/v1/channels/stop

Request body

In the request body, supply data with the following structure:

{
  "kind": "api#channel",
  "id": string,
  "resourceId": string,
  "resourceUri": string,
  "token": string,
  "expiration": long,
  "type": string,
  "address": string,
  "payload": boolean,
  "params": {
    (key): string
  }
}
Property name Value Description Notes
kind string Ignored.
id string A UUID or similar unique string that identifies this channel.
resourceId string An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
resourceUri string Ignored.
token string Ignored.
expiration long Ignored.
type string Ignored.
address string Ignored.
params object Ignored.
params. (key) string Ignored.
payload boolean Ignored.

Response

If successful, this method returns an empty response body.

Try it!

Use the APIs Explorer below to call this method on live data and see the response. Alternatively, try the standalone Explorer .

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.