class Platforms extends Resource (View source)

The "platforms" collection of methods.

Typical usage is:

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

Methods

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

Returns list of platforms that are available for a given product. The resource "product" has no resource name in its name.

Details

ListPlatformsResponse listPlatforms(string $parent, array $optParams = [])

Returns list of platforms that are available for a given product. The resource "product" has no resource name in its name.

(platforms.listPlatforms)

Parameters

string $parent

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

array $optParams

Optional parameters.

Return Value

ListPlatformsResponse

Exceptions

Exception