class documentation

class QuotaAllowanceServiceServicer(object): (source)

View In Hierarchy

Missing associated documentation comment in .proto file.

Method Get Gets a quota by its ID.
Method GetByName Gets a quota by an ID of a Tenant or a Project, its region, and name.
Method List Lists quotas by an ID of a Tenant or a Project.
def Get(self, request, context): (source)

Gets a quota by its ID.

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

Gets a quota by an ID of a Tenant or a Project, its region, and name.

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

Lists quotas by an ID of a Tenant or a Project.