Google Cloud Backup Dr V1 Client - Class FetchDataSourceReferencesForResourceTypeResponse (0.7.0)

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

Response for the FetchDataSourceReferencesForResourceType method.

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

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.

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