public interface PluggableDatabaseNodeLevelDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNodeName()
public abstract String getNodeName()Required. The Node name of the Database home.
string node_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The nodeName. |
getNodeNameBytes()
public abstract ByteString getNodeNameBytes()Required. The Node name of the Database home.
string node_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nodeName. |
getOpenMode()
public abstract PluggableDatabaseNodeLevelDetails.PluggableDatabaseOpenMode getOpenMode()Required. The mode that the pluggable database is in to open it.
.google.cloud.oracledatabase.v1.PluggableDatabaseNodeLevelDetails.PluggableDatabaseOpenMode open_mode = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
PluggableDatabaseNodeLevelDetails.PluggableDatabaseOpenMode |
The openMode. |
getOpenModeValue()
public abstract int getOpenModeValue()Required. The mode that the pluggable database is in to open it.
.google.cloud.oracledatabase.v1.PluggableDatabaseNodeLevelDetails.PluggableDatabaseOpenMode open_mode = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for openMode. |
getPluggableDatabaseId()
public abstract String getPluggableDatabaseId()Required. The OCID of the Pluggable Database.
string pluggable_database_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The pluggableDatabaseId. |
getPluggableDatabaseIdBytes()
public abstract ByteString getPluggableDatabaseIdBytes()Required. The OCID of the Pluggable Database.
string pluggable_database_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pluggableDatabaseId. |