public sealed class UpdateRepositoryRequest : IMessage<UpdateRepositoryRequest>, IEquatable<UpdateRepositoryRequest>, IDeepCloneable<UpdateRepositoryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1beta2 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 information for the `UpdateRepositoryRequest` class within the Artifact Registry v1beta2 API, specifically version 2.0.0-beta04."],["`UpdateRepositoryRequest` is a class used to update a repository and it inherits from `object` while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes properties for `Repository` to define what will replace the current resource, and `UpdateMask` to define how the resource will be updated."],["There are two constructors for the `UpdateRepositoryRequest` class, one default and one that takes another `UpdateRepositoryRequest` as a parameter."],["The latest version available is 2.0.0-beta05, while version 1.0.0-beta06 is also documented."]]],[]]