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 \ EmptyDirVolumeSourceMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MEDIUM_UNSPECIFIED
Value: 0When 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: 1Explicitly set the EmptyDir to be in memory. Uses tmpfs.
Generated from protobuf enum MEMORY = 1;