Developer Connect v1 API - Class GetDeploymentEventRequest (1.0.0-beta04)

public sealed class GetDeploymentEventRequest : IMessage<GetDeploymentEventRequest>, IEquatable<GetDeploymentEventRequest>, IDeepCloneable<GetDeploymentEventRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Developer Connect v1 API class GetDeploymentEventRequest.

Request for getting a DeploymentEvent.

Inheritance

object > GetDeploymentEventRequest

Namespace

Google.Cloud.DeveloperConnect.V1

Assembly

Google.Cloud.DeveloperConnect.V1.dll

Constructors

GetDeploymentEventRequest()

public GetDeploymentEventRequest()

GetDeploymentEventRequest(GetDeploymentEventRequest)

public GetDeploymentEventRequest(GetDeploymentEventRequest other)
Parameter
Name Description
other GetDeploymentEventRequest

Properties

DeploymentEventName

public DeploymentEventName DeploymentEventName { get; set; }

DeploymentEventName-typed view over the Name resource name property.

Property Value
Type Description
DeploymentEventName

Name

public string Name { get; set; }

Required. The name of the deployment event to retrieve. Format: projects/{project}/locations/{location}/insightsConfigs/{insights_config}/deploymentEvents/{uuid}

Property Value
Type Description
string