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

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

The request message for getting a BackupPlanRevision.

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

Namespace

Google \ Cloud \ BackupDR \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The resource name of the BackupPlanRevision to retrieve. Format: projects/{project}/locations/{location}/backupPlans/{backup_plan}/revisions/{revision}

getName

Required. The resource name of the BackupPlanRevision to retrieve.

Format: projects/{project}/locations/{location}/backupPlans/{backup_plan}/revisions/{revision}

Returns
Type Description
string

setName

Required. The resource name of the BackupPlanRevision to retrieve.

Format: projects/{project}/locations/{location}/backupPlans/{backup_plan}/revisions/{revision}

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The resource name of the BackupPlanRevision to retrieve.

Format: projects/{project}/locations/{location}/backupPlans/{backup_plan}/revisions/{revision} Please see BackupDRClient::backupPlanRevisionName() for help formatting this field.

Returns
Type Description
GetBackupPlanRevisionRequest