public sealed class Gcs : IMessage<OSPolicy.Types.Resource.Types.File.Types.Gcs>, IEquatable<OSPolicy.Types.Resource.Types.File.Types.Gcs>, IDeepCloneable<OSPolicy.Types.Resource.Types.File.Types.Gcs>, IBufferMessage, IMessage
Specifies a file available as a Cloud Storage Object.
[[["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 outlines different versions of the `Gcs` class within the `Google.Cloud.OsConfig.V1` namespace, ranging from version 1.3.0 to the latest 2.4.0."],["`Gcs` is a class that specifies a file available as a Cloud Storage Object and it inherits from `Object` while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Gcs` class has two constructors: a default `Gcs()` constructor and another `Gcs(OSPolicy.Types.Resource.Types.File.Types.Gcs other)` that takes an instance of the `Gcs` class as a parameter."],["The properties of `Gcs` include `Bucket`, `Generation`, and `Object`, which represent the bucket, generation number, and object name of a Cloud Storage object respectively."],["The latest version of `Gcs` available is 2.4.0 which can be viewed via the provided link while the current version of the content is specifically for 2.0.0."]]],[]]