Interface GetConsumerQuotaLimitRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getName()
      The resource name of the quota limit.
      com.google.protobuf.ByteString getNameBytes()
      The resource name of the quota limit.
      QuotaView getView()
      Specifies the level of detail for quota information in the response.
      int getViewValue()
      Specifies the level of detail for quota information in the response.
      • 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

      • getName

        String getName()
         The resource name of the quota limit.
        
         Use the quota limit resource name returned by previous
         ListConsumerQuotaMetrics and GetConsumerQuotaMetric API calls.
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         The resource name of the quota limit.
        
         Use the quota limit resource name returned by previous
         ListConsumerQuotaMetrics and GetConsumerQuotaMetric API calls.
         
        string name = 1;
        Returns:
        The bytes for name.
      • getViewValue

        int getViewValue()
         Specifies the level of detail for quota information in the response.
         
        .google.api.serviceusage.v1beta1.QuotaView view = 2;
        Returns:
        The enum numeric value on the wire for view.
      • getView

        QuotaView getView()
         Specifies the level of detail for quota information in the response.
         
        .google.api.serviceusage.v1beta1.QuotaView view = 2;
        Returns:
        The view.