public sealed class ImportAptArtifactsRequest : IMessage<ImportAptArtifactsRequest>, IEquatable<ImportAptArtifactsRequest>, IDeepCloneable<ImportAptArtifactsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class ImportAptArtifactsRequest.
[[["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 `ImportAptArtifactsRequest` class in the Google Cloud Artifact Registry v1 API, specifically within version 2.8.0."],["The `ImportAptArtifactsRequest` class is used to request the import of new apt artifacts and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default constructor and one that takes another `ImportAptArtifactsRequest` object as a parameter, useful for copying or cloning."],["It includes properties such as `GcsSource`, which specifies the Google Cloud Storage location of the input content, `Parent` for defining the parent resource, and `SourceCase` to indicate the type of source."],["There are multiple versions of the documentation for this class available, from 1.0.0 up to 2.9.0, with 2.9.0 being the latest version."]]],[]]