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 reference documentation for the `UpdateRepositoryRequest` class within the Google Cloud Artifact Registry v1 API, specifically version 2.3.0, and offers access to different API versions."],["`UpdateRepositoryRequest` is a class used to request the update of a repository resource, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateRepositoryRequest` class includes properties `Repository` and `UpdateMask` for specifying the repository data to be updated and the fields to be modified, respectively."],["There are two constructors available for creating instances of the `UpdateRepositoryRequest` class, a default constructor, and one that takes another `UpdateRepositoryRequest` instance as an argument."],["The documentation also lists inherited members from `object`, such as `GetHashCode()`, `GetType()`, and `ToString()`, alongside the namespace and assembly information."]]],[]]