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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eGetApiDeploymentRequest\u003c/code\u003e class, which is part of the Apigee Registry v1 API, specifically within the \u003ccode\u003eGoogle.Cloud.ApigeeRegistry.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetApiDeploymentRequest\u003c/code\u003e class serves as the request message for retrieving API deployment information and implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default constructor and one that accepts another \u003ccode\u003eGetApiDeploymentRequest\u003c/code\u003e instance for cloning purposes.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eGetApiDeploymentRequest\u003c/code\u003e include \u003ccode\u003eApiDeploymentName\u003c/code\u003e, which is a typed view of the resource name, and \u003ccode\u003eName\u003c/code\u003e, which is a string representing the required name of the deployment to retrieve in the format: \u003ccode\u003eprojects/*/locations/*/apis/*/deployments/*\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class is 1.0.0-beta07, and older versions such as 1.0.0-beta06 are also listed, with documentation.\u003c/p\u003e\n"]]],[],null,["# Apigee Registry v1 API - Class GetApiDeploymentRequest (1.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.GetApiDeploymentRequest)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/1.0.0-beta06/Google.Cloud.ApigeeRegistry.V1.GetApiDeploymentRequest) \n\n public sealed class GetApiDeploymentRequest : IMessage\u003cGetApiDeploymentRequest\u003e, IEquatable\u003cGetApiDeploymentRequest\u003e, IDeepCloneable\u003cGetApiDeploymentRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Apigee Registry v1 API class GetApiDeploymentRequest.\n\nRequest message for GetApiDeployment. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetApiDeploymentRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetApiDeploymentRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.GetApiDeploymentRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetApiDeploymentRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.GetApiDeploymentRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetApiDeploymentRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.GetApiDeploymentRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.ApigeeRegistry.V1](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ApigeeRegistry.V1.dll\n\nConstructors\n------------\n\n### GetApiDeploymentRequest()\n\n public GetApiDeploymentRequest()\n\n### GetApiDeploymentRequest(GetApiDeploymentRequest)\n\n public GetApiDeploymentRequest(GetApiDeploymentRequest other)\n\nProperties\n----------\n\n### ApiDeploymentName\n\n public ApiDeploymentName ApiDeploymentName { get; set; }\n\n[ApiDeploymentName](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ApiDeploymentName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.GetApiDeploymentRequest#Google_Cloud_ApigeeRegistry_V1_GetApiDeploymentRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name of the deployment to retrieve.\nFormat: `projects/*/locations/*/apis/*/deployments/*`"]]