public sealed class UpdatePackageRequest : IMessage<UpdatePackageRequest>, IEquatable<UpdatePackageRequest>, IDeepCloneable<UpdatePackageRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class UpdatePackageRequest.
[[["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 `UpdatePackageRequest` class is part of the Google Cloud Artifact Registry v1 API, facilitating requests to update a package."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that takes another `UpdatePackageRequest` object as a parameter."],["The `UpdatePackageRequest` class has properties for `Package` and `UpdateMask`, allowing users to specify the new package details and the fields to be updated, respectively."],["The documentation provides a comprehensive list of versions, ranging from 1.0.0 to 2.9.0, with 2.9.0 as the most recent version, for the class `UpdatePackageRequest`."]]],[]]