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.
[[["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-03-21 UTC."],[[["This document provides reference information for the `GetDeploymentRequest` class within the Google Cloud API Hub v1 API, specifically for the .NET environment."],["The `GetDeploymentRequest` class is used to construct requests for the `GetDeployment` method, which is designed to retrieve deployment resources."],["This class inherits from the base `object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetDeploymentRequest` has two constructors: a default constructor and a copy constructor, and it has two properties of `DeploymentName`, and `Name`."],["The `Name` property is required and represents the deployment resource name, following the format `projects/{project}/locations/{location}/deployments/{deployment}`."]]],[]]