public sealed class GetDeploymentRequest : IMessage<GetDeploymentRequest>, IEquatable<GetDeploymentRequest>, IDeepCloneable<GetDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class GetDeploymentRequest.
The [GetDeployment][google.cloud.apihub.v1.ApiHub.GetDeployment] method's request.
Implements
IMessageGetDeploymentRequest, IEquatableGetDeploymentRequest, IDeepCloneableGetDeploymentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.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 resource to retrieve.
Format: projects/{project}/locations/{location}/deployments/{deployment}
Property Value | |
---|---|
Type | Description |
string |