AlloyDB v1alpha API - Class GetBackupRequest (1.0.0-alpha07)

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

Reference documentation and code samples for the AlloyDB v1alpha API class GetBackupRequest.

Message for getting a Backup

Inheritance

object > GetBackupRequest

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.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 resource

Property Value
TypeDescription
string