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.4.0, and links to other versions as well."],["`UpdateRepositoryRequest` is a class used to request updates to a repository, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `UpdateRepositoryRequest` includes two constructors, a default parameterless constructor and another that takes another `UpdateRepositoryRequest` as a parameter for setting it up."],["The `UpdateRepositoryRequest` class features two properties: `Repository`, which represents the repository being updated, and `UpdateMask`, which defines the fields to be updated."],["This page also contains links to past versions of the `UpdateRepositoryRequest` class that are not the latest, and the version history starts at version 1.0.0."]]],[]]