public interface CreateBackupScheduleRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBackupSchedule()
public abstract BackupSchedule getBackupSchedule()Required. The backup schedule to create.
 
 .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| BackupSchedule | The backupSchedule. | 
getBackupScheduleOrBuilder()
public abstract BackupScheduleOrBuilder getBackupScheduleOrBuilder()Required. The backup schedule to create.
 
 .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| BackupScheduleOrBuilder | |
getParent()
public abstract String getParent()Required. The parent database.
  Format projects/{project}/databases/{database}
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| String | The parent. | 
getParentBytes()
public abstract ByteString getParentBytes()Required. The parent database.
  Format projects/{project}/databases/{database}
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for parent. | 
hasBackupSchedule()
public abstract boolean hasBackupSchedule()Required. The backup schedule to create.
 
 .google.firestore.admin.v1.BackupSchedule backup_schedule = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the backupSchedule field is set. |