Apigee Registry v1 API - Class GetApiDeploymentRequest (1.0.0-beta06)

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

Reference documentation and code samples for the Apigee Registry v1 API class GetApiDeploymentRequest.

Request message for GetApiDeployment.

Inheritance

object > GetApiDeploymentRequest

Namespace

Google.Cloud.ApigeeRegistry.V1

Assembly

Google.Cloud.ApigeeRegistry.V1.dll

Constructors

GetApiDeploymentRequest()

public GetApiDeploymentRequest()

GetApiDeploymentRequest(GetApiDeploymentRequest)

public GetApiDeploymentRequest(GetApiDeploymentRequest other)
Parameter
NameDescription
otherGetApiDeploymentRequest

Properties

ApiDeploymentName

public ApiDeploymentName ApiDeploymentName { get; set; }

ApiDeploymentName-typed view over the Name resource name property.

Property Value
TypeDescription
ApiDeploymentName

Name

public string Name { get; set; }

Required. The name of the deployment to retrieve. Format: projects/*/locations/*/apis/*/deployments/*

Property Value
TypeDescription
string