Managed Service for YDB API, gRPC: LocationService.Get
Written by
Updated at November 26, 2024
Returns the specified location.
gRPC request
rpc Get (GetLocationRequest) returns (Location)
GetLocationRequest
{
"location_id": "string"
}
Field |
Description |
location_id |
string Required field. Required. ID of the location to return. |
Location
{
"id": "string",
"description": "string"
}
Field |
Description |
id |
string |
description |
string |