public interface PluggableDatabaseConnectionStringsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsAllConnectionStrings(String key)
public abstract boolean containsAllConnectionStrings(String key)Optional. All connection strings to use to connect to the pluggable database.
map<string, string> all_connection_strings = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getAllConnectionStrings() (deprecated)
public abstract Map<String,String> getAllConnectionStrings()Use #getAllConnectionStringsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getAllConnectionStringsCount()
public abstract int getAllConnectionStringsCount()Optional. All connection strings to use to connect to the pluggable database.
map<string, string> all_connection_strings = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getAllConnectionStringsMap()
public abstract Map<String,String> getAllConnectionStringsMap()Optional. All connection strings to use to connect to the pluggable database.
map<string, string> all_connection_strings = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getAllConnectionStringsOrDefault(String key, String defaultValue)
public abstract String getAllConnectionStringsOrDefault(String key, String defaultValue)Optional. All connection strings to use to connect to the pluggable database.
map<string, string> all_connection_strings = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getAllConnectionStringsOrThrow(String key)
public abstract String getAllConnectionStringsOrThrow(String key)Optional. All connection strings to use to connect to the pluggable database.
map<string, string> all_connection_strings = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getPdbDefault()
public abstract String getPdbDefault()Optional. The default connection string to use to connect to the pluggable database.
string pdb_default = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pdbDefault. |
getPdbDefaultBytes()
public abstract ByteString getPdbDefaultBytes()Optional. The default connection string to use to connect to the pluggable database.
string pdb_default = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pdbDefault. |
getPdbIpDefault()
public abstract String getPdbIpDefault()Optional. The default connection string to use to connect to the pluggable database using IP.
string pdb_ip_default = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pdbIpDefault. |
getPdbIpDefaultBytes()
public abstract ByteString getPdbIpDefaultBytes()Optional. The default connection string to use to connect to the pluggable database using IP.
string pdb_ip_default = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pdbIpDefault. |