Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex DataSphere
  • Getting started
  • Terraform reference
    • Overview
    • Authentication with the API
      • Overview
        • Overview
        • Create
        • Update
        • Delete
        • Open
        • Get
        • List
        • GetUnitBalance
        • SetUnitBalance
        • Execute
        • ListAccessBindings
        • SetAccessBindings
        • UpdateAccessBindings
        • AddResource
        • RemoveResource
        • ResizeDisk
        • GetRestrictionsMeta
        • GetRestrictions
        • SetRestrictions
  • Audit Trails events
  • Access management
  • Pricing policy
  • Public materials
  • Release notes

In this article:

  • gRPC request
  • google.protobuf.Empty
  • GetRestrictionsMetaResponse
  • RestrictionMeta
  1. API reference
  2. gRPC
  3. Project
  4. GetRestrictionsMeta

DataSphere API v2, gRPC: ProjectService.GetRestrictionsMeta

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • google.protobuf.Empty
  • GetRestrictionsMetaResponse
  • RestrictionMeta

Get meta information about available restrictions.

gRPC request

rpc GetRestrictionsMeta (google.protobuf.Empty) returns (GetRestrictionsMetaResponse)

google.protobuf.Empty

{}

Field

Description

Empty

GetRestrictionsMetaResponse

{
  "restrictions_meta": [
    {
      "name": "string",
      "value_type": "RestrictionValueType"
    }
  ]
}

Field

Description

restrictions_meta[]

RestrictionMeta

List of restrictions.

RestrictionMeta

Field

Description

name

string

Name of restriction.

value_type

enum RestrictionValueType

Value type of restriction.

  • RESTRICTION_VALUE_TYPE_UNSPECIFIED
  • BOOLEAN
  • LONG
  • STRING

Was the article helpful?

Previous
ResizeDisk
Next
GetRestrictions
© 2025 Direct Cursus Technology L.L.C.