Class ProjectsResource.HistoriesResource.ExecutionsResource.EnvironmentsResource
The "environments" collection of methods.
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class ProjectsResource.HistoriesResource.ExecutionsResource.EnvironmentsResource
Constructors
EnvironmentsResource(IClientService)
Constructs a new resource.
Declaration
public EnvironmentsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string, string, string, string)
Gets an Environment. May return any of the following canonical error codes: - PERMISSION_DENIED
- if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed
- NOT_FOUND - if the Environment does not exist
Declaration
public virtual ProjectsResource.HistoriesResource.ExecutionsResource.EnvironmentsResource.GetRequest Get(string projectId, string historyId, string executionId, string environmentId)
Parameters
Type | Name | Description |
---|---|---|
string | projectId | Required. A Project id. |
string | historyId | Required. A History id. |
string | executionId | Required. An Execution id. |
string | environmentId | Required. An Environment id. |
Returns
Type | Description |
---|---|
ProjectsResource.HistoriesResource.ExecutionsResource.EnvironmentsResource.GetRequest |
List(string, string, string)
Lists Environments for a given Execution. The Environments are sorted by display name. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the containing Execution does not exist
Declaration
public virtual ProjectsResource.HistoriesResource.ExecutionsResource.EnvironmentsResource.ListRequest List(string projectId, string historyId, string executionId)
Parameters
Type | Name | Description |
---|---|---|
string | projectId | Required. A Project id. |
string | historyId | Required. A History id. |
string | executionId | Required. An Execution id. |
Returns
Type | Description |
---|---|
ProjectsResource.HistoriesResource.ExecutionsResource.EnvironmentsResource.ListRequest |