Reference documentation and code samples for the Google Cloud Filestore V1 Client class GetBackupRequest.
GetBackupRequest gets the state of a backup.
Generated from protobuf message google.cloud.filestore.v1.GetBackupRequest
Namespace
Google \ Cloud \ Filestore \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The backup resource name, in the format projects/{project_number}/locations/{location}/backups/{backup_id}
.
getName
Required. The backup resource name, in the format projects/{project_number}/locations/{location}/backups/{backup_id}
.
string
setName
Required. The backup resource name, in the format projects/{project_number}/locations/{location}/backups/{backup_id}
.
var
string
$this
static::build
name
string
Required. The backup resource name, in the format projects/{project_number}/locations/{location}/backups/{backup_id}
. Please see CloudFilestoreManagerClient::backupName()
for help formatting this field.