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

There is a newer version: v1-rev20240903-2.0.0
Show newest version






Quota (Compute Engine API v1-rev20240919-2.0.0)












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
      • set

        public Quota set(String fieldName,
                         Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public Quota clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy