public sealed class GetDeploymentRequest : IMessage<GetDeploymentRequest>, IEquatable<GetDeploymentRequest>, IDeepCloneable<GetDeploymentRequest>, IBufferMessage, IMessage
Implements
IMessageGetDeploymentRequest, IEquatableGetDeploymentRequest, IDeepCloneableGetDeploymentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
GetDeploymentRequest()
public GetDeploymentRequest()
GetDeploymentRequest(GetDeploymentRequest)
public GetDeploymentRequest(GetDeploymentRequest other)
Parameter | |
---|---|
Name | Description |
other | GetDeploymentRequest |
Properties
DeploymentName
public DeploymentName DeploymentName { get; set; }
DeploymentName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
DeploymentName |
Name
public string Name { get; set; }
Required. The name of the deployment. Format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.
Property Value | |
---|---|
Type | Description |
string |