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

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

The response for Entitlement.List.

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

Namespace

Google \ Cloud \ OracleDatabase \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ entitlements array<Google\Cloud\OracleDatabase\V1\Entitlement>

The list of Entitlements

↳ next_page_token string

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

getEntitlements

The list of Entitlements

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setEntitlements

The list of Entitlements

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