©2009 Google -
Code Home -
Terms of Service -
Privacy Policy -
Site Directory
Google Code offered in:
English -
Español -
日本語 -
한국어 -
Português -
Pусский -
中文(简体) -
中文(繁體)
Documentation for the requested version is not available.Documentation for the requested diff is not available.
Data object for a channel.
| Field name | Field type | Field description |
|---|---|---|
| id | long |
The unique identifier of this channel. This is provided by
ChannelService.createChannel and may not be changed after channel
creation. |
| name | string |
The name of the channel. For "Custom" Type channels, this may be changed after creation, but the UTF-8 encoding must not be more than 30 characters. For "URL" Type channels, this may not be changed after creation, and the UTF-8 encoding must not be more than 255 characters. |
| status | ChannelService_Status |
The status of the channel.
Values are:
|
| synServiceId | string |
The syndication service ID corresponding to the AFC or AFS service.
For an AFC channel, this would be the ID of the AFC service for
the publisher; for an AFS channel, this would be the ID of the
AFS service for the publisher.
It contains a value similar to the client_id header. For example, partner-pub-1231232132. This value may not be changed after channel creation. |
| type | ChannelService_Type |
The Type of this channel. This may not be changed after
channel creation.
AFS supports only Custom channels. Values are:
|