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 Type
    Method
    Description
    DevicePath represents the device path where the volume should be available
    com.google.protobuf.ByteString
    DevicePath represents the device path where the volume should be available
    Name of the attached volume
    com.google.protobuf.ByteString
    Name of the attached volume
    boolean
    DevicePath represents the device path where the volume should be available
    boolean
    Name of the attached volume

    Methods 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;