Reference documentation and code samples for the Google Cloud Net App V1 Client class ListBackupVaultsResponse.
ListBackupVaultsResponse is the result of ListBackupVaultsRequest.
Generated from protobuf message google.cloud.netapp.v1.ListBackupVaultsResponse
Namespace
Google \ Cloud \ NetApp \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ backup_vaults |
array<Google\Cloud\NetApp\V1\BackupVault>
A list of backupVaults in the project for the specified location. |
↳ next_page_token |
string
The token you can use to retrieve the next page of results. Not returned if there are no more results in the list. |
↳ unreachable |
array
Locations that could not be reached. |
getBackupVaults
A list of backupVaults in the project for the specified location.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setBackupVaults
A list of backupVaults in the project for the specified location.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\NetApp\V1\BackupVault>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUnreachable
Locations that could not be reached.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setUnreachable
Locations that could not be reached.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |