public sealed class UpdateDeploymentRequest : IMessage<UpdateDeploymentRequest>, IEquatable<UpdateDeploymentRequest>, IDeepCloneable<UpdateDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class UpdateDeploymentRequest.
The [UpdateDeployment][google.cloud.apihub.v1.ApiHub.UpdateDeployment]
method's request.
The deployment resource's name field is used to identify the deployment
resource to update.
Format: projects/{project}/locations/{location}/deployments/{deployment}
[[["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 `UpdateDeploymentRequest` class is used to send requests to the `UpdateDeployment` method in the API hub v1 API."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties such as `Deployment`, which is the resource to update, and `UpdateMask`, which specifies the fields to update."],["There are 2 constructors for the class, the default constructor `UpdateDeploymentRequest()`, and another `UpdateDeploymentRequest(UpdateDeploymentRequest other)` which takes another `UpdateDeploymentRequest` as input."],["The class resides within the `Google.Cloud.ApiHub.V1` namespace and is part of the `Google.Cloud.ApiHub.V1.dll` assembly."]]],[]]