public sealed class CreateBackupScheduleRequest : IMessage<CreateBackupScheduleRequest>, IEquatable<CreateBackupScheduleRequest>, IDeepCloneable<CreateBackupScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class CreateBackupScheduleRequest.
The request for [CreateBackupSchedule][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackupSchedule].
Implements
IMessageCreateBackupScheduleRequest, IEquatableCreateBackupScheduleRequest, IDeepCloneableCreateBackupScheduleRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Database.V1Assembly
Google.Cloud.Spanner.Admin.Database.V1.dll
Constructors
CreateBackupScheduleRequest()
public CreateBackupScheduleRequest()
CreateBackupScheduleRequest(CreateBackupScheduleRequest)
public CreateBackupScheduleRequest(CreateBackupScheduleRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateBackupScheduleRequest |
Properties
BackupSchedule
public BackupSchedule BackupSchedule { get; set; }
Required. The backup schedule to create.
Property Value | |
---|---|
Type | Description |
BackupSchedule |
BackupScheduleId
public string BackupScheduleId { get; set; }
Required. The Id to use for the backup schedule. The backup_schedule_id
appended to parent
forms the full backup schedule name of the form
projects/<project>/instances/<instance>/databases/<database>/backupSchedules/<backup_schedule_id>
.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The name of the database that this backup schedule applies to.
Property Value | |
---|---|
Type | Description |
string |
ParentAsDatabaseName
public DatabaseName ParentAsDatabaseName { get; set; }
Google.Cloud.Spanner.Common.V1.DatabaseName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
Google.Cloud.Spanner.Common.V1.DatabaseName |