Send feedback
Class DatabaseConnectionStringProfile (0.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.4.0 keyboard_arrow_down
public final class DatabaseConnectionStringProfile extends GeneratedMessageV3 implements DatabaseConnectionStringProfileOrBuilder
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
CONSUMER_GROUP_FIELD_NUMBER
public static final int CONSUMER_GROUP_FIELD_NUMBER
Field Value
Type
Description
int
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
Type
Description
int
public static final int HOST_FORMAT_FIELD_NUMBER
Field Value
Type
Description
int
IS_REGIONAL_FIELD_NUMBER
public static final int IS_REGIONAL_FIELD_NUMBER
Field Value
Type
Description
int
PROTOCOL_FIELD_NUMBER
public static final int PROTOCOL_FIELD_NUMBER
Field Value
Type
Description
int
SESSION_MODE_FIELD_NUMBER
public static final int SESSION_MODE_FIELD_NUMBER
Field Value
Type
Description
int
public static final int SYNTAX_FORMAT_FIELD_NUMBER
Field Value
Type
Description
int
TLS_AUTHENTICATION_FIELD_NUMBER
public static final int TLS_AUTHENTICATION_FIELD_NUMBER
Field Value
Type
Description
int
VALUE_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static DatabaseConnectionStringProfile getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static DatabaseConnectionStringProfile . Builder newBuilder ()
newBuilder(DatabaseConnectionStringProfile prototype)
public static DatabaseConnectionStringProfile . Builder newBuilder ( DatabaseConnectionStringProfile prototype )
public static DatabaseConnectionStringProfile parseDelimitedFrom ( InputStream input )
public static DatabaseConnectionStringProfile parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static DatabaseConnectionStringProfile parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DatabaseConnectionStringProfile parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static DatabaseConnectionStringProfile parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DatabaseConnectionStringProfile parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static DatabaseConnectionStringProfile parseFrom ( CodedInputStream input )
public static DatabaseConnectionStringProfile parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static DatabaseConnectionStringProfile parseFrom ( InputStream input )
public static DatabaseConnectionStringProfile parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static DatabaseConnectionStringProfile parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DatabaseConnectionStringProfile parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<DatabaseConnectionStringProfile> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getConsumerGroup()
public DatabaseConnectionStringProfile . ConsumerGroup getConsumerGroup ()
Output only. The current consumer group being used by the connection.
.google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile.ConsumerGroup consumer_group = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getConsumerGroupValue()
public int getConsumerGroupValue ()
Output only. The current consumer group being used by the connection.
.google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile.ConsumerGroup consumer_group = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The enum numeric value on the wire for consumerGroup.
getDefaultInstanceForType()
public DatabaseConnectionStringProfile getDefaultInstanceForType ()
getDisplayName()
public String getDisplayName ()
Output only. The display name for the database connection.
string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
String
The displayName.
getDisplayNameBytes()
public ByteString getDisplayNameBytes ()
Output only. The display name for the database connection.
string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
ByteString
The bytes for displayName.
public DatabaseConnectionStringProfile . HostFormat getHostFormat ()
Output only. The host name format being currently used in connection
string.
.google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile.HostFormat host_format = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public int getHostFormatValue ()
Output only. The host name format being currently used in connection
string.
.google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile.HostFormat host_format = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The enum numeric value on the wire for hostFormat.
getIsRegional()
public boolean getIsRegional ()
Output only. This field indicates if the connection string is regional and
is only applicable for cross-region Data Guard.
bool is_regional = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
boolean
The isRegional.
getParserForType()
public Parser<DatabaseConnectionStringProfile> getParserForType ()
Overrides
getProtocol()
public DatabaseConnectionStringProfile . Protocol getProtocol ()
Output only. The protocol being used by the connection.
.google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile.Protocol protocol = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getProtocolValue()
public int getProtocolValue ()
Output only. The protocol being used by the connection.
.google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile.Protocol protocol = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The enum numeric value on the wire for protocol.
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getSessionMode()
public DatabaseConnectionStringProfile . SessionMode getSessionMode ()
Output only. The current session mode of the connection.
.google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile.SessionMode session_mode = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSessionModeValue()
public int getSessionModeValue ()
Output only. The current session mode of the connection.
.google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile.SessionMode session_mode = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The enum numeric value on the wire for sessionMode.
public DatabaseConnectionStringProfile . SyntaxFormat getSyntaxFormat ()
Output only. The syntax of the connection string.
.google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile.SyntaxFormat syntax_format = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
public int getSyntaxFormatValue ()
Output only. The syntax of the connection string.
.google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile.SyntaxFormat syntax_format = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The enum numeric value on the wire for syntaxFormat.
getTlsAuthentication()
public DatabaseConnectionStringProfile . TLSAuthentication getTlsAuthentication ()
Output only. This field indicates the TLS authentication type of the
connection.
.google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile.TLSAuthentication tls_authentication = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getTlsAuthenticationValue()
public int getTlsAuthenticationValue ()
Output only. This field indicates the TLS authentication type of the
connection.
.google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile.TLSAuthentication tls_authentication = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The enum numeric value on the wire for tlsAuthentication.
getValue()
Output only. The value of the connection string.
string value = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
String
The value.
getValueBytes()
public ByteString getValueBytes ()
Output only. The value of the connection string.
string value = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
ByteString
The bytes for value.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public DatabaseConnectionStringProfile . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DatabaseConnectionStringProfile . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public DatabaseConnectionStringProfile . 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 2025-01-28 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 2025-01-28 UTC."],[],[]]