Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class ListExascaleDbStorageVaultsResponse.
The response for ExascaleDbStorageVault.List.
Generated from protobuf message google.cloud.oracledatabase.v1.ListExascaleDbStorageVaultsResponse
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ exascale_db_storage_vaults |
array<ExascaleDbStorageVault>
The ExascaleDbStorageVaults. |
↳ next_page_token |
string
A token identifying a page of results the server should return. If present, the next page token can be provided to a subsequent ListExascaleDbStorageVaults call to list the next page. If empty, there are no more pages. |
getExascaleDbStorageVaults
The ExascaleDbStorageVaults.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setExascaleDbStorageVaults
The ExascaleDbStorageVaults.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ExascaleDbStorageVault>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token identifying a page of results the server should return. If present, the next page token can be provided to a subsequent ListExascaleDbStorageVaults call to list the next page.
If empty, there are no more pages.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token identifying a page of results the server should return. If present, the next page token can be provided to a subsequent ListExascaleDbStorageVaults call to list the next page.
If empty, there are no more pages.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|