Enum EmptyDirVolumeSource.Medium (0.37.0)

public enum EmptyDirVolumeSource.Medium extends Enum<EmptyDirVolumeSource.Medium> implements ProtocolMessageEnum

The different types of medium supported for EmptyDir.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
MEDIUM_UNSPECIFIED

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

MEDIUM_UNSPECIFIED = 0;

MEDIUM_UNSPECIFIED_VALUE

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

MEDIUM_UNSPECIFIED = 0;

MEMORY

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

MEMORY = 1;

MEMORY_VALUE

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

MEMORY = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()