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 page provides documentation for the `ImportAptArtifactsResponse` class within the Google Cloud Artifact Registry v1 API, specifically for .NET development."],["The `ImportAptArtifactsResponse` class is the response message type returned after importing APT artifacts, offering details about the artifacts that were imported."],["It includes properties such as `AptArtifacts`, a `RepeatedField` detailing the imported artifacts, and `Errors`, which lists detailed information about any packages that failed to import."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors for default initialization and cloning."],["This page contains reference links to previous versions of this class, from 1.0.0 to 2.9.0, with 2.9.0 being the most recent."]]],[]]