Firestore Admin v1 API - Class GetBackupScheduleRequest (3.8.0)

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

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

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

Inheritance

object > GetBackupScheduleRequest

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Constructors

GetBackupScheduleRequest()

public GetBackupScheduleRequest()

GetBackupScheduleRequest(GetBackupScheduleRequest)

public GetBackupScheduleRequest(GetBackupScheduleRequest other)
Parameter
NameDescription
otherGetBackupScheduleRequest

Properties

BackupScheduleName

public BackupScheduleName BackupScheduleName { get; set; }

BackupScheduleName-typed view over the Name resource name property.

Property Value
TypeDescription
BackupScheduleName

Name

public string Name { get; set; }

Required. The name of the backup schedule.

Format projects/{project}/databases/{database}/backupSchedules/{backup_schedule}

Property Value
TypeDescription
string