Cloud Run Admin v2 API - Class GCSVolumeSource (2.7.0)

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 GCS Bucket mounted as a volume.

Inheritance

object > GCSVolumeSource

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

GCSVolumeSource()

public GCSVolumeSource()

GCSVolumeSource(GCSVolumeSource)

public GCSVolumeSource(GCSVolumeSource other)
Parameter
NameDescription
otherGCSVolumeSource

Properties

Bucket

public string Bucket { get; set; }

GCS Bucket name

Property Value
TypeDescription
string

ReadOnly

public bool ReadOnly { get; set; }

If true, mount the GCS bucket as read-only

Property Value
TypeDescription
bool