Cloud Filestore v1 API - Class GetBackupRequest (2.5.0)

public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Filestore v1 API class GetBackupRequest.

GetBackupRequest gets the state of a backup.

Inheritance

object > GetBackupRequest

Namespace

Google.Cloud.Filestore.V1

Assembly

Google.Cloud.Filestore.V1.dll

Constructors

GetBackupRequest()

public GetBackupRequest()

GetBackupRequest(GetBackupRequest)

public GetBackupRequest(GetBackupRequest other)
Parameter
NameDescription
otherGetBackupRequest

Properties

BackupName

public BackupName BackupName { get; set; }

BackupName-typed view over the Name resource name property.

Property Value
TypeDescription
BackupName

Name

public string Name { get; set; }

Required. The backup resource name, in the format projects/{project_number}/locations/{location}/backups/{backup_id}.

Property Value
TypeDescription
string