Send feedback
Class PluggableDatabaseConnectionStrings (0.29.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public final class PluggableDatabaseConnectionStrings extends GeneratedMessageV3 implements PluggableDatabaseConnectionStringsOrBuilder
The connection strings used to connect to the Oracle Database.
Protobuf type google.cloud.oracledatabase.v1.PluggableDatabaseConnectionStrings
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ALL_CONNECTION_STRINGS_FIELD_NUMBER
public static final int ALL_CONNECTION_STRINGS_FIELD_NUMBER
Field Value
Type
Description
int
PDB_DEFAULT_FIELD_NUMBER
public static final int PDB_DEFAULT_FIELD_NUMBER
Field Value
Type
Description
int
PDB_IP_DEFAULT_FIELD_NUMBER
public static final int PDB_IP_DEFAULT_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static PluggableDatabaseConnectionStrings getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static PluggableDatabaseConnectionStrings . Builder newBuilder ()
newBuilder(PluggableDatabaseConnectionStrings prototype)
public static PluggableDatabaseConnectionStrings . Builder newBuilder ( PluggableDatabaseConnectionStrings prototype )
public static PluggableDatabaseConnectionStrings parseDelimitedFrom ( InputStream input )
public static PluggableDatabaseConnectionStrings parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static PluggableDatabaseConnectionStrings parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PluggableDatabaseConnectionStrings parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static PluggableDatabaseConnectionStrings parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PluggableDatabaseConnectionStrings parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static PluggableDatabaseConnectionStrings parseFrom ( CodedInputStream input )
public static PluggableDatabaseConnectionStrings parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static PluggableDatabaseConnectionStrings parseFrom ( InputStream input )
public static PluggableDatabaseConnectionStrings parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static PluggableDatabaseConnectionStrings parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PluggableDatabaseConnectionStrings parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<PluggableDatabaseConnectionStrings> parser ()
Methods
containsAllConnectionStrings(String key)
public 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
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getAllConnectionStrings() (deprecated)
public Map<String , String > getAllConnectionStrings ()
getAllConnectionStringsCount()
public 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 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];
getAllConnectionStringsOrDefault(String key, String defaultValue)
public 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];
Returns
Type
Description
String
getAllConnectionStringsOrThrow(String key)
public 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
getDefaultInstanceForType()
public PluggableDatabaseConnectionStrings getDefaultInstanceForType ()
getParserForType()
public Parser<PluggableDatabaseConnectionStrings> getParserForType ()
Overrides
getPdbDefault()
public 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 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 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 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.
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection ( int number )
Parameter
Name
Description
number
int
Returns
Type
Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public PluggableDatabaseConnectionStrings . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PluggableDatabaseConnectionStrings . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public PluggableDatabaseConnectionStrings . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-11 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-01-11 UTC."],[],[]]