Class Storage.GetUsageAndQuotaResponse

  • Enclosing class:
    Storage

    public static class Storage.GetUsageAndQuotaResponse
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GetUsageAndQuotaResponse​(java.lang.Number usage, java.lang.Number quota, java.util.List<UsageForType> usageBreakdown)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Number getQuota()
      Storage quota (bytes).
      java.lang.Number getUsage()
      Storage usage (bytes).
      java.util.List<UsageForType> getUsageBreakdown()
      Storage usage per type (bytes).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GetUsageAndQuotaResponse

        public GetUsageAndQuotaResponse​(java.lang.Number usage,
                                        java.lang.Number quota,
                                        java.util.List<UsageForType> usageBreakdown)
    • Method Detail

      • getUsage

        public java.lang.Number getUsage()
        Storage usage (bytes).
      • getQuota

        public java.lang.Number getQuota()
        Storage quota (bytes).
      • getUsageBreakdown

        public java.util.List<UsageForType> getUsageBreakdown()
        Storage usage per type (bytes).