Firestore Admin v1 API - Class GetBackupRequest (3.8.0)

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

Reference documentation and code samples for the Firestore Admin v1 API class GetBackupRequest.

The request for [FirestoreAdmin.GetBackup][google.firestore.admin.v1.FirestoreAdmin.GetBackup].

Inheritance

object > GetBackupRequest

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.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 to fetch.

Format is projects/{project}/locations/{location}/backups/{backup}.

Property Value
TypeDescription
string