Google Cloud Spanner Database Administration v1 API - Class GetBackupRequest (5.0.0-beta03)

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

Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class GetBackupRequest.

The request for [GetBackup][google.spanner.admin.database.v1.DatabaseAdmin.GetBackup].

Inheritance

object > GetBackupRequest

Namespace

Google.Cloud.Spanner.Admin.Database.V1

Assembly

Google.Cloud.Spanner.Admin.Database.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. Name of the backup. Values are of the form projects/<project>/instances/<instance>/backups/<backup>.

Property Value
TypeDescription
string