public static interface V1.AttachedVolumeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDevicePath()
DevicePath represents the device path where the volume should be available
|
com.google.protobuf.ByteString |
getDevicePathBytes()
DevicePath represents the device path where the volume should be available
|
String |
getName()
Name of the attached volume
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the attached volume
|
boolean |
hasDevicePath()
DevicePath represents the device path where the volume should be available
|
boolean |
hasName()
Name of the attached volume
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
Name of the attached volume
optional string name = 1;String getName()
Name of the attached volume
optional string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of the attached volume
optional string name = 1;boolean hasDevicePath()
DevicePath represents the device path where the volume should be available
optional string devicePath = 2;String getDevicePath()
DevicePath represents the device path where the volume should be available
optional string devicePath = 2;com.google.protobuf.ByteString getDevicePathBytes()
DevicePath represents the device path where the volume should be available
optional string devicePath = 2;Copyright © 2021. All rights reserved.