Skip to content

QuotaManager not supported #156

@zhenyatsk

Description

@zhenyatsk
Python 3.13.4 (main, Jun  3 2025, 15:34:24) [Clang 16.0.0 (clang-1600.0.26.6)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import yandexcloud
>>> from yandex.cloud.quotamanager.v1.quota_limit_service_pb2_grpc import QuotaLimitServiceStub
>>> sdk = yandexcloud.SDK()
>>> q = sdk.client(QuotaLimitServiceStub)
Traceback (most recent call last):
  File "<python-input-4>", line 1, in <module>
    q = sdk.client(QuotaLimitServiceStub)
  File "/Users/.../venv/lib/python3.13/site-packages/yandexcloud/_sdk.py", line 86, in client
    service = _service_for_ctor(stub_ctor)
  File "/Users/.../venv/lib/python3.13/site-packages/yandexcloud/_sdk.py", line 138, in _service_for_ctor
    raise RuntimeError(f"Unknown service {stub_ctor}")
RuntimeError: Unknown service <class 'yandex.cloud.quotamanager.v1.quota_limit_service_pb2_grpc.QuotaLimitServiceStub'>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions