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

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

The response for AutonomousDatabaseCharacterSet.List.

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

Namespace

Google \ Cloud \ OracleDatabase \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ autonomous_database_character_sets array<Google\Cloud\OracleDatabase\V1\AutonomousDatabaseCharacterSet>

The list of Autonomous Database Character Sets.

↳ next_page_token string

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

getAutonomousDatabaseCharacterSets

The list of Autonomous Database Character Sets.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setAutonomousDatabaseCharacterSets

The list of Autonomous Database Character Sets.

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