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."],[[["The latest version available for the `UpdateRepositoryRequest` is 2.9.0, although there are multiple versions dating back to version 1.0.0 available for use."],["The `UpdateRepositoryRequest` class is used to send a request to update a repository, replacing the existing resource on the server."],["This class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for message handling and object management."],["The class exposes `Repository` and `UpdateMask` properties, providing methods to replace a repository resource and apply field masks for updates, respectively."],["The `UpdateRepositoryRequest` class offers two constructors, one default and another that takes another `UpdateRepositoryRequest` object for cloning purposes."]]],[]]