public sealed class GCSVolumeSource : IMessage<GCSVolumeSource>, IEquatable<GCSVolumeSource>, IDeepCloneable<GCSVolumeSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class GCSVolumeSource.
Represents a volume backed by a Cloud Storage bucket using Cloud Storage
FUSE.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `GCSVolumeSource` class within the Google Cloud Run Admin v2 API, specifically detailing its purpose as a volume backed by a Cloud Storage bucket."],["The `GCSVolumeSource` class, part of the `Google.Cloud.Run.V2` namespace, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version is `2.13.0`, with this page detailing version `2.9.0`, and there are also past versions of the library provided that range from version `1.0.0-beta02` to `2.12.0`."],["The class includes two constructors: a default constructor (`GCSVolumeSource()`) and a copy constructor (`GCSVolumeSource(GCSVolumeSource other)`), which takes another instance of the same class as a parameter."],["`GCSVolumeSource` features properties like `Bucket` (a string representing the Cloud Storage Bucket name) and `ReadOnly` (a boolean indicating if the volume is mounted read-only)."]]],[]]