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 in the Google Cloud Artifact Registry v1 API, specifically version 2.8.0."],["The `ImportAptArtifactsResponse` class is a response message used when importing APT artifacts and is accessible in the `Google.Cloud.ArtifactRegistry.V1` namespace."],["This class includes properties such as `AptArtifacts` (a list of imported APT artifacts) and `Errors` (detailed error information for packages that failed to import), providing information about the import operation."],["The documentation highlights the inheritance hierarchy and the interfaces implemented by `ImportAptArtifactsResponse`, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities within the .NET framework."],["Multiple older versions of the documentation for this class are available with links provided for each going back to version 1.0.0, with the latest being version 2.9.0."]]],[]]