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."],[[["This documentation covers the `UpdateDeploymentRequest` class, which is part of the Google Cloud API Hub v1 API, specifically within version 1.0.0-beta01 and 1.0.0-beta02."],["The `UpdateDeploymentRequest` class is used as the request object for the `UpdateDeployment` method in the API Hub v1 API, and is derived from an object class and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `UpdateDeploymentRequest` class includes two constructors: a default constructor and one that accepts another `UpdateDeploymentRequest` object as a parameter for making a copy."],["This class defines properties, specifically `Deployment`, which represents the deployment resource to be updated, and `UpdateMask`, which specifies the fields within the resource that should be updated."],["The class is found in the namespace `Google.Cloud.ApiHub.V1`, within the `Google.Cloud.ApiHub.V1.dll` assembly."]]],[]]