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-07 UTC."],[[["This document provides details for the `Gcs` class within the `Google.Cloud.OsConfig.V1Alpha` namespace, which represents a file stored as a Cloud Storage object, and is available in the `1.0.0-alpha04` version."],["The `Gcs` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, providing methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `Gcs` class has two constructors: one default constructor and another that takes an `OSPolicy.Types.Resource.Types.File.Types.Gcs` object as a parameter to replicate the object, and it has 3 properties: `Bucket`, `Generation` and `Object`."],["The `Bucket` property represents the name of the Cloud Storage bucket, `Generation` is the version number of the Cloud Storage object, and `Object` indicates the name of the Cloud Storage object, all being required to specify a file that is stored in Cloud Storage."]]],[]]