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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ database_entities |
array<DatabaseEntity>
The list of database entities for the conversion workspace. |
↳ next_page_token |
string
A token which can be sent as |
getDatabaseEntities
The list of database entities for the conversion workspace.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setDatabaseEntities
The list of database entities for the conversion workspace.
| Parameter | |
|---|---|
| Name | Description |
var |
array<DatabaseEntity>
|
| Returns | |
|---|---|
| Type | Description |
$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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|