public sealed class ImportYumArtifactsResponse : IMessage<ImportYumArtifactsResponse>, IEquatable<ImportYumArtifactsResponse>, IDeepCloneable<ImportYumArtifactsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class ImportYumArtifactsResponse.
The response message from importing YUM artifacts.
[[["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 `ImportYumArtifactsResponse` class in the Google Cloud Artifact Registry v1 API, specifically within the .NET framework."],["The `ImportYumArtifactsResponse` class is used to handle the response message when importing YUM artifacts, which is part of the Artifact Registry functionality."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class, gaining access to certain built in C# functions."],["The class includes properties like `Errors` (for details on failed imports) and `YumArtifacts` (for the list of imported YUM artifacts), both of which use the `RepeatedField` type for holding multiple values."],["The document also lists the different versions of the Google.Cloud.ArtifactRegistry.V1 library available, ranging from 1.0.0 to 2.9.0 (latest), allowing you to navigate different documentation sets."]]],[]]