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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[[["The content pertains to the `Deb` class within the `Google.Cloud.OsConfig.V1` namespace, specifically version 2.0.0, which represents a deb package file used in OS configuration policies."],["`Deb` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has a parent object class, offering functionality for message handling, equality comparison, deep cloning, and buffered messaging."],["The `Deb` class offers two constructors, a default constructor and a copy constructor that accepts another `Deb` object."],["It includes two properties: `PullDeps`, which determines if dependencies should be installed along with the deb package, and `Source`, which requires a `File` object that represents a deb package file."],["The latest version of the Deb package that is being referenced in this page is 2.4.0."]]],[]]