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 \ V1Methods
__construct
Constructor.
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}
string
setName
Required. The name of the DataSourceReference to retrieve.
Format: projects/{project}/locations/{location}/dataSourceReferences/{data_source_reference}
var
string
$this
static::build
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.

