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-04-17 UTC."],[[["The `GCSVolumeSource` class in the Cloud Run Admin v2 API represents a Google Cloud Storage bucket that can be mounted as a volume."],["This class is part of the `Google.Cloud.Run.V2` namespace and is found within the `Google.Cloud.Run.V2.dll` assembly, with version 2.13.0 being the most current one."],["`GCSVolumeSource` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality comparison, deep cloning, and buffered message operations."],["It has two constructors, a default one and one that accepts another `GCSVolumeSource` object for creating a copy and contains properties for specifying the bucket name and whether it should be mounted as read-only."],["The `GCSVolumeSource` class is a direct descendant of the `object` class and provides specific functionality for working with Google Cloud Storage buckets as volumes in Cloud Run."]]],[]]