| Modifier and Type | Method and Description |
|---|---|
EmptyDirVolumeSource |
EmptyDirVolumeSource.Builder.build() |
EmptyDirVolumeSource |
EmptyDirVolumeSource.Builder.buildPartial() |
static EmptyDirVolumeSource |
EmptyDirVolumeSource.getDefaultInstance() |
EmptyDirVolumeSource |
EmptyDirVolumeSource.getDefaultInstanceForType() |
EmptyDirVolumeSource |
EmptyDirVolumeSource.Builder.getDefaultInstanceForType() |
EmptyDirVolumeSource |
Volume.getEmptyDir()
Ephemeral storage used as a shared volume.
|
EmptyDirVolumeSource |
Volume.Builder.getEmptyDir()
Ephemeral storage used as a shared volume.
|
EmptyDirVolumeSource |
VolumeOrBuilder.getEmptyDir()
Ephemeral storage used as a shared volume.
|
static EmptyDirVolumeSource |
EmptyDirVolumeSource.parseDelimitedFrom(InputStream input) |
static EmptyDirVolumeSource |
EmptyDirVolumeSource.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EmptyDirVolumeSource |
EmptyDirVolumeSource.parseFrom(byte[] data) |
static EmptyDirVolumeSource |
EmptyDirVolumeSource.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EmptyDirVolumeSource |
EmptyDirVolumeSource.parseFrom(ByteBuffer data) |
static EmptyDirVolumeSource |
EmptyDirVolumeSource.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EmptyDirVolumeSource |
EmptyDirVolumeSource.parseFrom(com.google.protobuf.ByteString data) |
static EmptyDirVolumeSource |
EmptyDirVolumeSource.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EmptyDirVolumeSource |
EmptyDirVolumeSource.parseFrom(com.google.protobuf.CodedInputStream input) |
static EmptyDirVolumeSource |
EmptyDirVolumeSource.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EmptyDirVolumeSource |
EmptyDirVolumeSource.parseFrom(InputStream input) |
static EmptyDirVolumeSource |
EmptyDirVolumeSource.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<EmptyDirVolumeSource> |
EmptyDirVolumeSource.getParserForType() |
static com.google.protobuf.Parser<EmptyDirVolumeSource> |
EmptyDirVolumeSource.parser() |
| Modifier and Type | Method and Description |
|---|---|
Volume.Builder |
Volume.Builder.mergeEmptyDir(EmptyDirVolumeSource value)
Ephemeral storage used as a shared volume.
|
EmptyDirVolumeSource.Builder |
EmptyDirVolumeSource.Builder.mergeFrom(EmptyDirVolumeSource other) |
static EmptyDirVolumeSource.Builder |
EmptyDirVolumeSource.newBuilder(EmptyDirVolumeSource prototype) |
Volume.Builder |
Volume.Builder.setEmptyDir(EmptyDirVolumeSource value)
Ephemeral storage used as a shared volume.
|
Copyright © 2025 Google LLC. All rights reserved.