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 for version 2.5.0."],["The `UpdateRepositoryRequest` class is used to send requests to update a repository and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two key properties: `Repository`, which is of type `Repository` and represents the updated repository data, and `UpdateMask`, of type `FieldMask`, which defines the fields to be updated."],["The documentation lists available versions of the `UpdateRepositoryRequest` class, ranging from version 1.0.0 up to the latest version, 2.9.0."],["The `UpdateRepositoryRequest` class has two constructors, a default constructor, and a copy constructor that takes another `UpdateRepositoryRequest` as a parameter."]]],[]]