public sealed class ImportAptArtifactsResponse : IMessage<ImportAptArtifactsResponse>, IEquatable<ImportAptArtifactsResponse>, IDeepCloneable<ImportAptArtifactsResponse>, IBufferMessage, IMessage
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 webpage details the `ImportAptArtifactsResponse` class, which is a response message from importing APT artifacts within the Google Cloud Artifact Registry."],["The class is part of the `Google.Cloud.ArtifactRegistry.V1` namespace and is found in the `Google.Cloud.ArtifactRegistry.V1.dll` assembly."],["The `ImportAptArtifactsResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers two constructors: a default constructor and one that accepts another `ImportAptArtifactsResponse` object for copying."],["The class includes properties to access a collection of imported APT artifacts (`AptArtifacts`) and any errors encountered during import (`Errors`), both using the `RepeatedField` type."]]],[]]