Interface Generated.AttachedVolumeOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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
      • 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 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.