Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 1.24 KB

getRestrictionsMeta.md

File metadata and controls

60 lines (44 loc) · 1.24 KB
editable sourcePath
false
en/_api-ref-grpc/datasphere/v2/api-ref/grpc/Community/getRestrictionsMeta.md

DataSphere API v2, gRPC: CommunityService.GetRestrictionsMeta

Get meta information about available restrictions.

gRPC request

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

google.protobuf.Empty {#google.protobuf.Empty}

{}

#| ||Field | Description || || Empty | > || |#

GetRestrictionsMetaResponse {#yandex.cloud.datasphere.v2.GetRestrictionsMetaResponse}

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

#| ||Field | Description || || restrictions_meta[] | RestrictionMeta

List of restrictions. || |#

RestrictionMeta {#yandex.cloud.datasphere.v2.RestrictionMeta}

#| ||Field | Description || || name | string

Name of restriction. || || value_type | enum RestrictionValueType

Value type of restriction.

  • RESTRICTION_VALUE_TYPE_UNSPECIFIED
  • BOOLEAN
  • LONG
  • STRING || |#