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 documentation covers the `GetDeploymentRequest` class, which is part of the Google Cloud API Hub v1 API, specifically within version 1.0.0-beta01."],["The `GetDeploymentRequest` class is used to structure requests for the `GetDeployment` method in the API Hub, allowing for retrieval of deployment resources."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable\u003cGetDeploymentRequest\u003e`, `IDeepCloneable\u003cGetDeploymentRequest\u003e`, and `IBufferMessage`, providing various functionalities."],["The class includes two constructors: a default constructor and one that accepts another `GetDeploymentRequest` instance for cloning, allowing the creation of a request instance."],["It contains properties such as `DeploymentName` and `Name`, where `Name` is a string used to specify the unique identifier of the deployment resource being retrieved, following a specific format."]]],[]]