class PlatformsChannels extends Resource (View source)

The "channels" collection of methods.

Typical usage is:

 $versionhistoryService = new Google\Service\VersionHistory(...);
 $channels = $versionhistoryService->platforms_channels;

Methods

listPlatformsChannels(string $parent, array $optParams = [])

Returns list of channels that are available for a given platform.

Details

ListChannelsResponse listPlatformsChannels(string $parent, array $optParams = [])

Returns list of channels that are available for a given platform.

(channels.listPlatformsChannels)

Parameters

string $parent

Required. The platform, which owns this collection of channels. Format: {product}/platforms/{platform}

array $optParams

Optional parameters.

Return Value

ListChannelsResponse

Exceptions

Exception