public sealed class ImportAptArtifactsResponse : IMessage<ImportAptArtifactsResponse>, IEquatable<ImportAptArtifactsResponse>, IDeepCloneable<ImportAptArtifactsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class ImportAptArtifactsResponse.
The response message from importing APT 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 `ImportAptArtifactsResponse` class within the Google Cloud Artifact Registry v1 API, specifically version 2.1.0."],["The `ImportAptArtifactsResponse` class is used as the response message when importing APT artifacts into the Artifact Registry."],["It includes two key properties: `AptArtifacts`, a list of the successfully imported APT artifacts, and `Errors`, which lists detailed information on packages that failed to import."],["The documentation also lists all the available versions of `ImportAptArtifactsResponse`, ranging from 1.0.0 up to the latest version 2.9.0."],["This class inherits from Object and implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."]]],[]]