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.
[[["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."],[[["The latest version available for the Google.Cloud.Run.V2.GCSVolumeSource is 2.13.0."],["The GCSVolumeSource class is part of the Cloud Run Admin v2 API and represents a Google Cloud Storage (GCS) bucket mounted as a volume."],["The class `GCSVolumeSource` implements multiple interfaces: IMessage\u003cGCSVolumeSource\u003e, IEquatable\u003cGCSVolumeSource\u003e, IDeepCloneable\u003cGCSVolumeSource\u003e, IBufferMessage, and IMessage."],["GCSVolumeSource objects can be constructed using a default constructor or by providing another `GCSVolumeSource` object as a parameter."],["The GCSVolumeSource class includes properties to define the `Bucket` name (string) and if it is mounted as `ReadOnly` (bool)."]]],[]]