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 document provides reference documentation for the `UpdateRepositoryRequest` class within the Google Cloud Artifact Registry v1 API."],["The `UpdateRepositoryRequest` class is used to make a request to update a repository and includes properties for the new repository data and an update mask."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all related to message handling and object operations."],["The latest version of this class is 2.9.0, with older versions all the way back to version 1.0.0 that are also documented."],["The documentation includes details on the class's constructors and properties, such as `Repository` and `UpdateMask`, alongside their types and descriptions."]]],[]]