Interface DatabaseManagementConfigOrBuilder (0.29.0)

public interface DatabaseManagementConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getManagementState()

public abstract DatabaseManagementConfig.ManagementState getManagementState()

Output only. The status of the Database Management service.

.google.cloud.oracledatabase.v1.DatabaseManagementConfig.ManagementState management_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DatabaseManagementConfig.ManagementState

The managementState.

getManagementStateValue()

public abstract int getManagementStateValue()

Output only. The status of the Database Management service.

.google.cloud.oracledatabase.v1.DatabaseManagementConfig.ManagementState management_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for managementState.

getManagementType()

public abstract DatabaseManagementConfig.ManagementType getManagementType()

Output only. The Database Management type.

.google.cloud.oracledatabase.v1.DatabaseManagementConfig.ManagementType management_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DatabaseManagementConfig.ManagementType

The managementType.

getManagementTypeValue()

public abstract int getManagementTypeValue()

Output only. The Database Management type.

.google.cloud.oracledatabase.v1.DatabaseManagementConfig.ManagementType management_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for managementType.