Interface MachineDiskDetailsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    MachineDiskDetails, MachineDiskDetails.Builder

    public interface MachineDiskDetailsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DiskEntryList getDisks()
      List of disks.
      DiskEntryListOrBuilder getDisksOrBuilder()
      List of disks.
      long getTotalCapacityBytes()
      Disk total Capacity.
      long getTotalFreeBytes()
      Total disk free space.
      boolean hasDisks()
      List of disks.
      • 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

      • getTotalCapacityBytes

        long getTotalCapacityBytes()
         Disk total Capacity.
         
        int64 total_capacity_bytes = 1;
        Returns:
        The totalCapacityBytes.
      • getTotalFreeBytes

        long getTotalFreeBytes()
         Total disk free space.
         
        int64 total_free_bytes = 2;
        Returns:
        The totalFreeBytes.
      • hasDisks

        boolean hasDisks()
         List of disks.
         
        .google.cloud.migrationcenter.v1.DiskEntryList disks = 3;
        Returns:
        Whether the disks field is set.
      • getDisks

        DiskEntryList getDisks()
         List of disks.
         
        .google.cloud.migrationcenter.v1.DiskEntryList disks = 3;
        Returns:
        The disks.
      • getDisksOrBuilder

        DiskEntryListOrBuilder getDisksOrBuilder()
         List of disks.
         
        .google.cloud.migrationcenter.v1.DiskEntryList disks = 3;