Interface GCSVolumeSourceOrBuilder (0.48.0)

public interface GCSVolumeSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBucket()

public abstract String getBucket()

Cloud Storage Bucket name.

string bucket = 1;

Returns
Type Description
String

The bucket.

getBucketBytes()

public abstract ByteString getBucketBytes()

Cloud Storage Bucket name.

string bucket = 1;

Returns
Type Description
ByteString

The bytes for bucket.

getReadOnly()

public abstract boolean getReadOnly()

If true, the volume will be mounted as read only for all mounts.

bool read_only = 2;

Returns
Type Description
boolean

The readOnly.