public sealed class UpdateRepositoryRequest : IMessage<UpdateRepositoryRequest>, IEquatable<UpdateRepositoryRequest>, IDeepCloneable<UpdateRepositoryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class UpdateRepositoryRequest.
[[["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 webpage provides documentation for the `UpdateRepositoryRequest` class within the Google Cloud Artifact Registry v1 API, specifically for version 2.8.0, with links to other versions of the API."],["The `UpdateRepositoryRequest` class is used to define requests for updating a repository in the Artifact Registry and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default one and one that accepts another `UpdateRepositoryRequest` object as a parameter."],["It has two primary properties: `Repository`, which specifies the updated repository data, and `UpdateMask`, which defines which fields of the repository are being modified."],["There are links to the API reference documentation for all versions of the API, starting from the latest version 2.9.0, down to 1.0.0."]]],[]]