public interface DatabaseConnectionStringProfileOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConsumerGroup()
public abstract 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];
 
| Returns | |
|---|---|
| Type | Description | 
DatabaseConnectionStringProfile.ConsumerGroup | 
        The consumerGroup.  | 
      
getConsumerGroupValue()
public abstract 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.  | 
      
getDisplayName()
public abstract 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 abstract 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.  | 
      
getHostFormat()
public abstract 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];
 
| Returns | |
|---|---|
| Type | Description | 
DatabaseConnectionStringProfile.HostFormat | 
        The hostFormat.  | 
      
getHostFormatValue()
public abstract 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 abstract 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.  | 
      
getProtocol()
public abstract 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];
 
| Returns | |
|---|---|
| Type | Description | 
DatabaseConnectionStringProfile.Protocol | 
        The protocol.  | 
      
getProtocolValue()
public abstract 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.  | 
      
getSessionMode()
public abstract 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];
 
| Returns | |
|---|---|
| Type | Description | 
DatabaseConnectionStringProfile.SessionMode | 
        The sessionMode.  | 
      
getSessionModeValue()
public abstract 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.  | 
      
getSyntaxFormat()
public abstract 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];
 
| Returns | |
|---|---|
| Type | Description | 
DatabaseConnectionStringProfile.SyntaxFormat | 
        The syntaxFormat.  | 
      
getSyntaxFormatValue()
public abstract 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 abstract 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];
 
| Returns | |
|---|---|
| Type | Description | 
DatabaseConnectionStringProfile.TLSAuthentication | 
        The tlsAuthentication.  | 
      
getTlsAuthenticationValue()
public abstract 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()
public abstract String 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 abstract 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.  |