public sealed class ImportYumArtifactsResponse : IMessage<ImportYumArtifactsResponse>, IEquatable<ImportYumArtifactsResponse>, IDeepCloneable<ImportYumArtifactsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1beta2 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."],[[["The `ImportYumArtifactsResponse` class in the Artifact Registry v1beta2 API represents the response message received after importing YUM artifacts."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffered operations."],["The `ImportYumArtifactsResponse` class has two key properties: `Errors`, which provides detailed information about any artifacts that failed to import, and `YumArtifacts`, which lists the YUM artifacts that were successfully imported."],["The latest available version of this class is `2.0.0-beta05`, while the content described refers to version `2.0.0-beta04`, and an older version, `1.0.0-beta06`, is also available."]]],[]]