Interface QuotaExceededInfoOrBuilder

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

    public interface QuotaExceededInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getDimensionsCount

        int getDimensionsCount()
         The map holding related quota dimensions.
         
        map<string, string> dimensions = 414334925;
      • containsDimensions

        boolean containsDimensions​(String key)
         The map holding related quota dimensions.
         
        map<string, string> dimensions = 414334925;
      • getDimensionsMap

        Map<String,​String> getDimensionsMap()
         The map holding related quota dimensions.
         
        map<string, string> dimensions = 414334925;
      • getDimensionsOrDefault

        String getDimensionsOrDefault​(String key,
                                      String defaultValue)
         The map holding related quota dimensions.
         
        map<string, string> dimensions = 414334925;
      • getDimensionsOrThrow

        String getDimensionsOrThrow​(String key)
         The map holding related quota dimensions.
         
        map<string, string> dimensions = 414334925;
      • hasFutureLimit

        boolean hasFutureLimit()
         Future quota limit being rolled out. The limit's unit depends on the quota type or metric.
         
        optional double future_limit = 456564287;
        Returns:
        Whether the futureLimit field is set.
      • getFutureLimit

        double getFutureLimit()
         Future quota limit being rolled out. The limit's unit depends on the quota type or metric.
         
        optional double future_limit = 456564287;
        Returns:
        The futureLimit.
      • hasLimit

        boolean hasLimit()
         Current effective quota limit. The limit's unit depends on the quota type or metric.
         
        optional double limit = 102976443;
        Returns:
        Whether the limit field is set.
      • getLimit

        double getLimit()
         Current effective quota limit. The limit's unit depends on the quota type or metric.
         
        optional double limit = 102976443;
        Returns:
        The limit.
      • hasLimitName

        boolean hasLimitName()
         The name of the quota limit.
         
        optional string limit_name = 398197903;
        Returns:
        Whether the limitName field is set.
      • getLimitName

        String getLimitName()
         The name of the quota limit.
         
        optional string limit_name = 398197903;
        Returns:
        The limitName.
      • getLimitNameBytes

        com.google.protobuf.ByteString getLimitNameBytes()
         The name of the quota limit.
         
        optional string limit_name = 398197903;
        Returns:
        The bytes for limitName.
      • hasMetricName

        boolean hasMetricName()
         The Compute Engine quota metric name.
         
        optional string metric_name = 409881530;
        Returns:
        Whether the metricName field is set.
      • getMetricName

        String getMetricName()
         The Compute Engine quota metric name.
         
        optional string metric_name = 409881530;
        Returns:
        The metricName.
      • getMetricNameBytes

        com.google.protobuf.ByteString getMetricNameBytes()
         The Compute Engine quota metric name.
         
        optional string metric_name = 409881530;
        Returns:
        The bytes for metricName.
      • hasRolloutStatus

        boolean hasRolloutStatus()
         Rollout status of the future quota limit.
         Check the RolloutStatus enum for the list of possible values.
         
        optional string rollout_status = 476426816;
        Returns:
        Whether the rolloutStatus field is set.
      • getRolloutStatus

        String getRolloutStatus()
         Rollout status of the future quota limit.
         Check the RolloutStatus enum for the list of possible values.
         
        optional string rollout_status = 476426816;
        Returns:
        The rolloutStatus.
      • getRolloutStatusBytes

        com.google.protobuf.ByteString getRolloutStatusBytes()
         Rollout status of the future quota limit.
         Check the RolloutStatus enum for the list of possible values.
         
        optional string rollout_status = 476426816;
        Returns:
        The bytes for rolloutStatus.