Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class ListManagementServersRequest.
Request message for listing management servers.
Generated from protobuf messagegoogle.cloud.backupdr.v1.ListManagementServersRequest
Namespace
Google \ Cloud \ BackupDR \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The project and location for which to retrieve management servers information, in the format 'projects/{project_id}/locations/{location}'. In Cloud BackupDR, locations map to Google Cloud regions, for exampleus-central1. To retrieve management servers for all locations, use "-" for the '{location}' value.
↳ page_size
int
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
↳ page_token
string
Optional. A token identifying a page of results the server should return.
↳ filter
string
Optional. Filtering results.
↳ order_by
string
Optional. Hint for how to order the results.
getParent
Required. The project and location for which to retrieve management servers
information, in the format 'projects/{project_id}/locations/{location}'. In
Cloud BackupDR, locations map to Google Cloud regions, for exampleus-central1. To retrieve management servers for all locations, use "-"
for the
'{location}' value.
Returns
Type
Description
string
setParent
Required. The project and location for which to retrieve management servers
information, in the format 'projects/{project_id}/locations/{location}'. In
Cloud BackupDR, locations map to Google Cloud regions, for exampleus-central1. To retrieve management servers for all locations, use "-"
for the
'{location}' value.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
Optional. Requested page size. Server may return fewer items than
requested. If unspecified, server will pick an appropriate default.
Returns
Type
Description
int
setPageSize
Optional. Requested page size. Server may return fewer items than
requested. If unspecified, server will pick an appropriate default.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
Optional. A token identifying a page of results the server should return.
Returns
Type
Description
string
setPageToken
Optional. A token identifying a page of results the server should return.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getFilter
Optional. Filtering results.
Returns
Type
Description
string
hasFilter
clearFilter
setFilter
Optional. Filtering results.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getOrderBy
Optional. Hint for how to order the results.
Returns
Type
Description
string
hasOrderBy
clearOrderBy
setOrderBy
Optional. Hint for how to order the results.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The project and location for which to retrieve management servers
information, in the format 'projects/{project_id}/locations/{location}'. In
Cloud BackupDR, locations map to Google Cloud regions, for exampleus-central1*. To retrieve management servers for all locations, use "-"
for the
'{location}' value. Please seeBackupDRClient::locationName()for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Backup Dr V1 Client - Class ListManagementServersRequest (0.7.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.7.0 (latest)](/php/docs/reference/cloud-backupdr/latest/V1.ListManagementServersRequest)\n- [0.6.2](/php/docs/reference/cloud-backupdr/0.6.2/V1.ListManagementServersRequest)\n- [0.5.1](/php/docs/reference/cloud-backupdr/0.5.1/V1.ListManagementServersRequest)\n- [0.4.2](/php/docs/reference/cloud-backupdr/0.4.2/V1.ListManagementServersRequest)\n- [0.3.0](/php/docs/reference/cloud-backupdr/0.3.0/V1.ListManagementServersRequest)\n- [0.2.0](/php/docs/reference/cloud-backupdr/0.2.0/V1.ListManagementServersRequest)\n- [0.1.0](/php/docs/reference/cloud-backupdr/0.1.0/V1.ListManagementServersRequest) \nReference documentation and code samples for the Google Cloud Backup Dr V1 Client class ListManagementServersRequest.\n\nRequest message for listing management servers.\n\nGenerated from protobuf message `google.cloud.backupdr.v1.ListManagementServersRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ BackupDR \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The project and location for which to retrieve management servers\ninformation, in the format 'projects/{project_id}/locations/{location}'. In\nCloud BackupDR, locations map to Google Cloud regions, for example\n**us-central1**. To retrieve management servers for all locations, use \"-\"\nfor the\n'{location}' value.\n\n### setParent\n\nRequired. The project and location for which to retrieve management servers\ninformation, in the format 'projects/{project_id}/locations/{location}'. In\nCloud BackupDR, locations map to Google Cloud regions, for example\n**us-central1**. To retrieve management servers for all locations, use \"-\"\nfor the\n'{location}' value.\n\n### getPageSize\n\nOptional. Requested page size. Server may return fewer items than\nrequested. If unspecified, server will pick an appropriate default.\n\n### setPageSize\n\nOptional. Requested page size. Server may return fewer items than\nrequested. If unspecified, server will pick an appropriate default.\n\n### getPageToken\n\nOptional. A token identifying a page of results the server should return.\n\n### setPageToken\n\nOptional. A token identifying a page of results the server should return.\n\n### getFilter\n\nOptional. Filtering results.\n\n### hasFilter\n\n### clearFilter\n\n### setFilter\n\nOptional. Filtering results.\n\n### getOrderBy\n\nOptional. Hint for how to order the results.\n\n### hasOrderBy\n\n### clearOrderBy\n\n### setOrderBy\n\nOptional. Hint for how to order the results.\n\n### static::build"]]