class ProjectsHistoriesExecutionsStepsThumbnails extends Resource (View source)

The "thumbnails" collection of methods.

Typical usage is:

 $toolresultsService = new Google\Service\ToolResults(...);
 $thumbnails = $toolresultsService->projects_histories_executions_steps_thumbnails;

Methods

listProjectsHistoriesExecutionsStepsThumbnails(string $projectId, string $historyId, string $executionId, string $stepId, array $optParams = [])

Lists thumbnails of images attached to a step. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read from the project, or from any of the images - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the step does not exist, or if any of the images do not exist (thumbnails.listProjectsHistoriesExecutionsStepsThumbnails)

Details

ListStepThumbnailsResponse listProjectsHistoriesExecutionsStepsThumbnails(string $projectId, string $historyId, string $executionId, string $stepId, array $optParams = [])

Lists thumbnails of images attached to a step. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read from the project, or from any of the images - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the step does not exist, or if any of the images do not exist (thumbnails.listProjectsHistoriesExecutionsStepsThumbnails)

Parameters

string $projectId

A Project id. Required.

string $historyId

A History id. Required.

string $executionId

An Execution id. Required.

string $stepId

A Step id. Required.

array $optParams

Optional parameters.

Return Value

ListStepThumbnailsResponse

Exceptions

Exception