public interface OracleProfileOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsConnectionAttributes(String key)
Connection string attributes
|
Map<String,String> |
getConnectionAttributes()
Deprecated.
|
int |
getConnectionAttributesCount()
Connection string attributes
|
Map<String,String> |
getConnectionAttributesMap()
Connection string attributes
|
String |
getConnectionAttributesOrDefault(String key,
String defaultValue)
Connection string attributes
|
String |
getConnectionAttributesOrThrow(String key)
Connection string attributes
|
String |
getDatabaseService()
Required.
|
com.google.protobuf.ByteString |
getDatabaseServiceBytes()
Required.
|
String |
getHostname()
Required.
|
com.google.protobuf.ByteString |
getHostnameBytes()
Required.
|
String |
getPassword()
Required.
|
com.google.protobuf.ByteString |
getPasswordBytes()
Required.
|
int |
getPort()
Port for the Oracle connection, default value is 1521.
|
String |
getUsername()
Required.
|
com.google.protobuf.ByteString |
getUsernameBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getHostname()
Required. Hostname for the Oracle connection.
string hostname = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getHostnameBytes()
Required. Hostname for the Oracle connection.
string hostname = 1 [(.google.api.field_behavior) = REQUIRED];int getPort()
Port for the Oracle connection, default value is 1521.
int32 port = 2;String getUsername()
Required. Username for the Oracle connection.
string username = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getUsernameBytes()
Required. Username for the Oracle connection.
string username = 3 [(.google.api.field_behavior) = REQUIRED];String getPassword()
Required. Password for the Oracle connection.
string password = 4 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getPasswordBytes()
Required. Password for the Oracle connection.
string password = 4 [(.google.api.field_behavior) = REQUIRED];String getDatabaseService()
Required. Database for the Oracle connection.
string database_service = 5 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDatabaseServiceBytes()
Required. Database for the Oracle connection.
string database_service = 5 [(.google.api.field_behavior) = REQUIRED];int getConnectionAttributesCount()
Connection string attributes
map<string, string> connection_attributes = 6;boolean containsConnectionAttributes(String key)
Connection string attributes
map<string, string> connection_attributes = 6;@Deprecated Map<String,String> getConnectionAttributes()
getConnectionAttributesMap() instead.Map<String,String> getConnectionAttributesMap()
Connection string attributes
map<string, string> connection_attributes = 6;String getConnectionAttributesOrDefault(String key, String defaultValue)
Connection string attributes
map<string, string> connection_attributes = 6;Copyright © 2022 Google LLC. All rights reserved.