Show / Hide Table of Contents

Class ProjectsResource.HistoriesResource.ExecutionsResource.ClustersResource

The "clusters" collection of methods.

Inheritance
object
ProjectsResource.HistoriesResource.ExecutionsResource.ClustersResource
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.ClustersResource

Constructors

ClustersResource(IClientService)

Constructs a new resource.

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

Methods

Get(string, string, string, string)

Retrieves a single screenshot cluster by its ID

Declaration
public virtual ProjectsResource.HistoriesResource.ExecutionsResource.ClustersResource.GetRequest Get(string projectId, string historyId, string executionId, string clusterId)
Parameters
Type Name Description
string projectId

A Project id. Required.

string historyId

A History id. Required.

string executionId

An Execution id. Required.

string clusterId

A Cluster id Required.

Returns
Type Description
ProjectsResource.HistoriesResource.ExecutionsResource.ClustersResource.GetRequest

List(string, string, string)

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.

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

A Project id. Required.

string historyId

A History id. Required.

string executionId

An Execution id. Required.

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