public sealed class 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
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 details the `Deb` class within the `Google.Cloud.OsConfig.V1` namespace, which represents a Debian package file used in OS configuration policies."],["The `Deb` class supports two constructors: a default constructor and one that accepts another `Deb` object for creating a copy."],["It includes two key properties: `PullDeps`, a boolean that controls whether package dependencies are installed, and `Source`, which represents the required file containing the deb package."],["The latest version is 2.4.0, while this document focuses on version 1.7.0, and it also includes links to older versions going back to 1.3.0."],["This `Deb` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various protobuf functionalities."]]],[]]