Package io.kubernetes.client.proto
Interface V1.AttachedVolumeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.AttachedVolume
,V1.AttachedVolume.Builder
- Enclosing class:
- V1
public static interface V1.AttachedVolumeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDevicePath represents the device path where the volume should be availablecom.google.protobuf.ByteString
DevicePath represents the device path where the volume should be availablegetName()
Name of the attached volumecom.google.protobuf.ByteString
Name of the attached volumeboolean
DevicePath represents the device path where the volume should be availableboolean
hasName()
Name of the attached volumeMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasName
boolean hasName()Name of the attached volume
optional string name = 1;
-
getName
String getName()Name of the attached volume
optional string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Name of the attached volume
optional string name = 1;
-
hasDevicePath
boolean hasDevicePath()DevicePath represents the device path where the volume should be available
optional string devicePath = 2;
-
getDevicePath
String getDevicePath()DevicePath represents the device path where the volume should be available
optional string devicePath = 2;
-
getDevicePathBytes
com.google.protobuf.ByteString getDevicePathBytes()DevicePath represents the device path where the volume should be available
optional string devicePath = 2;
-