public sealed class GetDeploymentRequest : IMessage<GetDeploymentRequest>, IEquatable<GetDeploymentRequest>, IDeepCloneable<GetDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Telco Automation v1 API class GetDeploymentRequest.
Required. The name of the deployment.
Case 1: If the name provided in the request is
{deployment_id}@{revision_id}, then the revision with revision_id will be
returned.
Case 2: If the name provided in the request is {deployment}, then
the current state of the deployment is returned.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eGetDeploymentRequest\u003c/code\u003e class within the Google Cloud Telco Automation v1 API, specifically version 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGetDeploymentRequest\u003c/code\u003e is a request object used for retrieving deployment information and implements several 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 has two constructors: a default constructor and one that accepts another \u003ccode\u003eGetDeploymentRequest\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetDeploymentRequest\u003c/code\u003e class has three main properties: \u003ccode\u003eDeploymentName\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e (a string representing the deployment's name), and \u003ccode\u003eView\u003c/code\u003e (a \u003ccode\u003eDeploymentView\u003c/code\u003e enum defining the level of detail returned).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e property is mandatory and determines whether a specific revision or the current state of a deployment is retrieved, based on the provided name format.\u003c/p\u003e\n"]]],[],null,[]]