All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.model.Quota.html Maven / Gradle / Ivy







Quota (Compute Engine API beta-rev20220312-1.32.1)












com.google.api.services.compute.model

Class Quota

    • Constructor Detail

      • Quota

        public Quota()
    • Method Detail

      • getLimit

        public Double getLimit()
        [Output Only] Quota limit for this metric.
        Returns:
        value or null for none
      • setLimit

        public Quota setLimit(Double limit)
        [Output Only] Quota limit for this metric.
        Parameters:
        limit - limit or null for none
      • getMetric

        public String getMetric()
        [Output Only] Name of the quota metric.
        Returns:
        value or null for none
      • setMetric

        public Quota setMetric(String metric)
        [Output Only] Name of the quota metric.
        Parameters:
        metric - metric or null for none
      • getOwner

        public String getOwner()
        [Output Only] Owning resource. This is the resource on which this quota is applied.
        Returns:
        value or null for none
      • setOwner

        public Quota setOwner(String owner)
        [Output Only] Owning resource. This is the resource on which this quota is applied.
        Parameters:
        owner - owner or null for none
      • getUsage

        public Double getUsage()
        [Output Only] Current usage of this metric.
        Returns:
        value or null for none
      • setUsage

        public Quota setUsage(Double usage)
        [Output Only] Current usage of this metric.
        Parameters:
        usage - usage or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy