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 webpage provides reference documentation for the `ImportYumArtifactsResponse` class within the Google Cloud Artifact Registry v1 API."],["The `ImportYumArtifactsResponse` class is used to represent the response message received after importing YUM artifacts."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality related to message handling and data management."],["It includes properties like `Errors` to detail any packages that failed to import and `YumArtifacts` for the list of successfully imported artifacts."],["The documentation provides access to the different versions of this class, including the latest version, 2.9.0, and older versions that go as far back as version 1.0.0."]]],[]]