Interface DatabaseOrBuilder (0.29.0)

public interface DatabaseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAdminPassword()

public abstract String getAdminPassword()

Required. The password for the default ADMIN user.

string admin_password = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The adminPassword.

getAdminPasswordBytes()

public abstract ByteString getAdminPasswordBytes()

Required. The password for the default ADMIN user.

string admin_password = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for adminPassword.

getCharacterSet()

public abstract String getCharacterSet()

Optional. The character set for the database. The default is AL32UTF8.

string character_set = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The characterSet.

getCharacterSetBytes()

public abstract ByteString getCharacterSetBytes()

Optional. The character set for the database. The default is AL32UTF8.

string character_set = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for characterSet.

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. The date and time that the Database was created.

.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The date and time that the Database was created.

.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getDatabaseId()

public abstract String getDatabaseId()

Optional. The database ID of the Database.

string database_id = 11 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The databaseId.

getDatabaseIdBytes()

public abstract ByteString getDatabaseIdBytes()

Optional. The database ID of the Database.

string database_id = 11 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for databaseId.

getDbHomeName()

public abstract String getDbHomeName()

Optional. The name of the DbHome resource associated with the Database.

string db_home_name = 12 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The dbHomeName.

getDbHomeNameBytes()

public abstract ByteString getDbHomeNameBytes()

Optional. The name of the DbHome resource associated with the Database.

string db_home_name = 12 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for dbHomeName.

getDbName()

public abstract String getDbName()

Optional. The database name. The name must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.

string db_name = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The dbName.

getDbNameBytes()

public abstract ByteString getDbNameBytes()

Optional. The database name. The name must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.

string db_name = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for dbName.

getDbUniqueName()

public abstract String getDbUniqueName()

Optional. The DB_UNIQUE_NAME of the Oracle Database being backed up.

string db_unique_name = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The dbUniqueName.

getDbUniqueNameBytes()

public abstract ByteString getDbUniqueNameBytes()

Optional. The DB_UNIQUE_NAME of the Oracle Database being backed up.

string db_unique_name = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for dbUniqueName.

getGcpOracleZone()

public abstract String getGcpOracleZone()

Output only. The GCP Oracle zone where the Database is created.

string gcp_oracle_zone = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The gcpOracleZone.

getGcpOracleZoneBytes()

public abstract ByteString getGcpOracleZoneBytes()

Output only. The GCP Oracle zone where the Database is created.

string gcp_oracle_zone = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for gcpOracleZone.

getName()

public abstract String getName()

Identifier. The name of the Database resource in the following format: projects/{project}/locations/{region}/databases/{database}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. The name of the Database resource in the following format: projects/{project}/locations/{region}/databases/{database}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getNcharacterSet()

public abstract String getNcharacterSet()

Optional. The national character set for the database. The default is AL16UTF16.

string ncharacter_set = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The ncharacterSet.

getNcharacterSetBytes()

public abstract ByteString getNcharacterSetBytes()

Optional. The national character set for the database. The default is AL16UTF16.

string ncharacter_set = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for ncharacterSet.

getOciUrl()

public abstract String getOciUrl()

Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.

string oci_url = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The ociUrl.

getOciUrlBytes()

public abstract ByteString getOciUrlBytes()

Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.

string oci_url = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for ociUrl.

getOpsInsightsStatus()

public abstract Database.OperationsInsightsStatus getOpsInsightsStatus()

Output only. The Status of Operations Insights for this Database.

.google.cloud.oracledatabase.v1.Database.OperationsInsightsStatus ops_insights_status = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Database.OperationsInsightsStatus

The opsInsightsStatus.

getOpsInsightsStatusValue()

public abstract int getOpsInsightsStatusValue()

Output only. The Status of Operations Insights for this Database.

.google.cloud.oracledatabase.v1.Database.OperationsInsightsStatus ops_insights_status = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for opsInsightsStatus.

getProperties()

public abstract DatabaseProperties getProperties()

Optional. The properties of the Database.

.google.cloud.oracledatabase.v1.DatabaseProperties properties = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DatabaseProperties

The properties.

getPropertiesOrBuilder()

public abstract DatabasePropertiesOrBuilder getPropertiesOrBuilder()

Optional. The properties of the Database.

.google.cloud.oracledatabase.v1.DatabaseProperties properties = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DatabasePropertiesOrBuilder

getTdeWalletPassword()

public abstract String getTdeWalletPassword()

Optional. The TDE wallet password for the database.

string tde_wallet_password = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The tdeWalletPassword.

getTdeWalletPasswordBytes()

public abstract ByteString getTdeWalletPasswordBytes()

Optional. The TDE wallet password for the database.

string tde_wallet_password = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for tdeWalletPassword.

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. The date and time that the Database was created.

.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createTime field is set.

hasProperties()

public abstract boolean hasProperties()

Optional. The properties of the Database.

.google.cloud.oracledatabase.v1.DatabaseProperties properties = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the properties field is set.