Managed Service for YDB API, gRPC: LocationService.List
Returns the list of available locations.
gRPC request
rpc List (ListLocationsRequest) returns (ListLocationsResponse)
ListLocationsRequest
{
"pageSize": "int64",
"pageToken": "string"
}
Field |
Description |
pageSize |
int64 The maximum number of results per page that should be returned. If the number of available |
pageToken |
string Page token. Set |
ListLocationsResponse
{
"locations": [
{
"id": "string",
"description": "string"
}
],
"nextPageToken": "string"
}
Field |
Description |
locations[] |
Requested list of locations. |
nextPageToken |
string This token allows you to get the next page of results for ListLocations requests, |
Location
Field |
Description |
id |
string |
description |
string |