public interface DatabasePropertiesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDatabaseManagementConfig()
public abstract DatabaseManagementConfig getDatabaseManagementConfig()Output only. The Database Management config.
.google.cloud.oracledatabase.v1.DatabaseManagementConfig database_management_config = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DatabaseManagementConfig |
The databaseManagementConfig. |
getDatabaseManagementConfigOrBuilder()
public abstract DatabaseManagementConfigOrBuilder getDatabaseManagementConfigOrBuilder()Output only. The Database Management config.
.google.cloud.oracledatabase.v1.DatabaseManagementConfig database_management_config = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DatabaseManagementConfigOrBuilder |
|
getDbBackupConfig()
public abstract DbBackupConfig getDbBackupConfig()Optional. Backup options for the Database.
.google.cloud.oracledatabase.v1.DbBackupConfig db_backup_config = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DbBackupConfig |
The dbBackupConfig. |
getDbBackupConfigOrBuilder()
public abstract DbBackupConfigOrBuilder getDbBackupConfigOrBuilder()Optional. Backup options for the Database.
.google.cloud.oracledatabase.v1.DbBackupConfig db_backup_config = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DbBackupConfigOrBuilder |
|
getDbVersion()
public abstract String getDbVersion()Required. The Oracle Database version.
string db_version = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The dbVersion. |
getDbVersionBytes()
public abstract ByteString getDbVersionBytes()Required. The Oracle Database version.
string db_version = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for dbVersion. |
getState()
public abstract DatabaseProperties.DatabaseLifecycleState getState()Output only. State of the Database.
.google.cloud.oracledatabase.v1.DatabaseProperties.DatabaseLifecycleState state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DatabaseProperties.DatabaseLifecycleState |
The state. |
getStateValue()
public abstract int getStateValue()Output only. State of the Database.
.google.cloud.oracledatabase.v1.DatabaseProperties.DatabaseLifecycleState state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |
hasDatabaseManagementConfig()
public abstract boolean hasDatabaseManagementConfig()Output only. The Database Management config.
.google.cloud.oracledatabase.v1.DatabaseManagementConfig database_management_config = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the databaseManagementConfig field is set. |
hasDbBackupConfig()
public abstract boolean hasDbBackupConfig()Optional. Backup options for the Database.
.google.cloud.oracledatabase.v1.DbBackupConfig db_backup_config = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dbBackupConfig field is set. |