public enum EmptyDirVolumeSource.Medium extends Enum<EmptyDirVolumeSource.Medium> implements ProtocolMessageEnumThe different types of medium supported for EmptyDir.
Protobuf enum google.cloud.run.v2.EmptyDirVolumeSource.Medium
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
MEDIUM_UNSPECIFIED |
When not specified, falls back to the default implementation which is currently in memory (this may change over time). |
MEDIUM_UNSPECIFIED_VALUE |
When not specified, falls back to the default implementation which is currently in memory (this may change over time). |
MEMORY |
Explicitly set the EmptyDir to be in memory. Uses tmpfs. |
MEMORY_VALUE |
Explicitly set the EmptyDir to be in memory. Uses tmpfs. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|