Google Cloud Oracle Database V1 Client - Class ListDbSystemInitialStorageSizesResponse (0.8.0)

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class ListDbSystemInitialStorageSizesResponse.

The response for DbSystemInitialStorageSizes.List.

Generated from protobuf message google.cloud.oracledatabase.v1.ListDbSystemInitialStorageSizesResponse

Namespace

Google \ Cloud \ OracleDatabase \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ db_system_initial_storage_sizes array<DbSystemInitialStorageSize>

The list of DbSystemInitialStorageSizes.

↳ next_page_token string

A token identifying a page of results the server should return.

getDbSystemInitialStorageSizes

The list of DbSystemInitialStorageSizes.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setDbSystemInitialStorageSizes

The list of DbSystemInitialStorageSizes.

Parameter
Name Description
var array<DbSystemInitialStorageSize>
Returns
Type Description
$this

getNextPageToken

A token identifying a page of results the server should return.

Returns
Type Description
string

setNextPageToken

A token identifying a page of results the server should return.

Parameter
Name Description
var string
Returns
Type Description
$this