public interface EmptyDirVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EmptyDirVolumeSource.Medium |
getMedium()
The medium on which the data is stored.
|
int |
getMediumValue()
The medium on which the data is stored.
|
String |
getSizeLimit()
Limit on the storage usable by this EmptyDir volume.
|
com.google.protobuf.ByteString |
getSizeLimitBytes()
Limit on the storage usable by this EmptyDir volume.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getMediumValue()
The medium on which the data is stored. Acceptable values today is only MEMORY or none. When none, the default will currently be backed by memory but could change over time. +optional
.google.cloud.run.v2.EmptyDirVolumeSource.Medium medium = 1;EmptyDirVolumeSource.Medium getMedium()
The medium on which the data is stored. Acceptable values today is only MEMORY or none. When none, the default will currently be backed by memory but could change over time. +optional
.google.cloud.run.v2.EmptyDirVolumeSource.Medium medium = 1;String getSizeLimit()
Limit on the storage usable by this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers. The default is nil which means that the limit is undefined. More info: https://cloud.google.com/run/docs/configuring/in-memory-volumes#configure-volume. Info in Kubernetes: https://kubernetes.io/docs/concepts/storage/volumes/#emptydir
string size_limit = 2;com.google.protobuf.ByteString getSizeLimitBytes()
Limit on the storage usable by this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers. The default is nil which means that the limit is undefined. More info: https://cloud.google.com/run/docs/configuring/in-memory-volumes#configure-volume. Info in Kubernetes: https://kubernetes.io/docs/concepts/storage/volumes/#emptydir
string size_limit = 2;Copyright © 2025 Google LLC. All rights reserved.