Show / Hide Table of Contents

Class ProjectsResource.HistoriesResource.ExecutionsResource.ClustersResource.ListRequest

Lists Screenshot Clusters Returns the list of screenshot clusters corresponding to an execution. Screenshot clusters are created after the execution is finished. Clusters are created from a set of screenshots. Between any two screenshots, a matching score is calculated based off their metadata that determines how similar they are. Screenshots are placed in the cluster that has screens which have the highest matching scores.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListScreenshotClustersResponse>
ToolResultsBaseServiceRequest<ListScreenshotClustersResponse>
ProjectsResource.HistoriesResource.ExecutionsResource.ClustersResource.ListRequest
Implements
IClientServiceRequest<ListScreenshotClustersResponse>
IClientServiceRequest
Inherited Members
ToolResultsBaseServiceRequest<ListScreenshotClustersResponse>.Xgafv
ToolResultsBaseServiceRequest<ListScreenshotClustersResponse>.AccessToken
ToolResultsBaseServiceRequest<ListScreenshotClustersResponse>.Alt
ToolResultsBaseServiceRequest<ListScreenshotClustersResponse>.Callback
ToolResultsBaseServiceRequest<ListScreenshotClustersResponse>.Fields
ToolResultsBaseServiceRequest<ListScreenshotClustersResponse>.Key
ToolResultsBaseServiceRequest<ListScreenshotClustersResponse>.OauthToken
ToolResultsBaseServiceRequest<ListScreenshotClustersResponse>.PrettyPrint
ToolResultsBaseServiceRequest<ListScreenshotClustersResponse>.QuotaUser
ToolResultsBaseServiceRequest<ListScreenshotClustersResponse>.UploadType
ToolResultsBaseServiceRequest<ListScreenshotClustersResponse>.UploadProtocol
ClientServiceRequest<ListScreenshotClustersResponse>.Execute()
ClientServiceRequest<ListScreenshotClustersResponse>.ExecuteAsStream()
ClientServiceRequest<ListScreenshotClustersResponse>.ExecuteAsync()
ClientServiceRequest<ListScreenshotClustersResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListScreenshotClustersResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListScreenshotClustersResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListScreenshotClustersResponse>.CreateRequest(bool?)
ClientServiceRequest<ListScreenshotClustersResponse>.GenerateRequestUri()
ClientServiceRequest<ListScreenshotClustersResponse>.GetBody()
ClientServiceRequest<ListScreenshotClustersResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListScreenshotClustersResponse>.ETagAction
ClientServiceRequest<ListScreenshotClustersResponse>.ModifyRequest
ClientServiceRequest<ListScreenshotClustersResponse>.ValidateParameters
ClientServiceRequest<ListScreenshotClustersResponse>.ApiVersion
ClientServiceRequest<ListScreenshotClustersResponse>.RequestParameters
ClientServiceRequest<ListScreenshotClustersResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.ClustersResource.ListRequest : ToolResultsBaseServiceRequest<ListScreenshotClustersResponse>, IClientServiceRequest<ListScreenshotClustersResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string, string, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string projectId, string historyId, string executionId)
Parameters
Type Name Description
IClientService service
string projectId
string historyId
string executionId

Properties

ExecutionId

An Execution id. Required.

Declaration
[RequestParameter("executionId", RequestParameterType.Path)]
public virtual string ExecutionId { get; }
Property Value
Type Description
string

HistoryId

A History id. Required.

Declaration
[RequestParameter("historyId", RequestParameterType.Path)]
public virtual string HistoryId { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListScreenshotClustersResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListScreenshotClustersResponse>.MethodName

ProjectId

A Project id. Required.

Declaration
[RequestParameter("projectId", RequestParameterType.Path)]
public virtual string ProjectId { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListScreenshotClustersResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
ToolResultsBaseServiceRequest<ListScreenshotClustersResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX