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 information for the `UpdateRepositoryRequest` class within the Google Cloud Artifact Registry v1 API, specifically version 2.2.0, and details how to update a repository."],["`UpdateRepositoryRequest` class is a request type used to update a repository."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The `UpdateRepositoryRequest` class has properties `Repository`, which defines the repository to replace, and `UpdateMask`, which specifies the resource fields that need to be updated."],["There are multiple versions of this API documented here, from 1.0.0 to 2.9.0 (latest), each with a link to its respective documentation."]]],[]]