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 API hub v1 API, version 1.0.0-beta02."],["`GetDeploymentRequest` is the request type for the `GetDeployment` method, used to retrieve a deployment resource."],["The `GetDeploymentRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetDeploymentRequest` class include `DeploymentName` and `Name`, with `Name` being a required string for the deployment resource."],["The class includes two constructors: a parameterless one and another one that takes a `GetDeploymentRequest` object as a parameter."]]],[]]