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.
Implements
IMessageGCSVolumeSource, IEquatableGCSVolumeSource, IDeepCloneableGCSVolumeSource, IBufferMessage, IMessageNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
GCSVolumeSource()
public GCSVolumeSource()
GCSVolumeSource(GCSVolumeSource)
public GCSVolumeSource(GCSVolumeSource other)
Parameter | |
---|---|
Name | Description |
other |
GCSVolumeSource |
Properties
Bucket
public string Bucket { get; set; }
GCS Bucket name
Property Value | |
---|---|
Type | Description |
string |
ReadOnly
public bool ReadOnly { get; set; }
If true, mount the GCS bucket as read-only
Property Value | |
---|---|
Type | Description |
bool |