Package k8s.io.api.core.v1
Interface Generated.AttachedVolumeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.AttachedVolume,Generated.AttachedVolume.Builder
- Enclosing class:
- Generated
public static interface Generated.AttachedVolumeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDevicePath()DevicePath represents the device path where the volume should be availablecom.google.protobuf.ByteStringgetDevicePathBytes()DevicePath represents the device path where the volume should be availableStringgetName()Name of the attached volumecom.google.protobuf.ByteStringgetNameBytes()Name of the attached volumebooleanhasDevicePath()DevicePath represents the device path where the volume should be availablebooleanhasName()Name of the attached volume-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasName
boolean hasName()
Name of the attached volume
optional string name = 1;- Returns:
- Whether the name field is set.
-
getName
String getName()
Name of the attached volume
optional string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name of the attached volume
optional string name = 1;- Returns:
- The bytes for name.
-
hasDevicePath
boolean hasDevicePath()
DevicePath represents the device path where the volume should be available
optional string devicePath = 2;- Returns:
- Whether the devicePath field is set.
-
getDevicePath
String getDevicePath()
DevicePath represents the device path where the volume should be available
optional string devicePath = 2;- Returns:
- The devicePath.
-
getDevicePathBytes
com.google.protobuf.ByteString getDevicePathBytes()
DevicePath represents the device path where the volume should be available
optional string devicePath = 2;- Returns:
- The bytes for devicePath.
-
-