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 part of the API hub v1 API and is used to define a request for updating a deployment."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for managing the request object."],["This request requires two properties, `Deployment` which represents the resource to be updated, and `UpdateMask` which is the list of fields being modified, both of which are required fields."],["The `Deployment` property uses the `name` field of the deployment resource to uniquely identify the deployment to update, using the format `projects/{project}/locations/{location}/deployments/{deployment}`."],["The current version of this resource is `1.0.0-beta02`, with a link to the latest version `1.0.0`."]]],[]]