public static interface DbBackupConfig.BackupDestinationDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getType()
public abstract DbBackupConfig.BackupDestinationType getType()Optional. The type of the database backup destination.
.google.cloud.oracledatabase.v1.DbBackupConfig.BackupDestinationType type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DbBackupConfig.BackupDestinationType |
The type. |
getTypeValue()
public abstract int getTypeValue()Optional. The type of the database backup destination.
.google.cloud.oracledatabase.v1.DbBackupConfig.BackupDestinationType type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |