API hub v1 API - Class GetDeploymentRequest (1.0.0-beta02)

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.

Inheritance

object > GetDeploymentRequest

Namespace

Google.Cloud.ApiHub.V1

Assembly

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