class documentation

class QuotaAllowanceServiceServicer(object): (source)

View In Hierarchy

Manages quota allowances for tenants and projects, including listing, retrieval, and lifecycle operations.

Method Create Creates a quota allowance for a Project. If the quota already exists, its value is replaced with the provided one.
Method Delete Deletes a quota by its ID. This is used to reset the quota value. It does not remove the quota entry.
Method Get Gets a quota allowance by its ID.
Method GetByName Gets a quota allowance for a Tenant or Project by container ID, region, and name.
Method List Lists quota allowances for the specified Tenant or Project.
Method Update Updates a quota allowance by its ID.
def Create(self, request, context): (source)

Creates a quota allowance for a Project. If the quota already exists, its value is replaced with the provided one.

def Delete(self, request, context): (source)

Deletes a quota by its ID. This is used to reset the quota value. It does not remove the quota entry.

def Get(self, request, context): (source)

Gets a quota allowance by its ID.

def GetByName(self, request, context): (source)

Gets a quota allowance for a Tenant or Project by container ID, region, and name.

def List(self, request, context): (source)

Lists quota allowances for the specified Tenant or Project.

def Update(self, request, context): (source)

Updates a quota allowance by its ID.