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, a part of the Google Cloud Artifact Registry v1 API."],["The `ImportYumArtifactsResponse` class is a response message used when importing YUM artifacts, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The document outlines various versions of the API, with version 2.9.0 being the most recent, and lists versions back to 1.0.0, which could imply that backward compatibility is supported."],["The class contains two main properties: `Errors`, which provides detailed error information for any packages that failed to import, and `YumArtifacts`, which lists the YUM artifacts that were successfully imported."],["The document lists different constructors for the `ImportYumArtifactsResponse` class, including a default constructor and a constructor that accepts another `ImportYumArtifactsResponse` instance as an argument."]]],[]]