Class PluggableDatabaseConnectionStrings (0.29.0)
0.40.0 (latest)
0.37.0
0.36.0
0.34.0
0.32.0
0.31.0
0.29.0
0.27.0
0.25.0
0.24.0
0.23.0
0.22.0
0.21.0
0.19.0
0.17.0
0.16.0
0.13.0
0.12.0
0.11.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
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
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-04-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-26 UTC."],[],[]]