Class ProjectsResource.LocationsResource.InsightsConfigsResource.DeploymentEventsResource
The "deploymentEvents" collection of methods.
Inheritance
ProjectsResource.LocationsResource.InsightsConfigsResource.DeploymentEventsResource
Inherited Members
Namespace: Google.Apis.DeveloperConnect.v1
Assembly: Google.Apis.DeveloperConnect.v1.dll
Syntax
public class ProjectsResource.LocationsResource.InsightsConfigsResource.DeploymentEventsResource
Constructors
DeploymentEventsResource(IClientService)
Constructs a new resource.
Declaration
public DeploymentEventsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(string)
Gets a single Deployment Event.
Declaration
public virtual ProjectsResource.LocationsResource.InsightsConfigsResource.DeploymentEventsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The name of the deployment event to retrieve. Format: projects/{project}/locations/{location}/insightsConfigs/{insights_config}/deploymentEvents/{uuid} |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.InsightsConfigsResource.DeploymentEventsResource.GetRequest |
List(string)
Lists Deployment Events in a given insights config.
Declaration
public virtual ProjectsResource.LocationsResource.InsightsConfigsResource.DeploymentEventsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The parent insights config that owns this collection of deployment events. Format: projects/{project}/locations/{location}/insightsConfigs/{insights_config} |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.InsightsConfigsResource.DeploymentEventsResource.ListRequest |