public sealed class ImportAptArtifactsRequest : IMessage<ImportAptArtifactsRequest>, IEquatable<ImportAptArtifactsRequest>, IDeepCloneable<ImportAptArtifactsRequest>, IBufferMessage, IMessage
[[["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 `ImportAptArtifactsRequest` class, which is used to request the import of new apt artifacts within the Google Cloud Artifact Registry."],["The `ImportAptArtifactsRequest` class, part of the `Google.Cloud.ArtifactRegistry.V1` namespace, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page shows multiple versions of this request, ranging from the latest `2.9.0` to the oldest `1.0.0`."],["The class contains properties such as `GcsSource`, representing the Google Cloud Storage location, `Parent` for specifying the import location, and `SourceCase` to specify the source of the artifacts being imported."],["The class has two constructors, one default and one taking `ImportAptArtifactsRequest` as a parameter, to allow different means of instantiation."]]],[]]