ProjectsHistoriesExecutionsStepsThumbnails
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
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)