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

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

Request for the GetDataSourceReference method.

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

Namespace

Google \ Cloud \ BackupDR \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the DataSourceReference to retrieve. Format: projects/{project}/locations/{location}/dataSourceReferences/{data_source_reference}

getName

Required. The name of the DataSourceReference to retrieve.

Format: projects/{project}/locations/{location}/dataSourceReferences/{data_source_reference}

Returns
Type Description
string

setName

Required. The name of the DataSourceReference to retrieve.

Format: projects/{project}/locations/{location}/dataSourceReferences/{data_source_reference}

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The name of the DataSourceReference to retrieve. Format: projects/{project}/locations/{location}/dataSourceReferences/{data_source_reference} Please see BackupDRClient::dataSourceReferenceName() for help formatting this field.

Returns
Type Description
GetDataSourceReferenceRequest