Google Cloud Oracle Database V1 Client - Class ListDbSystemShapesResponse (0.1.0)

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

The response for DbSystemShape.List.

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

Namespace

Google \ Cloud \ OracleDatabase \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ db_system_shapes array<Google\Cloud\OracleDatabase\V1\DbSystemShape>

The list of Database System shapes.

↳ next_page_token string

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

getDbSystemShapes

The list of Database System shapes.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setDbSystemShapes

The list of Database System shapes.

Parameter
Name Description
var array<Google\Cloud\OracleDatabase\V1\DbSystemShape>
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