public sealed class GetDeployPolicyRequest : IMessage<GetDeployPolicyRequest>, IEquatable<GetDeployPolicyRequest>, IDeepCloneable<GetDeployPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class GetDeployPolicyRequest.
[[["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."],[[["The latest version of the `GetDeployPolicyRequest` class is 3.4.0, with previous versions ranging from 3.3.0 down to 1.0.0 available for reference."],["`GetDeployPolicyRequest` is a class in the Google Cloud Deploy v1 API, used for making a request to retrieve a specific deploy policy."],["This class inherits from `object` and implements `IMessage`, `IEquatable\u003cGetDeployPolicyRequest\u003e`, `IDeepCloneable\u003cGetDeployPolicyRequest\u003e`, and `IBufferMessage`."],["The `GetDeployPolicyRequest` class has properties such as `DeployPolicyName` and `Name`, with the `Name` being a required string property to specify the DeployPolicy to be retrieved."],["The class has 2 constructors available, one default and one that accepts another `GetDeployPolicyRequest` object as a parameter for cloning purposes."]]],[]]