Google Cloud Dms V1 Client - Class DescribeDatabaseEntitiesResponse (1.4.2)

Reference documentation and code samples for the Google Cloud Dms V1 Client class DescribeDatabaseEntitiesResponse.

Response message for 'DescribeDatabaseEntities' request.

Generated from protobuf message google.cloud.clouddms.v1.DescribeDatabaseEntitiesResponse

Namespace

Google \ Cloud \ CloudDms \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ database_entities array<Google\Cloud\CloudDms\V1\DatabaseEntity>

The list of database entities for the conversion workspace.

↳ next_page_token string

A token which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getDatabaseEntities

The list of database entities for the conversion workspace.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDatabaseEntities

The list of database entities for the conversion workspace.

Parameter
NameDescription
var array<Google\Cloud\CloudDms\V1\DatabaseEntity>
Returns
TypeDescription
$this

getNextPageToken

A token which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
TypeDescription
string

setNextPageToken

A token which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
NameDescription
var string
Returns
TypeDescription
$this