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

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

The response for CloudExadataInfrastructures.list.

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

Namespace

Google \ Cloud \ OracleDatabase \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ cloud_exadata_infrastructures array<Google\Cloud\OracleDatabase\V1\CloudExadataInfrastructure>

The list of Exadata Infrastructures.

↳ next_page_token string

A token for fetching next page of response.

getCloudExadataInfrastructures

The list of Exadata Infrastructures.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setCloudExadataInfrastructures

The list of Exadata Infrastructures.

Parameter
Name Description
var array<Google\Cloud\OracleDatabase\V1\CloudExadataInfrastructure>
Returns
Type Description
$this

getNextPageToken

A token for fetching next page of response.

Returns
Type Description
string

setNextPageToken

A token for fetching next page of response.

Parameter
Name Description
var string
Returns
Type Description
$this