AlloyDB v1beta API - Class GetBackupRequest (1.0.0-beta05)

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

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

Message for getting a Backup

Inheritance

object > GetBackupRequest

Namespace

Google.Cloud.AlloyDb.V1Beta

Assembly

Google.Cloud.AlloyDb.V1Beta.dll

Constructors

GetBackupRequest()

public GetBackupRequest()

GetBackupRequest(GetBackupRequest)

public GetBackupRequest(GetBackupRequest other)
Parameter
Name Description
other GetBackupRequest

Properties

BackupName

public BackupName BackupName { get; set; }

BackupName-typed view over the Name resource name property.

Property Value
Type Description
BackupName

Name

public string Name { get; set; }

Required. Name of the resource

Property Value
Type Description
string