Class ProjectsResource.HistoriesResource.ExecutionsResource.ClustersResource.GetRequest
Retrieves a single screenshot cluster by its ID
Inheritance
ProjectsResource.HistoriesResource.ExecutionsResource.ClustersResource.GetRequest
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class ProjectsResource.HistoriesResource.ExecutionsResource.ClustersResource.GetRequest : ToolResultsBaseServiceRequest<ScreenshotCluster>, IClientServiceRequest<ScreenshotCluster>, IClientServiceRequest
Constructors
GetRequest(IClientService, string, string, string, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string projectId, string historyId, string executionId, string clusterId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | projectId | |
string | historyId | |
string | executionId | |
string | clusterId |
Properties
ClusterId
A Cluster id Required.
Declaration
[RequestParameter("clusterId", RequestParameterType.Path)]
public virtual string ClusterId { get; }
Property Value
Type | Description |
---|---|
string |
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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ToolResults.v1beta3.Data.ScreenshotCluster>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ToolResults.v1beta3.Data.ScreenshotCluster>.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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ToolResults.v1beta3.Data.ScreenshotCluster>.RestPath
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()