Reference documentation and code samples for the Google Cloud Net App V1 Client class ListReplicationsRequest.
ListReplications lists replications.
Generated from protobuf message google.cloud.netapp.v1.ListReplicationsRequest
Namespace
Google \ Cloud \ NetApp \ V1Methods
__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 format   | 
      
↳ 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 format
projects/{project_id}/locations/{location}/volumes/{volume_id}.
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setParent
Required. The volume for which to retrieve replication information,
in the format
projects/{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 format
  | 
      
| Returns | |
|---|---|
| Type | Description | 
Google\Cloud\NetApp\V1\ListReplicationsRequest | 
        |