class ImageConfigurations extends Resource (View source)

The "imageConfigurations" collection of methods.

Typical usage is:

 $gamesConfigurationService = new Google\Service\GamesConfiguration(...);
 $imageConfigurations = $gamesConfigurationService->imageConfigurations;

Methods

upload(string $resourceId, string $imageType, array $optParams = [])

Uploads an image for a resource with the given ID and image type.

Details

ImageConfiguration upload(string $resourceId, string $imageType, array $optParams = [])

Uploads an image for a resource with the given ID and image type.

(imageConfigurations.upload)

Parameters

string $resourceId

The ID of the resource used by this method.

string $imageType

Selects which image in a resource for this method.

array $optParams

Optional parameters.

Return Value

ImageConfiguration