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 information for the `ImportAptArtifactsResponse` class within the Google Cloud Artifact Registry v1 API, specifically for version 2.7.0."],["The `ImportAptArtifactsResponse` class is used to represent the response message received after importing APT artifacts, and it inherits from object while also implementing several interfaces."],["There are two constructors for `ImportAptArtifactsResponse`, one is parameterless, and the second takes another `ImportAptArtifactsResponse` object as an argument."],["The class has two main properties: `AptArtifacts`, a list of the imported APT artifacts, and `Errors`, a list detailing any packages that failed to import."],["The document covers versions ranging from 1.0.0 to 2.9.0, with 2.9.0 being the most recent version, and also provides links for each, indicating a detailed version history for the `ImportAptArtifactsResponse`."]]],[]]