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."],[[["The latest version of the `ImportAptArtifactsResponse` class is 2.9.0, which is part of the `Google.Cloud.ArtifactRegistry.V1` API."],["The `ImportAptArtifactsResponse` class is a response message for importing APT artifacts within the Artifact Registry v1 API, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties to manage imported artifacts and errors, such as `AptArtifacts`, which holds a list of imported artifacts, and `Errors`, which provides detailed error information for packages that failed to import."],["There are two constructor overloads for this class, one of which is the default constructor `ImportAptArtifactsResponse()` and the other is `ImportAptArtifactsResponse(ImportAptArtifactsResponse other)`, which allows creating a new object from an existing one."]]],[]]