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 `Gcs` class in the `Google.Cloud.OsConfig.V1` namespace represents a file available as a Cloud Storage object, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this library is 2.4.0, while the content provided is focused on version 1.6.0, and many other versions are provided for historical access."],["The `Gcs` class has properties for `Bucket`, `Generation`, and `Object`, allowing specification of the Cloud Storage bucket, generation number, and object name, respectively."],["The `Gcs` class has two constructors available: one being the default empty constructor, and the other allowing to instanciate a `Gcs` object by passing another `Gcs` object as a parameter."],["The `Gcs` object inherits members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from the base `Object` class."]]],[]]