public sealed class ListBackupSchedulesResponse : IMessage<ListBackupSchedulesResponse>, IEquatable<ListBackupSchedulesResponse>, IDeepCloneable<ListBackupSchedulesResponse>, IBufferMessage, IMessage, IPageResponse<BackupSchedule>, IEnumerable<BackupSchedule>, IEnumerable
Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class ListBackupSchedulesResponse.
The response for [ListBackupSchedules][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupSchedules].
Implements
IMessageListBackupSchedulesResponse, IEquatableListBackupSchedulesResponse, IDeepCloneableListBackupSchedulesResponse, IBufferMessage, IMessage, IPageResponseBackupSchedule, IEnumerableBackupSchedule, IEnumerableNamespace
Google.Cloud.Spanner.Admin.Database.V1Assembly
Google.Cloud.Spanner.Admin.Database.V1.dll
Constructors
ListBackupSchedulesResponse()
public ListBackupSchedulesResponse()
ListBackupSchedulesResponse(ListBackupSchedulesResponse)
public ListBackupSchedulesResponse(ListBackupSchedulesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListBackupSchedulesResponse |
Properties
BackupSchedules
public RepeatedField<BackupSchedule> BackupSchedules { get; }
The list of backup schedules for a database.
Property Value | |
---|---|
Type | Description |
RepeatedFieldBackupSchedule |
NextPageToken
public string NextPageToken { get; set; }
next_page_token
can be sent in a subsequent
[ListBackupSchedules][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupSchedules]
call to fetch more of the schedules.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<BackupSchedule> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorBackupSchedule |