Interface DbHomeOrBuilder (0.29.0)

public interface DbHomeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatabase()

public abstract Database getDatabase()

Required. The Database resource.

.google.cloud.oracledatabase.v1.Database database = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Database

The database.

getDatabaseOrBuilder()

public abstract DatabaseOrBuilder getDatabaseOrBuilder()

Required. The Database resource.

.google.cloud.oracledatabase.v1.Database database = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DatabaseOrBuilder

getDbVersion()

public abstract String getDbVersion()

Required. A valid Oracle Database version. For a list of supported versions, use the ListDbVersions operation.

string db_version = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The dbVersion.

getDbVersionBytes()

public abstract ByteString getDbVersionBytes()

Required. A valid Oracle Database version. For a list of supported versions, use the ListDbVersions operation.

string db_version = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for dbVersion.

getDisplayName()

public abstract String getDisplayName()

Optional. The display name for the Database Home. The name does not have to be unique within your project.

string display_name = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

Optional. The display name for the Database Home. The name does not have to be unique within your project.

string display_name = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for displayName.

getIsUnifiedAuditingEnabled()

public abstract boolean getIsUnifiedAuditingEnabled()

Optional. Whether unified auditing is enabled for the Database Home.

bool is_unified_auditing_enabled = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The isUnifiedAuditingEnabled.

hasDatabase()

public abstract boolean hasDatabase()

Required. The Database resource.

.google.cloud.oracledatabase.v1.Database database = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the database field is set.