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 documentation for the `ImportYumArtifactsResponse` class within the Google Cloud Artifact Registry v1 API, specifically version 2.5.0."],["The `ImportYumArtifactsResponse` class is used as a response message when importing YUM artifacts and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document outlines the available constructors for the `ImportYumArtifactsResponse` class, one being a parameterless constructor, and the other taking an existing `ImportYumArtifactsResponse` object."],["The document details the two properties of the `ImportYumArtifactsResponse` class: `Errors`, which contains detailed error information for packages that failed to import, and `YumArtifacts`, which lists the successfully imported YUM artifacts."],["The document lists the historical versioning for this package, ranging from version 1.0.0 up to the latest release of 2.9.0."]]],[]]