Managed Service for YDB API, gRPC: BackupService.ListPaths
gRPC request
rpc ListPaths (ListPathsRequest) returns (ListPathsResponse)
ListPathsRequest
{
"backup_id": "string",
"page_size": "int64",
"page_token": "string"
}
|
Field |
Description |
|
backup_id |
string Required field. Required. ID of the YDB backup. The maximum string length in characters is 50. |
|
page_size |
int64 The maximum number of results per page that should be returned. If the number of available Acceptable values are 0 to 1000, inclusive. |
|
page_token |
string Page token. Set The maximum string length in characters is 100. |
ListPathsResponse
{
"paths": [
"string"
],
"next_page_token": "string"
}
|
Field |
Description |
|
paths[] |
string |
|
next_page_token |
string |