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].
Implements
IMessageGetBackupRequest, IEquatableGetBackupRequest, IDeepCloneableGetBackupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.Admin.V1Assembly
Google.Cloud.Firestore.Admin.V1.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 backup to fetch.
Format is projects/{project}/locations/{location}/backups/{backup}
.
Property Value | |
---|---|
Type | Description |
string |