Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI Studio
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Quota Manager
  • Getting started
  • Concepts
  • Request examples
    • All guides
    • Viewing the list of services and quotas
    • Viewing quota value
    • Changing quotas
  • Access management
  • Pricing policy
    • API authentication
      • Overview
        • Overview
        • Get
        • List
        • ListServices
  • Release notes

In this article:

  • gRPC request
  • GetQuotaLimitRequest
  • Resource
  • QuotaLimit
  1. API reference
  2. gRPC
  3. QuotaLimit
  4. Get

Quota Manager API, gRPC: QuotaLimitService.Get

Written by
Yandex Cloud
Updated at December 12, 2024
  • gRPC request
  • GetQuotaLimitRequest
  • Resource
  • QuotaLimit

Returns the specified quota limit.

gRPC requestgRPC request

rpc Get (GetQuotaLimitRequest) returns (QuotaLimit)

GetQuotaLimitRequestGetQuotaLimitRequest

{
  "resource": {
    "id": "string",
    "type": "string"
  },
  "quota_id": "string"
}

Field

Description

resource

Resource

Required field. The resource for which the quota limit is being requested.

quota_id

string

Required field. The id of the quota to retrieve.

ResourceResource

Field

Description

id

string

Required field. The id if the resource.

type

string

Required field. The type of the resource, e.g. resource-manager.cloud, billing.account.

QuotaLimitQuotaLimit

{
  "quota_id": "string",
  "limit": "google.protobuf.DoubleValue",
  "usage": "google.protobuf.DoubleValue"
}

Field

Description

quota_id

string

The unique id of the quota.

limit

google.protobuf.DoubleValue

The limit value set for this quota.

usage

google.protobuf.DoubleValue

The current usage level of this quota.

Was the article helpful?

Previous
Overview
Next
List
© 2025 Direct Cursus Technology L.L.C.