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 latest version of the `Gcs` class is 2.4.0, with previous versions available down to 1.3.0, and this class represents a file in Cloud Storage."],["The `Gcs` class, found within the `Google.Cloud.OsConfig.V1` namespace, specifies a file available as a Cloud Storage Object, as indicated by the `public sealed class Gcs` declaration."],["The `Gcs` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring diverse functionality."],["The `Gcs` class has properties such as `Bucket`, `Generation`, and `Object`, allowing the setting of the necessary information for a Cloud Storage file."],["The class includes two constructors, one default and one that accepts another `Gcs` instance as a parameter, making the instantiation process more versatile."]]],[]]