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

target.apidocs.com.google.api.services.serviceusage.v1beta1.ServiceUsage.Services.ConsumerQuotaMetrics.Limits.AdminOverrides.html Maven / Gradle / Ivy

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






ServiceUsage.Services.ConsumerQuotaMetrics.Limits.AdminOverrides (Service Usage API v1beta1-rev20230412-2.0.0)












com.google.api.services.serviceusage.v1beta1

Class ServiceUsage.Services.ConsumerQuotaMetrics.Limits.AdminOverrides

  • java.lang.Object
    • com.google.api.services.serviceusage.v1beta1.ServiceUsage.Services.ConsumerQuotaMetrics.Limits.AdminOverrides
    • Constructor Detail

      • AdminOverrides

        public AdminOverrides()
    • Method Detail

      • create

        public ServiceUsage.Services.ConsumerQuotaMetrics.Limits.AdminOverrides.Create create(String parent,
                                                                                              QuotaOverride content)
                                                                                       throws IOException
        Creates an admin override. An admin override is applied by an administrator of a parent folder or parent organization of the consumer receiving the override. An admin override is intended to limit the amount of quota the consumer can use out of the total quota pool allocated to all children of the folder or organization. Create a request for the method "adminOverrides.create". This request holds the parameters needed by the serviceusage server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        parent - The resource name of the parent quota limit, returned by a ListConsumerQuotaMetrics or GetConsumerQuotaMetric call. An example name would be: `projects/123/services/compute.goog leapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion`
        content - the QuotaOverride
        Returns:
        the request
        Throws:
        IOException
      • delete

        public ServiceUsage.Services.ConsumerQuotaMetrics.Limits.AdminOverrides.Delete delete(String name)
                                                                                       throws IOException
        Deletes an admin override. Create a request for the method "adminOverrides.delete". This request holds the parameters needed by the serviceusage server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - The resource name of the override to delete. An example name would be: `projects/123/services/comput e.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fre gion/adminOverrides/4a3f2c1d`
        Returns:
        the request
        Throws:
        IOException
      • list

        public ServiceUsage.Services.ConsumerQuotaMetrics.Limits.AdminOverrides.List list(String parent)
                                                                                   throws IOException
        Lists all admin overrides on this limit. Create a request for the method "adminOverrides.list". This request holds the parameters needed by the serviceusage server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        parent - The resource name of the parent quota limit, returned by a ListConsumerQuotaMetrics or GetConsumerQuotaMetric call. An example name would be: `projects/123/services/compute.goog leapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion`
        Returns:
        the request
        Throws:
        IOException
      • patch

        public ServiceUsage.Services.ConsumerQuotaMetrics.Limits.AdminOverrides.Patch patch(String name,
                                                                                            QuotaOverride content)
                                                                                     throws IOException
        Updates an admin override. Create a request for the method "adminOverrides.patch". This request holds the parameters needed by the serviceusage server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - The resource name of the override to update. An example name would be: `projects/123/services/comput e.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fre gion/adminOverrides/4a3f2c1d`
        content - the QuotaOverride
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy