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
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex DataSphere
  • Getting started
  • Terraform reference
    • Overview
    • Authentication with the API
      • Overview
        • Overview
        • Create
        • Get
        • Update
        • Delete
        • List
        • ListAccessBindings
        • SetAccessBindings
        • UpdateAccessBindings
        • AddResource
        • RemoveResource
        • GetRestrictionsMeta
        • GetRestrictions
        • SetRestrictions
  • Audit Trails events
  • Access management
  • Pricing policy
  • Public materials
  • Release notes

In this article:

  • gRPC request
  • GetCommunityRequest
  • Community
  1. API reference
  2. gRPC
  3. Community
  4. Get

DataSphere API v2, gRPC: CommunityService.Get

Written by
Yandex Cloud
Updated at December 17, 2024
  • gRPC request
  • GetCommunityRequest
  • Community

Returns community.

gRPC requestgRPC request

rpc Get (GetCommunityRequest) returns (Community)

GetCommunityRequestGetCommunityRequest

{
  "community_id": "string"
}

Field

Description

community_id

string

Required field. ID of the community.

CommunityCommunity

{
  "id": "string",
  "created_at": "google.protobuf.Timestamp",
  "name": "string",
  "description": "string",
  "labels": "map<string, string>",
  "created_by_id": "string",
  "organization_id": "string",
  "zone_id": "string"
}

Field

Description

id

string

ID of the community.

created_at

google.protobuf.Timestamp

Time when community was created.

name

string

Name of the community.

description

string

Description of the comminuty.

labels

object (map<string, string>)

Labels of the community.

created_by_id

string

ID of the user who created the community.

organization_id

string

ID of the organization to which community belongs.

zone_id

string

ID of the zone where this community was created

Was the article helpful?

Previous
Create
Next
Update
Yandex project
© 2025 Yandex.Cloud LLC