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