public sealed class UpdateRepositoryRequest : IMessage<UpdateRepositoryRequest>, IEquatable<UpdateRepositoryRequest>, IDeepCloneable<UpdateRepositoryRequest>, IBufferMessage, IMessage
[[["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 details the `UpdateRepositoryRequest` class, which is used to request the update of a repository in the Google Cloud Artifact Registry V1."],["The class is part of the `Google.Cloud.ArtifactRegistry.V1` namespace and is implemented in the `Google.Cloud.ArtifactRegistry.V1.dll` assembly."],["The `UpdateRepositoryRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default constructor and a copy constructor that takes another `UpdateRepositoryRequest` object."],["The class contains properties for `Repository`, representing the repository to be updated, and `UpdateMask`, which defines the fields to be updated within the resource."]]],[]]