Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.InsightsConfigsResource.DeploymentEventsResource

The "deploymentEvents" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.InsightsConfigsResource.DeploymentEventsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX