public class ToolResults.Projects.Histories.Executions.Environments
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
ToolResults.Projects.Histories.Executions.Environments.Get |
class |
ToolResults.Projects.Histories.Executions.Environments.List |
| Constructor and Description |
|---|
Environments() |
| Modifier and Type | Method and Description |
|---|---|
ToolResults.Projects.Histories.Executions.Environments.Get |
get(java.lang.String projectId,
java.lang.String historyId,
java.lang.String executionId,
java.lang.String environmentId)
Gets an Environment.
|
ToolResults.Projects.Histories.Executions.Environments.List |
list(java.lang.String projectId,
java.lang.String historyId,
java.lang.String executionId)
Lists Environments for a given Execution.
|
public ToolResults.Projects.Histories.Executions.Environments.Get get(java.lang.String projectId, java.lang.String historyId, java.lang.String executionId, java.lang.String environmentId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. A Project id.historyId - Required. A History id.executionId - Required. An Execution id.environmentId - Required. An Environment id.java.io.IOExceptionpublic ToolResults.Projects.Histories.Executions.Environments.List list(java.lang.String projectId, java.lang.String historyId, java.lang.String executionId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. A Project id.historyId - Required. A History id.executionId - Required. An Execution id.java.io.IOException