Show / Hide Table of Contents

Class ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.ThumbnailsResource

The "thumbnails" collection of methods.

Inheritance
object
ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.ThumbnailsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ToolResults.v1beta3
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.ThumbnailsResource

Constructors

ThumbnailsResource(IClientService)

Constructs a new resource.

Declaration
public ThumbnailsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string, string, string, string)

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

Declaration
public virtual ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.ThumbnailsResource.ListRequest List(string projectId, string historyId, string executionId, string stepId)
Parameters
Type Name Description
string projectId

A Project id. Required.

string historyId

A History id. Required.

string executionId

An Execution id. Required.

string stepId

A Step id. Required.

Returns
Type Description
ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.ThumbnailsResource.ListRequest
In this article
Back to top Generated by DocFX