public sealed class DeleteDeploymentRequest : IMessage<DeleteDeploymentRequest>, IEquatable<DeleteDeploymentRequest>, IDeepCloneable<DeleteDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class DeleteDeploymentRequest.
The [DeleteDeployment][google.cloud.apihub.v1.ApiHub.DeleteDeployment]
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."],[[["The `DeleteDeploymentRequest` class is part of the Google Cloud API Hub v1 API, representing a request to delete a deployment."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, cloning, and buffer management."],["The `DeleteDeploymentRequest` class has two constructors: a default constructor and another that accepts an existing `DeleteDeploymentRequest` object for copying."],["It includes two key properties, `DeploymentName` (a typed view) and `Name` (a string), which are used to specify the deployment to be deleted, with the `Name` property requiring the full resource name in a specific format."],["The latest version is 1.0.0, and there is also a 1.0.0-beta02 version."]]],[]]