Reference documentation and code samples for the Google Cloud Net App V1 Client class ListReplicationsRequest.
ListReplications lists replications.
Generated from protobuf messagegoogle.cloud.netapp.v1.ListReplicationsRequest
Namespace
Google \ Cloud \ NetApp \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The volume for which to retrieve replication information, in the formatprojects/{project_id}/locations/{location}/volumes/{volume_id}.
↳ page_size
int
The maximum number of items to return.
↳ page_token
string
The next_page_token value to use if there are additional results to retrieve for this list request.
↳ order_by
string
Sort results. Supported values are "name", "name desc" or "" (unsorted).
↳ filter
string
List filter.
getParent
Required. The volume for which to retrieve replication information,
in the formatprojects/{project_id}/locations/{location}/volumes/{volume_id}.
Returns
Type
Description
string
setParent
Required. The volume for which to retrieve replication information,
in the formatprojects/{project_id}/locations/{location}/volumes/{volume_id}.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
The maximum number of items to return.
Returns
Type
Description
int
setPageSize
The maximum number of items to return.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
The next_page_token value to use if there are additional
results to retrieve for this list request.
Returns
Type
Description
string
setPageToken
The next_page_token value to use if there are additional
results to retrieve for this list request.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getOrderBy
Sort results. Supported values are "name", "name desc" or "" (unsorted).
Returns
Type
Description
string
setOrderBy
Sort results. Supported values are "name", "name desc" or "" (unsorted).
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getFilter
List filter.
Returns
Type
Description
string
setFilter
List filter.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The volume for which to retrieve replication information,
in the formatprojects/{project_id}/locations/{location}/volumes/{volume_id}. Please seeNetAppClient::volumeName()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 Net App V1 Client - Class ListReplicationsRequest (1.6.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.6.1 (latest)](/php/docs/reference/cloud-netapp/latest/V1.ListReplicationsRequest)\n- [1.6.0](/php/docs/reference/cloud-netapp/1.6.0/V1.ListReplicationsRequest)\n- [1.4.0](/php/docs/reference/cloud-netapp/1.4.0/V1.ListReplicationsRequest)\n- [1.3.1](/php/docs/reference/cloud-netapp/1.3.1/V1.ListReplicationsRequest)\n- [1.2.1](/php/docs/reference/cloud-netapp/1.2.1/V1.ListReplicationsRequest)\n- [1.1.1](/php/docs/reference/cloud-netapp/1.1.1/V1.ListReplicationsRequest)\n- [1.0.1](/php/docs/reference/cloud-netapp/1.0.1/V1.ListReplicationsRequest)\n- [0.3.1](/php/docs/reference/cloud-netapp/0.3.1/V1.ListReplicationsRequest)\n- [0.2.6](/php/docs/reference/cloud-netapp/0.2.6/V1.ListReplicationsRequest)\n- [0.1.1](/php/docs/reference/cloud-netapp/0.1.1/V1.ListReplicationsRequest) \nReference documentation and code samples for the Google Cloud Net App V1 Client class ListReplicationsRequest.\n\nListReplications lists replications.\n\nGenerated from protobuf message `google.cloud.netapp.v1.ListReplicationsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ NetApp \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The volume for which to retrieve replication information,\nin the format\n`projects/{project_id}/locations/{location}/volumes/{volume_id}`.\n\n### setParent\n\nRequired. The volume for which to retrieve replication information,\nin the format\n`projects/{project_id}/locations/{location}/volumes/{volume_id}`.\n\n### getPageSize\n\nThe maximum number of items to return.\n\n### setPageSize\n\nThe maximum number of items to return.\n\n### getPageToken\n\nThe next_page_token value to use if there are additional\nresults to retrieve for this list request.\n\n### setPageToken\n\nThe next_page_token value to use if there are additional\nresults to retrieve for this list request.\n\n### getOrderBy\n\nSort results. Supported values are \"name\", \"name desc\" or \"\" (unsorted).\n\n### setOrderBy\n\nSort results. Supported values are \"name\", \"name desc\" or \"\" (unsorted).\n\n### getFilter\n\nList filter.\n\n### setFilter\n\nList filter.\n\n### static::build"]]