public sealed class OSPolicy.Types.Resource.Types.PackageResource.Types.Deb : IMessage<OSPolicy.Types.Resource.Types.PackageResource.Types.Deb>, IEquatable<OSPolicy.Types.Resource.Types.PackageResource.Types.Deb>, IDeepCloneable<OSPolicy.Types.Resource.Types.PackageResource.Types.Deb>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1 API class OSPolicy.Types.Resource.Types.PackageResource.Types.Deb.
A deb package file. dpkg packages only support INSTALLED state.
[[["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-04-02 UTC."],[[["This document provides reference information for the `OSPolicy.Types.Resource.Types.PackageResource.Types.Deb` class within the Google Cloud OS Config v1 API, specifically for .NET development."],["The `Deb` class represents a Debian package file and only supports an `INSTALLED` state, commonly used for `dpkg` operations."],["This page details the `Deb` class's implementation of interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `Deb` instance for copying and it also includes two properties: `PullDeps` which controls if package dependencies are also installed, and `Source` which specifies the deb package file to use."],["The listed versions of the API range from version 1.3.0 to 2.4.0 with the latest version being 2.4.0, providing the reference documentation across the different versions."]]],[]]