Google Cloud Backup Dr V1 Client - Class ListDataSourceReferencesResponse (0.9.0)

Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class ListDataSourceReferencesResponse.

Response for the ListDataSourceReferences method.

Generated from protobuf message google.cloud.backupdr.v1.ListDataSourceReferencesResponse

Namespace

Google \ Cloud \ BackupDR \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ data_source_references array<DataSourceReference>

The DataSourceReferences from the specified parent.

↳ 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.

↳ unreachable array

Locations that could not be reached.

getDataSourceReferences

The DataSourceReferences from the specified parent.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setDataSourceReferences

The DataSourceReferences from the specified parent.

Parameter
Name Description
var array<DataSourceReference>
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

getUnreachable

Locations that could not be reached.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

Parameter
Name Description
var string[]
Returns
Type Description
$this