class PlatformsChannelsVersions extends Resource (View source)

The "versions" collection of methods.

Typical usage is:

 $versionhistoryService = new Google\Service\VersionHistory(...);
 $versions = $versionhistoryService->platforms_channels_versions;

Methods

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

Returns list of version for the given platform/channel.

Details

ListVersionsResponse listPlatformsChannelsVersions(string $parent, array $optParams = [])

Returns list of version for the given platform/channel.

(versions.listPlatformsChannelsVersions)

Parameters

string $parent

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

array $optParams

Optional parameters.

Return Value

ListVersionsResponse

Exceptions

Exception