Class OperationsResource
The "operations" collection of methods.
Inherited Members
Namespace: Google.Apis.DeploymentManager.v2
Assembly: Google.Apis.DeploymentManager.v2.dll
Syntax
public class OperationsResource
Constructors
OperationsResource(IClientService)
Constructs a new resource.
Declaration
public OperationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string, string)
Gets information about a specific operation.
Declaration
public virtual OperationsResource.GetRequest Get(string project, string operation)
Parameters
Type | Name | Description |
---|---|---|
string | project | The project ID for this request. |
string | operation | The name of the operation for this request. |
Returns
Type | Description |
---|---|
OperationsResource.GetRequest |
List(string)
Lists all operations for a project.
Declaration
public virtual OperationsResource.ListRequest List(string project)
Parameters
Type | Name | Description |
---|---|---|
string | project | The project ID for this request. |
Returns
Type | Description |
---|---|
OperationsResource.ListRequest |