public final class PluggableDatabaseConnectionStrings extends GeneratedMessage implements PluggableDatabaseConnectionStringsOrBuilder
The connection strings used to connect to the Oracle Database.
Protobuf type google.cloud.oracledatabase.v1.PluggableDatabaseConnectionStrings
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,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 GeneratedMessage.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.GeneratedMessage.internalGetMapFieldReflection(int)
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public PluggableDatabaseConnectionStrings.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected PluggableDatabaseConnectionStrings.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public PluggableDatabaseConnectionStrings.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides