public sealed class ImportYumArtifactsResponse : IMessage<ImportYumArtifactsResponse>, IEquatable<ImportYumArtifactsResponse>, IDeepCloneable<ImportYumArtifactsResponse>, IBufferMessage, IMessage
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 page documents the `ImportYumArtifactsResponse` class, which is a response message indicating the outcome of importing YUM artifacts in the Google Cloud Artifact Registry."],["The `ImportYumArtifactsResponse` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class offers two constructors: a default constructor `ImportYumArtifactsResponse()` and one that takes another `ImportYumArtifactsResponse` object as an argument."],["The `ImportYumArtifactsResponse` class includes two properties: `Errors`, a `RepeatedField` containing detailed error information, and `YumArtifacts`, a `RepeatedField` that lists the imported YUM artifacts."],["The latest version of this documentation refers to `2.0.0-beta05`, with previous versions `2.0.0-beta04`, and `1.0.0-beta06` also available."]]],[]]