Firestore Admin v1 API - Class ListBackupSchedulesResponse (3.8.0)

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

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

The response for [FirestoreAdmin.ListBackupSchedules][google.firestore.admin.v1.FirestoreAdmin.ListBackupSchedules].

Inheritance

object > ListBackupSchedulesResponse

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Constructors

ListBackupSchedulesResponse()

public ListBackupSchedulesResponse()

ListBackupSchedulesResponse(ListBackupSchedulesResponse)

public ListBackupSchedulesResponse(ListBackupSchedulesResponse other)
Parameter
NameDescription
otherListBackupSchedulesResponse

Properties

BackupSchedules

public RepeatedField<BackupSchedule> BackupSchedules { get; }

List of all backup schedules.

Property Value
TypeDescription
RepeatedFieldBackupSchedule