Google Cloud Run V2 Client - Class Medium (0.9.1)

Reference documentation and code samples for the Google Cloud Run V2 Client class Medium.

The different types of medium supported for EmptyDir.

Protobuf type google.cloud.run.v2.EmptyDirVolumeSource.Medium

Namespace

Google \ Cloud \ Run \ V2 \ EmptyDirVolumeSource

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

MEDIUM_UNSPECIFIED

Value: 0

When not specified, falls back to the default implementation which is currently in memory (this may change over time).

Generated from protobuf enum MEDIUM_UNSPECIFIED = 0;

MEMORY

Value: 1

Explicitly set the EmptyDir to be in memory. Uses tmpfs.

Generated from protobuf enum MEMORY = 1;