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-09 UTC."],[[["This webpage provides documentation for the `GCSVolumeSource` class within the Google Cloud Run Admin v2 API, specifically for the .NET environment."],["The `GCSVolumeSource` class represents a Google Cloud Storage (GCS) Bucket that can be mounted as a volume in a Cloud Run service."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffer operations."],["It has two constructors: a default constructor and one that takes another `GCSVolumeSource` object for copying, along with properties to define the GCS bucket `Bucket` and if it is `ReadOnly`."],["The documentation supports a range of versions, with 2.13.0 being the most recent, showcasing the ongoing evolution of the API."]]],[]]